Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jspwiki?

Hi all,

Anyone configure jspwiki with jetty?  I'm having trouble getting it working.  A few months ago I ran it behind tomcat on ubuntu and it worked fine.

Specifically I get


2016-01-20 01:51:30.430:INFO:oejs.ServerConnector:main: Started ServerConnector@6de9e329{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2016-01-20 01:51:30.432:INFO:oejs.Server:main: Started @7565ms
2016-01-20 01:52:01.529:INFO:oejs.ServerConnector:Thread-1: Stopped ServerConnector@6de9e329{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2016-01-20 01:52:01.545:WARN:oejs.ServletHolder:Thread-1:
java.lang.NullPointerException
        at org.apache.wiki.WikiEngine.shutdown(WikiEngine.java:1544)
        at org.apache.wiki.WikiServlet.destroy(WikiServlet.java:66)

...

        at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:143)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:161)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:73)
        at org.eclipse.jetty.server.Server.doStop(Server.java:476)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
        at org.eclipse.jetty.util.thread.ShutdownThread.run(ShutdownThread.java:138)
2016-01-20 01:52:01.565:INFO:oejsh.ContextHandler:Thread-1: Stopped o.e.j.w.WebAppContext@6574b225{/jspwiki,null,UNAVAILABLE}{/jspwiki}

any ideas on where to start?

Thanks very much

-Dave

Back to the top