compomics / compomics-rover

A tool to visualize and validate quantitative proteomics data from different sources.
0 stars 0 forks source link

Rover not working #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Opened Rover
2. Selected Proteome Discoverer files (.msf)
3. Next window freezes on the Rover Wizard Step 4 (press start and nothing 
happens)

What is the expected output? What do you see instead?
Frozen Window

What version of the product are you using? On what operating system?
Windows 7 64 bit. Latest Rover 2.3.12

Please provide any additional information below.

Original issue reported on code.google.com by ale.coh...@gmail.com on 30 Oct 2013 at 6:25

GoogleCodeExporter commented 9 years ago
by the way, I`m using PD 1.4

Original comment by ale.coh...@gmail.com on 30 Oct 2013 at 6:26

GoogleCodeExporter commented 9 years ago
Memory settings read from the user preferences: 1024
args: 
original java.home: C:\Program Files (x86)\Java\jre7\bin\
temp java.home: C:\Program Files\Java\jre7\bin\
new java.home: C:\Program Files (x86)\Java\jre7\bin\

Command line: 
"C:\Program Files (x86)\Java\jre7\bin\java" -Xms128M -Xmx1024M -cp 
"C:\rover-2.3.12\rover-2.3.12.jar" 
com.compomics.rover.gui.wizard.WizardFrameHolder 
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at 
com.compomics.rover.gui.wizard.ParameterPanel$2.actionPerformed(ParameterPanel.j
ava:109) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at 
javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at 
javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at 
javax.swing.DefaultButtonModel.setPressed(Unknown Source) at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at 
java.awt.Component.processMouseEvent(Unknown Source) at 
javax.swing.JComponent.processMouseEvent(Unknown Source) at 
java.awt.Component.processEvent(Unknown Source) at 
java.awt.Container.processEvent(Unknown Source) at 
java.awt.Component.dispatchEventImpl(Unknown Source) at 
java.awt.Container.dispatchEventImpl(Unknown Source) at 
java.awt.Component.dispatchEvent(Unknown Source) at 
java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at 
java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at 
java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at 
java.awt.Container.dispatchEventImpl(Unknown Source) at 
java.awt.Window.dispatchEventImpl(Unknown Source) at 
java.awt.Component.dispatchEvent(Unknown Source) at 
java.awt.EventQueue.dispatchEventImpl(Unknown Source) at 
java.awt.EventQueue.access$200(Unknown Source) at 
java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown 
Source) at java.security.AccessController.doPrivileged(Native Method) at 
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at 
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at 
java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown 
Source) at java.security.AccessController.doPrivileged(Native Method) at 
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at 
java.awt.EventQueue.dispatchEvent(Unknown Source) at 
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at 
java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at 
java.awt.EventDispatchThread.pumpEvents(Unknown Source) at 
java.awt.EventDispatchThread.pumpEvents(Unknown Source) at 
java.awt.EventDispatchThread.run(Unknown Source) Process exitValue: 0

Original comment by ale.coh...@gmail.com on 30 Oct 2013 at 6:28