Hi all,

We have been running 2.0.1 for several months now without issue.
However, for the last few weeks we have had an issue with the reporting part of 
the crawler UI.

When you click on a reporting page, it loads okay. When you select a connection 
and click continue, a blank grey page loads.
There are no errors in the UI, but a java stack trace (below) appears in the 
start-webapps.bat console.

After some time investigating, we can't find any obvious issues.
We haven't made any changes to our configuration for a while, so wondered if 
you had any advice on what the issue might be.

Stack Trace:


[main] INFO org.eclipse.jetty.server.Server - Started @4516ms
Jetty started.
[qtp36333492-19] WARN org.eclipse.jetty.servlet.ServletHandler -
org.apache.jasper.JasperException: An exception occurred processing JSP page /ex
ecute.jsp at line 1379

1376:                   if (op.equals("Continue") || op.equals("Report") || op.e
quals("Status"))
1377:                   {
1378: %>
1379:                           <jsp:forward page='<%=type+".jsp"%>'/>
1380: <%
1381:                   }
1382:                   else


Stacktrace:
        at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer
vletWrapper.java:521)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:412)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
13)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769
)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java
:585)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.jav
a:577)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandl
er.java:223)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandl
er.java:1125)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandle
r.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandle
r.java:1059)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:141)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(Cont
extHandlerCollection.java:215)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:
52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper
.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:497)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.jav
a:248)
        at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java
:540)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPoo
l.java:610)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool
.java:539)
        at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.jasper.JasperException: An exception occurred processing J
SP page /simplereport.jsp at line 302

299:    String[] activityList = null;
300:    if (reportConnection.length() > 0)
301:    {
302:            activityList = org.apache.manifoldcf.crawler.system.ManifoldCF.g
etActivitiesList(threadContext,reportConnection);
303:            if (activityList == null)
304:                    reportConnection = "";
305:            else


Stacktrace:
        at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer
vletWrapper.java:521)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:430)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
13)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769
)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java
:585)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.jav
a:595)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandl
er.java:223)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandl
er.java:1125)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandle
r.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandle
r.java:1059)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:141)
        at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:191)
        at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:72)
        at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.j
ava:709)
        at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.jav
a:680)
        at org.apache.jsp.execute_jsp._jspService(execute_jsp.java:1985)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:388)
        ... 23 more
Caused by: java.lang.NullPointerException
        at org.apache.manifoldcf.agents.interfaces.OutputConnectionManagerFactor
y.getAllOutputActivities(OutputConnectionManagerFactory.java:74)
        at org.apache.manifoldcf.crawler.system.ManifoldCF.getActivitiesList(Man
ifoldCF.java:1161)
        at org.apache.jsp.simplereport_jsp._jspService(simplereport_jsp.java:468
)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:388)
        ... 44 more
[qtp36333492-19] WARN org.eclipse.jetty.server.HttpChannel - /mcf-crawler-ui/exe
cute.jsp
org.apache.jasper.JasperException: An exception occurred processing JSP page /ex
ecute.jsp at line 1379

1376:                   if (op.equals("Continue") || op.equals("Report") || op.e
quals("Status"))
1377:                   {
1378: %>
1379:                           <jsp:forward page='<%=type+".jsp"%>'/>
1380: <%
1381:                   }
1382:                   else


Stacktrace:
        at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer
vletWrapper.java:521)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:412)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
13)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769
)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java
:585)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.jav
a:577)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandl
er.java:223)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandl
er.java:1125)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandle
r.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandle
r.java:1059)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:141)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(Cont
extHandlerCollection.java:215)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:
52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper
.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:497)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.jav
a:248)
        at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java
:540)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPoo
l.java:610)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool
.java:539)
        at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.jasper.JasperException: An exception occurred processing J
SP page /simplereport.jsp at line 302

299:    String[] activityList = null;
300:    if (reportConnection.length() > 0)
301:    {
302:            activityList = org.apache.manifoldcf.crawler.system.ManifoldCF.g
etActivitiesList(threadContext,reportConnection);
303:            if (activityList == null)
304:                    reportConnection = "";
305:            else


Stacktrace:
        at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer
vletWrapper.java:521)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:430)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
13)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769
)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java
:585)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.jav
a:595)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandl
er.java:223)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandl
er.java:1125)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandle
r.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandle
r.java:1059)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:141)
        at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:191)
        at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:72)
        at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.j
ava:709)
        at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.jav
a:680)
        at org.apache.jsp.execute_jsp._jspService(execute_jsp.java:1985)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:388)
        ... 23 more
Caused by: java.lang.NullPointerException
        at org.apache.manifoldcf.agents.interfaces.OutputConnectionManagerFactor
y.getAllOutputActivities(OutputConnectionManagerFactory.java:74)
        at org.apache.manifoldcf.crawler.system.ManifoldCF.getActivitiesList(Man
ifoldCF.java:1161)
        at org.apache.jsp.simplereport_jsp._jspService(simplereport_jsp.java:468
)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:388)
        ... 44 more
[qtp36333492-19] WARN org.eclipse.jetty.server.HttpChannel - Could not send resp
onse error 500: org.apache.jasper.JasperException: An exception occurred process
ing JSP page /execute.jsp at line 1379

1376:                   if (op.equals("Continue") || op.equals("Report") || op.e
quals("Status"))
1377:                   {
1378: %>
1379:                           <jsp:forward page='<%=type+".jsp"%>'/>
1380: <%
1381:                   }
1382:                   else


Stacktrace:


Thank you in advance for any advice.


Kind regards,
Daniel Thomas
Software Developer

Fujitsu
Viables Ind. Est., Jays Close, Basingstoke, Hampshire, RG22 4BY
Mob: +44 (0) 7867 897274
Email: [email protected]<mailto:[email protected]>
Web: http://uk.fujitsu.com<http://uk.fujitsu.com/>
[cid:[email protected]]<https://www.youtube.com/playlist?list=PLV493J-pTITeSWLKa-cxQ0QMLYy3h1dOT>

[cid:[email protected]]
[cid:[email protected]]<http://www.youtube.com/user/fujitsuUK>[cid:[email protected]]<http://www.facebook.com/fujitsuuk>
 [cid:[email protected]] <http://twitter.com/#!/fujitsu_uk>  
[cid:[email protected]] 
<http://www.linkedin.com/company/fujitsu-uk-and-ireland>  
[cid:[email protected]] <http://blog.uk.fujitsu.com/>  
[cid:[email protected]] 
<https://plus.google.com/103287532874520008913/>
Fujitsu is proud to partner with Action for 
Children<http://www.actionforchildren.org.uk/>
P Please consider the environment - do you really need to print this email?


Unless otherwise stated, this email has been sent from Fujitsu Services 
Limited, from Fujitsu (FTS) Limited, or from Fujitsu Telecommunications Europe 
Limited, together "Fujitsu".

This email is only for the use of its intended recipient.  Its contents are 
subject to a duty of confidence and may be privileged.  Fujitsu does not 
guarantee that this email has not been intercepted and amended or that it is 
virus-free.

Fujitsu Services Limited, registered in England No 96056, registered office 22 
Baker Street, London W1U 3BW.

Fujitsu (FTS) Limited, registered in England No 03808613, registered office 22 
Baker Street, London W1U 3BW.

PFU Imaging Solutions Europe Limited, registered in England No 1578652, 
registered office Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.

Fujitsu Telecommunications Europe Limited, registered in England No 2548187, 
registered office Solihull Parkway, Birmingham Business Park, Birmingham, B37 
7YU.

Reply via email to