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

Reply via email to