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 1824 - Deadlock opening form. Then Explorer forzen, but later IDE saved itself.
Summary: Deadlock opening form. Then Explorer forzen, but later IDE saved itself.
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-16 22:55 UTC by issues@www
Modified: 2008-12-23 11:32 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 22:55:24 UTC
[IAN] Duplicate of 1820 - When I create a form I have got an exception .

See exception and serialization info at end of listing.

java.lang.NullPointerException
        at com.netbeans.developer.modules.loaders.form.TuborgPersistenceManager.createOldForm(TuborgPersistenceManager.j
ava:254)
        at com.netbeans.developer.modules.loaders.form.TuborgPersistenceManager.saveForm(TuborgPersistenceManager.java:1
78)
        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(JavaDataObject.java:184)
        at com.netbeans.developer.modules.loaders.java.JavaDataObject$2.taskFinished(JavaDataObject.java:143)
        at com.netbeans.ide.util.Task.notifyFinished(Task.java:110)
        at com.netbeans.ide.util.Task.run(Task.java:129)
        at com.netbeans.ide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:378)

Full thread dump Classic VM (JDK-1.2.1-A, native threads):

    "Thread-5" (TID:0x26089e8, sys_thread_t:0xc31b90, state:CW, native ID:0x9e) prio=5
    "Compilation" (TID:0x26546c0, sys_thread_t:0xb58ec0, state:CW, native ID:0xc5) prio=2
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at com.netbeans.developer.impl.compiler.CompilationEngineImpl$CompilerThread.nextJobAndTask(CompilationEngineImp
l.java:176)
        at com.netbeans.developer.impl.compiler.CompilationEngineImpl$CompilerThread.run(CompilationEngineImpl.java:192)

    "ThreadedServer" (TID:0x264f160, sys_thread_t:0xb67bf0, state:R, native ID:0xa7) 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.Serv
Comment 1 Quality Engineering 2003-07-02 14:55:53 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 15:17:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.