Thanks!
I appreciate your help
2008/8/29 Claudia Juergen <[EMAIL PROTECTED]>
> Hi Victor,
>
> see my prior email, there are 3 more files with the same missing escaping
> of quotation, replace these too:
>
> dspace-jspui-webapp/src/main/webapp/submit
> review.jsp
> show-uploaded-file.jsp
> upload-file-list.jsp
>
> Claudia
>
> > Sorry but now, when i try to upload the document dspace show me this
> > message in the dspace.log file:
> >
> >
> > 2008-08-29 12:09:45,156 ERROR
> > org.dspace.app.webui.servlet.SubmissionController @ Error loading step
> > class'org.dspace.submit.step.UploadStep':
> >
> > org.apache.jasper.JasperException: /submit/show-uploaded-file.jsp(122,49)
> > Attribute value LocaleSupport.getLocalizedMessage(pageContext,
> > "help.index")+ "#uploadedfile" is quoted with " which must be escaped
> when
> > used within the value
> >
> >
> > 2008/8/29 Claudia Juergen <[EMAIL PROTECTED]>
> >
> >> Hi Victor,
> >>
> >> first, please keep discussion started on the lists on the lists and do
> >> not
> >> mail only to me. The information is otherwise lost to the DSpace
> >> community.
> >>
> >> Replace your /submit/edit-metadata.jsp with the latest version from the
> >> branch 1-5-x
> >>
> >>
> http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp?revision=3043
> >>
> >> Claudia
> >>
> >> > Hi Claudia,
> >> >
> >> > This is the message in the dspace.log file
> >> >
> >> > ------------------------------------------------------------
> >> > 2008-08-29 11:30:11,343 ERROR
> >> > org.dspace.app.webui.servlet.SubmissionController @ Error loading step
> >> > class'org.dspace.submit.step.DescribeStep':
> >> > org.apache.jasper.JasperException: /submit/edit-metadata.jsp(990,31)
> >> > Attribute value LocaleSupport.getLocalizedMessage(pageContext,
> >> > "help.index")
> >> > + "#describe2" is quoted with " which must be escaped when used within
> >> the
> >> > value
> >> > at
> >> >
> >>
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
> >> > at
> >> >
> >>
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
> >> > at
> >> >
> >>
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
> >> > at org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301)
> >> > at
> >> org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:250)
> >> > at org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212)
> >> > at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155)
> >> > at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252)
> >> > at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
> >> > at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1675)
> >> > at
> >> org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1022)
> >> > at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1290)
> >> > at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
> >> > at org.apache.jasper.compiler.Parser.parse(Parser.java:138)
> >> > at
> >> >
> >>
> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
> >> > at
> >> >
> >>
> org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
> >> > at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
> >> > at org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
> >> > at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
> >> > at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
> >> > at
> >> >
> >>
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
> >> > at
> >> >
> >>
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
> >> > at
> >> >
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
> >> > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
> >> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
> >> > at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
> >> > at
> >> >
> >>
> org.dspace.app.webui.submit.JSPStepManager.showJSP(JSPStepManager.java:395)
> >> > at
> >> >
> >>
> org.dspace.app.webui.submit.step.JSPDescribeStep.showEditMetadata(JSPDescribeStep.java:239)
> >> > at
> >> >
> >>
> org.dspace.app.webui.submit.step.JSPDescribeStep.doPreProcessing(JSPDescribeStep.java:142)
> >> > at
> >> >
> >>
> org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:310)
> >> > at
> >> >
> >>
> org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:275)
> >> > at
> >> >
> >>
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:407)
> >> > at
> >> >
> >>
> org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:477)
> >> > at
> >> >
> >>
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:423)
> >> > at
> >> >
> >>
> org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:345)
> >> > at
> >> >
> >>
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
> >> > at
> >> >
> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
> >> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
> >> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >> > at
> >> >
> >>
> org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:98)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> >> > at
> >> >
> >>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >> > at
> >> >
> >>
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> >> > at
> >> >
> >>
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> >> > at
> >> >
> >>
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> >> > at
> >> >
> >>
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> >> > at
> >> >
> >>
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> >> > at
> >> >
> >>
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
> >> > at
> >> >
> >>
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
> >> > at
> >> >
> >>
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> >> > at
> >> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> >> > at java.lang.Thread.run(Unknown Source)
> >> >
> >> > 2008/8/29 Claudia Juergen <[EMAIL PROTECTED]>
> >> >
> >> >> Hi Victor,
> >> >>
> >> >> could you provide more detailed information (stack trace/logs)?
> >> >>
> >> >> Errors like that are often caused by wrong email settings.
> >> >> Are you sure, your email setting are correctly configured? On
> >> >> successfull
> >> >> upload the system does notify the submitter, or if you got a workflow
> >> >> installed it notifies the workflow members.
> >> >>
> >> >> Claudia
> >> >>
> >> >>
> >> >>
> >> >> > Hello,
> >> >> >
> >> >> > I installed version 1.5 of DSpace and I have trouble entering a
> >> >> document
> >> >> > in
> >> >> > the collection, I try to submit a document and show me this
> >> message:
> >> >> > Internal System Error
> >> >> >
> >> >> > The system has experienced an internal error. Please try to do what
> >> >> you
> >> >> > were
> >> >> > doing again, and if the problem persists, please contact us so we
> >> can
> >> >> fix
> >> >> > the problem.
> >> >> >
> >> >> > --
> >> >> > Saludos cordiales,
> >> >> >
> >> >> > Víctor Izaguirre Castro
> >> >> >
> >> >>
> >>
> -------------------------------------------------------------------------
> >> >> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> >> >> > challenge
> >> >> > Build the coolest Linux based applications with Moblin SDK & win
> >> great
> >> >> > prizes
> >> >> > Grand prize is a trip for two to an Open Source event anywhere in
> >> the
> >> >> > world
> >> >> >
> >> >>
> >>
> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
> >> >> > DSpace-tech mailing list
> >> >> > DSpace-tech@lists.sourceforge.net
> >> >> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Saludos cordiales,
> >> >
> >> > Víctor Izaguirre Castro
> >> >
> >>
> >>
> >>
> >
> >
> > --
> > Saludos cordiales,
> >
> > Víctor Izaguirre Castro
> >
>
>
>
--
Saludos cordiales,
Víctor Izaguirre Castro
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech