Ok. I've managed to get the source down and found the following. The first
exception is raised when an attempt is made to load from the "jnp.properties"
file if it exists. If it doesn't an exception is thrown (which is ignored
anyway), here's the code
(jboss-3.2.7-src/naming/src/main/org/jnp/server/Main.java)
| try
| {
| ClassLoader loader = getClass().getClassLoader();
| InputStream is = loader.getResourceAsStream("jnp.properties");
| System.getProperties().load(is);
| }
| catch (Exception e)
| {
| // Ignore
| }
|
I have no idea why eclipse is suddenly picking this up.
The second also seems quite harmless, as it's due to an attempt to close a
stream that was never opened - again I have no clue why Eclipse is trapping
these now.
Apart from being quite annoying (having to click "continue" multiple times), it
looks like these are mostly harmless.
Thanks for listening ;)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876252#3876252
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876252
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user