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 210062 - java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask$Sync.innerGet
Summary: java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask$Sync...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-25 22:05 UTC by sunbiz
Modified: 2012-05-18 18:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161681


Attachments
stacktrace (432 bytes, text/plain)
2012-03-25 22:05 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-03-25 22:05:28 UTC
Build: NetBeans IDE Dev (Build 201203250401)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: Right Clieck at Servlet to start debugging.
Glassfish is stopped
but does not restart in debugging mode

GUEST: compiling




Stacktrace: 
java.util.concurrent.TimeoutException
   at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:258)
   at java.util.concurrent.FutureTask.get(FutureTask.java:119)
   at org.netbeans.modules.glassfish.javaee.ide.UpdateContextRoot$1.run(UpdateContextRoot.java:93)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 sunbiz 2012-03-25 22:05:30 UTC
Created attachment 117216 [details]
stacktrace
Comment 2 Vince Kraemer 2012-05-17 17:49:55 UTC
exception being logged at wrong level. easy fix
Comment 3 Quality Engineering 2012-05-18 09:50:22 UTC
Integrated into 'main-golden', will be available in build *201205180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/33344b774b4e
User: vince kraemer <vkraemer@netbeans.org>
Log: #210062 : wrong logging level for exception