Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDeveloper stack trace - what's happened to JDev overnight?

550287Feb 28 2007 — edited Apr 11 2007
Hi,

It's one of those days. JDeveloper worked fine when I left work last night, load it up this morning and I get this stack trace:

java.lang.StackOverflowError
at java.util.HashMap.get(HashMap.java:320)
at oracle.ide.net.URLFileSystem.findHelper(URLFileSystem.java:126)
at oracle.ide.net.URLFileSystem.findHelper(URLFileSystem.java:163)
at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
at java.net.URL.openStream(URL.java:1007)
at oracle.ide.net.URLFileSystemHelper.openInputStream(URLFileSystemHelper.java:993)
at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
at java.net.URL.openStream(URL.java:1007)

(The last 4 lines repeat about 30 times).

Then, when I opened a file in JDev, the IDE just disappeared on me. I loaded it again, no stack trace, run my app and get some weir error in the JDev log about not loading persistance, and my app has no database connection. I restart my computer, load JDeveloper, stack trace again. Oh man this is frustrating, why do these things happen when it was working perfectly fine when I shut my computer down last night? Grrr.

I'll feel sorry for myself for about another 30 mins, then I'll reinstall, just thought I'd send the stack trace.

R
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2007
Added on Feb 28 2007
9 comments
940 views