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 26274 - NullPointerException during start of S1S
Summary: NullPointerException during start of S1S
Status: CLOSED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-05 09:27 UTC by Jaromir Uhrik
Modified: 2002-08-05 11:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Ide.log attached... (10.47 KB, text/plain)
2002-08-05 09:30 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2002-08-05 09:27:12 UTC
[020802; jdk1.4]
I am running the last build of S1S and the following 
exception appears on my WIN2K computer (I tried on Linux 
too, but the problem doesn't appear):

Mon Aug 05 10:05:05 CEST 2002: 
java.lang.NullPointerException: <no message>
java.lang.NullPointerException
        at 
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.c
opyDir(Tomcat40Installation.java:516)
        at 
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.i
nternalTomcatConfigurationFilesPreparing
(Tomcat40Installation.java:454)
        at 
org.netbeans.modules.tomcat.tomcat40.Tomcat40ModuleInstall.
restored(Tomcat40ModuleInstall.java:32)
        at org.netbeans.core.modules.NbInstaller.loadCode
(NbInstaller.java:310)
        at org.netbeans.core.modules.NbInstaller.load
(NbInstaller.java:230)
        at org.netbeans.core.modules.ModuleManager.enable
(ModuleManager.java:573)
        at org.netbeans.core.modules.ModuleList.installNew
(ModuleList.java:474)
        at org.netbeans.core.modules.ModuleList.installNew
(ModuleList.java:483)
        at org.netbeans.core.modules.ModuleList.trigger
(ModuleList.java:418)
        at 
org.netbeans.core.modules.ModuleSystem.scanForNewAndRestore
(ModuleSystem.java:263)
        at org.netbeans.core.NonGui.run(NonGui.java:519)
        at org.netbeans.core.Main.run(Main.java:213)
        at org.openide.TopManager.initializeTopManager
(TopManager.java:120)
        at org.openide.TopManager.getDefault
(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:346)
        at org.netbeans.core.TopThreadGroup.run
(TopThreadGroup.java:87)
[catch] at java.lang.Thread.run(Thread.java:536)
Comment 1 Jaromir Uhrik 2002-08-05 09:30:38 UTC
Created attachment 7006 [details]
Ide.log attached...
Comment 2 Jaromir Uhrik 2002-08-05 11:15:56 UTC
I had invalid unzip application - I unzipped IDE correctly 
now and it works fine.
Comment 3 Jaromir Uhrik 2002-08-05 11:17:06 UTC
Marking the issue CLOSED.