aspose file tools
The moose likes Java in General and the fly likes Error loading bin file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Error loading bin file" Watch "Error loading bin file" New topic
Author

Error loading bin file

raj hyd
Greenhorn

Joined: Jun 26, 2006
Posts: 9
i have a certain requirement like if plugin1 is down plugin2 has to be called,both plugin1 and plugin2 uses same 3rd party api for plugin implementation.But when my plugin1 is down i am getting error with plugin2 like
"Error loading resource file: challenge.bin"
This challenge.bin is in 3rd party api used for plugin1 and plugin2 implementation.

Error loading resource file: challenge.bin
java.lang.NullPointerException
at java.io.FilterInputStream.available(Unknown Source)
at ymsg.network.ChallengeResponseV10.<clinit>(ChallengeResponseV10.java:71)
at ymsg.network.Session.receiveAuth(Session.java:1331)
at ymsg.network.Session$InputThread.process(Session.java:2839)
at ymsg.network.Session$InputThread.run(Session.java:2797)

Did anybody had such problem earlier loding *.bin files .
[ June 26, 2006: Message edited by: raj hyd ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error loading bin file
 
Similar Threads
Error loading *.bin file
JavaMail, SMTP error
how to access and print the dwg files in java
Eclipse : jars added in application directory dont work. When added in jre, works
JavaMail and SMTP