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 36666 - Error when starting the IDE
Summary: Error when starting the IDE
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-17 19:22 UTC by whbowers
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (132.10 KB, text/plain)
2003-10-17 19:26 UTC, whbowers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description whbowers 2003-10-17 19:22:53 UTC
Error when starting the IDE
Comment 1 whbowers 2003-10-17 19:26:06 UTC
Created attachment 11899 [details]
IDE log
Comment 2 Jesse Glick 2003-10-17 19:50:28 UTC
Passing on to Java module for the last exception:
java.lang.IllegalStateException:
org.netbeans.modules.java.JCompilerSupport$Compile.defaultCompilerType
returned null from CompilerSupport.addToJob. No info to reproduce,
however.

Re. java.io.IOException: Should not simultaneously have C:\Documents
and Settings\whb108\.netbeans\3.5\modules\installedModules.xml and
C:\Documents and
Settings\whb108\.netbeans\3.5\system\Modules\org-apache-tools-ant-module.xml
from ModuleList.upgradeCompatibly - true, it is an error (delete the
long obsolete installedModules.xml), but no info on how to reproduce
the *presence* of installedModules.xml initially, which should have
been automatically removed during a 3.2 -> 3.3 upgrade.

Re. org.netbeans.core.modules.InvalidException: Not a module: no
OpenIDE-Module tag in manifest of C:\Documents and
Settings\whb108\.netbeans\3.5\modules\serialversion.jar from
Module.parseManifest - due to old build system bugs, some old module
JARs had malformed manifests and do not work in recent releases.
Delete them or upgrade to current versions.

Re. java.lang.ClassNotFoundException:
org.netbeans.modules.web.core.syntax.JSPPrintOptions from
PrintSettings.readExternal - probably a bug in a web module, but no
info to reproduce.

Re. java.lang.ClassNotFoundException: File:
Services/SearchType/org-netbeans-modules-vcscore-search-VcsSearchType.settings
- probably a bug in vcscore.

Re. java.io.FileNotFoundException: C:\Documents and
Settings\whb108\.netbeans\3.5\cache\all-layers.dat (Access is denied)
- no idea, user error?

Next time please be specific about what bug you are reporting, how to
reproduce it, etc. Unexplained log files don't do much good by themselves.
Comment 3 whbowers 2003-10-17 21:11:09 UTC
I received this error message when starting the IDE.  It can be
bypassed and everything seems to be OK after that.

This is a brand new installation which replaces SunOne Studio CE and
the JDK 1.4.1.
Comment 4 Martin Matula 2004-07-17 11:28:12 UTC
Does not seem to be relevant anymore. Please reopen if I am wrong and
provide more info.