New user

4 views
Skip to first unread message

c.harkness

unread,
Oct 5, 2010, 7:27:46 AM10/5/10
to Open Wonderland Forum
I have just started using Open Wonderland and have essentially been
thrown in the deep end having had no experience with Java previously.
After using the system for the last couple of days I now find myself
unable to access it and am instead presented with an error telling me
it is unable to launch the application. I have included the details
below should anyone be patient enough to wade through it.

Launch File:

<?xml version="1.0" encoding="utf-8"?><!-- Source for wonderland.jnlp
--><jnlp spec="1.0+" codebase="http://148.197.8.179:8080/wonderland-
web-front/app/" href="Wonderland.jnlp"> <information>
<title>Project Wonderland 0.5</title> <vendor>Sun Microsystems
Inc.</vendor> <homepage href="http://wonderland.dev.java.net/"/>
<description>Project Wonderland 0.5</description> <description
kind="short">Toolkit for building collaborative, immersive
environments</description> </information> <security> <all-
permissions/> </security> <resources> <j2se version="1.6+"
initial-heap-size="128m" max-heap-size="512m" java-vm-args=""/>
<!-- jar files auto-populated by build script --> <jar
href="Scenario.jar"/> <jar href="activation.jar"/> <jar
href="commons-beanutils-core.jar"/> <jar href="commons-
codec-1.3.jar"/> <jar href="commons-httpclient-3.0.1.jar"/> <jar
href="commons-logging-1.1.jar"/> <jar href="derby.jar"/> <jar
href="gluegen-rt.jar"/> <jar href="javassist.jar"/> <jar
href="javolution.jar"/> <jar href="jaxb-api.jar"/> <jar
href="jaxb-impl.jar"/> <jar href="jaxb-xjc.jar"/> <jar
href="jaxb1-impl.jar"/> <jar href="jbullet.jar"/> <jar href="jme-
audio.jar"/> <jar href="jme-awt.jar"/> <jar href="jme-
collada.jar"/> <jar href="jme-effects.jar"/> <jar href="jme-
font.jar"/> <jar href="jme-gamestates.jar"/> <jar href="jme-
model.jar"/> <jar href="jme-scene.jar"/> <jar href="jme-
terrain.jar"/> <jar href="jme-xml.jar"/> <jar href="jme.jar"/
> <jar href="jogl.jar"/> <jar href="jsr173_1.0_api.jar"/>
<jar href="lwjgl_util.jar"/> <jar href="mina-core-1.1.0.jar"/>
<jar href="mtgame.jar"/> <jar href="scannotation-1.0.2.jar"/>
<jar href="sgs-client.jar"/> <jar href="sgs-shared-1.7.jar"/>
<jar href="slf4j-api-1.4.0.jar"/> <jar href="slf4j-jdk14-1.4.0.jar"/
> <jar href="stun.jar"/> <jar href="swing-layout-1.0.jar"/>
<jar href="swing-worker-1.2.jar"/> <jar href="vecmath.jar"/>
<jar href="wonderland-client.jar" main="true"/> <jar
href="wonderland-common.jar"/> <jar href="wonderland-version.jar"/
> <jar href="wonderland-web-webstart.jar"/> <property
name="wonderland.server.url" value="http://148.197.8.179:8080/"/>
<property name="wonderland.client.config.dir" value="http://
148.197.8.179:8080/wonderland-web-front/config/"/> <property
name="wonderland.protocol.handler.pkgs"
value="org.jdesktop.wonderland.client.protocols"/> <property
name="wonderland.version" value="0.5-dev"/> </resources> <resources
os="Windows" arch="x86"> <nativelib href="win32/
wonderland_native.jar"/> </resources> <resources os="Windows"
arch="amd64"> <nativelib href="win64/wonderland_native.jar"/> </
resources> <resources os="Linux" arch="i386"> <nativelib
href="linux/wonderland_native.jar"/> </resources> <resources
os="Linux" arch="amd64"> <nativelib href="linux64/
wonderland_native.jar"/> </resources> <resources os="Mac OS X">
<nativelib href="macosx/wonderland_native.jar"/> </resources>
<resources os="SunOS" arch="x86"> <nativelib href="solaris/
wonderland_native.jar"/> </resources> <application-desc main-
class="org.jdesktop.wonderland.client.jme.JmeClientMain"> </
application-desc></jnlp>

Exception:

com.sun.deploy.net.FailedDownloadException: Unable to load resource:
http://148.197.8.179:8080/wonderland-web-front/app/wonderland-client.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown
Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown
Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Wrapped Exception:

java.io.IOException: There is not enough space on the disk
at com.sun.deploy.cache.CacheEntry$9.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown
Source)
at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown
Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown
Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Maggie Leber (sl: Maggie Darwin)

unread,
Oct 5, 2010, 7:55:55 AM10/5/10
to openwon...@googlegroups.com
On Tue, Oct 5, 2010 at 7:27 AM, c.harkness <craig.h...@port.ac.uk> wrote:
> I have included the details
> below should anyone be patient enough to wade through it.

Right after "Wrapped exception" we read:

java.io.IOException: There is not enough space on the disk

I admit it takes a practiced eye to read a Java stackdump.

c.harkness

unread,
Oct 5, 2010, 9:38:41 AM10/5/10
to Open Wonderland Forum
Thanks for taking the time to wade through that lot, having cleared a
load of junk from my user space things are up and running again.

Thanks for your patience :)

Craig

On 5 Oct, 12:55, "Maggie Leber (sl: Maggie Darwin) "
<mag...@matrisync.com> wrote:
Reply all
Reply to author
Forward
0 new messages