This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 1817 - Creating InternalForm from SwingForms causes explorer to stop work.
Summary: Creating InternalForm from SwingForms causes explorer to stop work.
Status: CLOSED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-16 19:43 UTC by issues@www
Modified: 2005-03-09 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 1999-05-16 19:43:38 UTC
[IAN] Duplicate of 1820 - When I create a form I have got an exception .

Nodes cannot be opened.

java.lang.NullPointerException
        at com.netbeans.developer.modules.loaders.form.TuborgPersistenceManager.createOldForm(TuborgPersistenceManager.java:254)

        at com.netbeans.developer.modules.loaders.form.TuborgPersistenceManager.saveForm(TuborgPersistenceManager.java:178)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.saveDocument(FormEditorSupport.java:176)
        at com.netbeans.ide.text.EditorSupport$SavingManager.save(EditorSupport.java:1058)
        at com.netbeans.developer.modules.loaders.java.JavaDataObject.updateSource(Compiled Code)
        at com.netbeans.developer.modules.loaders.java.JavaDataObject$2.taskFinished(JavaDataObject.java:143)
        at com.netbeans.ide.util.Task.notifyFinished(Compiled Code)
        at com.netbeans.ide.util.Task.run(Compiled Code)
        at com.netbeans.ide.util.RequestProcessor$ProcessorThread.run(Compiled Code)

Thread dump.
Full thread dump Classic VM (JDK-1.2.1-A, native threads):
    "Thread-7" (TID:0x25a2dd8, sys_thread_t:0xc367e0, state:CW, native ID:0xdb) prio=5
    "Compilation" (TID:0x262a340, sys_thread_t:0xb9f9a0, state:CW, native ID:0xce) prio=2
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Compiled Code)
        at com.netbeans.developer.impl.compiler.CompilationEngineImpl$CompilerThread.nextJobAndTask(Compiled Code)
        at com.netbeans.developer.impl.compiler.CompilationEngineImpl$CompilerThread.run(Compiled Code)
    "ThreadedServer" (TID:0x264af50, sys_thread_t:0xb70270, state:R, native ID:0xd2) prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
        at java.net.ServerSocket.implAccept(ServerSocket.java:241)
        at java.net.ServerSocket.accept(ServerSocket.java:224)
        at com.mortbay.Util.ThreadedServer.ru
Comment 1 Quality Engineering 2003-07-02 15:35:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 15:42:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.