Forum Discussion

klitchev's avatar
klitchev
Occasional Contributor
14 years ago

loadUI 1.5 does not start with Java 7

Hi, I am on:

- Windows 7 x64
- JDK/JRE 7 (x32 build b147)
- loadUI 1.5

The problem is that loadUI refuses to start with this configuration. Java 6 loading screen shows, disappears then nothing happens.

The moment I uninstall Java 7, loadUI starts again.
  • Hi!

    We will look into this as soon as Java 7 is generally available, which should happen later today. Thanks for letting us know!

    /Henrik
    SmartBear Stockholm
  • Hmm... are you manually configuring loadUI to run on your local JRE (Java 7 in your case)? I'm wondering because loadUI is bundled with Java 6 and preconfigured to use that bundled JRE.

    Regards

    Henrik
    SmartBear Stockholm
  • Also same problem starting loadUI1.5 and Windows 7.0.

    Had a working version of Load UI 1.0 on Windows 7 64bit with the version of Java listed below.

    C:\Users\areeves>java -version
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

    Installed LoadUI 1.5 - Now just get splash screen and locks up never start loadUI.

    Installed Soap4.0.0 works fine with this same configuration.

    What can I do to get LoadUI 1.5 to work now?
  • Hi,

    Can you try running loadUI with the Java Console activated? To activate it, open the Windows control panel, search for Java, and click on the resulting Java icon to open the Java Control Panel. Click on the Advanced tab, and under Java console, select Show console. Now click Apply and try starting loadUI again. This time, a console window should be displayed. If any error message is printed to the console, please copy that and paste it here so that we can see what is preventing the normal launch. To disable the Java Console again, just follow the above steps again and change the setting back to the original value.

    Regards,
    Dain
    SmartBear Sweden
  • sambyrd's avatar
    sambyrd
    New Contributor
    I'm not the OP but here's my console window:


    Java Web Start 1.6.0_25
    Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM
    User home directory = C:\Users\sbyrd
    ----------------------------------------------------
    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]
    14:31:12,713 WARN [SoapUI] Missing folder [C:\Program Files (x86)\eviware\loadUI-1.5.0\.\ext] for external libraries
    14:31:12,964 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\sbyrd\soapui-settings.xml]
    14:31:13,339 WARN [SoapUIProGroovyScriptEngineFactory] Missing scripts folder [C:\Program Files (x86)\eviware\loadUI-1.5.0\scripts]
    14:31:13,542 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xop.xsd with targetNamespace http://www.w3.org/2004/08/xop/include
    14:31:13,567 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/XMLSchema.xsd with targetNamespace http://www.w3.org/2001/XMLSchema
    14:31:13,569 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xml.xsd with targetNamespace http://www.w3.org/XML/1998/namespace
    14:31:13,570 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/swaref.xsd with targetNamespace http://ws-i.org/profiles/basic/1.1/xsd
    14:31:13,571 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xmime200505.xsd with targetNamespace http://www.w3.org/2005/05/xmlmime
    14:31:13,572 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/xmime200411.xsd with targetNamespace http://www.w3.org/2004/11/xmlmime
    14:31:13,573 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/soapEnvelope.xsd with targetNamespace http://schemas.xmlsoap.org/soap/envelope/
    14:31:13,575 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/soapEncoding.xsd with targetNamespace http://schemas.xmlsoap.org/soap/encoding/
    14:31:13,576 INFO [SchemaUtils] Added default schema from /com/eviware/soapui/resources/xsds/soapEnvelope12.xsd with targetNamespace http://www.w3.org/2003/05/soap-envelope
    14:31:13,578 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!
  • sambyrd's avatar
    sambyrd
    New Contributor
    I'm not exactly sure what fixed it but here's what I did:

    1. Manually installed JavaFX
    2. Doing #1 forced me to reinstall the JRE (I was using a version installed by another application)
    3. Changed the loadui.bat to loadui.cmd
    4. Changed the JAVAWS=/jre/bin/javaws to JAVAWS=\jre\bin\javaws
    5. Launched loadui.cmd as an administrator (it did some key creation stuff)