Its probably because of the fact that ibiblio was down and incorrect or
bogus jars were being downloaded.  I would say try removing your repository
and build again since ibiblio seems to be up now. 

-----Original Message-----
From: Chris Huisman [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 14, 2004 2:43 PM
To: Maven Users List
Subject: Re: ClassNotFoundException with maven 1.0.2

I am experiencing the same problem.

c.

Kris Nuttycombe wrote:

> Hi, all,
>
> Maven is giving me some headaches today. I just downloaded version 
> 1.0.2 and now both 1.0.2 and 1.0-rc3 (what I was using before) crash 
> with the following exception:
>
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> Could not find the class: 
> org.apache.commons.jelly.tags.antlr.AntlrTagLibrary
> java.lang.ClassNotFoundException: 
> org.apache.commons.jelly.tags.antlr.AntlrTagLibrary
>    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 java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>    at 
> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:425)

>
>    at 
>
org.apache.maven.jelly.MavenJellyContext.getTagLibrary(MavenJellyContext.jav
a:171) 
>
>    at 
> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:415)

>
>    at 
>
org.apache.maven.jelly.MavenJellyContext.getTagLibrary(MavenJellyContext.jav
a:171) 
>
>    at 
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1033)
>    at 
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)

>
>    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
> Source)
>    at 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
> Source)
>    at 
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
her.dispatch(Unknown 
> Source)
>    at 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown

> Source)
>    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
>    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>    at org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:299)
>    at 
> org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:222)
>    at 
> org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:180)
>    at 
> org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:146)
>    at 
> org.apache.maven.plugin.PluginManager.loadScript(PluginManager.java:1109)
>    at 
> org.apache.maven.plugin.PluginManager.runScript(PluginManager.java:1135)
>    at 
>
org.apache.maven.plugin.PluginManager.initialiseHousingPluginContext(PluginM
anager.java:770) 
>
>    at 
>
org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.java:725)

>
>    at 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:656)
>    at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
>    at org.apache.maven.cli.App.doMain(App.java:488)
>    at org.apache.maven.cli.App.main(App.java:1239)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at 
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
) 
>
>    at 
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25) 
>
>    at java.lang.reflect.Method.invoke(Method.java:585)
>    at com.werken.forehead.Forehead.run(Forehead.java:551)
>    at com.werken.forehead.Forehead.main(Forehead.java:581)
> Underlying exception: java.lang.ClassNotFoundException: antlr
> Could not create taglib or URI: jelly:antlr tag name: antlr
> java.lang.ClassNotFoundException: antlr
>    at 
>
org.apache.commons.jelly.parser.XMLParser.createSAXException(XMLParser.java:
1234) 
>
>    at 
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1044)
>    at 
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)

>
>    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
> Source)
>    at 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
> Source)
>    at 
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
her.dispatch(Unknown 
> Source)
>    ...
>
> I've attached the output of maven --info. Any help would be greatly 
> appreciated.
>
> Interestingly enough, the behavior is different when I run maven 
> through mevenide for NetBeans on the same project - in that case, the 
> exception I get is this:
>
> Could not find the class: 
> org.apache.commons.jelly.tags.velocity.VelocityTagLibrary
> java.lang.ClassNotFoundException: 
> org.apache.commons.jelly.tags.velocity.VelocityTagLibrary
>    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 java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>    at 
> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:425)

>
>    at 
>
org.apache.maven.jelly.MavenJellyContext.getTagLibrary(MavenJellyContext.jav
a:171) 
>
>    at 
> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:415)

>
>    at 
>
org.apache.maven.jelly.MavenJellyContext.getTagLibrary(MavenJellyContext.jav
a:171) 
>
>    at 
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1033)
>    at 
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)

>
>    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
> Source)
>    at 
> org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
> Source)
>    at 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
> Source)
>    at 
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
her.dispatch(Unknown 
> Source)
>    at 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown

> Source)
>    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
>    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>    at org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:299)
>    at 
> org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:222)
>    at 
> org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:180)
>    at 
> org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:146)
>    at 
> org.apache.maven.plugin.PluginManager.loadScript(PluginManager.java:1109)
>    at 
> org.apache.maven.plugin.PluginManager.runScript(PluginManager.java:1135)
>    at 
>
org.apache.maven.plugin.PluginManager.initialiseHousingPluginContext(PluginM
anager.java:770) 
>
>    at 
>
org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.java:725)

>
>    at 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:656)
>    at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
>    at org.apache.maven.cli.App.doMain(App.java:488)
>    at org.apache.maven.cli.App.main(App.java:1239)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at 
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
) 
>
>    at 
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25) 
>
>    at java.lang.reflect.Method.invoke(Method.java:585)
>    at com.werken.forehead.Forehead.run(Forehead.java:551)
>    at com.werken.forehead.Forehead.main(Forehead.java:581)
> Underlying exception: java.lang.ClassNotFoundException: velocity
> java.lang.ClassNotFoundException: velocity
>    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 java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>    at 
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1039)
>    at 
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)

>
>    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
> Source)
>    at 
> org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
> Source)
>    at 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
> Source)
>    at 
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
her.dispatch(Unknown 
> Source)
>    at 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown

> Source)
>    ...
>
> Thanks in advance,
> Kris
>
>------------------------------------------------------------------------
>
> __  __
>|  \/  |__ _Apache__ ___
>| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
>#---- BEGIN: Which report
>Which.version=Which.java:($Revision: 1.2 $) WhichJar.java:($Revision: 1.2
$)
>java.version=1.5.0
>file.encoding=UTF-8
>java.ext.dirs=/extra/kjn/bin/jdk1.5.0/jre/lib/ext
>java.class.path=/home/kjn/bin/maven-1.0.2/lib/forehead-1.0-beta-5.jar
>os.name=Linux
>java.vendor=Sun Microsystems Inc.
>sun.boot.class.path=/home/kjn/bin/maven-1.0.2/lib/endorsed/xerces-2.4.0.jar
:/home/kjn/bin/maven-1.0.2/lib/endorsed/xml-apis-1.0.b2.jar:/extra/kjn/bin/j
dk1.5.0/jre/lib/rt.jar:/extra/kjn/bin/jdk1.5.0/jre/lib/i18n.jar:/extra/kjn/b
in/jdk1.5.0/jre/lib/sunrsasign.jar:/extra/kjn/bin/jdk1.5.0/jre/lib/jsse.jar:
/extra/kjn/bin/jdk1.5.0/jre/lib/jce.jar:/extra/kjn/bin/jdk1.5.0/jre/lib/char
sets.jar:/extra/kjn/bin/jdk1.5.0/jre/classes
>java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
>#----   END: Which report
>
>Installed plugins:
>  maven-abbot-plugin-1.1
>  maven-announcement-plugin-1.3
>  maven-ant-plugin-1.8.1
>  maven-antlr-plugin-1.2.1
>  maven-appserver-plugin-2.0
>  maven-artifact-plugin-1.4.1
>  maven-ashkelon-plugin-1.2
>  maven-aspectj-plugin-3.2
>  maven-aspectwerkz-plugin-1.2
>  maven-caller-plugin-1.1
>  maven-castor-plugin-1.2
>  maven-changelog-plugin-1.7.1
>  maven-changes-plugin-1.5.1
>  maven-checkstyle-plugin-2.5
>  maven-clean-plugin-1.3
>  maven-clover-plugin-1.6
>  maven-console-plugin-1.1
>  maven-cruisecontrol-plugin-1.6
>  maven-dashboard-plugin-1.6
>  maven-developer-activity-plugin-1.5.1
>  maven-dist-plugin-1.6.1
>  maven-docbook-plugin-1.2
>  maven-ear-plugin-1.6
>  maven-eclipse-plugin-1.9
>  maven-ejb-plugin-1.5
>  maven-faq-plugin-1.4
>  maven-file-activity-plugin-1.5.1
>  maven-genapp-plugin-2.2
>  maven-gump-plugin-1.4
>  maven-hibernate-plugin-1.2
>  maven-html2xdoc-plugin-1.3.1
>  maven-idea-plugin-1.5
>  maven-j2ee-plugin-1.5.1
>  maven-jalopy-plugin-1.3.1
>  maven-jar-plugin-1.6.1
>  maven-java-plugin-1.5
>  maven-javacc-plugin-1.1
>  maven-javadoc-plugin-1.7
>  maven-jboss-plugin-1.5
>  maven-jbuilder-plugin-1.5
>  maven-jcoverage-plugin-1.0.9
>  maven-jdee-plugin-1.1
>  maven-jdepend-plugin-1.5
>  maven-jdeveloper-plugin-1.4
>  maven-jdiff-plugin-1.4
>  maven-jellydoc-plugin-1.3.1
>  maven-jetty-plugin-1.1
>  maven-jira-plugin-1.1.2
>  maven-jnlp-plugin-1.4.1
>  maven-junit-doclet-plugin-1.2
>  maven-junit-report-plugin-1.5
>  maven-jxr-plugin-1.4.2
>  maven-latex-plugin-1.4.1
>  maven-latka-plugin-1.4.1
>  maven-license-plugin-1.2
>  maven-linkcheck-plugin-1.3.4
>  maven-mevenide-plugin-0.1.2
>  maven-multichanges-plugin-1.1
>  maven-multiproject-plugin-1.3.1
>  maven-native-plugin-1.1
>  maven-nsis-plugin-1.1
>  maven-pdf-plugin-2.2.1
>  maven-plugin-plugin-1.5.2
>  maven-pmd-plugin-1.6
>  maven-pom-plugin-1.4.1
>  maven-rar-plugin-1.0
>  maven-release-plugin-1.4.1
>  maven-repository-plugin-1.2
>  maven-scm-plugin-1.4.1
>  maven-shell-plugin-1.1
>  maven-simian-plugin-1.4
>  maven-site-plugin-1.5.2
>  maven-struts-plugin-1.3
>  maven-tasklist-plugin-2.3
>  maven-test-plugin-1.6.2
>  maven-tjdo-plugin-1.0.0
>  maven-uberjar-plugin-1.2
>  maven-vdoclet-plugin-1.2
>  maven-war-plugin-1.6.1
>  maven-webserver-plugin-2.0
>  maven-wizard-plugin-1.1
>  maven-xdoc-plugin-1.8
>Home Build properties: {maven.repo.central=panther.ngdc.noaa.gov,
maven.repo.remote=http://gdsg.ngdc.noaa.gov/maven,http://www.ibiblio.org/mav
en,http://www.apache.org/dist/java-repository,
maven.test.reportsDirectory=${maven.build.dir}/test-reports,
maven.username=kjn,
maven.repo.central.directory=/mnt/data1/htdocs/gdsg/maven,
maven.remote.group=gdsg}
>
>  
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to