I am running under Suse 12.2 64bit Linux running with Oracle Java 1.7.0_25
JBidwatcher has recently started giving me this exception at start up.
matthew@peckham:~> /usr/bin/java -Xmx512m -jar /home/matthew/Downloads/JBidwatcher-2.5.5.jar
Fontconfig warning: “/etc/fonts/conf.d/56-user.conf”, line 9: reading configurations from ~/.fonts.conf is deprecated.
Sun Feb 16 19:12:27 GMT 2014: JBidwatcher 2.5.5-0-g9fecd73
Sun Feb 16 19:12:27 GMT 2014: Oracle Corporation Java, version 1.7.0_25 on Linux
Sun Feb 16 19:12:27 GMT 2014: Logging to /home/matthew/.jbidwatcher/errors.422.log
Sun Feb 16 19:12:31 GMT 2014: Scripting is not enabled.
Sun Feb 16 19:12:39 GMT 2014: Loading listings from the database (274/1857/1859 entries, 1886/111797 auctions)
Sun Feb 16 19:12:41 GMT 2014: Done with the initial load (got 271 active entries)
Fontconfig warning: “/etc/fonts/conf.d/56-user.conf”, line 9: reading configurations from ~/.fonts.conf is deprecated.
After searching, we are broadcasting on address /192.168.0.6
Creating Mahalo socket at address /192.168.0.6
Creating broadcaster and browser with host name 192.168.0.6
Sun Feb 16 19:12:49 GMT 2014: Failed to register mDNS
java.lang.IllegalArgumentException: asName (192.168.0.6) should be a pure host name and not contain dots. (.local. will be added automatically).
at com.orbus.mahalo.HostInfo.(HostInfo.java:51)
at com.orbus.mahalo.MahaloBroadcaster.(MahaloBroadcaster.java:60)
at com.orbus.mahalo.Mahalo.(Mahalo.java:121)
at com.jbidwatcher.util.services.SyncService.(SyncService.java:71)
at com.jbidwatcher.app.JBidWatch.updateConfiguration(JBidWatch.java:541)
at com.jbidwatcher.app.JBidWatch.(JBidWatch.java:699)
at com.jbidwatcher.app.JBidWatch.main(JBidWatch.java:473)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.simontuffs.onejar.Boot.run(Boot.java:342)
at com.simontuffs.onejar.Boot.main(Boot.java:168)
Sun Feb 16 19:12:52 GMT 2014: Time delta with ebay.co.uk is -1038
Exception in thread “Thread-31” java.lang.NullPointerException
at com.orbus.mahalo.MahaloBroadcaster.handleQuery(MahaloBroadcaster.java:158)
at com.orbus.mahalo.MahaloSocket.onQuery(MahaloSocket.java:189)
at com.orbus.mahalo.MahaloSocket.access$400(MahaloSocket.java:34)
at com.orbus.mahalo.MahaloSocket$SocketListener.run(MahaloSocket.java:222)
at java.lang.Thread.run(Thread.java:724)
And that is as far as we get.
|