Not getting very far on this. This is the output of the cocoon log. If I try to change the cocoon logging to DEBUG, then my instance does not show. I think this is a known bug.
2011-09-20 14:33:46,592 INFO org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor$TreeProcessorRedirector - Redirecting to 'cocoon:/handle/TEMP-BOGUS/63902/submit/continue' 2011-09-20 14:33:46,607 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-file-jndi:/blancoj.dev.deepblue.lib.umich.edu/aspects/protodocument.xml 2011-09-20 14:33:46,607 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/5/handle/TEMP-BOGUS/63902/submit/continue?pipelinehash=488325223041054298_T-Navigation-7548273451205087319 2011-09-20 14:33:46,608 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/4/handle/TEMP-BOGUS/63902/submit/continue?pipelinehash=8555653134130988575_T-SystemwideAlerts-1_T-Navigation-219447409375749338 2011-09-20 14:33:46,612 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/3/handle/TEMP-BOGUS/63902/submit/continue?pipelinehash=-7347816888736915622_T-Navigation-4737533168805885054 2011-09-20 14:33:46,613 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache HIT for PK_G-aspect-cocoon://DRI/2/handle/TEMP-BOGUS/63902/submit/continue?pipelinehash=5580183153737431386_T-Navigation-1 2011-09-20 14:33:46,613 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache MISS for PK_G-aspect-cocoon://DRI/1/handle/TEMP-BOGUS/63902/submit/3045415d17564d365b796c795942596f4b43461c.continue_T-PageNotFound--7784885559682749380 2011-09-20 14:33:46,616 INFO org.apache.cocoon.caching.impl.CacheImpl - Cache MISS for PK_G-file-cocoon://DRI/handle/TEMP-BOGUS/63902/submit/3045415d17564d365b796c795942596f4b43461c.continue_T-IncludePageMeta--4145997850892886096_T-xslt-jndi:/blancoj.dev.deepblue.lib.umich.edu/themes/Classic/Classic.xsl_T-i18n-context://i18n/?en_US__S-xhtml-;doctype-public=-//W3C//DTD XHTML 1.0 Strict//EN;doctype-system=http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;encoding=UTF-8;indent=yes 2011-09-20 14:33:46,635 INFO cocoon.access - 'handle/TEMP-BOGUS/63902/submit/3045415d17564d365b796c795942596f4b43461c.continue' Processed by Apache Cocoon in 58 milliseconds. I have no idea why the DescribeStep "Page" in xmlui is not showing up. Any ideas will be highly appreciated. -Jose -----Original Message----- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, September 20, 2011 12:00 PM To: Tim Donohue Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin I'm back on this problem now. I have a bit more info, and I'm hoping someone could help me with this. I did look at the log files and did not see anything that gave me a clue as to why I could not get from the initial question in the submission form to the page where you enter metadata values in the xmlui interface. I went into the item-submission.xml file and changed this: <step> <heading>submit.progressbar.describe</heading> <processing-class>org.dspace.submit.step.DescribeStep</processing-class> <jspui-binding>org.dspace.app.webui.submit.step.JSPDescribeStep</jspui-binding> <xmlui-binding>org.dspace.app.xmlui.aspect.submission.submit.DescribeStep</xmlui-binding> <workflow-editable>true</workflow-editable> </step> To <step> <heading>submit.progressbar.describe</heading> <processing-class>org.dspace.submit.step.DescribeStep</processing-class> <jspui-binding>org.dspace.app.webui.submit.step.JSPDescribeStep</jspui-binding> <xmlui-binding>org.dspace.app.xmlui.aspect.submission.submit.UploadStep</xmlui-binding> <workflow-editable>true</workflow-editable> </step> (Notice the change in the <xmlui-binding> tag). When I did this I got the page to Upload the bitstream. So the problem must be in the DescribeStep.java file. I'm trying to see if one of the metadata is causing the problem, but am wondering if anyone has a clue as to what it could be. Thank you! Jose -----Original Message----- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Wednesday, August 17, 2011 11:28 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin Hi Jose, You'll need to check your logs to let us know if there are any underlying errors. The URL you sent is just a normal XMLUI submission URL (that weird *.continue string on the end is just how XMLUI manages the submission "session" info). I'm guessing that there must be some underlying error in the Tomcat or DSpace logs (or Cocoon logs). Here's hints/tips on finding error messages: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error - Tim On 8/17/2011 10:18 AM, Blanco, Jose wrote: > In my development environment I was trying to submit an item using the xmlui > interface and when I select a collection to submit into, I get a Page Not > found response in the browser. Do I not have some config parameter set? The > url from which I get the Page Not found response is this one: > > http://blancoj.dev.deepblue.lib.umich.edu:8080/submit/83263926207f39102b7a213c7d3b7b7255795139.continue > > Thank you! > Jose > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > DSpace-tech mailing list > DSpace-tech@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech