[Bug 100] jabref execution fails

[email protected] Tue, 22 Mar 2005 19:54:34 -0500
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=100

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [email protected]  2005-03-22 19:54 -------
I am closing this bug, as it the broken NPE has been eliminated in the
development trunk, and the after fix behavior seems normal for a Swing
application, given that the Classpath Swing code is rather incomplete.

With the current trunk, a window shows with some graphic in it, then I get:

$ java  net.sf.jabref.JabRef
java.lang.ClassNotFoundException:
javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder not found in
java.lang.ClassLoader$1{urls=[file:/home/egagnon/tmp/bug/./,file:/home/egagnon/tmp/bug/./,file:/home/egagnon/tmp/bug/./,file:/home/egagnon/tmp/bug/./],
parent=null}
   at java.net.URLClassLoader.findClass (URLClassLoader.java:841)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:360)
   at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1285)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:304)
   at java.lang.VirtualMachine.createClass (VirtualMachine.java:116)
   at java.lang.VMClassLoader.nativeDefineClass (VMClassLoader.java)
   at java.lang.VMClassLoader.defineClass (VMClassLoader.java:92)
   at java.lang.ClassLoader.defineClass (ClassLoader.java:673)
   at java.security.SecureClassLoader.defineClass (SecureClassLoader.java:108)
   at java.net.URLClassLoader.findClass (URLClassLoader.java:926)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:360)
   at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1285)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:304)
   at java.lang.VirtualMachine.createClass (VirtualMachine.java:116)
   at com.jgoodies.plaf.plastic.PlasticBorders.getScrollPaneBorder
(PlasticBorders.java:262)
   at com.jgoodies.plaf.plastic.PlasticLookAndFeel.initComponentDefaults
(PlasticLookAndFeel.java:299)
   at com.jgoodies.plaf.plastic.Plastic3DLookAndFeel.initComponentDefaults
(Plastic3DLookAndFeel.java:74)
   at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults (BasicLookAndFeel.java:92)
   at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults (MetalLookAndFeel.java:90)
   at javax.swing.UIManager.put (UIManager.java:414)
   at net.sf.jabref.JabRef.main (Unknown Source)
   at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
   at java.lang.VirtualMachine.main (VirtualMachine.java:108)
Trying to set system default Look&Feel...

and then the program stops any progress.  Bug about this (new) broken behavior
should be filed against Classpath.

Etienne



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.