Hi Miguel,

this is due to missing escape quotations in some jsp's. The bug has been 
fixed meanwhile:

It occurs in:
[dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp
/help/format.jsp
/submit/edit-metadata.jsp
/submit/review.jsp
/submit/show-uploaded-file.jsp
/upload-file-list.jsp

You can either get the corrected jsp's from 1.5.x
or insert the missing escape quotations, e.g.:
[dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/ 
edit-metadata.jsp

<dspace:popup page="<%= LocaleSupport.getLocalizedMessage(pageContext, 
"help.index") + "#describe2"%>"

just espcape the quotations

<dspace:popup page="<%= LocaleSupport.getLocalizedMessage(pageContext, 
\"help.index\") + \"#describe2\"%>"><fmt:message 
key="jsp.submit.edit-metadata.help"/>


Hope that helps

Claudia Jürgen






Miguel A. Robledo schrieb:
> Hi,
> 
> I installed Dspace 1.5.0 then I created a test Community and Collection.
> Then I intented submit an item but when i finish the first step and
> clicked on Next button I received the next 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".
> 
> Anybody know the reason?
> 
> I attach the log file.
> 
> Thanks.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Dspace-general mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/dspace-general

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to