RafficMaleo / openwonderland

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

Wonderland on windows 7 #327

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all , 

I downloaded the  latest version of Openwonderland on my laptop, my 
configuration as follows: 

1-Processor Intel Core i7 - CPU 2.7GHZ

2-Video Card= NVIDIA Quadro K2000M   

3- RAM 8 GB

4- OS = windows 7 64 bit

5- java version jdk1.6.0_45

I executed the command java -Dwonderland.webserver.host=localhost -jar 
Wonderland.jar

the installation started and, and i got this  message

"Wonderland web server started successfully.
Log files are in C:/Users/Administrator/.wonderland-server/0.5/log
Web server running on http://127.0.0.1:8080/"

But when i tried to access the web page http://127.0.0.1:8080/ 

i got this message 

"Access Error: 404 -- Not Found

Cannot locate document: /"

Please advice me what to do  

Original issue reported on code.google.com by han...@gmail.com on 19 Aug 2014 at 3:03

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

The error in log "Caused by: java.io.FileNotFoundException: 
http://Hany-PC:8080/wonderland-web-runner/services/checksums" says that the 
parameter: -Dwonderland.webserver.host=localhost is not working. Try with your 
IP address:

ex: -Dwonderland.webserver.host=192.168.1.125

You can also specify internal:  
-Dwonderland.webserver.host.internal=192.168.1.125

Regards

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