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 74337 - on loading ide, returns me this ando unload.
Summary: on loading ide, returns me this ando unload.
Status: RESOLVED DUPLICATE of bug 64380
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 74735 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-03 20:36 UTC by rbutta
Modified: 2008-12-22 20:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the logs you asked for in the msgbox (48.00 KB, application/x-compressed)
2006-04-03 20:37 UTC, rbutta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rbutta 2006-04-03 20:36:47 UTC
java.lang.NullPointerException
	at java.awt.Dimension.<init>(Dimension.java:91)
	at javax.swing.plaf.basic.BasicProgressBarUI.getPreferredSize
(BasicProgressBarUI.java:799)
	at javax.swing.JComponent.getPreferredSize(JComponent.java:1275)
	at org.netbeans.progress.module.ui.NbProgressBar.getPreferredSize
(NbProgressBar.java:55)
	at org.netbeans.progress.module.ui.StatusLineComponent.<init>
(StatusLineComponent.java:95)
	at org.netbeans.progress.module.Controller.getDefault
(Controller.java:69)
	at 
org.netbeans.progress.module.ProgressVisualizerProvider.getStatusLineElement
(ProgressVisualizerProvider.java:30)
	at org.netbeans.core.windows.view.ui.MainWindow.getStatusLineElements
(MainWindow.java:247)
	at org.netbeans.core.windows.view.ui.MainWindow.decoratePanel
(MainWindow.java:221)
	at org.netbeans.core.windows.view.ui.MainWindow.initializeComponents
(MainWindow.java:176)
	at org.netbeans.core.windows.view.DefaultView.showWindowSystem
(DefaultView.java:500)
	at 
org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged
(DefaultView.java:479)
	at org.netbeans.core.windows.view.DefaultView.changeGUI
(DefaultView.java:163)
	at org.netbeans.core.windows.ViewRequestor.dispatchRequest
(ViewRequestor.java:238)
	at org.netbeans.core.windows.ViewRequestor.processVisibilityRequest
(ViewRequestor.java:227)
	at org.netbeans.core.windows.ViewRequestor.postVisibilityRequest
(ViewRequestor.java:164)
	at org.netbeans.core.windows.ViewRequestor.scheduleRequest
(ViewRequestor.java:85)
	at org.netbeans.core.windows.Central.setVisible(Central.java:74)
	at org.netbeans.core.windows.WindowManagerImpl.setVisible
(WindowManagerImpl.java:710)
	at org.netbeans.core.windows.WindowSystemImpl.show
(WindowSystemImpl.java:56)
[catch] at org.netbeans.core.NonGui$3.run(NonGui.java:223)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 rbutta 2006-04-03 20:37:36 UTC
Created attachment 29571 [details]
the logs you asked for in the msgbox
Comment 2 Milos Kleint 2006-04-10 10:50:10 UTC
dafe, can you look at this please? it's XP L&F related it seems.
Comment 3 Milos Kleint 2006-04-11 06:33:11 UTC
*** Issue 74735 has been marked as a duplicate of this issue. ***
Comment 4 David Simonek 2006-04-11 13:09:16 UTC
I can't reproduce. Please, give me the steps to reproduce the issue. Any special
settings?
Comment 5 drizzt81 2006-04-11 22:55:12 UTC
Since my issue has been marked as a duplicate of this, I should probably 
reproduce some information from my issue:
This error -for me- occurs when I try to run the IDE from a domain-user, i.e. 
non-privilegded, account. Running the IDE as local admin works fine.
Before reinstalling WinXP SP2, I ran the 4.x IDE in the same account without a 
problem.
Comment 6 David Simonek 2006-04-27 16:01:35 UTC
I found it - it is JDK bug, already fixed in JDK 1.6.x. Bug appears only when
running Windows XP with custom theme, so workaround is to use standard themes.

For more info see http://www.netbeans.org/issues/show_bug.cgi?id=64380

*** This issue has been marked as a duplicate of 64380 ***