[izpack-users] custom panel cont'd ( 3 )
Bartz, Klaus
Klaus.Bartz at coi.de
Thu Oct 26 16:39:50 CEST 2006
Hi Le Dinh,
the docu of the JDK writes for the exception you seen that there are classes
which do not allow concurrent modifications. Most of the collections...
This is not an IzPack question else baseline java.
Cheers
Klaus
-----Original Message-----
From: izpack-users-bounces at lists.berlios.de [mailto:izpack-users-bounces at lists.berlios.de]On Behalf Of le dinh
Sent: Thursday, October 26, 2006 11:23 AM
To: izpack-users-request at lists.berlios.de; izpack-users at lists.berlios.de
Subject: [izpack-users] custom panel cont'd ( 3 )
Hi Klaus,
Just to tell you that I''ve found the error in my PingPanel. As you know through my last mails, by mixing compilepanel and processpanel, I've made mistake by keeping line with readspec commented. Without Eclipse and of course your advices, I think it's impossible to get through.
At this time, my panel works on Unix. but on Windows I have an error java ConcurrentModificationException when running a bat file that starts threads as in processpanel. Do you have any idea? Here below the stack trace and my xml file.
Cheers,
Exception in thread "processing thread" java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
at java.util.AbstractList$Itr.next(Unknown Source)
at com.izforge.izpack.installer.PingPanelWorker.run(PingPanelWorker.java:454)
at java.lang.Thread.run(Unknown Source)
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<ping>
<global>
<prot>
<choice value="SAMTECH.LIC"/>
<choice value="SAMCEF.CLE"/>
</prot>
<flex>
<choice value="Floating license"/>
<choice value="Nodelock"/>
</flex>
<flexserv>
<choice value="localhost"/>
</flexserv>
</global>
<job name="Flexlm Install">
<os family="windows"/>
<executefile name="$INSTALL_PATH/ez.bat">
<arg>ping</arg>
</executefile>
</job>
</ping>
--
This message has been scanned for viruses and
dangerous content by <http://www.mailscanner.info/> MailScanner, and is
believed to be clean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20061026/388c2c5c/attachment.html
More information about the izpack-users
mailing list