This came up recently for Maven itself. I'm not sure how it was resolved, but I remember suggesting checking if it ran under a different user (maybe it's a space constraint for the user being used), and of course check that the machine actually does have free memory in the first place. HTH, Brett
2008/8/27 Ian P. Christian <[EMAIL PROTECTED]> > Hi all, > > Im trying to get v1.1 running. > > 1.0.3 downloads and ran just fine, but I need features from 1.1. > > I've unziped the download, changed the port from 8080 to 8090 in > conf/plexus.xml, and then run > > ~/continuum-1.1 $ CONTINUUM_HOME=`pwd` > ~/continuum-1.1 $ ./bin/linux-x86-32/run.sh console > > However, I get this output, sorry for the long post: > ... > > jvm 1 | Caused by: java.io.IOException: java.io.IOException: > error=12, Cannot allocate memory > jvm 1 | at java.lang.UNIXProcess.<init>(UNIXProcess.java:148) > jvm 1 | at java.lang.ProcessImpl.start(ProcessImpl.java:65) > jvm 1 | at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) > jvm 1 | ... 124 more > jvm 1 | [INFO] The appserver server has been initialized. > jvm 1 | [INFO] The appserver server has started. > > > > Can anyone suggest what might be wrong here? > > Thanks, > > Ian > -- Brett Porter Blog: http://blogs.exist.com/bporter/
