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 243082

Summary: AbstractMethodError: org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(Ljava/io/File;Ljava/util/List;Ljava/io/InputStream;Lorg/openide/windows/OutputWriter;Lorg/openide/windows/OutputWriter;Ljava
Product: projects Reporter: Vladimir Voskresensky <vv159170>
Component: AntAssignee: Tomas Stupka <tstupka>
Status: RESOLVED WONTFIX    
Severity: normal CC: lhochet, norbi771
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204637
Attachments: stacktrace

Description Vladimir Voskresensky 2014-03-20 11:21:40 UTC
Build: NetBeans IDE Dev (Build 20140320-4fc90e969512)
VM: Java HotSpot(TM) Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: SunOS

User Comments:
norbi771: When tried to compile and build java program the crash occures and I cannot compile any longer. I think this happened when I tried to use JAX-RPC style WSDL handling. 
After following http://www.stormacq.com/netbeans-7-0-and-jax-rpc-web-service/
my netbeans had problems starting, I removed all new nbms and then followed this http://netbeans-org.1045718.n5.nabble.com/Trying-to-create-a-web-service-from-a-WSDL-that-is-RPC-encoded-td5727621.html
but it seems that after listed nbms I still cannot use JAX but also I can't use Netbeans in normal way.

lhochet: trying run on Netbeans' Project UI module

GUEST: i cannot deploy any web services project... if i deploy the deploy bar keeps on running for hours and not working.......

lhochet: trying to launch tests

vv159170: trying to clean&build suite project




Stacktrace: 
java.lang.AbstractMethodError: org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(Ljava/io/File;Ljava/util/List;Ljava/io/InputStream;Lorg/openide/windows/OutputWriter;Lorg/openide/windows/OutputWriter;Ljava/util/Map;Ljava/util/Set;ILjava/lang/String;Ljava/lang/Runnable;Lorg/netbeans/api/progress/ProgressHandle;Lorg/openide/windows/InputOutput;)Z
   at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:555)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
Comment 1 Vladimir Voskresensky 2014-03-20 11:21:42 UTC
Created attachment 146170 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:37:31 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss