Run in local GAE error

89 views
Skip to first unread message

Shamsul Kamal

unread,
Jun 2, 2011, 4:26:19 AM6/2/11
to Fornax-Platform
Hi,

I have try the Sculptor 2.0 App Engine Tutorial and when I run it as
'Web Application' in eclipse, I got this error:


SEVERE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.web.servlet.view.ContentNegotiatingViewResolver#0'
defined in ServletContext resource [/WEB-INF/rest-servlet.xml]: Cannot
create inner bean
'org.springframework.web.servlet.view.xml.MarshallingView#191eb90' of
type [org.springframework.web.servlet.view.xml.MarshallingView] while
setting bean property 'defaultViews' with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.web.servlet.view.xml.MarshallingView#191eb90'
defined in ServletContext resource [/WEB-INF/rest-servlet.xml]: Cannot
resolve reference to bean 'xstreamMarshaller' while setting bean
property 'marshaller'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'xstreamMarshaller' defined in ServletContext
resource [/WEB-INF/rest-servlet.xml]: Instantiation of bean failed;
nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:
281)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
120)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:
353)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
153)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:
1325)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:
1086)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
517)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:
456)
at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:291)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:
222)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:
288)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:
190)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:
580)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:
895)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:
425)
at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
442)
at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
458)
at
org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:
339)
at
org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:
306)
at
org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:
127)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:
440)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:
263)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:
685)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:
517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
467)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
130)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:
186)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:
157)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:
169)
at com.google.appengine.tools.development.DevAppServerMain
$StartAction.apply(DevAppServerMain.java:164)
at com.google.appengine.tools.util.Parser
$ParseResult.applyArgs(Parser.java:48)
at
com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:
113)
at
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:
89)
Caused by: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name
'org.springframework.web.servlet.view.xml.MarshallingView#191eb90'
defined in ServletContext resource [/WEB-INF/rest-servlet.xml]: Cannot
resolve reference to bean 'xstreamMarshaller' while setting bean
property 'marshaller'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'xstreamMarshaller' defined in ServletContext
resource [/WEB-INF/rest-servlet.xml]: Instantiation of bean failed;
nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:
328)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
106)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:
1325)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:
1086)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
517)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:
456)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:
270)
... 41 more
Caused by: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'xstreamMarshaller' defined in
ServletContext resource [/WEB-INF/rest-servlet.xml]: Instantiation of
bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:
965)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:
911)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
485)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:
456)
at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:291)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:
222)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:
288)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:
190)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:
322)
... 47 more
Caused by: org.springframework.beans.BeanInstantiationException: Could
not instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:
141)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:
74)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
$3.run(AbstractAutowireCapableBeanFactory.java:953)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:
951)
... 55 more
Caused by: java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:
51)
at
com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.<init>(Sun14ReflectionProvider.java:
60)
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
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance_(Runtime.java:
112)
at
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance(Runtime.java:
132)
at com.thoughtworks.xstream.core.JVM.bestReflectionProvider(JVM.java:
164)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:431)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:385)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:323)
at
org.springframework.oxm.xstream.XStreamMarshaller.<init>(XStreamMarshaller.java:
101)
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
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance_(Runtime.java:
112)
at
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance(Runtime.java:
120)
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:
126)
... 59 more
Jun 2, 2011 7:56:54 AM
com.google.appengine.tools.development.ApiProxyLocalImpl log
SEVERE: javax.servlet.ServletContext log: unavailable
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.web.servlet.view.ContentNegotiatingViewResolver#0'
defined in ServletContext resource [/WEB-INF/rest-servlet.xml]: Cannot
create inner bean
'org.springframework.web.servlet.view.xml.MarshallingView#191eb90' of
type [org.springframework.web.servlet.view.xml.MarshallingView] while
setting bean property 'defaultViews' with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.web.servlet.view.xml.MarshallingView#191eb90'
defined in ServletContext resource [/WEB-INF/rest-servlet.xml]: Cannot
resolve reference to bean 'xstreamMarshaller' while setting bean
property 'marshaller'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'xstreamMarshaller' defined in ServletContext
resource [/WEB-INF/rest-servlet.xml]: Instantiation of bean failed;
nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:
281)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
120)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:
353)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
153)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:
1325)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:
1086)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
517)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:
456)
at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:291)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:
222)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:
288)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:
190)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:
580)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:
895)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:
425)
at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
442)
at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
458)
at
org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:
339)
at
org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:
306)
at
org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:
127)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:
440)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:
263)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:
685)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:
517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
467)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
130)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:
186)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:
157)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:
169)
at com.google.appengine.tools.development.DevAppServerMain
$StartAction.apply(DevAppServerMain.java:164)
at com.google.appengine.tools.util.Parser
$ParseResult.applyArgs(Parser.java:48)
at
com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:
113)
at
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:
89)
Caused by: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name
'org.springframework.web.servlet.view.xml.MarshallingView#191eb90'
defined in ServletContext resource [/WEB-INF/rest-servlet.xml]: Cannot
resolve reference to bean 'xstreamMarshaller' while setting bean
property 'marshaller'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'xstreamMarshaller' defined in ServletContext
resource [/WEB-INF/rest-servlet.xml]: Instantiation of bean failed;
nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:
328)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
106)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:
1325)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:
1086)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
517)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:
456)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:
270)
... 41 more
Caused by: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'xstreamMarshaller' defined in
ServletContext resource [/WEB-INF/rest-servlet.xml]: Instantiation of
bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:
965)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:
911)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
485)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:
456)
at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:291)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:
222)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:
288)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:
190)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:
322)
... 47 more
Caused by: org.springframework.beans.BeanInstantiationException: Could
not instantiate bean class
[org.springframework.oxm.xstream.XStreamMarshaller]: Constructor threw
exception; nested exception is java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:
141)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:
74)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
$3.run(AbstractAutowireCapableBeanFactory.java:953)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:
951)
... 55 more
Caused by: java.lang.NoClassDefFoundError:
sun.reflect.ReflectionFactory is a restricted class. Please see the
Google App Engine developer's guide for more details.
at
com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:
51)
at
com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.<init>(Sun14ReflectionProvider.java:
60)
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
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance_(Runtime.java:
112)
at
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance(Runtime.java:
132)
at com.thoughtworks.xstream.core.JVM.bestReflectionProvider(JVM.java:
164)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:431)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:385)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:323)
at
org.springframework.oxm.xstream.XStreamMarshaller.<init>(XStreamMarshaller.java:
101)
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
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance_(Runtime.java:
112)
at
com.google.appengine.tools.development.agent.runtime.Runtime.newInstance(Runtime.java:
120)
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:
126)
... 59 more

Jun 2, 2011 7:56:54 AM com.google.apphosting.utils.jetty.JettyLogger
info
INFO: Started SelectChann...@127.0.0.1:8888
Jun 2, 2011 7:56:54 AM
com.google.appengine.tools.development.DevAppServerImpl start
INFO: The server is running at http://localhost:8888/

Patrik Nordwall

unread,
Jun 4, 2011, 1:31:58 AM6/4/11
to fornax-...@googlegroups.com
I'm having problems reproducing this problem right now. Are you using GAE 1.4.2, or 1.5.0?
/Patrik

Shamsul Kamal

unread,
Jun 4, 2011, 2:22:40 AM6/4/11
to fornax-...@googlegroups.com
I'm using GAE 1.5.0.

/Shamsul

Patrik Nordwall

unread,
Jun 7, 2011, 3:42:42 AM6/7/11
to fornax-...@googlegroups.com
Sorry for the delay, I have been travelling. Sculptor 2.0 has only been tested with GAE 1.4.2. If you use another version of the Eclipse plugin there might be errors. Upgrading GAE has mostly been smooth but not always fully compatible. I don't know if this issue is due to the 1.5.0 version.

/Patrik

Shamsul Kamal

unread,
Jun 7, 2011, 10:32:07 PM6/7/11
to fornax-...@googlegroups.com
Ok, it's all right.
According to the GAE version as you told (1.4.2), I have a problem to switch my eclipse GAE plugin version. I try to find the 1.4.2 version in Google but I can't find it. Anyway, thanks for your reply.

Patrik Nordwall

unread,
Jun 8, 2011, 3:10:45 AM6/8/11
to fornax-...@googlegroups.com
I have not verified this, but normally it's installed from update site. You have to uncheck the 'Show only latest version of available software'. You have to uninstall 1.5 first.
/Patrik

Shamsul Kamal

unread,
Jun 8, 2011, 4:04:12 AM6/8/11
to fornax-...@googlegroups.com
I have follow your suggestion but the eclipse only show the latest version(1.5.0).

Thanks.
/Shamsul

Patrik Nordwall

unread,
Jun 8, 2011, 4:51:26 AM6/8/11
to fornax-...@googlegroups.com
That was not very helpful of Google to do that. 
There might be an archived update site for 1.4.2 plugin somewhere, but I can't find it.

Maybe you can try to download the SDK from http://googleappengine.googlecode.com/files/appengine-java-sdk-1.4.2.zip
and I think in Eclipse Preferences of the GAE plugin that you can select another SDK, i.e. 1.4.2

Let us know if that works, and I will update the documentation.


/Patrik

Shamsul Kamal

unread,
Jun 8, 2011, 5:34:56 AM6/8/11
to fornax-...@googlegroups.com
I have download the 1.4.2 version and in Eclipse, I choose Window > Preferences > Google > App Engine,
then I add an App Engine 1.4.2 version. There is still an error. I do not have an idea what's wrong with my eclipse or other mistake.

Thanks.
/Shamsul

Patrik Nordwall

unread,
Jun 9, 2011, 2:52:00 AM6/9/11
to fornax-...@googlegroups.com
I tried to reproduce, but my environment is screwed also. I have changed computer since the 2.0.0 release. When I start Web Application it just terminates by itself without any error message. 

Andreas, can you run your apps?

I changed the WEB-INF/logging.properties
.level = ALL

and the full log output is:

2011-06-09 08:44:42.360 java[6570:903] [Java CocoaComponent compatibility mode]: Enabled
2011-06-09 08:44:42.362 java[6570:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed /Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/appengine-web.xml
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed /Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/web.xml
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger info
INFO: jetty-6.1.x
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: started org.mortbay.thread.QueuedThreadPool@4d16318b
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/impl/agent/appengine-agentruntime.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/aopalliance-1.0.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/appengine-api-1.0-sdk-1.4.2.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/appengine-api-labs-1.4.2.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/appengine-jsr107cache-1.4.2.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/aspectjweaver-1.5.3.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/com.springsource.org.jdom-1.0.0.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/commons-lang-2.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/commons-logging-1.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/datanucleus-appengine-1.0.8.final.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/fornax-cartridges-sculptor-framework-2.0.0-without-ejb.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/jackson-core-lgpl-1.4.3.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/jackson-mapper-lgpl-1.4.3.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/jsr107cache-1.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/slf4j-api-1.6.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/slf4j-jdk14-1.6.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-aop-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-asm-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-beans-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-context-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-context-support-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-core-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-expression-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-jdbc-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-orm-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-oxm-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-tx-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-web-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-webmvc-3.0.4.RELEASE.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-webmvc-3.0.4.RELEASE.jar!/META-INF/spring-form.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/spring-webmvc-3.0.4.RELEASE.jar!/META-INF/spring.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/xercesImpl-2.6.2.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/xmlParserAPIs-2.6.2.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/lib/xstream-1.3.1.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-jstl-1.1.2.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/c-1_0-rt.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/c-1_0.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/c.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/fmt-1_0-rt.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/fmt-1_0.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/fmt.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/fn.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/permittedTaglibs.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/scriptfree.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/sql-1_0-rt.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/sql-1_0.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/sql.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/x-1_0-rt.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/x-1_0.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD found jar:file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar!/META-INF/x.tld
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: TLD search of file:/opt/eclipse-jee-helios/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811/appengine-java-sdk-1.4.2/lib/tools/jsp/repackaged-appengine-jasper-jdt-6.0.29.jar
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: Init SecureRandom.
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: started org.mortbay.jetty.servlet.HashSessionIdManager@1a3650ed
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: started com.google.apphosting.utils.jetty.StubSessionManager@63fb050c
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: starting ServletHandler@5ee04fd
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: started ServletHandler@5ee04fd
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: starting SecurityHandler@4d898115
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: started SecurityHandler@4d898115
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: starting SessionHandler@7e79b177
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: started SessionHandler@7e79b177
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: starting com.google.apphosting.utils.jetty.DevAppEngineWebAppContext@67723c7f{/,/Users/patrik/workspace-sculptor-helios/test-gae/war}
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: starting ErrorPageErrorHandler@7ce1eae7
Jun 9, 2011 6:44:45 AM com.google.apphosting.utils.jetty.JettyLogger debug
FINE: started ErrorPageErrorHandler@7ce1eae7
Jun 9, 2011 6:44:45 AM com.google.appengine.tools.development.ApiProxyLocalImpl log
INFO: javax.servlet.ServletContext log: Initializing Spring root WebApplicationContext
Jun 9, 2011 6:44:45 AM org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
Jun 9, 2011 6:44:46 AM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing Root WebApplicationContext: startup date [Thu Jun 09 06:44:46 UTC 2011]; root of context hierarchy
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [applicationContext.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultDocumentLoader loadDocument
FINE: Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver getSchemaMappings
FINE: Loading schema mappings from [META-INF/spring.schemas]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver getSchemaMappings
FINE: Loaded schema mappings: {http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/context/spring-context-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader registerBeanDefinitions
FINE: Loading bean definitions
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver getHandlerMappings
FINE: Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doFindMatchingFileSystemResources
FINE: Looking for matching resources in directory tree [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/exception] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/repositoryimpl] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/rest] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceapi] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver doRetrieveMatchingFiles
FINE: Searching directory [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceimpl] for files matching pattern [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/**/*.class]
Jun 9, 2011 6:44:46 AM org.springframework.core.io.support.PathMatchingResourcePatternResolver findPathMatchingResources
FINE: Resolved location pattern [classpath*:org/test/**/*.class] to resources [file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/Planet.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties$PlanetPropertiesImpl.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties$PlanetProperty.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetRepository.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/exception/PlanetNotFoundException.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/repositoryimpl/PlanetRepositoryImpl.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/rest/FrontController.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/rest/PlanetController.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceapi/PlanetService.class], file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceimpl/PlanetServiceImpl.class]]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/Planet.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Ignored because not matching any filter: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/Planet.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties$PlanetPropertiesImpl.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Ignored because not matching any filter: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties$PlanetPropertiesImpl.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties$PlanetProperty.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Ignored because not matching any filter: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties$PlanetProperty.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Ignored because not matching any filter: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetProperties.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetRepository.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Ignored because not matching any filter: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/domain/PlanetRepository.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/exception/PlanetNotFoundException.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Ignored because not matching any filter: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/exception/PlanetNotFoundException.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/repositoryimpl/PlanetRepositoryImpl.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINE: Identified candidate component class: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/repositoryimpl/PlanetRepositoryImpl.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/rest/FrontController.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINE: Identified candidate component class: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/rest/FrontController.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/rest/PlanetController.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINE: Identified candidate component class: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/rest/PlanetController.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceapi/PlanetService.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Ignored because not matching any filter: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceapi/PlanetService.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINEST: Scanning file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceimpl/PlanetServiceImpl.class]
Jun 9, 2011 6:44:46 AM org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider findCandidateComponents
FINE: Identified candidate component class: file [/Users/patrik/workspace-sculptor-helios/test-gae/war/WEB-INF/classes/org/test/sample/serviceimpl/PlanetServiceImpl.class]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [EntityManagerFactory.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultDocumentLoader loadDocument
FINE: Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader registerBeanDefinitions
FINE: Loading bean definitions
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractBeanDefinitionReader loadBeanDefinitions
FINE: Loaded 3 bean definitions from location pattern [classpath:/EntityManagerFactory.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader importBeanDefinitionResource
FINE: Imported 3 bean definitions from URL location [classpath:/EntityManagerFactory.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [pub-sub.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultDocumentLoader loadDocument
FINE: Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader registerBeanDefinitions
FINE: Loading bean definitions
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractBeanDefinitionReader loadBeanDefinitions
FINE: Loaded 3 bean definitions from location pattern [classpath:/pub-sub.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader importBeanDefinitionResource
FINE: Imported 3 bean definitions from URL location [classpath:/pub-sub.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [Interceptor.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultDocumentLoader loadDocument
FINE: Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader registerBeanDefinitions
FINE: Loading bean definitions
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractBeanDefinitionReader loadBeanDefinitions
FINE: Loaded 12 bean definitions from location pattern [classpath:/Interceptor.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader importBeanDefinitionResource
FINE: Imported 12 bean definitions from URL location [classpath:/Interceptor.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [more.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultDocumentLoader loadDocument
FINE: Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINEST: Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.PluggableSchemaResolver resolveEntity
FINE: Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader registerBeanDefinitions
FINE: Loading bean definitions
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractBeanDefinitionReader loadBeanDefinitions
FINE: Loaded 0 bean definitions from location pattern [classpath:/more.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader importBeanDefinitionResource
FINE: Imported 0 bean definitions from URL location [classpath:/more.xml]
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractBeanDefinitionReader loadBeanDefinitions
FINE: Loaded 28 bean definitions from location pattern [classpath:applicationContext.xml]
Jun 9, 2011 6:44:46 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
FINE: Bean factory for Root WebApplicationContext: org.springframework.beans.factory.support.DefaultListableBeanFactory@6d87275d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,planetRepository,frontController,planetController,planetService,springPropertyConfig,appEngineEntityManagerFactory,entityManagerFactory,txManager,publishAdvice,subscribeBeanPostProcessor,simpleEventBusImpl,org.springframework.aop.config.internalAutoProxyCreator,jpaInterceptorFlushEager,errorHandlingAdvice,serviceContextStoreAdvice,txAdvice,businessService,readOnlyBusinessService,updatingBusinessService,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#2,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#3]; root of factory hierarchy
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'springPropertyConfig'
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'springPropertyConfig'
Jun 9, 2011 6:44:46 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'springPropertyConfig' to allow for resolving potential circular references
Jun 9, 2011 6:44:46 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Getting BeanInfo for class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]
Jun 9, 2011 6:44:46 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Caching PropertyDescriptors for class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]
Jun 9, 2011 6:44:46 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'beanFactory' of type [org.springframework.beans.factory.BeanFactory]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'beanName' of type [java.lang.String]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'class' of type [java.lang.Class]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'fileEncoding' of type [java.lang.String]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'ignoreResourceNotFound' of type [boolean]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'ignoreUnresolvablePlaceholders' of type [boolean]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'localOverride' of type [boolean]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'location' of type [org.springframework.core.io.Resource]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'locations' of type [[Lorg.springframework.core.io.Resource;]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'nullValue' of type [java.lang.String]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'order' of type [int]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'placeholderPrefix' of type [java.lang.String]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'placeholderSuffix' of type [java.lang.String]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'properties' of type [java.util.Properties]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'propertiesArray' of type [[Ljava.util.Properties;]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'propertiesPersister' of type [org.springframework.util.PropertiesPersister]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'searchSystemEnvironment' of type [boolean]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'systemPropertiesMode' of type [int]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'systemPropertiesModeName' of type [java.lang.String]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'valueSeparator' of type [java.lang.String]
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Finished creating instance of bean 'springPropertyConfig'
Jun 9, 2011 6:44:47 AM org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
INFO: Loading properties file from class path resource [generated-spring.properties]
Jun 9, 2011 6:44:47 AM org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
INFO: Loading properties file from class path resource [spring.properties]
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor' to allow for resolving potential circular references
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Finished creating instance of bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'subscribeBeanPostProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'subscribeBeanPostProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'subscribeBeanPostProcessor' to allow for resolving potential circular references
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Getting BeanInfo for class [org.fornax.cartridges.sculptor.framework.event.annotation.SubscribeBeanPostProcessor]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Caching PropertyDescriptors for class [org.fornax.cartridges.sculptor.framework.event.annotation.SubscribeBeanPostProcessor]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'applicationContext' of type [org.springframework.context.ApplicationContext]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'class' of type [java.lang.Class]
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Found bean property 'order' of type [int]
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory invokeInitMethods
FINE: Invoking afterPropertiesSet() on bean with name 'subscribeBeanPostProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Finished creating instance of bean 'subscribeBeanPostProcessor'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry getSingleton
FINE: Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean
FINE: Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
Jun 9, 2011 6:44:47 AM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory doCreateBean
FINE: Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
Jun 9, 2011 6:44:47 AM org.springframework.beans.CachedIntrospectionResults <init>
FINEST: Getting BeanInfo for class [org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator]

Andreas Källberg

unread,
Jun 9, 2011, 7:58:12 AM6/9/11
to fornax-...@googlegroups.com
I have run several gae 1.4.2 apps with sculptor 2.0.0.
But it was a couple of months ago. 
What was the matter, running the above two or running sculptor 2.0 wiht gae 1.5?

.../Andreas

Patrik Nordwall

unread,
Jun 9, 2011, 10:13:53 AM6/9/11
to fornax-...@googlegroups.com
First step is to make sure that an app generated with the archetype according to docs can run in local dev server with 1.4.2 and sculptor 2.0.0.

I'm pretty sure that was the case when we released, but anyway it would be good to confirm that.

/Patrik

Andreas Källberg

unread,
Jun 13, 2011, 4:15:47 AM6/13/11
to fornax-...@googlegroups.com
Hi,
I've verified that an app built with sculptor 2.0.0 runs on a local dev server with the gae 1.4.2 eclipse plugin.

.../Andreas
Reply all
Reply to author
Forward
0 new messages