Issue 325 in openwonderland: Client Test module is not working with the last SVN version

3 views
Skip to first unread message

openwon...@googlecode.com

unread,
Feb 17, 2014, 10:59:01 PM2/17/14
to openwonder...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 325 by crrami...@gmail.com: Client Test module is not working
with the last SVN version
http://code.google.com/p/openwonderland/issues/detail?id=325

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



--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

openwon...@googlecode.com

unread,
Feb 17, 2014, 11:09:05 PM2/17/14
to openwonder...@googlegroups.com

Comment #1 on issue 325 by crrami...@gmail.com: Client Test module is not
This patch fix all the problems with the new wonderland and the new Java
7u51 all in one!

Attachments:
client-test.patch 8.6 KB

openwon...@googlecode.com

unread,
Sep 19, 2014, 1:33:25 PM9/19/14
to openwonder...@googlegroups.com

Comment #2 on issue 325 by crrami...@gmail.com: Client Test module is not
working with the last SVN version
https://code.google.com/p/openwonderland/issues/detail?id=325

Looks like is fixed due to it is working in:
http://owf1.virtualnorthstar.org:8080/wonderland-web-front/
Reply all
Reply to author
Forward
0 new messages