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 26696 - Exception when starting IDE 3.4RC2
Summary: Exception when starting IDE 3.4RC2
Status: RESOLVED DUPLICATE of bug 26570
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-21 22:48 UTC by miks
Modified: 2006-06-05 00:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The ide log of the problem (complete file, clean of other log info) (7.22 KB, text/plain)
2002-08-21 22:50 UTC, miks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description miks 2002-08-21 22:48:01 UTC
When starting the IDE, if the tomcat module is
enable (by default it is), I get a
NullPoinnterException 
This is a copy of the log:
-------------------------------------------------------------------------------
>Log Session: Thursday, August 22, 2002 12:25:00
AM IDT
>System Info: 
  Product Version       = NetBeans IDE 3.4 RC 2
  IDE Versioning        = IDE/1 spec=2.23.1
impl=200208130340
  Operating System      = Linux version
2.4.18-6mdk running on i386
  Java; VM; Vendor      = 1.4.0; Java HotSpot(TM)
Client VM 1.4.0-b92; Sun Microsystems Inc.
  Java Home             = /usr/java/j2sdk1.4.0/jre
  System Locale; Encod. = en_US; ISO-8859-1
  Home Dir; Current Dir = /home/mikael; /home/mikael
  IDE Install; User Dir =
/usr/devel/netbeans/nb3.4RC2;
/home/mikael/.netbeans/3.4
  CLASSPATH             =
/usr/devel/netbeans/nb3.4RC2/lib/patches/openide-compat.jar:/usr/devel/netbeans/nb3.4RC2/lib/core-compiler.jar:/usr/devel/netbeans/nb3.4RC2/lib/core-execution.jar:/usr/devel/netbeans/nb3.4RC2/lib/core-ide.jar:/usr/devel/netbeans/nb3.4RC2/lib/core.jar:/usr/devel/netbeans/nb3.4RC2/lib/core-ui.jar:/usr/devel/netbeans/nb3.4RC2/lib/core-windows.jar:/usr/devel/netbeans/nb3.4RC2/lib/openide.jar:/usr/devel/netbeans/nb3.4RC2/lib/ext/crimson.jar:/usr/devel/netbeans/nb3.4RC2/lib/ext/regexp.jar:/usr/devel/netbeans/nb3.4RC2/lib/ext/rmi-ext.jar:/usr/devel/netbeans/nb3.4RC2/lib/ext/terminalemulator.jar:/usr/devel/netbeans/nb3.4RC2/lib/ext/xerces.jar:/usr/devel/netbeans/nb3.4RC2/lib/ext/xml-apis.jar:/usr/java/j2sdk1.4.0/lib/dt.jar:/usr/java/j2sdk1.4.0/lib/htmlconverter.jar:/usr/java/j2sdk1.4.0/lib/tools.jar
  Boot & ext classpath  =
/usr/java/j2sdk1.4.0/jre/lib/rt.jar:/usr/java/j2sdk1.4.0/jre/lib/i18n.jar:/usr/java/j2sdk1.4.0/jre/lib/sunrsasign.jar:/usr/java/j2sdk1.4.0/jre/lib/jsse.jar:/usr/java/j2sdk1.4.0/jre/lib/jce.jar:/usr/java/j2sdk1.4.0/jre/lib/charsets.jar:/usr/java/j2sdk1.4.0/jre/classes:/usr/java/j2sdk1.4.0/jre/lib/ext/localedata.jar:/usr/java/j2sdk1.4.0/jre/lib/ext/dnsns.jar:/usr/java/j2sdk1.4.0/jre/lib/ext/ldapsec.jar:/usr/java/j2sdk1.4.0/jre/lib/ext/sunjce_provider.jar
-------------------------------------------------------------------------------
[org.netbeans.core.modules] Use of
OpenIDE-Module-Class: Node in
org.netbeans.modules.debugger.core is obsolete.
[org.netbeans.core.modules] (Please use
layer-based installation of objects instead.)
[org.netbeans.core.modules] (See
http://www.netbeans.org/issues/show_bug.cgi?id=19609,
last comment, for howto.)
[org.netbeans.core.modules] Use of
OpenIDE-Module-Class: Node in
org.netbeans.modules.j2eeserver is obsolete.
[org.netbeans.core.modules] (Please use
layer-based installation of objects instead.)
[org.netbeans.core.modules] (See
http://www.netbeans.org/issues/show_bug.cgi?id=19609,
last comment, for howto.)
[org.netbeans.core.modules] *********** Exception
occurred ************ at Thu Aug 22 00:25:12 IDT 2002
java.lang.NullPointerException
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.copyDir(Tomcat40Installation.java:521)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.internalTomcatConfigurationFilesPreparing(Tomcat40Installation.java:482)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40ModuleInstall.restored(Tomcat40ModuleInstall.java:32)
	at
org.netbeans.core.modules.NbInstaller.loadCode(NbInstaller.java:322)
[catch] at
org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:243)
Comment 1 miks 2002-08-21 22:50:54 UTC
Created attachment 7173 [details]
The ide log of the problem (complete file, clean of other log info)
Comment 2 Milan Kuchtiak 2002-08-23 09:33:35 UTC

*** This issue has been marked as a duplicate of 26570 ***