Stack Error

22 views
Skip to first unread message

Ankebut

unread,
Nov 29, 2010, 7:56:19 AM11/29/10
to Open Wonderland Forum
Version 0.5 I try to run jar file in Wonderland, but always get the
following error










Local Exception Stack:
Exception [EclipseLink-8030] (Eclipse Persistence Services -
2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at
org.eclipse.persistence.exceptions.JPQLException.unknownAttribute(JPQLException.java:
457)
at
org.eclipse.persistence.internal.jpa.parsing.DotNode.validate(DotNode.java:
78)
at
org.eclipse.persistence.internal.jpa.parsing.LikeNode.validate(LikeNode.java:
43)
at
org.eclipse.persistence.internal.jpa.parsing.WhereNode.validate(WhereNode.java:
34)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
211)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
187)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
177)
at
org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree.populateReadQueryInternal(JPQLParseTree.java:
110)
at
org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree.populateQuery(JPQLParseTree.java:
84)
at
org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:
202)
at
org.eclipse.persistence.internal.jpa.JPAQuery.processJPQLQuery(JPAQuery.java:
106)
at
org.eclipse.persistence.internal.jpa.JPAQuery.prepare(JPAQuery.java:
90)
at
org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:
464)
at
org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:
430)
at
org.eclipse.persistence.internal.sessions.AbstractSession.processJPAQueries(AbstractSession.java:
1747)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.initializeDescriptors(DatabaseSessionImpl.java:
409)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.postConnectDatasource(DatabaseSessionImpl.java:
671)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:
620)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:
228)
at
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:
368)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:
151)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:
207)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:
195)
at
org.glassfish.persistence.jpa.PersistenceUnitLoader.doJava2DB(PersistenceUnitLoader.java:
273)
at org.glassfish.persistence.jpa.JPADeployer.load(JPADeployer.java:
155)
at org.glassfish.persistence.jpa.JPADeployer.load(JPADeployer.java:
55)
at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:175)
at
org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:
216)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:
338)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
214)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
144)
at
org.jdesktop.wonderland.webserver.WonderlandAppServer.deploy(WonderlandAppServer.java:
95)
at
org.jdesktop.wonderland.webserver.WebDeployer.doDeploy(WebDeployer.java:
203)
at
org.jdesktop.wonderland.webserver.WebDeployer.deployFile(WebDeployer.java:
165)
at
org.jdesktop.wonderland.webserver.WebDeployer.deploy(WebDeployer.java:
99)
at
org.jdesktop.wonderland.modules.service.DeployManager.deploy(DeployManager.java:
127)
at
org.jdesktop.wonderland.modules.service.ModuleManager.redeployAll(ModuleManager.java:
187)
at
org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:
109)
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:
219)
29.Kas.2010 14:53:52
org.glassfish.persistence.jpa.PersistenceUnitLoader doJava2DB
WARNING: Exception [EclipseLink-8030] (Eclipse Persistence Services -
2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
javax.persistence.PersistenceException: Exception [EclipseLink-8030]
(Eclipse Persistence Services - 2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:
392)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:
151)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:
207)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:
195)
at
org.glassfish.persistence.jpa.PersistenceUnitLoader.doJava2DB(PersistenceUnitLoader.java:
273)
at org.glassfish.persistence.jpa.JPADeployer.load(JPADeployer.java:
155)
at org.glassfish.persistence.jpa.JPADeployer.load(JPADeployer.java:
55)
at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:175)
at
org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:
216)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:
338)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
214)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
144)
at
org.jdesktop.wonderland.webserver.WonderlandAppServer.deploy(WonderlandAppServer.java:
95)
at
org.jdesktop.wonderland.webserver.WebDeployer.doDeploy(WebDeployer.java:
203)
at
org.jdesktop.wonderland.webserver.WebDeployer.deployFile(WebDeployer.java:
165)
at
org.jdesktop.wonderland.webserver.WebDeployer.deploy(WebDeployer.java:
99)
at
org.jdesktop.wonderland.modules.service.DeployManager.deploy(DeployManager.java:
127)
at
org.jdesktop.wonderland.modules.service.ModuleManager.redeployAll(ModuleManager.java:
187)
at
org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:
109)
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:
219)
Caused by: Exception [EclipseLink-8030] (Eclipse Persistence Services
- 2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at
org.eclipse.persistence.exceptions.JPQLException.unknownAttribute(JPQLException.java:
457)
at
org.eclipse.persistence.internal.jpa.parsing.DotNode.validate(DotNode.java:
78)
at
org.eclipse.persistence.internal.jpa.parsing.LikeNode.validate(LikeNode.java:
43)
at
org.eclipse.persistence.internal.jpa.parsing.WhereNode.validate(WhereNode.java:
34)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
211)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
187)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
177)
at
org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree.populateReadQueryInternal(JPQLParseTree.java:
110)
at
org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree.populateQuery(JPQLParseTree.java:
84)
at
org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:
202)
at
org.eclipse.persistence.internal.jpa.JPAQuery.processJPQLQuery(JPAQuery.java:
106)
at
org.eclipse.persistence.internal.jpa.JPAQuery.prepare(JPAQuery.java:
90)
at
org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:
464)
at
org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:
430)
at
org.eclipse.persistence.internal.sessions.AbstractSession.processJPAQueries(AbstractSession.java:
1747)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.initializeDescriptors(DatabaseSessionImpl.java:
409)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.postConnectDatasource(DatabaseSessionImpl.java:
671)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:
620)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:
228)
at
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:
368)
... 25 more
29.Kas.2010 14:53:52
org.glassfish.persistence.common.Java2DBProcessorHelper
logI18NWarnMessage
WARNING: Cannot create tables for application security-groups-security-
groups. The expected DDL file security-groups-security-
groups_WonderlandGroupPU_createDDL.jdbc is not available.
29.Kas.2010 14:53:52 org.eclipse.persistence.session.file:/C:/
Documents and Settings/gazi.bastug/.wonderland-server/0.5-preview4/run/
webdeploy/security-groups-security-groups.war/WEB-INF/classes/
_WonderlandGroupPU.ejb
WARNING: The DatabaseSession has an external transaction controller
defined by something other than the ServerPlatform. EclipseLink will
permit the override of the external transaction controller, but we
recommend you consider the alternative of subclassing
org.eclipse.persistence.platform.server.ServerPlatformBase and
override getExternalTransactionControllerClass().
29.Kas.2010 14:53:52 org.eclipse.persistence.session.file:/C:/
Documents and Settings/gazi.bastug/.wonderland-server/0.5-preview4/run/
webdeploy/security-groups-security-groups.war/WEB-INF/classes/
_WonderlandGroupPU
INFO: EclipseLink, version: Eclipse Persistence Services -
2.0.0.v20091127-r5931
29.Kas.2010 14:53:52 org.apache.catalina.core.StandardContext start
SEVERE: PWC1306: Startup of context /security-groups/security-groups
failed due to previous errors
29.Kas.2010 14:53:52 org.apache.catalina.core.StandardContext start
SEVERE: PWC1305: Exception during cleanup after start failed
org.apache.catalina.LifecycleException: PWC2769: Manager has not yet
been started
at
org.apache.catalina.session.StandardManager.stop(StandardManager.java:
892)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:
5383)
at com.sun.enterprise.web.WebModule.stop(WebModule.java:530)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:
5211)
at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:
928)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:
912)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:
694)
at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:
1933)
at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:
1605)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:
90)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:
236)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:
339)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
214)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
144)
at
org.jdesktop.wonderland.webserver.WonderlandAppServer.deploy(WonderlandAppServer.java:
95)
at
org.jdesktop.wonderland.webserver.WebDeployer.doDeploy(WebDeployer.java:
203)
at
org.jdesktop.wonderland.webserver.WebDeployer.deployFile(WebDeployer.java:
165)
at
org.jdesktop.wonderland.webserver.WebDeployer.deploy(WebDeployer.java:
99)
at
org.jdesktop.wonderland.modules.service.DeployManager.deploy(DeployManager.java:
127)
at
org.jdesktop.wonderland.modules.service.ModuleManager.redeployAll(ModuleManager.java:
187)
at
org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:
109)
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:
219)
29.Kas.2010 14:53:52 org.apache.catalina.core.ContainerBase
addChildInternal
SEVERE: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Exception [EclipseLink-8030]
(Eclipse Persistence Services - 2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:
5216)
at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:
928)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:
912)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:
694)
at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:
1933)
at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:
1605)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:
90)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:
236)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:
339)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
214)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
144)
at
org.jdesktop.wonderland.webserver.WonderlandAppServer.deploy(WonderlandAppServer.java:
95)
at
org.jdesktop.wonderland.webserver.WebDeployer.doDeploy(WebDeployer.java:
203)
at
org.jdesktop.wonderland.webserver.WebDeployer.deployFile(WebDeployer.java:
165)
at
org.jdesktop.wonderland.webserver.WebDeployer.deploy(WebDeployer.java:
99)
at
org.jdesktop.wonderland.modules.service.DeployManager.deploy(DeployManager.java:
127)
at
org.jdesktop.wonderland.modules.service.ModuleManager.redeployAll(ModuleManager.java:
187)
at
org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:
109)
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:
219)
Caused by: Exception [EclipseLink-8030] (Eclipse Persistence Services
- 2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at
org.eclipse.persistence.exceptions.JPQLException.unknownAttribute(JPQLException.java:
457)
at
org.eclipse.persistence.internal.jpa.parsing.DotNode.validate(DotNode.java:
78)
at
org.eclipse.persistence.internal.jpa.parsing.LikeNode.validate(LikeNode.java:
43)
at
org.eclipse.persistence.internal.jpa.parsing.WhereNode.validate(WhereNode.java:
34)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
211)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
187)
at
org.eclipse.persistence.internal.jpa.parsing.ParseTree.validate(ParseTree.java:
177)
at
org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree.populateReadQueryInternal(JPQLParseTree.java:
110)
at
org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree.populateQuery(JPQLParseTree.java:
84)
at
org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:
202)
at
org.eclipse.persistence.internal.jpa.JPAQuery.processJPQLQuery(JPAQuery.java:
106)
at
org.eclipse.persistence.internal.jpa.JPAQuery.prepare(JPAQuery.java:
90)
at
org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:
464)
at
org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:
430)
at
org.eclipse.persistence.internal.sessions.AbstractSession.processJPAQueries(AbstractSession.java:
1747)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.initializeDescriptors(DatabaseSessionImpl.java:
409)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.postConnectDatasource(DatabaseSessionImpl.java:
671)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.login(DatabaseSessionImpl.java:
633)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:
214)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:
195)
at
com.sun.enterprise.container.common.impl.EntityManagerFactoryWrapper.createEntityManager(EntityManagerFactoryWrapper.java:
101)
at
org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupDAO.getGroup(GroupDAO.java:
54)
at
org.jdesktop.wonderland.modules.securitygroups.web.GroupContextListener.createInitialGroups(GroupContextListener.java:
107)
at
org.jdesktop.wonderland.modules.securitygroups.web.GroupContextListener.contextInitialized(GroupContextListener.java:
76)
at
org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:
4591)
at
com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:
535)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:
5193)
... 27 more
29.Kas.2010 14:53:52 com.sun.enterprise.web.WebApplication start
WARNING: java.lang.IllegalStateException: ContainerBase.addChild:
start: org.apache.catalina.LifecycleException: Exception
[EclipseLink-8030] (Eclipse Persistence Services - 2.0.0.v20091127-
r5931): org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Exception [EclipseLink-8030]
(Eclipse Persistence Services - 2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:
932)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:
912)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:
694)
at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:
1933)
at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:
1605)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:
90)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:
236)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:
339)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
214)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
144)
at
org.jdesktop.wonderland.webserver.WonderlandAppServer.deploy(WonderlandAppServer.java:
95)
at
org.jdesktop.wonderland.webserver.WebDeployer.doDeploy(WebDeployer.java:
203)
at
org.jdesktop.wonderland.webserver.WebDeployer.deployFile(WebDeployer.java:
165)
at
org.jdesktop.wonderland.webserver.WebDeployer.deploy(WebDeployer.java:
99)
at
org.jdesktop.wonderland.modules.service.DeployManager.deploy(DeployManager.java:
127)
at
org.jdesktop.wonderland.modules.service.ModuleManager.redeployAll(ModuleManager.java:
187)
at
org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:
109)
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:
219)
29.Kas.2010 14:53:52 org.glassfish.api.ActionReport failure
SEVERE: Exception while invoking class
com.sun.enterprise.web.WebApplication start method
java.lang.Exception: java.lang.IllegalStateException:
ContainerBase.addChild: start: org.apache.catalina.LifecycleException:
Exception [EclipseLink-8030] (Eclipse Persistence Services -
2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:
117)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:
236)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:
339)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
214)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
144)
at
org.jdesktop.wonderland.webserver.WonderlandAppServer.deploy(WonderlandAppServer.java:
95)
at
org.jdesktop.wonderland.webserver.WebDeployer.doDeploy(WebDeployer.java:
203)
at
org.jdesktop.wonderland.webserver.WebDeployer.deployFile(WebDeployer.java:
165)
at
org.jdesktop.wonderland.webserver.WebDeployer.deploy(WebDeployer.java:
99)
at
org.jdesktop.wonderland.modules.service.DeployManager.deploy(DeployManager.java:
127)
at
org.jdesktop.wonderland.modules.service.ModuleManager.redeployAll(ModuleManager.java:
187)
at
org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:
109)
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:
219)
29.Kas.2010 14:53:52 org.glassfish.api.ActionReport failure
SEVERE: Exception while loading the app
java.lang.Exception: java.lang.IllegalStateException:
ContainerBase.addChild: start: org.apache.catalina.LifecycleException:
Exception [EclipseLink-8030] (Eclipse Persistence Services -
2.0.0.v20091127-r5931):
org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g
FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown
state or association field [id] of class
[org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:
117)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:
236)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:
339)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
214)
at
org.glassfish.kernel.embedded.EmbeddedDeployerImpl.deploy(EmbeddedDeployerImpl.java:
144)
at
org.jdesktop.wonderland.webserver.WonderlandAppServer.deploy(WonderlandAppServer.java:
95)
at
org.jdesktop.wonderland.webserver.WebDeployer.doDeploy(WebDeployer.java:
203)
at
org.jdesktop.wonderland.webserver.WebDeployer.deployFile(WebDeployer.java:
165)
at
org.jdesktop.wonderland.webserver.WebDeployer.deploy(WebDeployer.java:
99)
at
org.jdesktop.wonderland.modules.service.DeployManager.deploy(DeployManager.java:
127)
at
org.jdesktop.wonderland.modules.service.ModuleManager.redeployAll(ModuleManager.java:
187)
at
org.jdesktop.wonderland.webserver.RunAppServer.<init>(RunAppServer.java:
109)
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:
219)

Josmas Flores

unread,
Nov 29, 2010, 8:34:54 AM11/29/10
to openwon...@googlegroups.com
Hiya,
could you tell us a bit more about your system? Operating System,
version of java, version of wonderland (preview, source, nightly
build), etc.

cheers,
Jos

Gazi Baştuğ

unread,
Nov 29, 2010, 8:41:36 AM11/29/10
to openwon...@googlegroups.com
I tried it again the same error in Windows 7 and Windows XP
I use the JDK java version 1.6.0_22 and JRE 1.6.0_22
but still getting the same life nightly buid


2010/11/29 Josmas Flores <josmas...@gmail.com>

Maggie Leber (sl: Maggie Darwin)

unread,
Nov 29, 2010, 11:14:51 AM11/29/10
to openwon...@googlegroups.com
On Mon, Nov 29, 2010 at 8:41 AM, Gazi Baştuğ <gazi....@gmail.com> wrote:
> I tried it again the same error in Windows 7 and Windows XP
> I use the JDK java version 1.6.0_22 and JRE 1.6.0_22
> but still getting the same life nightly buid

I would try doing it outside Eclipse. Most Wonderland developers use
Netbeans, (with a few die-hard IDEA users like me. ;-) )

Gazi Baştuğ

unread,
Nov 29, 2010, 12:25:03 PM11/29/10
to openwon...@googlegroups.com
Why is this file is now downloaded Wonderland.jar file does not work: (but I'm trying not Help me: (give me working link to the extension jar file with Netbeans jar file with the post

 

 


2010/11/29 Maggie Leber (sl: Maggie Darwin) <mag...@matrisync.com>

Maggie Leber (sl: Maggie Darwin)

unread,
Nov 29, 2010, 12:33:36 PM11/29/10
to openwon...@googlegroups.com
2010/11/29 Gazi Baştuğ <gazi....@gmail.com>:

> Why is this file is now downloaded Wonderland.jar file does not work: (but
> I'm trying not Help me: (give me working link to the extension jar file with
> Netbeans jar file with the post

I'm not saying "use Netbeans". I'm saying "run the Wonderland .jar
file directly from the command line" so we can see what's
happening/failing without Eclipse getting into the act Your stack dump
is full of org.eclipse classes...

Gazi Baştuğ

unread,
Nov 29, 2010, 12:43:56 PM11/29/10
to openwon...@googlegroups.com
I ran, but always the same error with the error and compile NetBeans

29 Kasım 2010 19:33 tarihinde Maggie Leber (sl: Maggie Darwin) <mag...@matrisync.com> yazdı:

Gazi Baştuğ

unread,
Nov 29, 2010, 12:44:18 PM11/29/10
to openwon...@googlegroups.com
Local Exception Stack:
Exception [EclipseLink-8030] (Eclipse Persistence Services - 2.0.0.v20091127-r5931): org.eclipse.persistence.exceptions.JPQLException
Exception Description: Error compiling the query [findGroups: SELECT g FROM GroupEntity g WHERE g.id like :id], line 1, column 36: unknown state or association field [id] of class [org.jdesktop.wonderland.modules.securitygroups.weblib.db.GroupEntity].
        at org.eclipse.persistence.exceptions.JPQLException.unknownAttribute(JPQLException.java:457)


 
29 Kasım 2010 19:43 tarihinde Gazi Baştuğ <gazi....@gmail.com> yazdı:

Jonathan Kaplan

unread,
Nov 29, 2010, 3:15:01 PM11/29/10
to openwon...@googlegroups.com
Just to clarify, the "Eclipse" in these traces is due to EclipseLink, the persistence service used by Glassfish to implement the Java Persistence APIs. 

I can't explain why this error would show up, unless you have modified the code for the Wonderland GroupEntity object. Are you building from source? Can you confirm that the GroupEntity class listed below has a field named id? You may also need to search other .jar and .war files to make sure you didn't accidentally add a duplicate copy of the GroupEntity class without the field or something.

2010/11/29 Gazi Baştuğ <gazi....@gmail.com>

Gazi Baştuğ

unread,
Nov 29, 2010, 4:02:05 PM11/29/10
to openwon...@googlegroups.com
Codes have to compile but can not find the table structure changes in the structure of thought needs to be done, and JPA
other display problems with windows 7 is a reflection of codes for error-free operation code, look for these conditions, especially the video card is automatically detected

drew my attention to the project as a hobby, I want to deal with

My Names Gazi Bastug Java Software Architect


2010/11/29 Jonathan Kaplan <jonat...@gmail.com>
Reply all
Reply to author
Forward
0 new messages