Menu

#1193 Doesn't succesfully start under MacOSX

open-accepted
5
2008-04-30
2008-04-29
greenbuddha
No

Starting version 2.0beta 2 under MacOSX 10.4.11 (all updates) results in a message:

Cannot launch Java applikation
uncaught exception main method
java.lang.reflect.InvocationTargetException

Console reports:

Tue Apr 29 14:23:32 CEST 2008: Loaded the appropriate driver.
Tue Apr 29 14:23:33 CEST 2008: Connected to database jbdb (JBidwatcher DataBase)
Tue Apr 29 14:23:33 CEST 2008: Auction information database already exists.
Tue Apr 29 14:23:33 CEST 2008: Closed connection
Tue Apr 29 14:23:34 CEST 2008: Database shut down normally
Tue Apr 29 14:23:34 CEST 2008: Loaded the appropriate driver.
Tue Apr 29 14:23:34 CEST 2008: Connected to database jbdb (JBidwatcher DataBase)
Tue Apr 29 14:23:34 CEST 2008: Closed connection
Tue Apr 29 14:23:34 CEST 2008: Database shut down normally
JarClassLoader: Warning: Unable to load native library: java.lang.NullPointerException
:1 warning: already initialized constant ARGV
Tue Apr 29 14:23:45 CEST 2008: Loaded the appropriate driver.
Tue Apr 29 14:23:45 CEST 2008: Connected to database jbdb (JBidwatcher DataBase)
[LaunchRunner Error] com.simontuffs.onejar.Boot.main(String[]) threw an exception:
java.lang.reflect.InvocationTargetException
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.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)
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 apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.main(JavaApplicationLauncher.java:61)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.HashMap.createEntry(HashMap.java:812)
at java.util.HashMap.putForCreate(HashMap.java:476)
at java.util.HashMap.putAllForCreate(HashMap.java:482)
at java.util.HashMap.<init>(HashMap.java:219)
at com.jbidwatcher.util.xml.XMLElement.<init>(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.scanChildren(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.parseCharArray(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.scanChildren(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.parseCharArray(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.scanChildren(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.parseCharArray(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.scanChildren(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.parseCharArray(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.parseCharArray(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.parseFromReader(Unknown Source)
at com.jbidwatcher.util.xml.XMLElement.parseFromReader(Unknown Source)
at com.jbidwatcher.auction.AuctionsManager.loadXMLFromFile(Unknown Source)
at com.jbidwatcher.auction.AuctionsManager.loadAuctions(Unknown Source)
at com.jbidwatcher.app.JBidWatch.<init>(Unknown Source)
at com.jbidwatcher.app.JBidWatch.main(Unknown Source)
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.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)
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 apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)

Discussion

  • greenbuddha

    greenbuddha - 2008-04-29

    Error message

     
  • Morgan Schweers

    Morgan Schweers - 2008-04-30

    Logged In: YES
    user_id=19745
    Originator: NO

    Greetings,
    Try making sure JBidwatcher isn't running, launch Terminal, and enter:
    mv ~/Library/Preferences/JBidwatcher/jbdb ~/Library/Preferences/JBidwatcher/jbdb.old

    Then try to re-launch JBidwatcher, and let me know how it goes.

    If there's still an issue, I'd appreciate it a lot if you could re-file on the Lighthouse issue tracker, at:
    http://jbidwatcher.lighthouseapp.com/projects/8037-jbidwatcher/tickets

    I'm not really using the bug tracking on Sourceforge anymore.

    -- Morgan Schweers, CyberFOX!

     
  • Morgan Schweers

    Morgan Schweers - 2008-04-30
    • status: open --> open-accepted
     
  • Morgan Schweers

    Morgan Schweers - 2008-05-03

    Logged In: YES
    user_id=19745
    Originator: NO

    Greetings,
    So I've gone at this a totally different way, and I need someone to test what I've done.

    I've built a .dmg of JBidwatcher, and would like someone who is having the crashing problem to try it out.

    Takers?

    -- Morgan Schweers, CyberFOX!

     

Log in to post a comment.