Hi Donal, I am using the TavernaServer.2.4.1.war from the Taverna Homepage. I have imported the war as web project into Eclipse and deployed it from Eclipse into Tomcat 6 (because I am implementing and testing some java webservices running on the same tomcat (for simpification) which should be called later on from a workflow running in Taverna Server. I undeployed them for the test scenario).
If I run Taverna Server on a Tomcat 6 outside of Eclipse I get the same errors as mentioned before. Perhaps this is an configuration or write permission issue? I am using Tavera Server in insecure mode... Would it help to send you the catalina.out? Regards, Nina ________________________________________ Von: Alan R Williams [[email protected]] Gesendet: Dienstag, 7. Mai 2013 11:54 An: [email protected] Betreff: Re: [Taverna-users] Problem getting the output of a workflow on Taverna Server On 06/05/2013 13:32, Bougatf, Nina wrote: > Hello everybody, > > I am using Taverna Server 2.4 (deployed on Tomcat 6 via Eclipse) and > Taverna Workbench 2.4.1 on Mac OS X. Donal Fellows wrote: <quote> OK, but you need to be aware that Taverna Server uses a number of libraries inside itself that do not work well with Eclipse. The correct way to build and deploy is to use a Maven build and then to push the produced WAR artefact into a stand-alone container (Tomcat 6 is the recommended one; we have not tested extensively with others). In particular, many of the libraries in use will do runtime bytecode generation in order to build some of the binding layers (e.g., between the web front end and the web application core, and between the core and the database engine). This is actually pretty hairy stuff, but is driven entirely off annotations in the core code; we don't do any maintenance of the libraries that actually do these bindings. </quote> So depending upon how you are running the Tomcat, it may have problems. Can you try the server in a Tomcat outside Eclipse? [snip] > > Regards, Nina Bougatf Alan ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
