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 224786

Summary: org.netbeans.modules.j2ee.jetty.JetDeploymentManager$TimedOutException at org.netbeans.modules.j2ee.jetty.JetDeploymentManager.trackProgressObject
Product: serverplugins Reporter: FrantaM
Component: JettyAssignee: issues@serverplugins <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 152659
Attachments: stacktrace

Description FrantaM 2013-01-12 17:09:00 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

User Comments:
GUEST: when running application with the j2ee-jetty plugin. (great work btw!)




Stacktrace: 
org.netbeans.modules.j2ee.jetty.JetDeploymentManager$TimedOutException
   at org.netbeans.modules.j2ee.jetty.JetDeploymentManager.trackProgressObject(JetDeploymentManager.java:751)
   at org.netbeans.modules.j2ee.jetty.JetDeploymentManager.distribute(JetDeploymentManager.java:174)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:687)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:197)
   at org.netbeans.modules.maven.j2ee.ExecutionChecker.performDeploy(ExecutionChecker.java:178)
   at org.netbeans.modules.maven.j2ee.ExecutionChecker.executionResult(ExecutionChecker.java:130)
Comment 1 FrantaM 2013-01-12 17:09:04 UTC
Created attachment 130139 [details]
stacktrace
Comment 2 Martin Fousek 2013-01-14 06:57:28 UTC
Probably jetty issue.