josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Client Test module is not working with the last SVN version #325

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click green Test Client button
2. The application won't run

What is the expected output? What do you see instead?
The client test application run

What version of the product are you using? On what operating system?
SVN Revusion: 4894

Please provide any additional information below.
After looking in the Java Console I found this error:

feb 17, 2014 10:58:21 PM 
org.jdesktop.wonderland.modules.clienttest.test.ui.ClientTestUI$6 
uncaughtException
WARNING: null
java.lang.RuntimeException: java.net.MalformedURLException
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.loadTests(TestManager.java:226)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestsSection.initialize(TestsSection.java:83)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.createSection(TestManager.java:204)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.loadTestConfig(TestManager.java:183)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.initialize(TestManager.java:72)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.ClientTestUI.<init>(ClientTestUI.java:71)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.ClientTestUI$8.run(ClientTestUI.java:408)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$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)
Caused by: java.net.MalformedURLException
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.getServerNameAndPort(TestManager.java:297)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.getAssetURL(TestManager.java:293)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.createTestClassLoader(TestManager.java:252)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.createTest(TestManager.java:239)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.loadTests(TestManager.java:214)
    ... 20 more
Caused by: java.lang.NullPointerException
    ... 28 more

feb 17, 2014 10:58:21 PM 
org.jdesktop.wonderland.modules.clienttest.test.ui.ClientTestUI$6 
uncaughtException
WARNING: null
java.lang.RuntimeException: java.net.MalformedURLException
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.loadTests(TestManager.java:226)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestsSection.initialize(TestsSection.java:83)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.createSection(TestManager.java:204)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.loadTestConfig(TestManager.java:183)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.initialize(TestManager.java:72)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.ClientTestUI.<init>(ClientTestUI.java:71)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.ClientTestUI$8.run(ClientTestUI.java:408)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$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)
Caused by: java.net.MalformedURLException
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.getServerNameAndPort(TestManager.java:297)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.getAssetURL(TestManager.java:293)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.createTestClassLoader(TestManager.java:252)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.createTest(TestManager.java:239)
    at org.jdesktop.wonderland.modules.clienttest.test.ui.TestManager.loadTests(TestManager.java:214)
    ... 20 more
Caused by: java.lang.NullPointerException
    ... 28 more

Original issue reported on code.google.com by crrami...@gmail.com on 18 Feb 2014 at 3:58

GoogleCodeExporter commented 9 years ago
This patch fix all the problems with the new wonderland and the new Java 7u51 
all in one!

Original comment by crrami...@gmail.com on 18 Feb 2014 at 4:08

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like is fixed due to it is working in: 
http://owf1.virtualnorthstar.org:8080/wonderland-web-front/

Original comment by crrami...@gmail.com on 19 Sep 2014 at 5:33