Forum Discussion
19 Replies
- achoiceNew ContributorSame here.
c:\Program\loadUI-1.5.0>jre\bin\javaws loadUI.jnlp
c:\Program\loadUI-1.5.0>
Java console:
Java Web Start 1.6.0_25
Använder JRE-version 1.7.0_01-b08 Java HotSpot(TM) Client VM
Användarens hemkatalog = C:\Documents and Settings\dfn453
----------------------------------------------------
c: töm systemfönster
f: slutför objekt i slutföringskö
g: skräpinsamling
h: visa det här hjälpmeddelandet
m: skriv ut minnesförbrukning
o: utlösarloggning
p: ladda proxykonfiguration på nytt
q: dölj konsol
r: ladda policykonfiguration på nytt
s: dumpa system- och distributionsegenskaper
t: dumpa trådlista
v: dumpa trådstack
0-5: ange spårningsnivån till <n>
----------------------------------------------------
Launching loadUI Build: loadUI-Dist-2011-06-13-[3] 2011/06/13 20:56
ERROR: Bundle com.springsource.org.apache.ivy [9] Error starting file:/C:/Program/loadUI-1.5.0/bundle/com.springsource.org.apache.ivy-2.1.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.springsource.org.apache.ivy [9]: Unable to resolve 9.0: missing requirement [9.0] package; (&(package=javax.swing)(version>=0.0.0)))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.springsource.org.apache.ivy [9]: Unable to resolve 9.0: missing requirement [9.0] package; (&(package=javax.swing)(version>=0.0.0))
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1734)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1163)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Unknown Source)
ERROR: Bundle com.springsource.org.apache.log4j [10] Error starting file:/C:/Program/loadUI-1.5.0/bundle/com.springsource.org.apache.log4j-1.2.16.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.springsource.org.apache.log4j [10]: Unable to resolve 10.0: missing requirement [10.0] package; (&(package=javax.management)(version>=0.0.0)))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.springsource.org.apache.log4j [10]: Unable to resolve 10.0: missing requirement [10.0] package; (&(package=javax.management)(version>=0.0.0))
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1734)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1163)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Unknown Source)
ERROR: Bundle com.springsource.slf4j.api [11] Error starting file:/C:/Program/loadUI-1.5.0/bundle/com.springsource.slf4j.api-1.6.1.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.springsource.slf4j.api [11]: Unable to resolve 11.0: missing requirement [11.0] package; (&(package=org.slf4j.impl)(version>=1.6.1)(!(version>=2.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.springsource.slf4j.api [11]: Unable to resolve 11.0: missing requirement [11.0] package; (&(package=org.slf4j.impl)(version>=1.6.1)
......
ERROR: Bundle com.eviware.loadui.util [37] Error starting file:/C:/Program/loadUI-1.5.0/bundle/loadui-util-1.5.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.eviware.loadui.util [37]: Unable to resolve 37.0: missing requirement [37.0] package; (package=com.eviware.loadui.api.counter) [caused by: Unable to resolve 24.0: missing requirement [24.0] package; (package=javax.swing)])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.eviware.loadui.util [37]: Unable to resolve 37.0: missing requirement [37.0] package; (package=com.eviware.loadui.api.counter) [caused by: Unable to resolve 24.0: missing requirement [24.0] package; (package=javax.swing)]
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1734)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1163)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Unknown Source)
ShellTUI: No standard input...exiting.
okt 27, 2011 1:03:06 EM org.springframework.osgi.extender.internal.activator.ContextLoaderListener start
Info: Starting [org.springframework.osgi.extender] bundle v.[1.2.1]
okt 27, 2011 1:03:06 EM org.springframework.osgi.extender.internal.support.ExtenderConfiguration <init>
Info: No custom extender configuration detected; using defaults...
okt 27, 2011 1:03:06 EM org.springframework.scheduling.timer.TimerTaskExecutor afterPropertiesSet
Info: Initializing Timer
-> Framework started! - achoiceNew ContributorHi again.
I've managed to run 1.6 despite having 1.7 installed...
Process;
1) If you are behind a proxy, make sure loadUI is installed with proxy settings. (check your browser->connection regarding proxy settings)
2) start a cmd and run;
cd c:\Program\eviware\loadUI-1.5.0>
rem clear CLASSPATH, I hade som Oracle jre stuff there..
set CLASSPATH=
rem reset PATH, point to a java 6 jre. (any should do)
set PATH=set PATH=c:\Program\Java\jre6\bin
rem should now show 1.6
java -version
rem in java control panel;
rem - "Java"->"Show" make sure 1.7 is deacitvated & System shows 1.6
rem - "Advanced" -> "Java-console" -> Show console (only to verify no 1.7 is shown..)
rem Apply & OK.
javacpl
rem start loadUI, fingers crossed. (verbose only to verify no 1.7 is shown..)
javaws -verbose loadUI.jnlp
rem put all above in a .bat file.
- Very interesting, thanks for sharing!

We'll have to look deeper into this. Maybe it's not a problem with Java 7 per se, but the combination of running Java WebStart in Java 6, which in its part is firing up loadUI with Java 7? Hmm...
Henrik
SmartBear Software - Thanks to achoice's excellent troubleshooting, I hope that we've solved this issue.
We are in the middle of fixing this. In the meantime, try editing loadUI.jnlp. in the loadUI installation directory and change the following part of line 11 from:j2se version="1.6+"
to this:j2se version="1.6"
We would be very thankful if you let us know in the forum whether this fixes the issue for you! That way we can release a fixed version sooner.
Thank you!
Henrik
SmartBear Software - fix worked for me. I have jdk7 installed and had the same issues as above but once I changed loadui.jlnp form 1.6+ to 1.6 loadUI started up without a hitch.
phietone wrote: fix worked for me. I have jdk7 installed and had the same issues as above but once I changed loadui.jlnp form 1.6+ to 1.6 loadUI started up without a hitch.
Thank you very much for taking the time to register on this forum and post this! It's very appreciated!
Regards
Henrik
SmartBear Software- wolfemsNew ContributorI'm having a similar problem but the root cause is different.
I also get stuck on the splash page after a fresh install.
Mine is already using 1.6 however.
Here is the console. I'm not sure where to look next.
Feel free to move if this should be a new thread.
Java Web Start 1.6.0_25
Using JRE version 1.6.0_29-b11 Java HotSpot(TM) Client VM
User home directory = C:\Users\mikew
----------------------------------------------------
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>
----------------------------------------------------
Launching loadUI Build: loadUI-Dist-2011-06-13-[3] 2011/06/13 20:56
log4j:WARN No appenders could be found for logger (com.eviware.loadui.fx.WindowControllerImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Configuring log4j from [C:\Program Files (x86)\eviware\loadUI-1.5.0\soapui-log4j.xml]
21:31:52,397 WARN [SoapUI] Missing folder [C:\Program Files (x86)\eviware\loadUI-1.5.0\.\ext] for external libraries
21:31:52,726 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\mikew\soapui-settings.xml]
21:31:53,052 INFO [SoapUIProGroovyScriptEngineFactory] Setting Script Library to [C:\PROGRA~1\SMARTB~1\SOAPUI~1.1\bin\scripts]
21:31:53,441 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xop.xsd with targetNamespace http://www.w3.org/2004/08/xop/include
21:31:53,473 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/XMLSchema.xsd with targetNamespace http://www.w3.org/2001/XMLSchema
21:31:53,474 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xml.xsd with targetNamespace http://www.w3.org/XML/1998/namespace
21:31:53,475 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/swaref.xsd with targetNamespace http://ws-i.org/profiles/basic/1.1/xsd
21:31:53,475 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xmime200505.xsd with targetNamespace http://www.w3.org/2005/05/xmlmime
21:31:53,476 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xmime200411.xsd with targetNamespace http://www.w3.org/2004/11/xmlmime
21:31:53,477 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/soapEnvelope.xsd with targetNamespace http://schemas.xmlsoap.org/soap/envelope/
21:31:53,479 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/soapEncoding.xsd with targetNamespace http://schemas.xmlsoap.org/soap/encoding/
21:31:53,480 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/soapEnvelope12.xsd with targetNamespace http://www.w3.org/2003/05/soap-envelope
21:31:53,481 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/soapEncoding12.xsd with targetNamespace http://www.w3.org/2003/05/soap-encoding
ShellTUI: No standard input...exiting.
-> Framework started! - Jasper175Frequent ContributorHello,
I'm not getting a similar problem. I have tried the above but to no avail.
My Laptop:
The Java 6 splash page would show and disappear.
I attempted to install 7 sadly before checking the forum.
Now a Java 7 page splashes but this time with a status bar that went to 45% and stopped. Second time 85% and stopped.
I have adjusted the loadUI.jnlp file having both 1.6 & 1.6+
My Desktop:
This is an untouched machine that still had Java 6. Same splash page, nothing after that.
Adjusted the jnlp file - same issue. Tried upgrading Java to 7 - I don't even get a progress bar on this machine.
However I do have an error on the desktop, in an Application Error prompt:
Name: loadUI
Publisher: eviware
From: file://
Details "More Info" prompt:
Error: Found unsigned entry in resource:
http://dl.javafx.com/1.3/javafx-rt-lazy ... V1.3.1.jar
Need help to know what else to try. In the meantime I'll keep digging.
Thank you,
Rob - Jasper175Frequent ContributorWant to add to the Error. Here is the Exception error from my laptop:
java.lang.RuntimeException: ERROR: Failed to recover corrupt cache entry
at com.sun.deploy.cache.CacheEntry.recover(Unknown Source)
at com.sun.deploy.cache.CacheEntry.getCodeSigners(Unknown Source)
at com.sun.javaws.security.SigningInfo.getCertificates(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) - Jasper, have you tried this on the machine that the error message is from? I think that would help.
Regards
Henrik
SmartBear Software