well yes im running from root and my repo is at /root/.maven...if im wrong then 
plz tell me the right solution.......plz help im new to maven .........plz send 
the solution in detail.
 
Farhana

Lukas Theussl <[EMAIL PROTECTED]> wrote:

Are you running maven as root or did you point your local repo to /root? 
(neither of which is a good idea). It looks like you don't have read 
access to your local repo (/root/.maven/...).

-Lukas


F-a-r-h-a-n-a wrote:
> Hi
> 
> Ive been trying to deploy maven in my GridPort3.5.1 Project for past 1 week 
> on redhat Linux 9...im using command 'maven deploy' and following is the 
> error that I get every time .Plz suggest sloution :
> 
> 
> 
> maven deploy
> 
> __ __
> 
> | \/ |__ _Apache__ ___
> 
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> 
> |_| |_\__,_|\_/\___|_||_| v. 1.0.2
> 
> 
> 
> Attempting to download maven-artifact-plugin-1.5.2.jar.
> 
> 27K downloaded
> 
> Attempting to download maven-xdoc-plugin-1.9.1.jar.
> 
> 1K downloaded
> 
> Attempting to download maven-site-plugin-1.6.1.jar.
> 
> 11K downloaded
> 
> Attempting to download maven-scm-plugin-1.5-beta-3.jar.
> 
> 98K downloaded
> 
> Attempting to download gridport-core-4.0.jar.
> 
> 59K downloaded
> 
> Attempting to download hibernate-2.1.8.jar.
> 
> 23K downloaded
> 
> Attempting to download spring-1.1.jar.
> 
> 164K downloaded
> 
> Attempting to download aopalliance-1.0.jar.
> 
> 4K downloaded
> 
> Attempting to download jdom-1.0.jar.
> 
> 138K downloaded
> 
> Attempting to download axis-1.1.jar.
> 
> 219K downloaded
> 
> Attempting to download wsdl4j-1.4.jar.
> 
> 110K downloaded
> 
> Attempting to download servletapi-2.3.jar.
> 
> 76K downloaded
> 
> Attempting to download jaxrpc.jar.
> 
> 34K downloaded
> 
> Attempting to download postgresql-7.4.1-jdbc3.jar.
> 
> 204K downloaded
> 
> Attempting to download hsqldb-1.7.3.3.jar.
> 
> 562K downloaded
> 
> Attempting to download dom4j-1.4.jar.
> 
> 475K downloaded
> 
> Attempting to download odmg-3.0.jar.
> 
> 13K downloaded
> 
> Attempting to download ehcache-0.9.jar.
> 
> 51K downloaded
> 
> Attempting to download cglib-full-2.0.2.jar.
> 
> 300K downloaded
> 
> Attempting to download jta.jar.
> 
> 8K downloaded
> 
> Attempting to download saaj.jar.
> 
> 18K downloaded
> 
> Attempting to download jstl-1.0.6.jar.
> 
> 20K downloaded
> 
> Attempting to download commons-discovery-0.2.jar.
> 
> 69K downloaded
> 
> Attempting to download standard-1.0.6.jar.
> 
> 496K downloaded
> 
> Attempting to download c-1.0.6.tld.
> 
> 11K downloaded
> 
> Attempting to download fmt-1.0.6.tld.
> 
> 12K downloaded
> 
> org.apache.maven.MavenException: Unable to extract plugin: 
> /root/.maven/repository/maven/plugins/maven-xdoc-plugin-1.9.1.jar
> 
> at org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:1075)
> 
> at org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:887)
> 
> at org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:862)
> 
> at 
> org.apache.maven.plugin.PluginManager.processDependencies(PluginManager.java:448)
> 
> at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:642)
> 
> 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:324)
> 
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> 
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> 
> --- Nested Exception ---
> 
> java.io.EOFException: Unexpected end of ZLIB input stream
> 
> at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)
> 
> at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
> 
> at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
> 
> at java.io.FilterInputStream.read(FilterInputStream.java:90)
> 
> at org.apache.maven.util.Expand.extractFile(Expand.java:150)
> 
> at org.apache.maven.util.Expand.expandFile(Expand.java:85)
> 
> at org.apache.maven.util.Expand.execute(Expand.java:67)
> 
> at org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:1071)
> 
> at org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:887)
> 
> at org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:862)
> 
> at 
> org.apache.maven.plugin.PluginManager.processDependencies(PluginManager.java:448)
> 
> at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:642)
> 
> 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:324)
> 
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> 
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> 
> 
> 
> You have encountered an unknown error running Maven. Please help us to correct
> 
> this problem by following these simple steps:
> 
> - read the Maven FAQ at http://maven.apache.org/faq.html
> 
> - run the same command again with the '-e' parameter, eg maven -e jar
> 
> - search the maven-user archives for the error at
> 
> http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
> 
> - post the output of maven -e to JIRA at
> 
> http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign up first)
> 
> - run 'maven --info' and post the output as the environment to the bug above
> 
> 
> 
> 
> 
> Total time: 54 minutes 50 seconds
> 
> Finished at: Mon Jan 14 09:23:26 PKT 2002
> 
> ---------------------
> 
> 
> 
> Farhana
> 
> 
> 
> 
> O assembly of jinn and men, if you are able to pass through the confines of 
> the heavens and the earth, pass through; but you shall not pass through 
> except with authority _(33)so which your Lord's bounties will you two deny? 
> (34) [Surah Ar-Rehman]
> 
> 
> 
> 
> 
> 
> ---------------------------------
> Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

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



   
O assembly of jinn and men, if you are able to pass through the confines of the 
heavens and the earth, pass through; but you shall not pass through except with 
authority _(33)so which your Lord's bounties will you two deny? (34) [Surah 
Ar-Rehman]

 



                
---------------------------------
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Reply via email to