A couple of things spring to mind here. On 19 Feb 2009, at 14:05, Vitor Martins wrote:
> After using the command ant clean and ant update the following error > happens: > > dspace:/var/lib/tomcat5/webapps/meminst# ant clean You appear to be trying to build DSpace out of a subfolder in tomcat's webapps folder. This isn't where you should be building DSpace, or any web app, from. It's not the likely cause of your current problem, and if you're lucky, it won't cause any problems, but it's not a good idea. You should build DSpace somewhere entirely separately from the webapps folder and let the install scripts move the war into the right place for you (or copy it there yourself). > # > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # SIGSEGV (0xb) at pc=0xb3a697c6, pid=2758, tid=3084830400 > # > # Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-03 mixed mode) > # Problematic frame: > # J java.nio.CharBuffer.wrap([CII)Ljava/nio/CharBuffer; > # > # An error report file with more information is saved as > hs_err_pid2758.log > # > # If you would like to submit a bug report, please visit: > # http://www.blackdown.org/cgi-bin/jdk > # Try using the Sun rather than the Blackdown JDK. If you don't know how to change this, ask your friendly system administrator to sort it out. This is the kind of error that shouldn't be occurring and indicates a bug in the VM. It's not a problem you can fix in DSpace. Thirdly, doing a full rebuild of the war won't install a new input- forms.xml for you anyway. If you haven't edited it in-place (in the dspace config directory) then you need to copy your edited version to the dspace config directory, and (assuming that your DSpace were running) restart Tomcat. It looks like your setup is broken now, so you need to get your admin on to fixing your Java VM problem so that you can unbreak it and then perform this step. Finally, it's generally considered impolite to spam mailing lists with the same request over and over just because you don't get an immediate response. A little patience can go a long way. :) Regards, -- Simon Brown <[email protected]> - Cambridge University Computing Service +44 1223 3 34714 - New Museums Site, Pembroke Street, Cambridge CB2 3QH ------------------------------------------------------------------------------ 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

