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 61427 - IAEs when adding web project
Summary: IAEs when adding web project
Status: VERIFIED DUPLICATE of bug 61784
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 18:37 UTC by athompson
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file (33.13 KB, text/plain)
2005-08-18 08:30 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2005-07-26 18:37:53 UTC
jdk-1.5
linux
daily 25 july 2005

i'm not sure whether this is a web projects thing or a windows thing. whenever i
create a project, i get lots of the below exception:


INFORMATIONAL *********** Exception occurred ************ at 1:30 PM on Jul 26, 2005
java.lang.IllegalArgumentException: Cannot process more work than scheduled.
        at
org.netbeans.progress.module.InternalHandle.progress(InternalHandle.java:201)
        at
org.netbeans.api.progress.ProgressHandle.progress(ProgressHandle.java:125)
        at
org.netbeans.api.progress.ProgressHandle.progress(ProgressHandle.java:108)
        at
org.netbeans.modules.javacore.ProgressDisplayer.step(ProgressDisplayer.java:54)
[catch] at
org.netbeans.modules.javacore.internalapi.ProgressSupport.fireProgressListenerStep(ProgressSupport.java:73)
        at
org.netbeans.modules.javacore.internalapi.ProgressSupport.fireProgressListenerStep(ProgressSupport.java:82)
        at
org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:793)
        at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:764)
        at org.openide.util.Task.run(Task.java:207)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 _ lcincura 2005-08-01 15:43:03 UTC
Please, evaluate the issue
Comment 2 Milos Kleint 2005-08-02 06:33:21 UTC
java is doing something wrong with progress tasks.
basicaly what the exception says is that for 100 steps they require to process
the 101 one.

Comment 3 Max Sauer 2005-08-18 08:29:22 UTC
I'm getting the same exception printed inside console during classpath scanning
(when opening of a project). Several other exceptions follow, see attached
messages.log file.

[200508171800, JDK 1.5.0_05 fcs b03, solaris 10 / sparc]
Comment 4 Max Sauer 2005-08-18 08:30:46 UTC
Created attachment 24018 [details]
messages.log file
Comment 5 Jan Becicka 2005-08-18 09:09:16 UTC

*** This issue has been marked as a duplicate of 61784 ***
Comment 6 Marian Mirilovic 2006-01-17 12:22:48 UTC
verified duplicate
Comment 7 Quality Engineering 2007-09-20 12:01:35 UTC
Reorganization of java component