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 7821 - Exception in console from WelcomePanel during startup with JDK1.2.2
Summary: Exception in console from WelcomePanel during startup with JDK1.2.2
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-05 13:33 UTC by L Martinek
Modified: 2008-12-23 10:52 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 L Martinek 2000-10-05 13:33:28 UTC
[1116]

java.lang.Exception: Stack trace
        at java.lang.Thread.dumpStack(Thread.java:983)
        at javax.swing.text.html.parser.Parser.handleError(Parser.java:201)
        at javax.swing.text.html.parser.Parser.error(Parser.java:254)
        at javax.swing.text.html.parser.Parser.error(Parser.java:261)
        at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1601)
        at javax.swing.text.html.parser.Parser.parseContent(Parser.java:1787)
        at javax.swing.text.html.parser.Parser.parse(Parser.java:1933)
        at org.netbeans.core.ui.WelcomePanel.getEncodingFromMeta
(WelcomePanel.java:630)
        at org.netbeans.core.ui.WelcomePanel.setBrowserPage
(WelcomePanel.java:683)
        at org.netbeans.core.ui.WelcomePanel.nextTip(WelcomePanel.java:370)
        at org.netbeans.core.ui.WelcomePanel.restore(WelcomePanel.java:340)
        at org.netbeans.core.ui.WelcomePanel.<init>(WelcomePanel.java:118)
        at org.netbeans.core.ui.WelcomePanel.showGettingStarted
(WelcomePanel.java:723)
        at org.netbeans.core.Main$3.run(Main.java:292)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent
(SystemEventQueueUtilities.java:366)
        at javax.swing.SystemEventQueueUtilities.access$0
(SystemEventQueueUtilities.java:362)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent
(SystemEventQueueUtilities.java:403)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:101)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
**** <html> <body> <b>
line 16: error: unmatched.endtagi??
Comment 1 David Strupl 2000-10-05 14:38:59 UTC
It is a JDK1.2.2 Swing bug. It was fixed in JDK1.3. Workaround is easy and
I will post it to boston.
Comment 2 David Strupl 2000-11-14 13:32:59 UTC
Fixed in the main trunk, release31 and boston. Missed something?
Comment 3 Quality Engineering 2003-07-01 16:28:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.