Hi All, according to https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-HowdoIreportbugs? Bugs should be sent to the list first, so here it is.
I stumbled on a quite annoying little bug, given how simple it is, and WHERE it lies: I was doing some tests on the input-forms.xml file in order to include some new fields and "value-pairs" Loooong debugging story short: I was including some <!-- comments --> in order not to get lost, so I had the "brilliant" idea of being quite "graphical" in separating a few "value-pairs" lists. Something like this: <!--Value-pairs for XYZ list-----------------------------------> <!--Value-pairs for 123 list-----------------------------------> And so I got "Error interno del sistema" aka "Internal System Error" Every time I tried to describe and submit some new document. I finally found that these variations give the same error: <!--Value-pairs for XYZ list-----------------------------------> <!--Value-pairs for XYZ list------------------------------ - --> <!--Value-pairs for XYZ list -- --> <!--Value-pairs for XYZ list- - - - - - - - - - - - - - - -- --> <!--Value-pairs for XYZ list- -- - - - - - - - - - - - - - - --> While these ones work fine: <!--Value-pairs for XYZ list - --> <!--Value-pairs for XYZ list --> <!--Value-pairs for XYZ list- - - - - - - - - - - - - - - - --> So, I think we are apparently not allowed to include comments with more than 1 "-" anywhere inside! :S Hope this helps someone, and gets corrected some day (obviously, this is easy to work around, but annoying to me). This happen both with DSpace 1.8.1 on Windows XP and with DSpace 1.8.2 on Ubuntu (12.04.1) Kindest regards, Nicolas Rucks. ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

