Re: [Dspace-tech] AJP Errors

2009-07-29 Thread Sean Carte
Thank you for all your work on this Mark Wood and Mark Diggory! I followed Mark Diggory's instructions at http://jira.dspace.org/jira/browse/DS-253 and downloaded the patched source: all seems well now. Sean -- Sean Carte esAL Library Systems Manager +27 72 898 8775 +27 31 373 2490 fax: 08667412

Re: [Dspace-tech] AJP Errors

2009-07-13 Thread Mark H. Wood
On Mon, Jul 13, 2009 at 11:42:01AM -0400, Mark H. Wood wrote: > Yup, we have that too now. This seems to be related to: > > http://www.mail-archive.com/us...@cocoon.apache.org/msg42803.html > > and the gist of it seems to be that the app. isn't a block and now > must be, but I don't see anythi

Re: [Dspace-tech] AJP Errors

2009-07-13 Thread Mark H. Wood
On Mon, Jul 13, 2009 at 10:53:58AM +0300, Timo Aalto wrote: > Hi, > I tried this patch to see if it would help dealing with a overzealous web > crawler. Trouble is, when I apply this patch, XMLUI breaks when I start my > Jetty (6.1.19) servlet container. I'm running XMLUI as root webapp by making >

Re: [Dspace-tech] AJP Errors

2009-07-13 Thread Timo Aalto
Hi, I tried this patch to see if it would help dealing with a overzealous web crawler. Trouble is, when I apply this patch, XMLUI breaks when I start my Jetty (6.1.19) servlet container. I'm running XMLUI as root webapp by making a symlink "root" in [jetty]/webapps to [dspace]/webapps/xmlui/. I've

Re: [Dspace-tech] AJP Errors

2009-07-10 Thread Mark Diggory
I spent a little more time organizing the dependencies in xmlui-wing and cleared up a small conflict in the dependency tree, here is a patch for 1.5.2 that does this. Cheers, Mark -- Mark R. Diggory @mire - http://www.atmire.com pom.xml.patch Description: Binary data --

Re: [Dspace-tech] AJP Errors

2009-07-10 Thread Mark Diggory
FYI, mdiggory_:mhwood: you may try upgrading the servlet implemenetation in dspace-xmlui-wing to [1:59pm]mdiggory_:http://repo2.maven.org/maven2/org/apache/cocoon/cocoon-servlet-service-impl/1.2.0/ [2:07pm]mdiggory_: [2:07pm]mdiggory_:      org.apache.cocoon [2:07pm]mdiggory_:      cocoon-servlet

Re: [Dspace-tech] AJP Errors

2009-07-10 Thread Mark H. Wood
On Tue, Jun 23, 2009 at 08:24:43AM +0200, Sean Carte wrote: > 2009/6/18 Mark H. Wood : > > On Thu, Jun 18, 2009 at 03:12:34PM +0200, Sean Carte wrote: > >> And if it is this that's causing the problem, why do I seem to be the > >> only one affected? > > And thanks also to Jason, who responded off-

Re: [Dspace-tech] AJP Errors

2009-06-26 Thread Jason Stirnaman
Also, forgot to specifically mention the "idle in transaction"-process-killer-cron-job. I posted it to the bottom of the wiki page http://wiki.dspace.org/index.php/Idle_In_Transaction_Problem That made a huge difference for us, even though neither my sys admin nor I could verify that it was doing

Re: [Dspace-tech] AJP Errors

2009-06-25 Thread Sean Carte
2009/6/25 Jason Stirnaman : > FWIW, I've made some progress through a combination of cleaning up my > env CLASSPATH and putting disallows in robots.txt (implementing the > sitemaps feature instead). I'm not really sure what made the difference, > but XMLUI now runs for at least a day or more before

Re: [Dspace-tech] AJP Errors

2009-06-25 Thread Jason Stirnaman
Sean, Looks like there's no 3.0 in the Maven repository: http://repo1.maven.org/maven2/org/apache/cocoon/cocoon-core/ I thought I had found a compiled .jar from a 2.2-dev snapshot, but I can't track it down now. I'm also guessing that squelching that NPE message isn't really going to fix the prob

Re: [Dspace-tech] AJP Errors

2009-06-25 Thread Sean Carte
2009/6/24 Jason Stirnaman : > Sean, > Just wondering if you've made any progress with this? > > Jason I tried using cocoon 3 (as that appears to be the only development version) by editing dspace-xmlui/dspace-xmlui-wing/pom.xml changing: org.apache.cocoon

Re: [Dspace-tech] AJP Errors

2009-06-24 Thread Jason Stirnaman
Sean, Just wondering if you've made any progress with this? Jason >>> Sean Carte 06/23/09 1:29 AM >>> 2009/6/18 Mark H. Wood : > On Thu, Jun 18, 2009 at 03:12:34PM +0200, Sean Carte wrote: >> There does seem to be a patch available for cocoon 2.2: >>

Re: [Dspace-tech] AJP Errors

2009-06-23 Thread Jason Stirnaman
Would it be easier to grab a development snapshot of cocoon-core...jar and drop into lib/ to see if it fixes the problem? -- >>> On 6/23/2009 at 1:24 AM, in message <5d9253070906222324t4481a2aagcdb9c44d023e2...@mail.gmail.com>, Sean Carte wrote: > 2009/6/18 Mark H. Wood : >> On Thu, Jun 18, 2

Re: [Dspace-tech] AJP Errors

2009-06-22 Thread Sean Carte
2009/6/18 Mark H. Wood : > On Thu, Jun 18, 2009 at 03:12:34PM +0200, Sean Carte wrote: >> There does seem to be a patch available for cocoon 2.2: >> . But this has been >> available since 2008-07-09. Surely that is what is in use now? > > In use by

Re: [Dspace-tech] AJP Errors

2009-06-18 Thread Mark H. Wood
On Thu, Jun 18, 2009 at 03:12:34PM +0200, Sean Carte wrote: > There does seem to be a patch available for cocoon 2.2: > . But this has been > available since 2008-07-09. Surely that is what is in use now? In use by whom? 2.2.0 is the latest Cocoo

Re: [Dspace-tech] AJP Errors

2009-06-18 Thread Sean Carte
2009/6/15 Mark H. Wood : > Tomcat and Cocoon are separate projects at Apache.  But the important > thing here is that the instance of Cocoon that DSpace uses is included > in dspace-xmlui when it is built.  You'd have to get that patched > somehow.  If there is an updated Cocoon 2.2 which has the p

Re: [Dspace-tech] AJP Errors

2009-06-15 Thread Mark H. Wood
Tomcat and Cocoon are separate projects at Apache. But the important thing here is that the instance of Cocoon that DSpace uses is included in dspace-xmlui when it is built. You'd have to get that patched somehow. If there is an updated Cocoon 2.2 which has the patch, you could try changing the

Re: [Dspace-tech] AJP Errors

2009-06-15 Thread Sean Carte
2009/6/12 Sean Carte : > 2009/6/12 Graham Triggs : >> Looks like a known (now fixed) bug in Cocoon 2.2 >> >> http://www.mail-archive.com/d...@cocoon.apache.org/msg57582.html >> >> G > > Is cocoon a part of tomcat? The problem does *seem* to go away if I > use tomcat 6. Apparently not. How do I ge

Re: [Dspace-tech] AJP Errors

2009-06-12 Thread Sean Carte
2009/6/12 Graham Triggs : > Looks like a known (now fixed) bug in Cocoon 2.2 > > http://www.mail-archive.com/d...@cocoon.apache.org/msg57582.html > > G Is cocoon a part of tomcat? The problem does *seem* to go away if I use tomcat 6. Sean -- Sean Carte esAL Library Systems Manager +27 72 898 877

Re: [Dspace-tech] AJP Errors

2009-06-12 Thread Graham Triggs
Looks like a known (now fixed) bug in Cocoon 2.2 http://www.mail-archive.com/d...@cocoon.apache.org/msg57582.html G From: Sean Carte [mailto:sean.ca...@gmail.com] Sent: Fri 12/06/2009 07:01 To: Van Ly Cc: dspace-tech Subject: Re: [Dspace-tech] AJP Errors

Re: [Dspace-tech] AJP Errors

2009-06-11 Thread Sean Carte
2009/6/12 Van Ly : > # this looks suspect in the stacktrace > $Proxy10.service(Unknown Source) I thought so too. But searching for that on Google doesn't turn up anything useful. I changed the proxy from ajp to proxy_http, but the same errors still occur. I'm starting to wonder if this isn't rela

Re: [Dspace-tech] AJP Errors

2009-06-11 Thread Van Ly
stacktrace for the chance of a null object coming into play. -- Van Ly -Original Message- From: Sean Carte [mailto:sean.ca...@gmail.com] Sent: Thu 6/11/2009 10:26 PM To: dspace-tech Subject: [Dspace-tech] AJP Errors Since upgrading to 1.5.2 I've noticed a lot of exceptions that seem

[Dspace-tech] AJP Errors

2009-06-11 Thread Sean Carte
Since upgrading to 1.5.2 I've noticed a lot of exceptions that seem to be related to the Apache proxy ajp connector: 2009-06-11 14:16:30,877 ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[Cocoon] @ Servlet.service() for servlet Cocoon threw exception java.lang.NullPointer