Using Win7 SP1 x64, JRE 1.8.0.161, x86. While I wait for the Ebay developer ID to arrive, I started the script without any API settings and the GUI opened. I was able to save searches and maneuver throughout without issue.
After closing and restarting, nothing happens. Java starts and ends immediately in Start Manager.
Tried it on another PC with JRE1.8.0.321 x64 and same issue, GUI never opened even once on this one. Uninstalled that JRE and installed the same as the other PC (161 x86). Same issue.
Below is the output from the Java console. Any help appreciated.
===============================
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at finditfirst.gui.panels.SearchPanel.initClock(SearchPanel.java:89)
at finditfirst.gui.panels.SearchPanel.(SearchPanel.java:41)
at finditfirst.gui.panels.SearchOptionSplitPane.(SearchOptionSplitPane.java:30)
at finditfirst.main.GUI.init(GUI.java:40)
at finditfirst.main.GUI.(GUI.java:22)
at finditfirst.main.Program.lambda$init$5(Program.java:74)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at finditfirst.main.APISettings.load(APISettings.java:70)
at finditfirst.main.APISettings.(APISettings.java:25)
at finditfirst.main.APISettings.getInstance(APISettings.java:32)
at finditfirst.ebay.API.(API.java:34)
... 20 more
Press any key to continue . . .
Using Win7 SP1 x64, JRE 1.8.0.161, x86. While I wait for the Ebay developer ID to arrive, I started the script without any API settings and the GUI opened. I was able to save searches and maneuver throughout without issue.
After closing and restarting, nothing happens. Java starts and ends immediately in Start Manager.
Tried it on another PC with JRE1.8.0.321 x64 and same issue, GUI never opened even once on this one. Uninstalled that JRE and installed the same as the other PC (161 x86). Same issue.
Below is the output from the Java console. Any help appreciated.
===============================
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at finditfirst.gui.panels.SearchPanel.initClock(SearchPanel.java:89)
at finditfirst.gui.panels.SearchPanel.(SearchPanel.java:41)
at finditfirst.gui.panels.SearchOptionSplitPane.(SearchOptionSplitPane.java:30)
at finditfirst.main.GUI.init(GUI.java:40)
at finditfirst.main.GUI.(GUI.java:22)
at finditfirst.main.Program.lambda$init$5(Program.java:74)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at finditfirst.main.APISettings.load(APISettings.java:70)
at finditfirst.main.APISettings.(APISettings.java:25)
at finditfirst.main.APISettings.getInstance(APISettings.java:32)
at finditfirst.ebay.API.(API.java:34)
... 20 more
Press any key to continue . . .