-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation troubles #479
Comments
Hi Stephen, I followed these instructions and I'm on MacOS X: http://docs.geppetto.org/en/latest/install.html I had previously had issues with OS X having buggy OpenCL drivers when using OpenMM, but I don't believe that has anything to do with my problem. Here's just a snapshot of the last page of output from running Geppetto on the terminal (the log.log file does NOT elaborate any further) with my GEPPETTO_HOME and JAVA_HOME properly set (and it's pointing to the Home for Java 1.6.0_65).. previous pages show several other failures. Thanks, Messages below..........................!
Caused by: org.eclipse.gemini.web.core.WebApplicationStartFailedException: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/org.geppetto.frontend' failed to start. Check the logs for more details. |
@slarson thanks for transferring the question. @lukeczapla hi Luke, sorry to hear you had some troubles. Java 6 is not a requirement and most of us are on Java 7 (and some are playing with Java 8 too which requires a newer version of Virgo), what pointed you to Java 6? Just in case we have some old docs still around. Anyway, could you paste the whole log? Usually the exception you are pointing to has some underlying cause that can be understood by inspecting previous exceptions. Also FYI installing Geppetto locally isn't a requirement in many scenarios, for instance you can play with a snapshot of the muscle cell model at this address , I thought I'd mention it just in case. |
OK -- one thing I am seeing on the docs is it is saying Java 7 is now On Thu, Feb 18, 2016 at 2:35 PM, Luke Czapla [email protected]
|
Hi Tarelli and Stephen, I wanted to use Java 8 and I use that for my own work and for teaching; however, it fails the JavaVersionChecker test when launched. Here's the output when I point the JAVA_HOME to the /Home folder for JDK 1.8, this geppetto output is much shorter: JavaVersionChecker: Java version must be at 1.6 (detected version 1.8.0_60). Can I get the newer version of Virgo and otherwise do I have to install Java 7 too? Here's the whole log (renamed log.txt from log.log in serviceability/logs)! |
This is the first exception which is responsible for the failure and indeed it is caused by Java 6. |
Thank you Dr. Cantarelli I am now using the master repo ( http://docs.geppetto.org/en/latest/osxlinuxsetup.html ) instead of the .zip/.tar.gz in the other instructions. I ran into the following problems that are again attached, I am attempting what you described, using Virgo 3.6.4. It seems like it can't find org.springframework.spring version 3.1.3; although I see a number of files, I don't see where that java code would be. Here's what I found in the folder at least! The log.log file from Virgo 3.6.4 is attached as log.txt and what was present for this module is pasted below. ./geppetto/repository/ext/org.springframework.spring-library-3.1.3.RELEASE.libd |
@lukeczapla I think the problem is that the 3.1.3 libd is missing from the right place. I just merged a PR 7b2d9ac which should take care of that. To try it checkout the dev version of org.geppetto and after doing mvn install redo update_server.py which should now copy the library to where it should be. I haven't tried myself as I'm still with the previous version but it's worth a shot otherwise I'll look into 3.6.4 as soon as I can, let me know either way! If I understand your local setup your goal is to get this to exist: |
thank you, I am now successful in connecting to and using the frontend! I just copied the update_server.py and ran it and there are no problems at all during startup! Thanks so much, problem solved and it's running with Virgo 3.6.4 and Java 1.8, and I have been able to open the project in eclipse to explore. |
Great! Enjoy ;) |
@tarelli I just want to say thanks for posting this. Configuring my Virgo in my raspberry pi with Java 1.8 as I type this. Really helpful! |
@bupereira glad it helped! |
@lukeczapla reported this over on openworm/CElegansNeuroML#56 and I wanted to redirect here:
@lukeczapla, have you come across http://docs.geppetto.org ? It sounds like perhaps you aren't finding good installation instructions yet? Can you elaborate on what you are using to guide you here?
The text was updated successfully, but these errors were encountered: