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 2016 - Starting IDE prints IllegalModuleException for http server
Summary: Starting IDE prints IllegalModuleException for http server
Status: CLOSED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-03 22:27 UTC by issues@www
Modified: 2005-03-09 04:28 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-06-03 22:27:38 UTC
HotSpot VM warning: Setting of property "java.compiler" is ignored
-- System info ----------------------------------------------------------------
  Product Version    = NetBeans Developer (Gandalf), Build 329
  IDE Versioning     = IDE/1 spec=0.9 impl=Build 329
  Operating System   = Windows NT Version 4.0 Running on x86
  Java VM Version    = 1.2.2
  Java Vendor        = Sun Microsystems Inc.
  Java Vendor URL    = http://java.sun.com/
  Java Home          = n:/jdk1.2.2/jre
  Java Class Version = 46.0
  JIT                = unknown or not used
  Home Dir           = C:/WINNT/Profiles/mbalin
  Current Directory  = N:/netbeans/329
  NetBeans Home      = .
  NetBeans User Home = .
  System Directory   = ./system
  CLASSPATH          = ./lib;./lib/developer.jar;./lib/xml.jar;n:/jdk1.2.2/jre/lib/i18n.jar;n:/jdk1.2.2/lib/tools.jar;n:
/jdk1.2.2/lib/dt.jar
-------------------------------------------------------------------------------
com.netbeans.ide.modules.IllegalModuleException: Unrecognized comparison string "com.netbeans.developer.modules.httpserv
er/1".

        at com.netbeans.ide.modules.ModuleDescription.parseDependencies(ModuleDescription.java:781)
        at com.netbeans.ide.modules.ModuleDescription.createDescription(ModuleDescription.java:709)
        at com.netbeans.ide.modules.ModuleDescription.<init>(ModuleDescription.java:199)
        at com.netbeans.developer.impl.ModuleItem.init(ModuleItem.java:124)
        at com.netbeans.developer.impl.ModuleItem.<init>(ModuleItem.java:87)
        at com.netbeans.developer.impl.ModuleInstaller.autoLoadModules(ModuleInstaller.java:194)
        at com.netbeans.developer.impl.Main.main(Main.java:607)
        at com.netbeans.developer.Main.main(Main.java:28)