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 14063 - Try to build javadoc from the Explorer causes exception (but no build)
Summary: Try to build javadoc from the Explorer causes exception (but no build)
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-31 11:10 UTC by bauchladen
Modified: 2003-07-01 13:35 UTC (History)
1 user (show)

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 bauchladen 2001-07-31 11:10:34 UTC
Try to build javadoc from the Explorer...
i´ve got no build, but this charming Message...

------------------------------------------------------------------------------
>Log Session: Dienstag, 31. Juli 2001 11.54 Uhr GMT+02:00
>System Info: 
  Product Version       = NetBeans IDE, Development Version (Build 200107270100)
  IDE Versioning        = IDE/1 spec=1.27 impl=200107270100
  Operating System      = Windows NT version 4.0 running on x86
  Java; VM; Vendor      = 1.3.0; Java HotSpot(TM) Client VM 1.3.0-C; Sun 
Microsystems Inc.
  Java Home             = C:\Programme\java\jdk1.3\jre
  System Locale         = de_DE
  Home Dir; Current Dir = C:\WINNT\Profiles\cnichte; C:\netbeans\bin
  IDE Install; User Dir = C:\netbeans; c:\LIMBuS
  CLASSPATH             = C:\netbeans\lib\patches\openide-
compat.jar;C:\netbeans\lib\core.jar;C:\netbeans\lib\openide-
fs.jar;C:\netbeans\lib\openide-nodes.jar;C:\netbeans\lib\openide-
util.jar;C:\netbeans\lib\openide.jar;C:\netbeans\lib\ext\jaxp.jar;C:\netbeans\li
b\ext\jh.jar;C:\netbeans\lib\ext\parser.jar;C:\netbeans\lib\ext\regexp.jar;C:\ne
tbeans\lib\ext\rmi-
ext.jar;C:\netbeans\lib\ext\sax2.jar;C:\netbeans\lib\ext\servlet.jar;C:\netbeans
\lib\ext\xerces.jar;C:\Programme\java\jdk1.3\lib\dt.jar;C:\Programme\java\jdk1.3
\lib\tools.jar
-------------------------------------------------------------------------------

*********** Exception occurred ************
Tue Jul 31 12:02:17 GMT+02:00 2001: java.lang.ClassCastException: Posted 
StackTrace
Annotation: Exception occurred in Request Processor
Nested annotation: org.netbeans.beaninfo.editors.ExecutorEditor$NoExecutor
org.openide.util.RequestProcessor$Holder: Posted StackTrace(task 
org.netbeans.core.ModuleActions$1@50262b [-60, 1, -1])
	at org.openide.util.RequestProcessor$Task.createHolder
(RequestProcessor.java:322)
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:100)
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:73)
	at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:98)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.openide.awt.Actions.invokeAction(Actions.java:381)
	at org.openide.awt.Actions$ButtonBridge.actionPerformed
(Actions.java:360)
	at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1450)
	at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
(AbstractButton.java:1504)
	at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:378)
	at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:250)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
	at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased
(BasicMenuItemUI.java:886)
	at java.awt.Component.processMouseEvent(Component.java:3717)
	at java.awt.Component.processEvent(Component.java:3546)
	at java.awt.Container.processEvent(Container.java:1164)
	at java.awt.Component.dispatchEventImpl(Component.java:2595)
	at java.awt.Container.dispatchEventImpl(Container.java:1213)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
	at java.awt.Container.dispatchEventImpl(Container.java:1200)
	at java.awt.Window.dispatchEventImpl(Window.java:912)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
	at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)

Tue Jul 31 12:02:17 GMT+02:00 2001: java.lang.ClassCastException: 
org.netbeans.beaninfo.editors.ExecutorEditor$NoExecutor
java.lang.ClassCastException: 
org.netbeans.beaninfo.editors.ExecutorEditor$NoExecutor
	at 
org.netbeans.modules.javadoc.settings.ExternalJavadocSettingsService.getExecutor
(ExternalJavadocSettingsService.java:204)
	at org.netbeans.modules.javadoc.GenerateDocAction.performAction
(GenerateDocAction.java:98)
	at org.openide.util.actions.NodeAction.performAction(NodeAction.java:95)
	at org.openide.util.actions.NodeAction.actionPerformed
(NodeAction.java:86)
	at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:85)
	at org.openide.util.Task.run(Task.java:152)
[catch] at org.openide.util.RequestProcessor$ProcessorThread.run
(RequestProcessor.java:611)
Comment 1 Jan Zajicek 2001-08-01 13:12:30 UTC
I tried it (new userdir) and the javadoc was constructed ok. It looks
again like problem with compatibility between dev builds. What do you
think Honza?
Comment 2 Petr Suchomel 2001-08-27 09:48:54 UTC
The problem looks like compability break outside of Javadoc (killed 
executors, the same problem I register one time with debugger)
Comment 3 Quality Engineering 2003-07-01 13:33:50 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-07-01 13:35:29 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.