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 101377 - Deployment of a web project fails for remote SJAS 8.2
Summary: Deployment of a web project fails for remote SJAS 8.2
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 15:00 UTC by Tim Lebedkov
Modified: 2007-09-19 18:33 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 Tim Lebedkov 2007-04-17 15:00:11 UTC
Redeploying C:\docs\Projekte\PAF\CSearchWeb\dist\PANWeb.war
Start registering the project's server resources
Finished registering server resources
Deployment of application failed - null; requested operation cannot be completed
At least one operation failed
java.lang.NoSuchMethodError: java.lang.ThreadDeath: method
<init>(Ljava/lang/String;)V not found
        at org.netbeans.core.NbErrorManager.createExc(NbErrorManager.java:248)
        at org.netbeans.core.NbErrorManager.notify(NbErrorManager.java:197)
        at
org.openide.ErrorManager$DelegatingErrorManager.notify(ErrorManager.java:579)
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:120)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
The module has not been deployed.
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:115)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
C:\docs\Projekte\PAF\CSearchWeb\nbproject\build-impl.xml:474: Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 8 seconds)
Comment 1 Petr Hejl 2007-08-09 15:12:41 UTC
Is this issue reproducible? Is it reproducible with jdk5? It seems that it could be a jvm bug
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6471091.
Comment 2 Petr Hejl 2007-08-17 10:05:32 UTC
I can't reproduce the issue (jdk6, sjas 8.2) and no feedback from reporter.
Comment 3 Tim Lebedkov 2007-09-19 18:33:41 UTC
ok