Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. [WARN] Server class 'pl.cschool.shop.front.FrontController' could not be found in the web app, but was found on the system classpath
  2. [WARN] Adding classpath entry 'file:/C:/Users/Magdalena/Desktop/ShopEarFrontControllerEJB.jar' to the web app classpath for this session
  3. For additional info see: file:/C:/Users/Magdalena/.p2/pool/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28_2.8.0.201710131939/gwt-2.8.1/doc/helpInfo/webAppClassPath.html
  4. javax.naming.NameNotFoundException; remaining name 'ejb:ShopEarFinal/ShopEarFrontControllerEJB//FrontController!pl.cschool.shop.front.FrontComponentRemote'
  5. at org.eclipse.jetty.jndi.local.localContextRoot.lookup(localContextRoot.java:487)
  6. at org.eclipse.jetty.jndi.local.localContextRoot.lookup(localContextRoot.java:533)
  7. at javax.naming.InitialContext.lookup(InitialContext.java:417)
  8. at pl.cschool.shop.server.listener.ApplicationStartupListener.contextInitialized(ApplicationStartupListener.java:39)
  9. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
  10. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
  11. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
  12. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
  13. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
  14. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
  15. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
  16. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
  17. at com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload.doStart(JettyLauncher.java:550)
  18. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  19. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  20. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
  21. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  22. at org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestLogHandler.java:140)
  23. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  24. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  25. at org.eclipse.jetty.server.Server.start(Server.java:387)
  26. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
  27. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  28. at org.eclipse.jetty.server.Server.doStart(Server.java:354)
  29. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  30. at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:760)
  31. at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:636)
  32. at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:923)
  33. at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:706)
  34. at com.google.gwt.dev.DevMode.main(DevMode.java:432)
  35. 6685 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started c.g.g.d.s.j.WebAppContextWithReload@100c22a2{/,file:/C:/Users/Magdalena/eclipse-workspace3/Shop/war/,AVAILABLE}{C:\Users\Magdalena\eclipse-workspace3\Shop\war}
  36. 6685 [main] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@3f865f5c{HTTP/1.1}{127.0.0.1:8888}
  37. 6685 [main] INFO org.eclipse.jetty.server.Server - Started @10545ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement