[izpack-users] custom panel cont'd ( 3 )

le dinh dinh.le at samcef.com
Thu Oct 26 11:22:46 CEST 2006


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 MailScanner, and is
believed to be clean.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20061026/ce4335b4/attachment.html 


More information about the izpack-users mailing list