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 - 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
Summary: AbstractMethodError: org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(L...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 11:21 UTC by Vladimir Voskresensky
Modified: 2016-07-07 08:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204637


Attachments
stacktrace (512 bytes, text/plain)
2014-03-20 11:21 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
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