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 8759 - Build 20, Exception at Startup
Summary: Build 20, Exception at Startup
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-04 19:00 UTC by Dave Rosky
Modified: 2007-09-26 09:14 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 Dave Rosky 2000-12-04 19:00:34 UTC
IDE Build: 20
JDK: IBM JDK 1.3.0, ( IBM build cx130-20001025 (JIT enabled: jitc) )

An exception occurs at startup, here is the output from the log file:

>Log Session: Monday, December 4, 2000 10:38:05 AM PST
>System Info:
  Product Version          = NetBeans IDE 3.1beta (Build 20)
  IDE Versioning           = IDE/1 spec=1.1.2 impl=Build 20
  Operating System         = Linux Version 2.2.16-5 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Classic VM 1.3.0
  Java Vendor              = IBM Corporation
  Java Vendor URL          = http://www.ibm.com/
  Java Home                = /opt/IBMJava2-13/jre
  Java Class Version       = 46.0
  System Locale            = en_US
  JIT                      = jitc
  Home Dir                 = /local/user/groskyd
  Current Directory        = /c/user/groskyd/netbeans31/20/bin
  IDE Home                 = /c/user/groskyd/netbeans31/20
  IDE User Home            = /c/user/groskyd/netbeans31/20
  System Directory         = /c/user/groskyd/netbeans31/20/system
  CLASSPATH                =
/c/user/groskyd/netbeans31/20/lib/patches/openide-compat.jar:/c/user/groskyd/netbeans31/20/lib/ext/locale/openidex_ja.jar:/c/user/groskyd/netbeans31/20/lib/ext/locale/vcscore_ja.jar:/c/user/groskyd/netbeans31/20/lib/ext/AbsoluteLayout.jar:/c/user/groskyd/netbeans31/20/lib/ext/djava.jar:/c/user/groskyd/netbeans31/20/lib/ext/jaxp.jar:/c/user/groskyd/netbeans31/20/lib/ext/jh.jar:/c/user/groskyd/netbeans31/20/lib/ext/jpython.jar:/c/user/groskyd/netbeans31/20/lib/ext/openidex.jar:/c/user/groskyd/netbeans31/20/lib/ext/parser.jar:/c/user/groskyd/netbeans31/20/lib/ext/regexp.jar:/c/user/groskyd/netbeans31/20/lib/ext/servlet.jar:/c/user/groskyd/netbeans31/20/lib/ext/vcscore.jar:/c/user/groskyd/netbeans31/20/lib/locale/core_ja.jar:/c/user/groskyd/netbeans31/20/lib/locale/openide_ja.jar:/c/user/groskyd/netbeans31/20/lib/core.jar:/c/user/groskyd/netbeans31/20/lib/openide.jar:/c/user/groskyd/netbeans31/20/lib/updater.jar:/opt/IBMJava2-13//lib/dt.jar:/opt/IBMJava2-13//lib/tools.jar
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.apache.tools.ant.module (1.2/20);
org.netbeans.modules.clazz/1 (1.4/20); org.netbeans.modules.html/1 (1.4/20);
org.netbeans.modules.httpserver/1 (1.4/20); org.netbeans.modules.icebrowser/1
(1.4/20); org.netbeans.modules.image/1 (1.4/20);
org.netbeans.modules.properties/1 (1.4/20); org.netbeans.modules.i18n/1
(1.4/20); org.netbeans.modules.text/1 (1.4/20);
org.netbeans.modules.usersguide/1 (1.4/20); org.openidex.util/1 (1.4/20);
org.netbeans.modules.autoupdate/1 (1.4/20); org.netbeans.modules.debugger.core/1
(1.1.6/20); org.netbeans.modules.applet/1 (1.4/20);
org.netbeans.modules.debugger.debug/1 (1.6/20);
org.netbeans.modules.debugger.jpda/1 (1.6/20); org.netbeans.modules.editor/1
(1.5/20); org.netbeans.modules.jarpackager/1 (1.4/20);
org.netbeans.modules.java/1 (1.4/20); org.netbeans.modules.beans/1 (1.4/20);
org.netbeans.modules.form/1 (1.4/20); org.netbeans.modules.javadoc/1 (1.4/20);
org.netbeans.modules.objectbrowser/1 (1.4/20); org.netbeans.modules.projects/1
(1.4/20); org.netbeans.modules.scripting/1 (1.1/001);
org.netbeans.modules.utilities/1 (1.4/20); org.netbeans.modules.vcs.cmdline/1
(1.5/20); org.netbeans.modules.web.core/1 (1.1.4/20);
org.netbeans.modules.web.wizard/1 (1.1.4/20)
*********** Exception occurred ************
Mon Dec 04 10:38:16 PST 2000java.lang.NullPointerException: null
java.lang.NullPointerException
	at java.lang.NullPointerException.<init>(NullPointerException.java:45)
	at java.io.File.<init>(File.java:270)
	at
org.netbeans.modules.java.FastJavacCompilerType.findFastJavac(FastJavacCompilerType.java:115)
	at
org.netbeans.modules.java.FastJavacCompilerType.getWiredFullName(FastJavacCompilerType.java:141)
	at
org.netbeans.modules.java.FastJavacCompilerType.isFastJavacPlatform(FastJavacCompilerType.java:105)
	at
org.netbeans.modules.java.settings.JavaSettings.setCompiler(JavaSettings.java:274)
	at org.netbeans.modules.java.JavaModule.restored(JavaModule.java:77)
[catch] at org.netbeans.core.ModuleItem.restoreCode(ModuleItem.java:422)
	at org.netbeans.core.ModuleInstaller.initialize(ModuleInstaller.java:226)
	at org.netbeans.core.NonGui.run(NonGui.java:431)
	at org.netbeans.core.Main.run(Main.java:153)
	at org.openide.TopManager.initializeTopManager(TopManager.java:120)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:238)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:498)
path="" :jsp: init
Comment 1 Jesse Glick 2000-12-04 20:27:59 UTC
Bug in Java module re. looking up OS type; did not work on IBM JDK. I think it
may already be fixed in source.
Comment 2 Svata Dedic 2000-12-05 09:34:59 UTC
[dev-82, release31-22] Checked for null in the fastjavac finder method. Improved
checking for x86 platform (tested for "x86" as well as "i386").
Comment 3 Jan Becicka 2001-02-21 16:43:00 UTC
[010220_1] Verified
Comment 4 Quality Engineering 2003-07-01 13:16:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.