Aug 10, 2009 4:26:01 AM com.google.apphosting.utils.jetty.JettyLogger
info
INFO: jetty-6.1.x
Aug 10, 2009 4:26:02 AM
com.dyuproject.web.rest.ApplicationServletContextListener
contextInitialized
INFO: loaded file: C:\dyuproject-site\target\showcase-1.0\WEB-INF
\application.json
Aug 10, 2009 4:26:02 AM
com.dyuproject.web.rest.ApplicationServletContextListener
contextInitialized
INFO: com.dyuproject.ioc.ApplicationContext@3a98350a initialized.
Aug 10, 2009 4:26:02 AM com.dyuproject.web.rest.DefaultDispatcher init
INFO: initialized.
Aug 10, 2009 4:26:02 AM com.dyuproject.web.rest.JSPDispatcher init
INFO: baseDir: /WEB-INF/views/jsp/
Aug 10, 2009 4:26:02 AM com.dyuproject.web.rest.JSPDispatcher init
INFO: fileExtension: jsp
Aug 10, 2009 4:26:02 AM com.dyuproject.web.rest.JSPDispatcher init
INFO: initialized.
Aug 10, 2009 4:26:02 AM com.dyuproject.web.rest.WebContext init
INFO: loaded: /WEB-INF/env.properties
Aug 10, 2009 4:26:02 AM com.dyuproject.web.rest.WebContext init
INFO: loaded: /WEB-INF/mime.properties
Aug 10, 2009 4:26:02 AM
com.dyuproject.web.rest.service.RESTServiceContext init
INFO: 4 services initialized.
Aug 10, 2009 4:26:02 AM
com.dyuproject.web.rest.service.RESTServiceContext init
INFO: 9 resources initialized.
Aug 10, 2009 4:26:02 AM
com.dyuproject.web.rest.service.RESTServiceContext init
INFO: 1 configured interceptors initialized.
Aug 10, 2009 4:26:02 AM com.dyuproject.web.rest.WebContext init
INFO: initialized.
Aug 10, 2009 4:26:02 AM com.google.apphosting.utils.jetty.JettyLogger
info
INFO: Started
SelectChann...@127.0.0.1:8080
The server is running at
http://localhost:8080/
Aug 10, 2009 4:26:16 AM com.dyuproject.web.rest.WebContext service
INFO: null
java.lang.NullPointerException
at com.dyuproject.web.rest.WebContext.service(WebContext.java:
366)
at com.dyuproject.web.rest.RESTServlet.service
(RESTServlet.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:
806)
at org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle
(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle
(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle
(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle
(WebAppContext.java:405)
at
com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle
(DevAppEngineWebAppContext.java:54)
at org.mortbay.jetty.servlet.Dispatcher.forward
(Dispatcher.java:268)
at org.mortbay.jetty.servlet.Dispatcher.forward
(Dispatcher.java:126)
at com.dyuproject.web.rest.JSPDispatcher.dispatch
(JSPDispatcher.java:101)
at com.dyuproject.demos.showcase.MainService.root
(MainService.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.dyuproject.web.rest.service.AnnotatedMethodResource.handle
(AnnotatedMethodResource.java:101)
at com.dyuproject.web.rest.service.PathHandler.resourceHandle
(PathHandler.java:206)
at
com.dyuproject.web.rest.service.RESTServiceContext.handleRoot
(RESTServiceContext.java:381)
at com.dyuproject.web.rest.WebContext.service(WebContext.java:
380)
at com.dyuproject.web.rest.RESTServlet.service
(RESTServlet.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:
806)
at org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1093)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter
(TransactionCleanupFilter.java:43)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1084)
at
com.google.appengine.tools.development.StaticFileFilter.doFilter
(StaticFileFilter.java:124)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle
(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle
(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle
(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle
(WebAppContext.java:405)
at
com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle
(DevAppEngineWebAppContext.java:54)
at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:139)
at com.google.appengine.tools.development.JettyContainerService
$ApiProxyHandler.handle(JettyContainerService.java:313)
at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest
(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection
$RequestHandler.headerComplete(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:
211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:
381)
at org.mortbay.io.nio.SelectChannelEndPoint.run
(SelectChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run
(BoundedThreadPool.java:442)