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 152446 - Can't start IDE
Summary: Can't start IDE
Status: RESOLVED DUPLICATE of bug 151537
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 18:53 UTC by crazzydemon
Modified: 2009-02-19 22:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Fixed html file (1.92 KB, text/plain)
2008-11-06 10:32 UTC, mslama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crazzydemon 2008-11-05 18:53:08 UTC
Hello,

the problem is that i could not start Netbeans Ide on my computer
on welcome screen i see that all modules loaded but afetr it program is down and is see 
eror with this log:

org.xml.sax.SAXParseException: The element type "head" must be terminated by the matching end-tag "</head>".
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
	at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
	at org.netbeans.modules.uihandler.Installer.parseButtons(Installer.java:1015)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1418)
	at org.netbeans.modules.uihandler.Installer.doDisplaySummary(Installer.java:969)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:900)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:908)
	at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:140)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
i connect to the internet throw the proxy so can't report this error using your tools.

thanks
Dan
Comment 1 mslama 2008-11-06 10:30:30 UTC
It was fixed already in trunk. See issue #151537. Workaround in your case is to fix UnknownHostException.html in
nb6.5/modules/org-netbeans-modules-uihandler.jar. Rewrite all tags to lowercase. I do not know what build exactly you
use so I cannot attach correct module with fixed html. I can attach fixed html here so you can update module jar.

*** This issue has been marked as a duplicate of 151537 ***
Comment 2 mslama 2008-11-06 10:32:24 UTC
Created attachment 73360 [details]
Fixed html file