You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscape-helpdesk
# starting up Cytoscape on Centos
If I answer OK to the startup error window, Cytoscape will close.
If I close the window, it will start but features will be missing in
the GUI (no text in the node pan table etc...)
I re-installed from scratch but it does it again. I presume this has
to do with my Java / VM version !
please help
Stephane
#==========
# java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)
# returned errors
java.lang.UnsupportedClassVersionError: Bad version number in .class
file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:
124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at cytoscape.plugin.PluginManager.getPluginClass(PluginManager.java:
970)
at cytoscape.plugin.PluginManager.loadURLPlugins(PluginManager.java:
859)
at cytoscape.plugin.PluginManager.loadPlugins(PluginManager.java:796)
at cytoscape.CytoscapeInit.init(CytoscapeInit.java:259)
at cytoscape.CyMain.<init>(CyMain.java:155)
at cytoscape.CyMain.main(CyMain.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.Launcher.main(Unknown Source)
michael...@non.agilent.com
unread,
Oct 14, 2009, 10:04:49 AM10/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscape...@googlegroups.com
It looks like you are loading a plugin that was compiled with a newer version of java (1.6.14 or greater). The plugin manager remembers plugins you previously loaded, so you might need to remove the track_plugins.xml file to reset the plugin manager. On windows, this is in "C:\Documents and Settings\<user>\.cytoscape\2.6\". You can turn on your console output, which may show you which plugin is failing. You can do this by adding the program argument "logger.console=true".