https://issues.apache.org/bugzilla/show_bug.cgi?id=51660
--- Comment #3 from Keith Woodward <[email protected]> 2011-08-15 16:26:47 UTC --- Created attachment 27388 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27388 old jnlp file that has the long 30 second pause. Uses the old xmlbeans-2.3.0.jar, rather than the newer xbeans.jar Thanks Nick for your reply, I understand the need to keep the old version. But somewhere, the new xbeans.jar file is being referenced. In the previous attachement is the new JWS jnlp file that works, no pauses (deal.jnlp). Attached here is the old one which pauses for 30 seconds (dealOld.jnlp). You can see it looking for xbeans.jar if you enable the JWS console to be seen and type '5'. You see the following output (ignore the exception, that is my code which throws that and is irrelevant to this problem): Java Web Start 1.6.0_26 Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM User home directory = C:\Users\Keith ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message m: print memory usage o: trigger logging p: reload proxy configuration q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack 0-5: set trace level to <n> ---------------------------------------------------- Trace level set to 5: all ... completed. security: User has granted the priviledges to the code for this session only security: Adding certificate in Deployment session certificate store security: Added certificate in Deployment session certificate store security: Saving certificates in Deployment session certificate store security: Saved certificates in Deployment session certificate store security: Mark trusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp basic: LD - All JAR files signed: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp basic: passing security checks; secureArgs:true, allSigned:false basic: trusted app: true, -secure=false basic: DefaultMatchJRE: JREDesc: JREDesc[version 1.6.0_26, heap=-1--1, args=null, href=http://java.sun.com/products/autodl/j2se, sel=true, null, null] JREInfo: JREInfo for index 0: platform is: 1.6 product is: 1.6.0_26 location is: http://java.sun.com/products/autodl/j2se path is: C:\Program Files (x86)\Java\jre6\bin\javaw.exe args is: null native platform is: Windows, x86 [ x86, 32bit ] enabled is: true registered is: true system is: true Init Heap: -1 Max Heap: 67108864 Satisfying: true, true SatisfyingVersion: true SatisfyingJVMArgs: true, true SatisfyingSecure: true Selected JVMParam: [JVMParameters: isSecure: true, args: ] Running JVMParam: [JVMParameters: isSecure: true, args: ] basic: continuing launch in this VM basic: Main-class: deal.Main cache: Read manifest for http://www.keithwoodward.com/deal/webstartOld/lib/xmlbeans-2.3.0.jar: read=272 full=63538 security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/xmlbeans-2.3.0.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true cache: Read manifest for http://www.keithwoodward.com/deal/webstartOld/lib/dom4j-1.6.1.jar: read=229 full=6330 security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/dom4j-1.6.1.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true cache: Read manifest for http://www.keithwoodward.com/deal/webstartOld/lib/poi-3.8-beta3-20110606.jar: read=219 full=38969 security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/poi-3.8-beta3-20110606.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true cache: Read manifest for http://www.keithwoodward.com/deal/webstartOld/lib/poi-ooxml-3.8-beta3-20110606.jar: read=219 full=8728 security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/poi-ooxml-3.8-beta3-20110606.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true cache: Read manifest for http://www.keithwoodward.com/deal/webstartOld/lib/poi-ooxml-schemas-3.8-beta3-20110606.jar: read=219 full=140701 security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/poi-ooxml-schemas-3.8-beta3-20110606.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true cache: Read manifest for http://www.keithwoodward.com/deal/webstartOld/lib/stax-api-1.0.1.jar: read=192 full=1705 security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/stax-api-1.0.1.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true cache: Read manifest for http://www.keithwoodward.com/deal/webstartOld/deal.jar: read=261 full=2033 security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/deal.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/deal.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true QuestionPane: tmpdirString == C:\Users\Keith\AppData\Local\Temp\ QuestionCache: chNum == 1, qNum == 1, questionAndChapterExist(qNum, chNum) == true security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/poi-ooxml-3.8-beta3-20110606.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/poi-3.8-beta3-20110606.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/xmlbeans-2.3.0.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/poi-ooxml-schemas-3.8-beta3-20110606.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true security: JAVAWS AppPolicy Permission requested for: http://www.keithwoodward.com/deal/webstartOld/lib/dom4j-1.6.1.jar security: Istrusted: http://www.keithwoodward.com/deal/webstartOld/dealOld.jnlp true network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT network: Connecting http://www.keithwoodward.com/deal/webstartOld/lib/xbean.jar with proxy=DIRECT network: Connecting socket://www.keithwoodward.com:80 with proxy=DIRECT QuestionCache: chNum == 1, qNum == 2, questionAndChapterExist(qNum, chNum) == true QuestionCache: chNum == 1, qNum == 3, questionAndChapterExist(qNum, chNum) == true java.io.IOException: Stream closed at java.io.BufferedInputStream.getInIfOpen(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at java.io.PushbackInputStream.read(Unknown Source) at java.util.zip.ZipInputStream.readFully(Unknown Source) at java.util.zip.ZipInputStream.readLOC(Unknown Source) at java.util.zip.ZipInputStream.getNextEntry(Unknown Source) at org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.<init>(ZipInputStreamZipEntrySource.java:51) at org.apache.poi.openxml4j.opc.ZipPackage.<init>(ZipPackage.java:82) at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:224) at org.apache.poi.util.PackageHelper.open(PackageHelper.java:39) at org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:190) at deal.Question.getAnswer(Question.java:55) at deal.QuestionCache.makeQuestionList(QuestionCache.java:48) at deal.QuestionCache.<init>(QuestionCache.java:22) at deal.QuestionPane.<init>(QuestionPane.java:65) at deal.DealFrame.<init>(DealFrame.java:88) at deal.Main$1.run(Main.java:17) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) QuestionCache: chNum == 2, qNum == 1, questionAndChapterExist(qNum, chNum) == true QuestionPane: continueCounter == 0 : e.getComponent().getSize() == java.awt.Dimension[width=250,height=250] : e.getComponent().getSize() == java.awt.Dimension[width=250,height=250] Cheers, Keith -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
