Hmm, that's not good. Can you open a ticket for this NPE, and also please attach the .java file it is referring to: _simplereport__jsp.java? It should be found in resin's workarea somewhere.
As for the job not being deleted, can you supply further details of your setup? Specifically, properties.xml (so I can see what synch settings you have), and what database, etc. If there is nothing in the log, I'd shut down everything, execute the lock-clean procedure, and start everything back up, and see if that fixed the issue. Karl On Fri, Sep 21, 2012 at 9:01 AM, Erlend Garåsen <[email protected]> wrote: > On 21.09.12 14.47, Karl Wright wrote: >> >> A temporary error should not block a (non running) job from getting >> cleaned up. The job can't be deleted until it is stopped, and no >> outstanding documents are being worked on. >> >> How many documents are still listed for the job in the UI? > > > Documents: 0 > Active: 0 > Proceed: 0 > > Nothing in the simple history, but I get a 500 Server Exceptions if I try to > read the history of the file connector (due to a NPE) - stack trace further > down in this post. > > I can try to unregister all connectors and empty the database and try again. > > [2012-09-21 14:57:10.220] {resin-port-127.0.0.1:6945-143} > java.lang.NullPointerException > at > _jsp._simplereport__jsp._jspService(_simplereport__jsp.java:367) > at > _jsp._simplereport__jsp._jspService(_simplereport__jsp.java:36) > at > com.caucho.jsp.JavaPage.service(JavaPage.java:64) > at > com.caucho.jsp.Page.pageservice(Page.java:542) > at > com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:194) > at > com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:126) > at > com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:289) > at > com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:298) > at > com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:116) > at > com.caucho.jsp.PageContextImpl.forward(PageContextImpl.java:1149) > at > _jsp._execute__jsp._jspService(_execute__jsp.java:1072) > at > _jsp._execute__jsp._jspService(_execute__jsp.java:36) > at > com.caucho.jsp.JavaPage.service(JavaPage.java:64) > at > com.caucho.jsp.Page.pageservice(Page.java:542) > at > com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:194) > at > com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:156) > at > com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:289) > at > com.caucho.server.hmux.HmuxRequest.handleInvocation(HmuxRequest.java:468) > at > com.caucho.server.hmux.HmuxRequest.handleRequestImpl(HmuxRequest.java:369) > at > com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:336) > at > com.caucho.network.listen.TcpSocketLink.dispatchRequest(TcpSocketLink.java:1301) > at > com.caucho.network.listen.TcpSocketLink.handleRequest(TcpSocketLink.java:1257) > at > com.caucho.network.listen.TcpSocketLink.handleRequestsImpl(TcpSocketLink.java:1241) > at > com.caucho.network.listen.TcpSocketLink.handleRequests(TcpSocketLink.java:1149) > at > com.caucho.network.listen.TcpSocketLink.handleAcceptTaskImpl(TcpSocketLink.java:950) > at > com.caucho.network.listen.TcpSocketLink.handleAcceptTask(TcpSocketLink.java:902) > at > com.caucho.network.listen.ConnectionTask.runThread(ConnectionTask.java:114) > at > com.caucho.network.listen.ConnectionTask.run(ConnectionTask.java:93) > at > com.caucho.network.listen.SocketLinkThreadLauncher.handleTasks(SocketLinkThreadLauncher.java:169) > at > com.caucho.network.listen.TcpSocketResumeThread.run(TcpSocketResumeThread.java:62) > at > com.caucho.env.thread2.ResinThread2.runTasks(ResinThread2.java:173) > at > com.caucho.env.thread2.ResinThread2.run(ResinThread2.java:118) > > > > >> >> Karl >> >> On Fri, Sep 21, 2012 at 8:36 AM, Erlend Garåsen <[email protected]> >> wrote: >>> >>> On 21.09.12 14.07, Karl Wright wrote: >>> >>>> If you think the agents process is running, and yet you cannot delete >>>> a job, you should see stuff in the manifoldcf log that would indicate >>>> what the trouble likely is. >>> >>> >>> >>> solr-test02 mcf-1 $ /www/var/data/mcf/mcf-1/agentctl start >>> Error: MCF Agent seems to be running already with PID 26310 >>> >>> You're right. It has some problems with several documents: >>> WARN 2012-08-10 14:25:10,421 (Worker thread '4') - Pre-ingest service >>> interruption reported for job 1335434066944 connection 'web_crawler': >>> Http >>> response temporary error on >>> 'http://www.apollon.uio.no/vis/art/1998/3/intervju': 503 >>> >>> So I will ignore this at the moment and try to test a little bit more >>> with >>> other parts of MCF. >>> >>> Erlend >>> >>> >>> -- >>> Erlend Garåsen >>> Center for Information Technology Services >>> University of Oslo >>> P.O. Box 1086 Blindern, N-0317 OSLO, Norway >>> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: >>> 31050 > > > > -- > Erlend Garåsen > Center for Information Technology Services > University of Oslo > P.O. Box 1086 Blindern, N-0317 OSLO, Norway > Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050
