You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jose Costa Moreira (JIRA)" <ji...@codehaus.org> on 2005/05/02 16:35:02 UTC

[jira] Created: (MAVEN-1603) Error reading plugin script

Error reading plugin script
---------------------------

         Key: MAVEN-1603
         URL: http://jira.codehaus.org/browse/MAVEN-1603
     Project: maven
        Type: Bug
  Components: plugin manager  
    Versions: 1.0.2    
 Environment: Windows 2000
CLASS_PATH=C:\Arquivos de programas\Java\j2re1.4.2_07\lib\ext\clibwrapper_jiio.jar;C:\Arquivos de programas\Java\j2re1.4.2_07\lib\ext\jai_imageio.jar;C:\junit3.8.1\junit.jar;C:\geotools\opengis\binaries\geoapi-SNAPSHOT.jar;C:\logging-log4j-1.2.9\dist\lib\log4j-1.2.jar
MAVEN_HOME=C:\Maven 1.0.2
JAVA_HOME=C:\j2sdk1.4.2_07


    Reporter: Jose Costa Moreira


The command "maven build" in Windows XP works fine. I tried in a new environment, windows 2000 with no success. Below I show the output.

C:\geotools\geotools2>maven build
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Plugin cache will be regenerated
org.apache.maven.MavenException: Error reading plugin script
        at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
ava:181)
        at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManag
er.java:239)
        at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:3
04)
        at org.apache.maven.MavenSession.initializePluginManager(MavenSession.ja
va:204)
        at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
        at org.apache.maven.cli.App.doMain(App.java:475)
        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(DelegatingMethodAcces
sorImpl.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.FileNotFoundException: C:\Documents and Settings\lzclaudio\.maven\cache\
maven-xdoc-plugin-1.8\plugin.jelly (O sistema nÒo pode encontrar o arquivo espec
ificado)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
ava:177)
        at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManag
er.java:239)
        at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:3
04)
        at org.apache.maven.MavenSession.initializePluginManager(MavenSession.ja
va:204)
        at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
        at org.apache.maven.cli.App.doMain(App.java:475)
        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(DelegatingMethodAcces
sorImpl.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/SummarizeList?listName=users@maven.apache.org

- 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: 7 seconds
Finished at: Mon May 02 11:12:35 BRT 2005



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVEN-1603) Error reading plugin script

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1603?page=all ]
     
Brett Porter closed MAVEN-1603:
-------------------------------

    Resolution: Cannot Reproduce

I don't know what the cause of the file not found exception is, but this usually means you can't write to that particular directory for some reason. reopen if you can indicate what the error means and still believe it to be a Maven bug.

> Error reading plugin script
> ---------------------------
>
>          Key: MAVEN-1603
>          URL: http://jira.codehaus.org/browse/MAVEN-1603
>      Project: maven
>         Type: Bug
>   Components: plugin manager
>     Versions: 1.0.2
>  Environment: Windows 2000
> CLASS_PATH=C:\Arquivos de programas\Java\j2re1.4.2_07\lib\ext\clibwrapper_jiio.jar;C:\Arquivos de programas\Java\j2re1.4.2_07\lib\ext\jai_imageio.jar;C:\junit3.8.1\junit.jar;C:\geotools\opengis\binaries\geoapi-SNAPSHOT.jar;C:\logging-log4j-1.2.9\dist\lib\log4j-1.2.jar
> MAVEN_HOME=C:\Maven 1.0.2
> JAVA_HOME=C:\j2sdk1.4.2_07
>     Reporter: Jose Costa Moreira

>
>
> The command "maven build" in Windows XP works fine. I tried in a new environment, windows 2000 with no success. Below I show the output.
> C:\geotools\geotools2>maven build
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> Plugin cache will be regenerated
> org.apache.maven.MavenException: Error reading plugin script
>         at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
> ava:181)
>         at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManag
> er.java:239)
>         at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:3
> 04)
>         at org.apache.maven.MavenSession.initializePluginManager(MavenSession.ja
> va:204)
>         at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
>         at org.apache.maven.cli.App.doMain(App.java:475)
>         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(DelegatingMethodAcces
> sorImpl.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.FileNotFoundException: C:\Documents and Settings\lzclaudio\.maven\cache\
> maven-xdoc-plugin-1.8\plugin.jelly (O sistema nÒo pode encontrar o arquivo espec
> ificado)
>         at java.io.FileInputStream.open(Native Method)
>         at java.io.FileInputStream.<init>(FileInputStream.java:106)
>         at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
> ava:177)
>         at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManag
> er.java:239)
>         at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:3
> 04)
>         at org.apache.maven.MavenSession.initializePluginManager(MavenSession.ja
> va:204)
>         at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
>         at org.apache.maven.cli.App.doMain(App.java:475)
>         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(DelegatingMethodAcces
> sorImpl.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/SummarizeList?listName=users@maven.apache.org
> - 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: 7 seconds
> Finished at: Mon May 02 11:12:35 BRT 2005

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org