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 153264 - ERROR - Ant is misconfigured and cannot be run.
Summary: ERROR - Ant is misconfigured and cannot be run.
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 22:05 UTC by parinita
Modified: 2016-07-07 08:37 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 parinita 2008-11-15 22:05:29 UTC
ERROR - Ant is misconfigured and cannot be run.
java.lang.ClassNotFoundException: org.apache.tools.ant.input.InputHandler
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at org.apache.tools.ant.module.bridge.AuxClassLoader.findClass(AuxClassLoader.java:85)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at org.apache.tools.ant.module.bridge.AntBridge.createAntInstance(AntBridge.java:283)
        at org.apache.tools.ant.module.bridge.AntBridge.getAntInstance(AntBridge.java:264)
        at org.apache.tools.ant.module.bridge.AntBridge.getInterface(AntBridge.java:253)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 Jesse Glick 2008-11-17 17:46:51 UTC
Any steps to reproduce? Normally this would mean that your IDE installation is corrupted. Try reinstalling.
Comment 2 Lukas Hasik 2008-12-03 15:40:18 UTC
reporter didn't provided required information for more than 14 days. I'm closing this issue as worksforme as we are not
able to reproduce it with the available information. 
Please, feel free to reopen when you face the problem again but attach the additional info.

thank you for report
Comment 3 AtreSachin11 2013-01-17 15:49:02 UTC
Today [17/01/2013] I faced same issue .... Please find below Steps to reproduce

1. Start netbeans 7.0.1
2. create new web application using web app samples 
   [I tried to create JSFCRUD web application]
3. After creating web app ...I tried to run the web application ....but nor i am facing this exception on   output consol




ERROR - Ant is misconfigured and cannot be run.
java.io.IOException: Could not find org/netbeans/modules/web/client/javascript/debugger/ant/antlib.xml in ant/nblib/org-netbeans-modules-web-client-javascript-debugger-ant.jar
	at org.apache.tools.ant.module.bridge.AntBridge.createCustomDefs(AntBridge.java:491)
	at org.apache.tools.ant.module.bridge.AntBridge.createAntInstance(AntBridge.java:325)
	at org.apache.tools.ant.module.bridge.AntBridge.getAntInstance(AntBridge.java:278)
	at org.apache.tools.ant.module.bridge.AntBridge.getInterface(AntBridge.java:267)
	at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)
	at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
Comment 4 Martin Balin 2016-07-07 08:37:34 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