josmas / openwonderland

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

Client test graphics test always fail in a PC which is able to run the full Open Wonderland's experience #326

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Client Test
2. Execute Graphics Tests

What is the expected output? What do you see instead?
The tests runs well due to the machine runs Open Wonderland client in full shape

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

Please provide any additional information below.

Look like the Client Test is looking for the native libraries in the old 
format. Maybe due to the change to JOGL 2.0

Catched FileNotFoundException: 
http://localhost:8080/wonderland-web-front/app/gluegen-rt-natives-windows-amd64.
jar, while TempJarCache.bootstrapNativeLib() of 
jar:http://localhost:8080/wonderland-web-front/app/gluegen-rt-natives-windows-am
d64.jar!/ (http://localhost:8080/wonderland-web-front/app/ + 
gluegen-rt-natives-windows-amd64.jar)

Catched FileNotFoundException: 
http://localhost:8080/wonderland-web-front/app/jogl-natives-windows-amd64.jar, 
while addNativeJarLibsImpl(classFromJavaJar class 
jogamp.nativewindow.NWJNILibLoader, classJarURL 
jar:http://localhost:8080/wonderland-web-front/app/jogl.jar.pack.gz!/jogamp/nati
vewindow/NWJNILibLoader.class, nativeJarBaseName jogl): 
jogl-natives-windows-amd64.jar + 
http://localhost:8080/wonderland-web-front/app/ -> 
jar:http://localhost:8080/wonderland-web-front/app/jogl-natives-windows-amd64.ja
r!/

It should look for: 
http://irinia.cyramix.net:8080/wonderland-web-front/app/win64/wonderland_native.
jar

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

GoogleCodeExporter commented 9 years ago
Revision SVN: 2024

Original comment by crrami...@gmail.com on 18 Feb 2014 at 1:17

GoogleCodeExporter commented 9 years ago
Forget my additional information. These errors happens also in the Open 
Wonderland Client and they run perfectly

Original comment by crrami...@gmail.com on 18 Feb 2014 at 6:00

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:32