Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » JDOM runs in normal mode, crashes in Debug mode
JDOM runs in normal mode, crashes in Debug mode [message #453303] Tue, 05 April 2005 00:18 Go to next message
Bill Ewing is currently offline Bill EwingFriend
Messages: 49
Registered: July 2009
Member
Our SWT/JFace app uses JDOM (jdom.jar) to do various things with XML.

It runs great in Eclipse 3.0.1 in the normal, non-debug mode of running,
but crashes with the following stack trace in Debug mode.

We use Java 1.4. We've done some research on this and found that before
1.4 some additional parsers needed to be included, but they now are part
of 1.4.

Could anyone offer any ideas on how to solve this problem?

Stack trace follows...

Thread [main] (Suspended (exception FileNotFoundException))
URLClassPath$JarLoader.getJarFile(URL) line: not available
URLClassPath$JarLoader.<init>(URL, URLStreamHandler, HashMap) line: not
available
URLClassPath$3.run() line: not available
AccessController.doPrivileged(PrivilegedExceptionAction) line: not
available [native method]
URLClassPath.getLoader(URL) line: not available
URLClassPath.getLoader(int) line: not available
URLClassPath.getResource(String, boolean) line: not available
URLClassPath.getResource(String) line: not available
ClassLoader.getBootstrapResource(String) line: not available
Launcher$ExtClassLoader(ClassLoader).getResource(String) line: not
available
Launcher$AppClassLoader(ClassLoader).getResource(String) line: not
available
Launcher$AppClassLoader(ClassLoader).getResourceAsStream(Str ing) line:
not available
FactoryFinder.find(String, String) line: not available
SAXParserFactory.newInstance() line: not available
JAXPParserFactory.createParser(boolean, Map, Map) line: 125
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not
available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object[]) line: not available
SAXBuilder.createParser() line: 548
SAXBuilder.build(InputSource) line: 424
SAXBuilder.build(InputStream) line: 770
Job.load(String) line: 114
MainWindow.createData() line: 158
MainWindow.<init>() line: 145
MainWindow.main(String[]) line: 953
Re: JDOM runs in normal mode, crashes in Debug mode [message #453308 is a reply to message #453303] Tue, 05 April 2005 05:08 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

The obvious thing to do is make a separate version for 1.4.

Bob Foster

Bill Ewing wrote:
> Our SWT/JFace app uses JDOM (jdom.jar) to do various things with XML.
>
> It runs great in Eclipse 3.0.1 in the normal, non-debug mode of running,
> but crashes with the following stack trace in Debug mode.
>
> We use Java 1.4. We've done some research on this and found that before
> 1.4 some additional parsers needed to be included, but they now are part
> of 1.4.
>
> Could anyone offer any ideas on how to solve this problem?
> Stack trace follows...
>
> Thread [main] (Suspended (exception FileNotFoundException))
> URLClassPath$JarLoader.getJarFile(URL) line: not available
> URLClassPath$JarLoader.<init>(URL, URLStreamHandler, HashMap) line:
> not available
> URLClassPath$3.run() line: not available
> AccessController.doPrivileged(PrivilegedExceptionAction) line: not
> available [native method]
> URLClassPath.getLoader(URL) line: not available
> URLClassPath.getLoader(int) line: not available
> URLClassPath.getResource(String, boolean) line: not available
> URLClassPath.getResource(String) line: not available
> ClassLoader.getBootstrapResource(String) line: not available
> Launcher$ExtClassLoader(ClassLoader).getResource(String) line: not
> available
> Launcher$AppClassLoader(ClassLoader).getResource(String) line: not
> available
> Launcher$AppClassLoader(ClassLoader).getResourceAsStream(Str ing)
> line: not available
> FactoryFinder.find(String, String) line: not available
> SAXParserFactory.newInstance() line: not available
> JAXPParserFactory.createParser(boolean, Map, Map) line: 125
> NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not
> available [native method]
> NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
> DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not
> available
> Method.invoke(Object, Object[]) line: not available
> SAXBuilder.createParser() line: 548
> SAXBuilder.build(InputSource) line: 424
> SAXBuilder.build(InputStream) line: 770
> Job.load(String) line: 114
> MainWindow.createData() line: 158
> MainWindow.<init>() line: 145
> MainWindow.main(String[]) line: 953
>
>
Previous Topic:How to set the size of an ActiveX control?
Next Topic:Drag And Drop Best practice ?
Goto Forum:
  


Current Time: Sat Apr 20 02:00:39 GMT 2024

Powered by FUDForum. Page generated in 0.02855 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top