Adding authentication module gives stacktrace on startup

13 views
Skip to first unread message

Nina

unread,
Mar 19, 2010, 7:46:11 AM3/19/10
to Open Wonderland Forum
I have seen this before, but I wanted to get a clean build and verify
it. Now that everything is running properly without authentication, I
decided to try again. I build from source, but manually added it.
After everything starts, here's the very last thing:

WARNING: Error sending server started event
java.lang.NullPointerException
at java.io.FileInputStream.<init>(FileInputStream.java:103)
at java.io.FileReader.<init>(FileReader.java:55)
at
org.jdesktop.wonderland.modules.darkstar.server.DarkstarWebLoginImpl
$DarkstarWebLoginUI.requestLogin(DarkstarWebLoginImpl.java:219)
at org.jdesktop.wonderland.client.login.ServerSessionManager
$UserPasswordLoginControl.requestLogin(ServerSessionManager.java:981)
at
org.jdesktop.wonderland.client.login.ServerSessionManager.requestLogin(ServerSessionManager.java:
567)
at
org.jdesktop.wonderland.client.login.ServerSessionManager.createSession(ServerSessionManager.java:
305)
at
org.jdesktop.wonderland.client.login.ServerSessionManager.createSession(ServerSessionManager.java:
275)
at
org.jdesktop.wonderland.modules.xappsconfig.web.servlet.XAppsServlet.serverStarted(XAppsServlet.java:
412)
at
org.jdesktop.wonderland.modules.darkstar.server.DarkstarWebLoginImpl.fireServerStarted(DarkstarWebLoginImpl.java:
179)
at
org.jdesktop.wonderland.modules.darkstar.server.DarkstarWebLoginImpl
$1.run(DarkstarWebLoginImpl.java:156)
at java.lang.Thread.run(Thread.java:619)

Any ideas? Do you need the full log? I can do that, but thought I'd
start small. :)

Thanks!!
-Nina-

Nina

unread,
Mar 19, 2010, 7:48:56 AM3/19/10
to Open Wonderland Forum
...more on this:

I tried logging in as admin/admin, and I got a bunch of errors on the
console and the web server. Here's the output from the server:

[EL Info]: 2010-03-19 07:46:37.313--ServerSession(27933150)--file:/C:/
nnjones/Wonderland/trunk/wonderland/dist/wl0.5/run/webdeploy/security-
groups-wonderland-se
curity-groups-weblib.jar_WonderlandGroupPU logout successful
[EL Info]: 2010-03-19 07:46:37.797--ServerSession(6168442)--
EclipseLink, version: Eclipse Persistence Services - 2.0.0.v20091127-
r5931
[EL Info]: 2010-03-19 07:46:37.797--ServerSession(6168442)--file:/C:/
nnjones/Wonderland/trunk/wonderland/dist/wl0.5/run/webdeploy/security-
groups-wonderland-sec
urity-groups-weblib.jar_WonderlandGroupPU login successful
[EL Warning]: 2010-03-19 07:46:38.547--ServerSession(6168442)--
Exception [EclipseLink-4002] (Eclipse Persistence Services -
2.0.0.v20091127-r5931): org.eclipse.
persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Table/View 'MEMBERENTITY'
already exists in Schema 'APP'.
Error Code: 30000
Call: CREATE TABLE MEMBERENTITY (GROUPID VARCHAR(255) NOT NULL,
MEMBERID VARCHAR(255) NOT NULL, OWNER SMALLINT DEFAULT 0, groupcolumn
VARCHAR(255), PRIMARY KEY
(GROUPID, MEMBERID))
Query: DataModifyQuery(sql="CREATE TABLE MEMBERENTITY (GROUPID
VARCHAR(255) NOT NULL, MEMBERID VARCHAR(255) NOT NULL, OWNER SMALLINT
DEFAULT 0, groupcolumn VARC
HAR(255), PRIMARY KEY (GROUPID, MEMBERID))")
[EL Warning]: 2010-03-19 07:46:38.953--ServerSession(6168442)--
Exception [EclipseLink-4002] (Eclipse Persistence Services -
2.0.0.v20091127-r5931): org.eclipse.
persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Table/View 'GROUPENTITY'
already exists in Schema 'APP'.
Error Code: 30000
Call: CREATE TABLE GROUPENTITY (ID VARCHAR(255) NOT NULL, PRIMARY KEY
(ID))
Query: DataModifyQuery(sql="CREATE TABLE GROUPENTITY (ID VARCHAR(255)
NOT NULL, PRIMARY KEY (ID))")
[EL Warning]: 2010-03-19 07:46:39.0--ServerSession(6168442)--Exception
[EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.v20091127-
r5931): org.eclipse.pe
rsistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Constraint
'MMBRNTITYGRPCOLUMN' already exists in Schema 'APP'.
Error Code: 30000
Call: ALTER TABLE MEMBERENTITY ADD CONSTRAINT MMBRNTITYgrpcolumn
FOREIGN KEY (groupcolumn) REFERENCES GROUPENTITY (ID)
Query: DataModifyQuery(sql="ALTER TABLE MEMBERENTITY ADD CONSTRAINT
MMBRNTITYgrpcolumn FOREIGN KEY (groupcolumn) REFERENCES GROUPENTITY
(ID)")
Mar 19, 2010 7:47:29 AM
com.sun.jersey.server.impl.application.WebApplicationImpl
mapMappableContainerException
SEVERE: The RuntimeException could not be mapped to a response, re-
throwing to the HTTP container
java.lang.ClassCastException: [C cannot be cast to java.lang.String
at
org.jdesktop.wonderland.modules.securitysession.noauth.weblib.NoAuthSessionManagerImpl.login(NoAuthSessionManagerImpl.java:
60)
at
org.jdesktop.wonderland.modules.securitysession.auth.web.identity.AuthenticateResource.post(AuthenticateResource.java:
69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchPr
ovider.java:175)
at
com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:
67)
at
com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:
208)
at
com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:
75)
at
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:
115)
at
com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:
67)
at
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:
775)
at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:
740)
at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:
731)
at
com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:
372)
at
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:
452)
at
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:
633)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:
847)
at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:
1523)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
279)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
188)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
641)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:
97)
at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:
85)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
185)
at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:
332)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
233)
at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:
165)
at
com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:
791)
at
com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
at
com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:
170)
at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:
135)
at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
102)
at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
88)
at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:
76)
at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:
53)
at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:
57)
at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
at com.sun.grizzly.util.AbstractThreadPool
$Worker.doWork(AbstractThreadPool.java:330)
at com.sun.grizzly.util.AbstractThreadPool
$Worker.run(AbstractThreadPool.java:309)
at java.lang.Thread.run(Thread.java:619)
Mar 19, 2010 7:47:29 AM org.apache.catalina.core.StandardWrapperValve
log
WARNING: StandardWrapperValve[ServletAdaptor]: PWC1406:
Servlet.service() for servlet ServletAdaptor threw exception
java.lang.ClassCastException: [C cannot be cast to java.lang.String
at
org.jdesktop.wonderland.modules.securitysession.noauth.weblib.NoAuthSessionManagerImpl.login(NoAuthSessionManagerImpl.java:
60)
at
org.jdesktop.wonderland.modules.securitysession.auth.web.identity.AuthenticateResource.post(AuthenticateResource.java:
69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchPr
ovider.java:175)
at
com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:
67)
at
com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:
208)
at
com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:
75)
at
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:
115)
at
com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:
67)
at
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:
775)
at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:
740)
at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:
731)
at
com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:
372)
at
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:
452)
at
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:
633)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:
847)
at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:
1523)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
279)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
188)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
641)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:
97)
at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:
85)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
185)
at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:
332)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
233)
at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:
165)
at
com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:
791)
at
com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
at
com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:
170)
at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:
135)
at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
102)
at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
88)
at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:
76)
at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:
53)
at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:
57)
at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
at com.sun.grizzly.util.AbstractThreadPool
$Worker.doWork(AbstractThreadPool.java:330)
at com.sun.grizzly.util.AbstractThreadPool
$Worker.run(AbstractThreadPool.java:309)
at java.lang.Thread.run(Thread.java:619)

=====
here's my console output

Java Web Start 1.6.0_18
Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\nnjones
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
Trace level set to 5: all ... completed.
security: Loading Root CA certificates from C:\Program Files\Java
\jre6\lib\security\cacerts
security: Loaded Root CA certificates from C:\Program Files\Java
\jre6\lib\security\cacerts
security: Loading Deployment certificates from C:\Documents and
Settings\nnjones\Application Data\Sun\Java\Deployment\security
\trusted.certs
security: Loaded Deployment certificates from C:\Documents and Settings
\nnjones\Application Data\Sun\Java\Deployment\security\trusted.certs
security: Loading Deployment certificates from C:\WINDOWS\Sun\Java
\Deployment\trusted.certs
security: Loaded Deployment certificates from C:\WINDOWS\Sun\Java
\Deployment\trusted.certs
security: Loading certificates from Deployment session certificate
store
security: Loaded certificates from Deployment session certificate
store
security: Loading certificates from Internet Explorer ROOT certificate
store
security: Loaded certificates from Internet Explorer ROOT certificate
store
security: Loading certificates from Internet Explorer TrustedPublisher
certificate store
security: Loaded certificates from Internet Explorer TrustedPublisher
certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: No timestamping info available
security: Found jurisdiction list file
security: No need to checking trusted extension for this certificate
security: The CRL support is disabled
security: The OCSP support is disabled
security: This OCSP End Entity validation is disabled
security: Checking if certificate is in Deployment denied certificate
store
security: Checking if certificate is in Deployment permanent
certificate store
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/Scenario.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/activation.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/commons-beanutils-core.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/commons-codec-1.3.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/commons-httpclient-3.0.1.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/commons-logging-1.1.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/derby.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/gluegen-rt.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/javassist.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/javolution.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jaxb-api.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jaxb-impl.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jaxb-xjc.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jaxb1-impl.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jbullet.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-audio.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-awt.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-collada.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-effects.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-font.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-gamestates.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-model.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-scene.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-terrain.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme-xml.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jme.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jogl.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/jsr173_1.0_api.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/lwjgl_util.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/mina-core-1.1.0.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/mtgame.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/scannotation-1.0.2.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/sgs-client.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/sgs-shared-1.7.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/slf4j-api-1.4.0.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/slf4j-jdk14-1.4.0.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/stun.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/swing-layout-1.0.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/swing-worker-1.2.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/vecmath.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/wonderland-client.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/wonderland-common.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/wonderland-version.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/wonderland-web-webstart.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/win32/wonderland_native.jar
true tm=1268999208844 cert=1286135966000
cache: Mark prevalidated: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true tm=1268999208906 cert=1286135966000
security: Mark trusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
basic: LD - All JAR files signed: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
basic: passing security checks; secureArgs:false, allSigned:false
basic: trusted app: true, -secure=false
basic: DefaultMatchJRE:
JREDesc: JREDesc[version 1.6+, heap=134217728-536870912,
args=null, href=null, sel=true, null, null]
JREInfo: JREInfo for index 0:
platform is: 1.6
product is: 1.6.0_18
location is: http://java.sun.com/products/autodl/j2se
path is: C:\Program Files\Java\jre6\bin\javaw.exe
args is: null
native platform is: Windows, x86 [ x86, 32bit ]
enabled is: true
registered is: true
system is: true

Init Heap: 134217728
Max Heap: 536870912
Satisfying: false, true
SatisfyingVersion: true
SatisfyingJVMArgs: false, true
SatisfyingSecure: false
Selected JVMParam: [JVMParameters: isSecure: false, args: -Xmx512m -
Xms128m -Dwonderland.server.url=http://localhost:8080/ -
Dwonderland.client.config.dir=http://localhost:8080/wonderland-web-
front/config/ -
Dwonderland.protocol.handler.pkgs=org.jdesktop.wonderland.client.protocols
-Dwonderland.version=0.5-dev]
Running JVMParam: [JVMParameters: isSecure: true, args: -Xmx512m -
Xms128m]
basic: continuing launch in this VM
basic: Main-class: org.jdesktop.wonderland.client.jme.JmeClientMain
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/wonderland-client.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/Scenario.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/mtgame.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/jme.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/wonderland-common.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/swing-layout-1.0.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
Mar 19, 2010 7:46:51 AM org.jdesktop.wonderland.client.jme.Webstart
webstartSetup
WARNING: Running from Java Web Start. Performing setup.
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/wonderland-web-webstart.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
network: Connecting http://localhost:8080/wonderland-web-front/config/run-client.properties
with proxy=DIRECT
network: Connecting socket://localhost:8080 with proxy=DIRECT
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/derby.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/jme-collada.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/javolution.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/jogl.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/jbullet.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/jaxb-impl.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/jme-awt.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/gluegen-rt.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
network: Looking up native library: jogl.dll
network: Looking up native library in: C:\Documents and Settings
\nnjones\Application Data\Sun\Java\Deployment\cache
\6.0\48\3ed632f0-7982cca7-n\jogl.dll
network: Looking up native library: jawt.dll
network: Looking up native library in: C:\Documents and Settings
\nnjones\Application Data\Sun\Java\Deployment\cache
\6.0\48\3ed632f0-7982cca7-n\jawt.dll
network: Native library jawt.dll not found
network: Looking up native library: jogl_awt.dll
network: Looking up native library in: C:\Documents and Settings
\nnjones\Application Data\Sun\Java\Deployment\cache
\6.0\48\3ed632f0-7982cca7-n\jogl_awt.dll
network: Connecting http://mtngtb4by.acct04.us.lmco.com:8080/wonderland-web-front/resources/ServerDetails
with proxy=DIRECT
network: Connecting socket://mtngtb4by.acct04.us.lmco.com:8080 with
proxy=DIRECT
security: JAVAWS AppPolicy Permission requested for:
http://localhost:8080/wonderland-web-front/app/vecmath.jar
security: Istrusted: http://localhost:8080/wonderland-web-front/app/Wonderland.jnlp
true
network: Connecting http://mtngtb4by.acct04.us.lmco.com:8080/wonderland-web-front/resources/ServerDetails
with proxy=DIRECT
network: Connecting http://mtngtb4by.acct04.us.lmco.com:8080/wonderland-web-front/resources/ServerDetails
with proxy=DIRECT
network: Connecting http://mtngtb4by.acct04.us.lmco.com:8080/wonderland-web-front/resources/ServerDetails
with proxy=DIRECT
network: Connecting
http://mtngtb4by.acct04.us.lmco.com:8080/security-session-auth/security-session-auth/identity/getCookieNameForToken
with proxy=DIRECT
network: Connecting socket://mtngtb4by.acct04.us.lmco.com:8080 with
proxy=DIRECT
network: Connecting
http://mtngtb4by.acct04.us.lmco.com:8080/security-session-auth/security-session-auth/identity/authenticate
with proxy=DIRECT
Mar 19, 2010 7:47:29 AM
org.jdesktop.wonderland.client.jme.login.WebServiceAuthLoginPanel
doLogin
WARNING: Login failed
org.jdesktop.wonderland.client.comms.LoginFailureException
at org.jdesktop.wonderland.client.login.ServerSessionManager
$WebServiceLoginControl.authenticate(ServerSessionManager.java:934)
at org.jdesktop.wonderland.client.login.ServerSessionManager
$UserPasswordLoginControl.authenticate(ServerSessionManager.java:988)
at
org.jdesktop.wonderland.client.jme.login.WebServiceAuthLoginPanel.doLogin(WebServiceAuthLoginPanel.java:
127)
at org.jdesktop.wonderland.client.jme.login.WonderlandLoginDialog
$7.run(WonderlandLoginDialog.java:470)
at java.lang.Thread.run(Unknown Source)
Caused by:
org.jdesktop.wonderland.common.login.AuthenticationException
at
org.jdesktop.wonderland.common.login.AuthenticationManager.webServiceLogin(AuthenticationManager.java:
242)
at
org.jdesktop.wonderland.common.login.AuthenticationManager.login(AuthenticationManager.java:
98)
at org.jdesktop.wonderland.client.login.ServerSessionManager
$WebServiceLoginControl.authenticate(ServerSessionManager.java:928)
... 4 more
Caused by: java.io.IOException: Server returned HTTP response code:
500 for URL: http://mtngtb4by.acct04.us.lmco.com:8080/security-session-auth/security-session-auth/identity/authenticate
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at
sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at
org.jdesktop.wonderland.common.login.AuthenticationManager.webServiceLogin(AuthenticationManager.java:
231)
... 6 more
Caused by: java.io.IOException: Server returned HTTP response code:
500 for URL: http://mtngtb4by.acct04.us.lmco.com:8080/security-session-auth/security-session-auth/identity/authenticate
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at
org.jdesktop.wonderland.common.login.AuthenticationManager.webServiceLogin(AuthenticationManager.java:
224)
... 6 more

Nina

unread,
Mar 19, 2010, 7:59:40 AM3/19/10
to Open Wonderland Forum
more info:

no matter how many times I restart, and how many times I remove that
pesky noauth module, it keeps coming back.... So both auth and noauth
are always there on a jar file restart. :(

Nussbaum-Jones, Nina

unread,
Mar 19, 2010, 8:26:34 AM3/19/10
to openwon...@googlegroups.com
So I followed the build from source directions. That got rid of the noauth module. I restarted and got a stack trace (and none of the servers started except webserver):

...
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@302df5
Shutdown hook registered
Mar 19, 2010 8:23:26 AM org.jdesktop.wonderland.runner.RunManager$1 startupComplete
WARNING: Error during initialization
org.jdesktop.wonderland.runner.RunnerException: java.io.FileNotFoundException: http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/installed/imagevi
ewer/server/imageviewer-server.jar
at org.jdesktop.wonderland.runner.BaseRunner.start(BaseRunner.java:222)
at org.jdesktop.wonderland.modules.darkstar.server.DarkstarRunnerImpl.start(DarkstarRunnerImpl.java:210)
at org.jdesktop.wonderland.runner.RunManager.doInit(RunManager.java:197)
at org.jdesktop.wonderland.runner.RunManager$1.startupComplete(RunManager.java:137)
at org.jdesktop.wonderland.utils.AppServerMonitor.fireStartupComplete(AppServerMonitor.java:84)
at org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:118)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.jdesktop.wonderland.webserver.launcher.WebServerLauncher.main(WebServerLauncher.java:194)
Caused by: java.io.FileNotFoundException: http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/installed/imageviewer/server/imageviewer-server.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311)
at java.net.URL.openStream(URL.java:1010)
at org.jdesktop.wonderland.runner.BaseRunner.deployFiles(BaseRunner.java:395)
at org.jdesktop.wonderland.modules.darkstar.server.DarkstarRunnerImpl.deployFiles(DarkstarRunnerImpl.java:239)
at org.jdesktop.wonderland.runner.BaseRunner.start(BaseRunner.java:220)
... 12 more
-----------------------------------------------------------
Wonderland web server started successfully.
Log files are in wl0.5
Web server running on http://mtngtb4by.acct04.us.lmco.com:8080/
-----------------------------------------------------------

more info:

To unsubscribe from this group, send email to openwonderland+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

Nina

unread,
Mar 19, 2010, 8:38:18 AM3/19/10
to Open Wonderland Forum
one more piece of info. When I tried to start the processes from the
admin menu, I get webserver errors about the imageviewer-server.jar
file not being found. That was the same error I was getting on the
client before.

On Mar 19, 8:26 am, "Nussbaum-Jones, Nina" <nina.nussbaum-


jo...@lmco.com> wrote:
> So I followed the build from source directions.  That got rid of the noauth module.  I restarted and got a stack trace (and none of the servers started except webserver):
>
> ...
> SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@302df5
> Shutdown hook registered
> Mar 19, 2010 8:23:26 AM org.jdesktop.wonderland.runner.RunManager$1 startupComplete
> WARNING: Error during initialization

> org.jdesktop.wonderland.runner.RunnerException: java.io.FileNotFoundException:http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/insta...


> ewer/server/imageviewer-server.jar
>         at org.jdesktop.wonderland.runner.BaseRunner.start(BaseRunner.java:222)
>         at org.jdesktop.wonderland.modules.darkstar.server.DarkstarRunnerImpl.start(DarkstarRunnerImpl.java:210)
>         at org.jdesktop.wonderland.runner.RunManager.doInit(RunManager.java:197)
>         at org.jdesktop.wonderland.runner.RunManager$1.startupComplete(RunManager.java:137)
>         at org.jdesktop.wonderland.utils.AppServerMonitor.fireStartupComplete(AppServerMonitor.java:84)
>         at org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:118)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>         at java.lang.Class.newInstance0(Class.java:355)
>         at java.lang.Class.newInstance(Class.java:308)
>         at org.jdesktop.wonderland.webserver.launcher.WebServerLauncher.main(WebServerLauncher.java:194)

> Caused by: java.io.FileNotFoundException:http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/insta...
>         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection....)


>         at java.net.URL.openStream(URL.java:1010)
>         at org.jdesktop.wonderland.runner.BaseRunner.deployFiles(BaseRunner.java:395)
>         at org.jdesktop.wonderland.modules.darkstar.server.DarkstarRunnerImpl.deployFiles(DarkstarRunnerImpl.java:239)
>         at org.jdesktop.wonderland.runner.BaseRunner.start(BaseRunner.java:220)
>         ... 12 more
> -----------------------------------------------------------
> Wonderland web server started successfully.
> Log files are in wl0.5

> Web server running onhttp://mtngtb4by.acct04.us.lmco.com:8080/

Nina

unread,
Mar 19, 2010, 8:48:49 AM3/19/10
to Open Wonderland Forum
Last one. I promise. Then I deleted the entire directory and
restarted with previous setup. And I got this at the end of startup:

Shutdown hook registered
Mar 19, 2010 8:46:51 AM org.jdesktop.wonderland.runner.RunManager$1


startupComplete
WARNING: Error during initialization
org.jdesktop.wonderland.runner.RunnerException:
java.io.FileNotFoundException:

http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/installed/darkstar/runner/wonderland-setup-dist.zip

http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/installed/darkstar/runner/wonderland-setup-dist.zip
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:
1311)


at java.net.URL.openStream(URL.java:1010)
at
org.jdesktop.wonderland.runner.BaseRunner.deployFiles(BaseRunner.java:
395)
at
org.jdesktop.wonderland.modules.darkstar.server.DarkstarRunnerImpl.deployFiles(DarkstarRunnerImpl.java:
239)
at
org.jdesktop.wonderland.runner.BaseRunner.start(BaseRunner.java:220)
... 12 more
-----------------------------------------------------------
Wonderland web server started successfully.
Log files are in wl0.5

Web server running on http://mtngtb4by.acct04.us.lmco.com:8080/
-----------------------------------------------------------

Jonathan Kaplan

unread,
Mar 19, 2010, 1:03:42 PM3/19/10
to openwon...@googlegroups.com
Wow Nina, looks like quite an adventure this morning! 

What directory did you delete? ~/.wonderland-server/0.5-dev? If not, you might try deleting that (or at least the run/content/modules directory). 

In terms of your previous emails, you can't mix-and-match install methods. If you are running from source, you need to make sure to follow the source instructions and include the security module in your build. It looks like by the time you tried to do that, things were already in a bad state, and may not have ever recovered. The other thing to check from above is the settings of the various services to point to a password file. In particular, I think the first trace above is because the password file isn't listed in my.run.properties, or the file doesn't exist.

Nina

unread,
Mar 20, 2010, 9:33:40 AM3/20/10
to Open Wonderland Forum
So there is no default password? I thought you only needed that file
when you changed the passwords. Oops.

I am setting the wonderland.config.dir and wonderland.log.dir
parameters in my.run.properties to a relative directory. Otherwise
windows gives that stacktrace on startup and no web log is created.
(I entered it into the new bug database.) I deleted that directory.
And I also deleted the .wonderland-server tree in my home area. I
also found that I had to delete my client cache as well..

I found that I couldn't totally clean up the build no matter how hard
I tried. So I re-checked-out the source code and started totally from
scratch. That was the last set of errors. (it does seem to have
trouble with the movierecorder-module, and I have to build that before
I can successfully build OWL. Strange. but consistent.)

I'll give it another shot! By the way, is there a simple way to have
subversion check out the whole tree from scratch without me having to
create another root on my system?

On Mar 19, 1:03 pm, Jonathan Kaplan <jonathan...@gmail.com> wrote:
> Wow Nina, looks like quite an adventure this morning!
>
> What directory did you delete? ~/.wonderland-server/0.5-dev? If not, you
> might try deleting that (or at least the run/content/modules directory).
>
> In terms of your previous emails, you can't mix-and-match install methods.
> If you are running from source, you need to make sure to follow the source
> instructions and include the security module in your build. It looks like by
> the time you tried to do that, things were already in a bad state, and may
> not have ever recovered. The other thing to check from above is the settings
> of the various services to point to a password file. In particular, I think
> the first trace above is because the password file isn't listed in
> my.run.properties, or the file doesn't exist.
>

> On Fri, Mar 19, 2010 at 5:48 AM, Nina <nina.nussbaum-jo...@lmco.com> wrote:
> > Last one.  I promise.  Then I deleted the entire directory and
> > restarted with previous setup.  And I got this at the end of startup:
>
> > Shutdown hook registered
> > Mar 19, 2010 8:46:51 AM org.jdesktop.wonderland.runner.RunManager$1
> > startupComplete
> > WARNING: Error during initialization
> > org.jdesktop.wonderland.runner.RunnerException:
> > java.io.FileNotFoundException:
>

> >http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/insta...

> >http://mtngtb4by.acct04.us.lmco.com:8080/webdav/content/modules/insta...
> >        at
>
> > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection....


> > 1311)
> >         at java.net.URL.openStream(URL.java:1010)
> >        at
> > org.jdesktop.wonderland.runner.BaseRunner.deployFiles(BaseRunner.java:
> > 395)
> >        at
>
> > org.jdesktop.wonderland.modules.darkstar.server.DarkstarRunnerImpl.deployFiles(DarkstarRunnerImpl.java:
> > 239)
> >        at
> > org.jdesktop.wonderland.runner.BaseRunner.start(BaseRunner.java:220)
> >        ... 12 more
> > -----------------------------------------------------------
> > Wonderland web server started successfully.
> > Log files are in wl0.5

> > Web server running onhttp://mtngtb4by.acct04.us.lmco.com:8080/

Nina

unread,
Mar 20, 2010, 4:01:02 PM3/20/10
to Open Wonderland Forum
Here's what I know. When I run the server with the noauth module, it
works fine. While it is running, I load the auth, and unload the
noauth. The correct authentication login screen comes up, but
darkstar can't seem to start. I then unload the auth, replace with
noauth, restart (not the jar -- it's been running the whole time) and
everyone is happy again.

On Mar 20, 9:33 am, Nina <nina.nussbaum-jo...@lmco.com> wrote:
> So there is no default password?  I thought you only needed that file
> when you changed the passwords.  Oops.
>
> I am setting the wonderland.config.dir and wonderland.log.dir
> parameters in my.run.properties to a relative directory.  Otherwise
> windows gives that stacktrace on startup and no web log is created.
> (I entered it into the new bug database.)  I deleted that directory.
> And I also deleted the .wonderland-server tree in my home area.  I
> also found that I had to delete my client cache as well..
>
> I found that I couldn't totally clean up the build no matter how hard
> I tried.  So I re-checked-out the source code and started totally from
> scratch.  That was the last set of errors.  (it does seem to have
> trouble with the movierecorder-module, and I have to build that before
> I can successfully build OWL.  Strange. but consistent.)
>
> I'll give it another shot!  By the way, is there a simple way to have
> subversion check out the whole tree from scratch without me having to
> create another root on my system?
>
> On Mar 19, 1:03 pm, Jonathan Kaplan <jonathan...@gmail.com> wrote:
>

> > WowNina, looks like quite an adventure this morning!


>
> > What directory did you delete? ~/.wonderland-server/0.5-dev? If not, you
> > might try deleting that (or at least the run/content/modules directory).
>
> > In terms of your previous emails, you can't mix-and-match install methods.
> > If you are running from source, you need to make sure to follow the source
> > instructions and include the security module in your build. It looks like by
> > the time you tried to do that, things were already in a bad state, and may
> > not have ever recovered. The other thing to check from above is the settings
> > of the various services to point to a password file. In particular, I think
> > the first trace above is because the password file isn't listed in
> > my.run.properties, or the file doesn't exist.
>

> > > On Mar 19, 8:38 am,Nina<nina.nussbaum-jo...@lmco.com> wrote:
> > > > one more piece of info.  When I tried to start the processes from the
> > > > admin menu, I get webserver errors about the imageviewer-server.jar
> > > > file not being found.  That was the same error I was getting on the
> > > > client before.
>

> > > > On Mar 19, 8:26 am, "Nussbaum-Jones,Nina" <nina.nussbaum-

Jonathan Kaplan

unread,
Mar 20, 2010, 9:46:39 PM3/20/10
to openwon...@googlegroups.com
OK, I just committed a fix for the log file issue (rev 4399). I also tested authentication using a source build on Windows 7. It took a little finagling, but I did finally get it working. Once I set everything up, I was getting the NPE from your very first message in this post:

WARNING: Error sending server started event
java.lang.NullPointerException
       at java.io.FileInputStream.<init>(FileInputStream.java:103)
       at java.io.FileReader.<init>(FileReader.java:55)
       at org.jdesktop.wonderland.modules.darkstar.server.DarkstarWebLoginImpl$DarkstarWebLoginUI.requestLogin(DarkstarWebLoginImpl.java:219)

To fix it, I edited my.run.properties, and changed the directions of the slashes in the path to the password file.  I used to have:

wonderland.webserver.password.file=C:\Users\kaplanj\.wonderland-server\0.5-dev\wonderland.password

When I changed it to:

wonderland.webserver.password.file=C:/Users/kaplanj/.wonderland-server/0.5-dev/wonderland.password

everything worked. All the services ran properly with no exceptions. Let me know if it fixes the issue for you.

To unsubscribe from this group, send email to openwonderland+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

Reply all
Reply to author
Forward
0 new messages