On Thu, Jun 18, 2009 at 20:38, Mark Wilkinson<[email protected]> wrote: > I've gone all the way back to May 25th build and still get the same error. > > ./run.sh > Error occurred during initialization of VM > java.lang.IllegalStateException: recursive invocation > > Luke McCarthy had a look over my shoulder and suggested it may be related > to your Classloader.
Try removing this line from run.sh: -Djava.system.class.loader=net.sf.taverna.raven.prelauncher.BootstrapClassLoader Does OpenSuse come with the JVM? Could you check how you installed it, and possibly try a newer one from sun? In Ubuntu one needs to do something like update-configuration to select which is the default VM, is a similar configuration step needed for OpenSUSE? It sounds weird to get an IllegalStateException while starting the VM - the only reason I can see is that something is wrong with our BootstrapClassLoader - but it would be a bit odd as it's just a subclassed URLClassLoader with the addURL() method made public. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
