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 18693 - No start ide on os/2
Summary: No start ide on os/2
Status: CLOSED DUPLICATE of bug 17358
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-16 11:30 UTC by marco
Modified: 2008-12-23 08:33 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 marco 2001-12-16 11:30:58 UTC
When lunch script (runideos2.cmd) after the splash screen start I have an error
that say me parser error and no program start :
Comment 1 marco 2001-12-16 12:07:17 UTC
The scree to start is:

-- System Info
----------------------------------------------------------------
  Product Version       = NetBeans IDE Version 3.3 (Build 200112102331)
  IDE Versioning        = IDE/1 spec=1.43.1.1 impl=200112102331
  Operating System      = OS/2 version 20.45 running on x86
  Java; VM; Vendor      = 1.3.0; Classic VM 1.3.0; IBM Corporation
  Java Home             = E:\Java13\jre
  System Locale         = it_IT_EURO
  JIT                   = jitc
  Home Dir; Current Dir = E:\JAVA13\JRE; E:\temp\netbeans\bin
  IDE Install; User Dir = e:\temp\netbeans; e:\temp\netbeans\home
  CLASSPATH             =
e:\temp\netbeans\lib\patches\openide-compat.jar;e:\temp\netbeans\lib\core.jar;e:\temp\netbeans\lib\openide.jar;e:\temp\netbeans\lib\up
dater.jar;e:\temp\netbeans\lib\ext\crimson.jar;e:\temp\netbeans\lib\ext\jh.jar;e:\temp\netbeans\lib\ext\regexp.jar;e:\temp\netbeans\lib\ext\rmi-ext.jar;e:\temp\
netbeans\lib\ext\terminalemulator.jar;e:\temp\netbeans\lib\ext\xerces.jar;E:\Java13\lib\tools.jar;
-------------------------------------------------------------------------------
javax.xml.parsers.FactoryConfigurationError:
org.netbeans.core.xml.NbSAXParserFactoryImpl
  at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:157)
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:69)
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:43)
        at
org.openide.loaders.XMLDataObject.<clinit>(XMLDataObject.java:935)
        at org.netbeans.core.NbTheme.parseTheme(NbTheme.java:110)
        at org.netbeans.core.NbTheme.<init>(NbTheme.java:90)
        at org.netbeans.core.Main.run(Main.java:117)
        at
org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:324)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:87)
        at java.lang.Thread.run(Thread.java:498)

Comment 2 _ ttran 2001-12-16 16:14:27 UTC
this is very likely caused by jar files you have in <jdk>\jre\lib\ext.
 Try to move them to another place.  NetBeans includes a few third
party jar libraries (see <ide>\lib\ext).  If conflicting jars are
present in <jdk>\jre\lib\ext then they are used by the JVM instead of
those in <ide>\lib\ext.  We are looking for ways to make jars in
latter place to have higher precedence.  This should be solved in the
next release.
Comment 3 Jan Zajicek 2001-12-17 13:25:43 UTC
For more infos see issue #11020. For now, you can delete the
conflicting jars from {jdkhome}/jre/lib/ext.
Comment 4 Jesse Glick 2002-07-10 03:01:15 UTC
x
Comment 5 Jesse Glick 2002-07-10 03:01:42 UTC

*** This issue has been marked as a duplicate of 17358 ***
Comment 6 Quality Engineering 2003-07-01 16:01:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 7 Quality Engineering 2003-07-01 16:29:13 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.