I use Ubuntu 14.04.
I am trying to start the Cytoscape in debug mode from the command line but cannot do it.
_
___ _ _| |_ ___ ___ ___ __ _ _ __ ___
/ __| | | | __|/ _ \/ __|/ __|/ _` | '_ \ / _ \
| (__| |_| | |_| (_) \__ \ (__| (_| | |_) | __/
\___|\__, |\__|\___/|___/\___|\__,_| .__/ \___|
|___/ |_|
Cytoscape 3.2.1
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown Cytoscape.
Cytoscape 3.2.1> usage: cytoscape.{sh|bat} [OPTIONS]
-h,--help Print this message.
-N,--network <file> Load a network file (any format).
-P,--props <file> Load cytoscape properties file (Java properties
format) or individual property: -P name=value.
-R,--rest <port> Start a rest service
-s,--session <file> Load a cytoscape session (.cys) file.
-S,--script <file> Execute commands from script file
-v,--version Print the version number.
-V,--vizmap <file> Load vizmap properties file (Cytoscape VizMap
format).
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: 'factory' must not be null.
at org.cytoscape.view.vizmap.gui.internal.view.VizMapPropertyBuilder.buildProperty(VizMapPropertyBuilder.java:150)
at org.cytoscape.view.vizmap.gui.internal.view.VisualPropertySheetItem.getPropSheetPnl(VisualPropertySheetItem.java:511)
at org.cytoscape.view.vizmap.gui.internal.view.VisualPropertySheetItem.getMappingPnl(VisualPropertySheetItem.java:471)
at org.cytoscape.view.vizmap.gui.internal.view.VisualPropertySheetItem.getMappingBtn(VisualPropertySheetItem.java:617)
at org.cytoscape.view.vizmap.gui.internal.view.VisualPropertySheetItem.getTopPnl(VisualPropertySheetItem.java:436)
at org.cytoscape.view.vizmap.gui.internal.view.VisualPropertySheetItem.init(VisualPropertySheetItem.java:378)
at org.cytoscape.view.vizmap.gui.internal.view.VisualPropertySheetItem.<init>(VisualPropertySheetItem.java:149)
at org.cytoscape.view.vizmap.gui.internal.view.VizMapperMediator.createVisualPropertySheetItems(VizMapperMediator.java:920)
at org.cytoscape.view.vizmap.gui.internal.view.VizMapperMediator.access$2500(VizMapperMediator.java:121)
at org.cytoscape.view.vizmap.gui.internal.view.VizMapperMediator$22.run(VizMapperMediator.java:839)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:738)
at java.awt.EventQueue.access$300(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:699)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:708)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)