maven build error when using nexus

View: New views
19 Messages — Rating Filter:   Alert me  

maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I got distracted for awhile but I'm back trying to use nexus. However
my maven build fails with this error:

 [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
 for updates from central
 [WARNING] repository metadata for: 'artifact
 org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
 from repository: central due to an error: Error transferring file
 [INFO] Repository 'central' will be blacklisted

My settings.xml looks like :

<settings>
  <mirrors>
    <mirror>
      <!--This sends everything else to /public -->
      <id>nexus</id>
      <mirrorOf>*</mirrorOf>
      <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
    </mirror>
  </mirrors>
  <profiles>
    <profile>
      <id>nexus</id>
      <!--Enable snapshots for the built in central repo to direct -->
      <!--all requests to nexus via the mirror -->
      <repositories>
        <repository>
          <id>central</id>
          <url>http://central</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </repository>
      </repositories>
     <pluginRepositories>
        <pluginRepository>
          <id>central</id>
          <url>http://central</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>
  <activeProfiles>
    <!--make the profile active all the time -->
    <activeProfile>nexus</activeProfile>
  </activeProfiles>
</settings>

I copied this from the docs "3.2. Configuring Maven to Use a Single Nexus
 Group" and changed the url to point to my nexus server.

I can browse via the web interface to the the maven-clean-plugin so I
must be misconfigured somehow can anyone help me?

Ted

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 15, 2009 at 4:08 PM, Xavier Toth <txtoth@...> wrote:

> I got distracted for awhile but I'm back trying to use nexus. However
> my maven build fails with this error:
>
>  [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>  for updates from central
>  [WARNING] repository metadata for: 'artifact
>  org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>  from repository: central due to an error: Error transferring file
>  [INFO] Repository 'central' will be blacklisted
>
> My settings.xml looks like :
>
> <settings>
>  <mirrors>
>    <mirror>
>      <!--This sends everything else to /public -->
>      <id>nexus</id>
>      <mirrorOf>*</mirrorOf>
>      <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>    </mirror>
>  </mirrors>
>  <profiles>
>    <profile>
>      <id>nexus</id>
>      <!--Enable snapshots for the built in central repo to direct -->
>      <!--all requests to nexus via the mirror -->
>      <repositories>
>        <repository>
>          <id>central</id>
>          <url>http://central</url>
>          <releases><enabled>true</enabled></releases>
>          <snapshots><enabled>true</enabled></snapshots>
>        </repository>
>      </repositories>
>     <pluginRepositories>
>        <pluginRepository>
>          <id>central</id>
>          <url>http://central</url>
>          <releases><enabled>true</enabled></releases>
>          <snapshots><enabled>true</enabled></snapshots>
>        </pluginRepository>
>      </pluginRepositories>
>    </profile>
>  </profiles>
>  <activeProfiles>
>    <!--make the profile active all the time -->
>    <activeProfile>nexus</activeProfile>
>  </activeProfiles>
> </settings>
>
> I copied this from the docs "3.2. Configuring Maven to Use a Single Nexus
>  Group" and changed the url to point to my nexus server.
>
> I can browse via the web interface to the the maven-clean-plugin so I
> must be misconfigured somehow can anyone help me?
>
> Ted
>

In fact if I look around on my server I see a number of copies of the
maven-clean-plugin jar:

/usr/share/tomcat5/sonatype-work/nexus/storage/central-m1/org.apache.maven.plugins/jars/maven-clean-plugin-2.0.jar

/usr/share/tomcat5/sonatype-work/nexus/storage/central/org/apache/maven/plugins/maven-clean-plugin/2.0/maven-clean-plugin-2.0.jar

/usr/share/tomcat5/sonatype-work/nexus/proxy/attributes/central-m1/org.apache.maven.plugins/jars/maven-clean-plugin-2.0.jar

/usr/share/tomcat5/sonatype-work/nexus/proxy/attributes/central/org/apache/maven/plugins/maven-clean-plugin/2.0/maven-clean-plugin-2.0.jar

so apparently something has been downloaded.

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can you try retrieving "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml 
" using a web browser or wget and see what happens?

Rich

On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:

> I got distracted for awhile but I'm back trying to use nexus. However
> my maven build fails with this error:
>
> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
> for updates from central
> [WARNING] repository metadata for: 'artifact
> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
> from repository: central due to an error: Error transferring file
> [INFO] Repository 'central' will be blacklisted
>
> My settings.xml looks like :
>
> <settings>
>  <mirrors>
>    <mirror>
>      <!--This sends everything else to /public -->
>      <id>nexus</id>
>      <mirrorOf>*</mirrorOf>
>      <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/ 
> groups/public</url>
>    </mirror>
>  </mirrors>
>  <profiles>
>    <profile>
>      <id>nexus</id>
>      <!--Enable snapshots for the built in central repo to direct -->
>      <!--all requests to nexus via the mirror -->
>      <repositories>
>        <repository>
>          <id>central</id>
>          <url>http://central</url>
>          <releases><enabled>true</enabled></releases>
>          <snapshots><enabled>true</enabled></snapshots>
>        </repository>
>      </repositories>
>     <pluginRepositories>
>        <pluginRepository>
>          <id>central</id>
>          <url>http://central</url>
>          <releases><enabled>true</enabled></releases>
>          <snapshots><enabled>true</enabled></snapshots>
>        </pluginRepository>
>      </pluginRepositories>
>    </profile>
>  </profiles>
>  <activeProfiles>
>    <!--make the profile active all the time -->
>    <activeProfile>nexus</activeProfile>
>  </activeProfiles>
> </settings>
>
> I copied this from the docs "3.2. Configuring Maven to Use a Single  
> Nexus
> Group" and changed the url to point to my nexus server.
>
> I can browse via the web interface to the the maven-clean-plugin so I
> must be misconfigured somehow can anyone help me?
>
> Ted
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Works:

wget http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
--2009-10-16 08:24:08--
http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
Connecting to 192.168.25.10:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 499 [text/plain]
Saving to: `maven-metadata.xml'

100%[==========================================================================================>]
499         --.-K/s   in 0s

2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]

[tedx@comms jwss2]$ cat maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-clean-plugin</artifactId>
  <versioning>
    <latest>2.3</latest>
    <release>2.3</release>
    <versions>
      <version>2.0-beta-1</version>
      <version>2.0-rc1</version>
      <version>2.0</version>
      <version>2.1</version>
      <version>2.2</version>
      <version>2.3</version>
    </versions>
    <lastUpdated>20090325190822</lastUpdated>
  </versioning>
</metadata>


On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...> wrote:

> Can you try retrieving
> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
> using a web browser or wget and see what happens?
>
> Rich
>
> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>
>> I got distracted for awhile but I'm back trying to use nexus. However
>> my maven build fails with this error:
>>
>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>> for updates from central
>> [WARNING] repository metadata for: 'artifact
>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>> from repository: central due to an error: Error transferring file
>> [INFO] Repository 'central' will be blacklisted
>>
>> My settings.xml looks like :
>>
>> <settings>
>>  <mirrors>
>>   <mirror>
>>     <!--This sends everything else to /public -->
>>     <id>nexus</id>
>>     <mirrorOf>*</mirrorOf>
>>
>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>   </mirror>
>>  </mirrors>
>>  <profiles>
>>   <profile>
>>     <id>nexus</id>
>>     <!--Enable snapshots for the built in central repo to direct -->
>>     <!--all requests to nexus via the mirror -->
>>     <repositories>
>>       <repository>
>>         <id>central</id>
>>         <url>http://central</url>
>>         <releases><enabled>true</enabled></releases>
>>         <snapshots><enabled>true</enabled></snapshots>
>>       </repository>
>>     </repositories>
>>    <pluginRepositories>
>>       <pluginRepository>
>>         <id>central</id>
>>         <url>http://central</url>
>>         <releases><enabled>true</enabled></releases>
>>         <snapshots><enabled>true</enabled></snapshots>
>>       </pluginRepository>
>>     </pluginRepositories>
>>   </profile>
>>  </profiles>
>>  <activeProfiles>
>>   <!--make the profile active all the time -->
>>   <activeProfile>nexus</activeProfile>
>>  </activeProfiles>
>> </settings>
>>
>> I copied this from the docs "3.2. Configuring Maven to Use a Single Nexus
>> Group" and changed the url to point to my nexus server.
>>
>> I can browse via the web interface to the the maven-clean-plugin so I
>> must be misconfigured somehow can anyone help me?
>>
>> Ted
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Interesting.  I don't see anything wrong with the settings.xml file,  
and I assume the maven build is running on the same machine you ran  
the wget.

Can you try running the build again with the "-X" switch?

Rich

On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:

> Works:
>
> wget http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
> --2009-10-16 08:24:08--
> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
> Connecting to 192.168.25.10:8080... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 499 [text/plain]
> Saving to: `maven-metadata.xml'
>
> 100%
> [=
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> =
> ====================================================================>]
> 499         --.-K/s   in 0s
>
> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]
>
> [tedx@comms jwss2]$ cat maven-metadata.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <metadata>
>  <groupId>org.apache.maven.plugins</groupId>
>  <artifactId>maven-clean-plugin</artifactId>
>  <versioning>
>    <latest>2.3</latest>
>    <release>2.3</release>
>    <versions>
>      <version>2.0-beta-1</version>
>      <version>2.0-rc1</version>
>      <version>2.0</version>
>      <version>2.1</version>
>      <version>2.2</version>
>      <version>2.3</version>
>    </versions>
>    <lastUpdated>20090325190822</lastUpdated>
>  </versioning>
> </metadata>
>
>
> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon  
> <rseddon@...> wrote:
>> Can you try retrieving
>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml 
>> "
>> using a web browser or wget and see what happens?
>>
>> Rich
>>
>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>
>>> I got distracted for awhile but I'm back trying to use nexus.  
>>> However
>>> my maven build fails with this error:
>>>
>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:  
>>> checking
>>> for updates from central
>>> [WARNING] repository metadata for: 'artifact
>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>> from repository: central due to an error: Error transferring file
>>> [INFO] Repository 'central' will be blacklisted
>>>
>>> My settings.xml looks like :
>>>
>>> <settings>
>>>  <mirrors>
>>>   <mirror>
>>>     <!--This sends everything else to /public -->
>>>     <id>nexus</id>
>>>     <mirrorOf>*</mirrorOf>
>>>
>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/ 
>>> public</url>
>>>   </mirror>
>>>  </mirrors>
>>>  <profiles>
>>>   <profile>
>>>     <id>nexus</id>
>>>     <!--Enable snapshots for the built in central repo to direct -->
>>>     <!--all requests to nexus via the mirror -->
>>>     <repositories>
>>>       <repository>
>>>         <id>central</id>
>>>         <url>http://central</url>
>>>         <releases><enabled>true</enabled></releases>
>>>         <snapshots><enabled>true</enabled></snapshots>
>>>       </repository>
>>>     </repositories>
>>>    <pluginRepositories>
>>>       <pluginRepository>
>>>         <id>central</id>
>>>         <url>http://central</url>
>>>         <releases><enabled>true</enabled></releases>
>>>         <snapshots><enabled>true</enabled></snapshots>
>>>       </pluginRepository>
>>>     </pluginRepositories>
>>>   </profile>
>>>  </profiles>
>>>  <activeProfiles>
>>>   <!--make the profile active all the time -->
>>>   <activeProfile>nexus</activeProfile>
>>>  </activeProfiles>
>>> </settings>
>>>
>>> I copied this from the docs "3.2. Configuring Maven to Use a  
>>> Single Nexus
>>> Group" and changed the url to point to my nexus server.
>>>
>>> I can browse via the web interface to the the maven-clean-plugin  
>>> so I
>>> must be misconfigured somehow can anyone help me?
>>>
>>> Ted
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok I change the other urls in settings.xml to point to my nexus
server. Now my maven build has downloaded a number of artifacts but it
get to this point:

[INFO] Ignoring available plugin update: 2.3 as it requires Maven version 2.0.6
Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
34/164K

and hangs.


On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...> wrote:

> Interesting.  I don't see anything wrong with the settings.xml file, and I
> assume the maven build is running on the same machine you ran the wget.
>
> Can you try running the build again with the "-X" switch?
>
> Rich
>
> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>
>> Works:
>>
>> wget
>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>> --2009-10-16 08:24:08--
>>
>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>> Connecting to 192.168.25.10:8080... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 499 [text/plain]
>> Saving to: `maven-metadata.xml'
>>
>>
>> 100%[==========================================================================================>]
>> 499         --.-K/s   in 0s
>>
>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]
>>
>> [tedx@comms jwss2]$ cat maven-metadata.xml
>> <?xml version="1.0" encoding="UTF-8"?>
>> <metadata>
>>  <groupId>org.apache.maven.plugins</groupId>
>>  <artifactId>maven-clean-plugin</artifactId>
>>  <versioning>
>>   <latest>2.3</latest>
>>   <release>2.3</release>
>>   <versions>
>>     <version>2.0-beta-1</version>
>>     <version>2.0-rc1</version>
>>     <version>2.0</version>
>>     <version>2.1</version>
>>     <version>2.2</version>
>>     <version>2.3</version>
>>   </versions>
>>   <lastUpdated>20090325190822</lastUpdated>
>>  </versioning>
>> </metadata>
>>
>>
>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...>
>> wrote:
>>>
>>> Can you try retrieving
>>>
>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>> using a web browser or wget and see what happens?
>>>
>>> Rich
>>>
>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>
>>>> I got distracted for awhile but I'm back trying to use nexus. However
>>>> my maven build fails with this error:
>>>>
>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>>>> for updates from central
>>>> [WARNING] repository metadata for: 'artifact
>>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>>> from repository: central due to an error: Error transferring file
>>>> [INFO] Repository 'central' will be blacklisted
>>>>
>>>> My settings.xml looks like :
>>>>
>>>> <settings>
>>>>  <mirrors>
>>>>  <mirror>
>>>>    <!--This sends everything else to /public -->
>>>>    <id>nexus</id>
>>>>    <mirrorOf>*</mirrorOf>
>>>>
>>>>
>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>  </mirror>
>>>>  </mirrors>
>>>>  <profiles>
>>>>  <profile>
>>>>    <id>nexus</id>
>>>>    <!--Enable snapshots for the built in central repo to direct -->
>>>>    <!--all requests to nexus via the mirror -->
>>>>    <repositories>
>>>>      <repository>
>>>>        <id>central</id>
>>>>        <url>http://central</url>
>>>>        <releases><enabled>true</enabled></releases>
>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>      </repository>
>>>>    </repositories>
>>>>   <pluginRepositories>
>>>>      <pluginRepository>
>>>>        <id>central</id>
>>>>        <url>http://central</url>
>>>>        <releases><enabled>true</enabled></releases>
>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>      </pluginRepository>
>>>>    </pluginRepositories>
>>>>  </profile>
>>>>  </profiles>
>>>>  <activeProfiles>
>>>>  <!--make the profile active all the time -->
>>>>  <activeProfile>nexus</activeProfile>
>>>>  </activeProfiles>
>>>> </settings>
>>>>
>>>> I copied this from the docs "3.2. Configuring Maven to Use a Single
>>>> Nexus
>>>> Group" and changed the url to point to my nexus server.
>>>>
>>>> I can browse via the web interface to the the maven-clean-plugin so I
>>>> must be misconfigured somehow can anyone help me?
>>>>
>>>> Ted
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm running maven 2.0.4 on Fedora 10 because that is the version
available with the distribution. Are there possible compatibility
issues? What versions of maven has nexus 1.3.6 been tested with?

On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...> wrote:

> Ok I change the other urls in settings.xml to point to my nexus
> server. Now my maven build has downloaded a number of artifacts but it
> get to this point:
>
> [INFO] Ignoring available plugin update: 2.3 as it requires Maven version 2.0.6
> Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 34/164K
>
> and hangs.
>
>
> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...> wrote:
>> Interesting.  I don't see anything wrong with the settings.xml file, and I
>> assume the maven build is running on the same machine you ran the wget.
>>
>> Can you try running the build again with the "-X" switch?
>>
>> Rich
>>
>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>
>>> Works:
>>>
>>> wget
>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>> --2009-10-16 08:24:08--
>>>
>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>> Connecting to 192.168.25.10:8080... connected.
>>> HTTP request sent, awaiting response... 200 OK
>>> Length: 499 [text/plain]
>>> Saving to: `maven-metadata.xml'
>>>
>>>
>>> 100%[==========================================================================================>]
>>> 499         --.-K/s   in 0s
>>>
>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]
>>>
>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <metadata>
>>>  <groupId>org.apache.maven.plugins</groupId>
>>>  <artifactId>maven-clean-plugin</artifactId>
>>>  <versioning>
>>>   <latest>2.3</latest>
>>>   <release>2.3</release>
>>>   <versions>
>>>     <version>2.0-beta-1</version>
>>>     <version>2.0-rc1</version>
>>>     <version>2.0</version>
>>>     <version>2.1</version>
>>>     <version>2.2</version>
>>>     <version>2.3</version>
>>>   </versions>
>>>   <lastUpdated>20090325190822</lastUpdated>
>>>  </versioning>
>>> </metadata>
>>>
>>>
>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...>
>>> wrote:
>>>>
>>>> Can you try retrieving
>>>>
>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>> using a web browser or wget and see what happens?
>>>>
>>>> Rich
>>>>
>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>
>>>>> I got distracted for awhile but I'm back trying to use nexus. However
>>>>> my maven build fails with this error:
>>>>>
>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>>>>> for updates from central
>>>>> [WARNING] repository metadata for: 'artifact
>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>>>> from repository: central due to an error: Error transferring file
>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>
>>>>> My settings.xml looks like :
>>>>>
>>>>> <settings>
>>>>>  <mirrors>
>>>>>  <mirror>
>>>>>    <!--This sends everything else to /public -->
>>>>>    <id>nexus</id>
>>>>>    <mirrorOf>*</mirrorOf>
>>>>>
>>>>>
>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>  </mirror>
>>>>>  </mirrors>
>>>>>  <profiles>
>>>>>  <profile>
>>>>>    <id>nexus</id>
>>>>>    <!--Enable snapshots for the built in central repo to direct -->
>>>>>    <!--all requests to nexus via the mirror -->
>>>>>    <repositories>
>>>>>      <repository>
>>>>>        <id>central</id>
>>>>>        <url>http://central</url>
>>>>>        <releases><enabled>true</enabled></releases>
>>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>>      </repository>
>>>>>    </repositories>
>>>>>   <pluginRepositories>
>>>>>      <pluginRepository>
>>>>>        <id>central</id>
>>>>>        <url>http://central</url>
>>>>>        <releases><enabled>true</enabled></releases>
>>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>>      </pluginRepository>
>>>>>    </pluginRepositories>
>>>>>  </profile>
>>>>>  </profiles>
>>>>>  <activeProfiles>
>>>>>  <!--make the profile active all the time -->
>>>>>  <activeProfile>nexus</activeProfile>
>>>>>  </activeProfiles>
>>>>> </settings>
>>>>>
>>>>> I copied this from the docs "3.2. Configuring Maven to Use a Single
>>>>> Nexus
>>>>> Group" and changed the url to point to my nexus server.
>>>>>
>>>>> I can browse via the web interface to the the maven-clean-plugin so I
>>>>> must be misconfigured somehow can anyone help me?
>>>>>
>>>>> Ted
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It has been tested with Maven 2.0.9 and higher.

We've had problems in the past with the built in maven's from some  
Linux distributions. Can you try with the latest released maven  
(2.2.1) and see what happens?

http://maven.apache.org/download.html

RIch

On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:

> I'm running maven 2.0.4 on Fedora 10 because that is the version
> available with the distribution. Are there possible compatibility
> issues? What versions of maven has nexus 1.3.6 been tested with?
>
> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...> wrote:
>> Ok I change the other urls in settings.xml to point to my nexus
>> server. Now my maven build has downloaded a number of artifacts but  
>> it
>> get to this point:
>>
>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven  
>> version 2.0.6
>> Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 34/164K
>>
>> and hangs.
>>
>>
>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...
>> > wrote:
>>> Interesting.  I don't see anything wrong with the settings.xml  
>>> file, and I
>>> assume the maven build is running on the same machine you ran the  
>>> wget.
>>>
>>> Can you try running the build again with the "-X" switch?
>>>
>>> Rich
>>>
>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>
>>>> Works:
>>>>
>>>> wget
>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>> --2009-10-16 08:24:08--
>>>>
>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>> Connecting to 192.168.25.10:8080... connected.
>>>> HTTP request sent, awaiting response... 200 OK
>>>> Length: 499 [text/plain]
>>>> Saving to: `maven-metadata.xml'
>>>>
>>>>
>>>> 100%
>>>> [=
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =================================================================>]
>>>> 499         --.-K/s   in 0s
>>>>
>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved  
>>>> [499/499]
>>>>
>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <metadata>
>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>  <versioning>
>>>>   <latest>2.3</latest>
>>>>   <release>2.3</release>
>>>>   <versions>
>>>>     <version>2.0-beta-1</version>
>>>>     <version>2.0-rc1</version>
>>>>     <version>2.0</version>
>>>>     <version>2.1</version>
>>>>     <version>2.2</version>
>>>>     <version>2.3</version>
>>>>   </versions>
>>>>   <lastUpdated>20090325190822</lastUpdated>
>>>>  </versioning>
>>>> </metadata>
>>>>
>>>>
>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...
>>>> >
>>>> wrote:
>>>>>
>>>>> Can you try retrieving
>>>>>
>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml 
>>>>> "
>>>>> using a web browser or wget and see what happens?
>>>>>
>>>>> Rich
>>>>>
>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>
>>>>>> I got distracted for awhile but I'm back trying to use nexus.  
>>>>>> However
>>>>>> my maven build fails with this error:
>>>>>>
>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:  
>>>>>> checking
>>>>>> for updates from central
>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be  
>>>>>> retrieved
>>>>>> from repository: central due to an error: Error transferring file
>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>
>>>>>> My settings.xml looks like :
>>>>>>
>>>>>> <settings>
>>>>>>  <mirrors>
>>>>>>  <mirror>
>>>>>>    <!--This sends everything else to /public -->
>>>>>>    <id>nexus</id>
>>>>>>    <mirrorOf>*</mirrorOf>
>>>>>>
>>>>>>
>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/ 
>>>>>> groups/public</url>
>>>>>>  </mirror>
>>>>>>  </mirrors>
>>>>>>  <profiles>
>>>>>>  <profile>
>>>>>>    <id>nexus</id>
>>>>>>    <!--Enable snapshots for the built in central repo to direct  
>>>>>> -->
>>>>>>    <!--all requests to nexus via the mirror -->
>>>>>>    <repositories>
>>>>>>      <repository>
>>>>>>        <id>central</id>
>>>>>>        <url>http://central</url>
>>>>>>        <releases><enabled>true</enabled></releases>
>>>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>>>      </repository>
>>>>>>    </repositories>
>>>>>>   <pluginRepositories>
>>>>>>      <pluginRepository>
>>>>>>        <id>central</id>
>>>>>>        <url>http://central</url>
>>>>>>        <releases><enabled>true</enabled></releases>
>>>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>>>      </pluginRepository>
>>>>>>    </pluginRepositories>
>>>>>>  </profile>
>>>>>>  </profiles>
>>>>>>  <activeProfiles>
>>>>>>  <!--make the profile active all the time -->
>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>  </activeProfiles>
>>>>>> </settings>
>>>>>>
>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a  
>>>>>> Single
>>>>>> Nexus
>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>
>>>>>> I can browse via the web interface to the the maven-clean-
>>>>>> plugin so I
>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>
>>>>>> Ted
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 Basically the same results:

/usr/local/apache-maven-2.2.1/bin/mvn -X clean install
Warning: JAVA_HOME environment variable is not set.
+ Error stacktraces are turned on.
Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
Java version: 1.6.0_0
Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64" Family: "unix"
[DEBUG] Building Maven user-level plugin registry from:
'/home/tedx/.m2/plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from:
'/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   TomcatProtocol
[INFO]   jcdx-util
[INFO]   MessageClient
[INFO]   JWSS
[INFO]   JCDXWSRecvHandler
[INFO]   MessageService
[INFO]   MessageServiceClient
[INFO]   JWSSController
[INFO]   JCDXWSController
[INFO]   JCDXWSRecv
[INFO]   DMSController
[INFO]   JANAP Message Parsing State Machine
[INFO]   GCCSUCPController
[INFO]   Micro_Proxy Executable
[INFO]   libident
[INFO]   libsock
[INFO]   SOCKS Proxy Executable
[INFO]   SOCKS Proxy
[INFO]   JWSS
[DEBUG] Wagons could not be registered as the extension container was
never created
[INFO] ------------------------------------------------------------------------
[INFO] Building TomcatProtocol
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[DEBUG] Retrieving parent-POM:
org.apache.maven.plugins:maven-plugins:pom:10 for project:
null:maven-clean-plugin:maven-plugin:2.2 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
project: org.apache.maven.plugins:maven-plugins:pom:10 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
org.apache.maven:maven-parent:pom:7 from the repository.
[DEBUG] Plugin dependencies for:

org.apache.maven.plugins:maven-clean-plugin:2.2

are:

org.apache.maven:maven-project:jar:2.0:runtime
org.apache.maven:maven-plugin-api:jar:2.0:runtime
org.apache.maven.shared:file-management:jar:1.2:runtime
org.codehaus.plexus:plexus-utils:jar:1.1:runtime


[DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
project: null:maven-project:jar:2.0 from the repository.
[DEBUG] Adding managed dependencies for unknown:maven-project
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-profile
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
for runtime)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-model
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
for runtime)
[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
(selected for runtime)
[DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
(selected for runtime)
[DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact-manager
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
(selected for runtime)
[DEBUG] Adding managed dependencies for
org.apache.maven:maven-repository-metadata
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime
(selected for runtime)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
(selected for runtime)
[DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(selected for runtime)
[DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
for runtime)
[DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
(selected for runtime)
[DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
(selected for runtime)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-api
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.shared:maven-shared-components:pom:8 for project:
null:file-management:jar:1.2 from the repository.
[DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
project: null:maven-plugin-api:jar:null from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
project: null:maven:pom:2.0.6 from the repository.
[DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
org.apache.maven:maven-parent:pom:5 from the repository.
[DEBUG] Adding managed dependencies for unknown:maven-plugin-api
[DEBUG]   org.apache.maven:maven-model:jar:2.0.6
[DEBUG]   org.apache.maven:maven-project:jar:2.0.6
[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
[DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
[DEBUG]   classworlds:classworlds:jar:1.1
[DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
(removed - nearer found: 2.0)
[DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
project: org.apache.maven:maven-artifact:jar:2.0.2 from the
repository.
[DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
[DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
(removed - nearer found: 2.0)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact-manager
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
(removed - nearer found: 2.0)
[DEBUG] Retrieving parent-POM:
org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
[DEBUG] Adding managed dependencies for unknown:wagon-provider-api
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
[DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
[DEBUG]   junit:junit:jar:3.8.1
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
(removed - nearer found: 1.0-alpha-5)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
for project: null:plexus-utils:jar:1.4.6 from the repository.
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
(removed - nearer found: 1.0.4)
[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
(removed - nearer found: 1.0.4)
[DEBUG] Retrieving parent-POM:
org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
null:plexus-container-default:jar:1.0-alpha-9 from the repository.
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
repository.
[DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
(removed - nearer found: 1.0-alpha-8)
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
- nearer found: 1.1)
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
for runtime)
[DEBUG] Trying repository central
[DEBUG] Using mirror:
http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
(id: nexus)
[DEBUG] Using Wagon implementation lightweight from default mapping
for protocol http
[DEBUG] Checking for pre-existing User-Agent configuration.
[DEBUG] Adding User-Agent configuration.
[DEBUG] Connecting to repository: 'nexus' with url:
'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[DEBUG] attempting to create parent directories for destination:
plexus-utils-1.1.jar.tmp
17/164K


On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...> wrote:

> It has been tested with Maven 2.0.9 and higher.
>
> We've had problems in the past with the built in maven's from some Linux
> distributions. Can you try with the latest released maven (2.2.1) and see
> what happens?
>
> http://maven.apache.org/download.html
>
> RIch
>
> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>
>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>> available with the distribution. Are there possible compatibility
>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>
>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...> wrote:
>>>
>>> Ok I change the other urls in settings.xml to point to my nexus
>>> server. Now my maven build has downloaded a number of artifacts but it
>>> get to this point:
>>>
>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven version
>>> 2.0.6
>>> Downloading:
>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 34/164K
>>>
>>> and hangs.
>>>
>>>
>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...>
>>> wrote:
>>>>
>>>> Interesting.  I don't see anything wrong with the settings.xml file, and
>>>> I
>>>> assume the maven build is running on the same machine you ran the wget.
>>>>
>>>> Can you try running the build again with the "-X" switch?
>>>>
>>>> Rich
>>>>
>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>
>>>>> Works:
>>>>>
>>>>> wget
>>>>>
>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>> --2009-10-16 08:24:08--
>>>>>
>>>>>
>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>> HTTP request sent, awaiting response... 200 OK
>>>>> Length: 499 [text/plain]
>>>>> Saving to: `maven-metadata.xml'
>>>>>
>>>>>
>>>>>
>>>>> 100%[==========================================================================================>]
>>>>> 499         --.-K/s   in 0s
>>>>>
>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]
>>>>>
>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>> <metadata>
>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>  <versioning>
>>>>>  <latest>2.3</latest>
>>>>>  <release>2.3</release>
>>>>>  <versions>
>>>>>    <version>2.0-beta-1</version>
>>>>>    <version>2.0-rc1</version>
>>>>>    <version>2.0</version>
>>>>>    <version>2.1</version>
>>>>>    <version>2.2</version>
>>>>>    <version>2.3</version>
>>>>>  </versions>
>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>  </versioning>
>>>>> </metadata>
>>>>>
>>>>>
>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...>
>>>>> wrote:
>>>>>>
>>>>>> Can you try retrieving
>>>>>>
>>>>>>
>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>>>> using a web browser or wget and see what happens?
>>>>>>
>>>>>> Rich
>>>>>>
>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>
>>>>>>> I got distracted for awhile but I'm back trying to use nexus. However
>>>>>>> my maven build fails with this error:
>>>>>>>
>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>>>>>>> for updates from central
>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>>>>>> from repository: central due to an error: Error transferring file
>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>
>>>>>>> My settings.xml looks like :
>>>>>>>
>>>>>>> <settings>
>>>>>>>  <mirrors>
>>>>>>>  <mirror>
>>>>>>>   <!--This sends everything else to /public -->
>>>>>>>   <id>nexus</id>
>>>>>>>   <mirrorOf>*</mirrorOf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>>>  </mirror>
>>>>>>>  </mirrors>
>>>>>>>  <profiles>
>>>>>>>  <profile>
>>>>>>>   <id>nexus</id>
>>>>>>>   <!--Enable snapshots for the built in central repo to direct -->
>>>>>>>   <!--all requests to nexus via the mirror -->
>>>>>>>   <repositories>
>>>>>>>     <repository>
>>>>>>>       <id>central</id>
>>>>>>>       <url>http://central</url>
>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>     </repository>
>>>>>>>   </repositories>
>>>>>>>  <pluginRepositories>
>>>>>>>     <pluginRepository>
>>>>>>>       <id>central</id>
>>>>>>>       <url>http://central</url>
>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>     </pluginRepository>
>>>>>>>   </pluginRepositories>
>>>>>>>  </profile>
>>>>>>>  </profiles>
>>>>>>>  <activeProfiles>
>>>>>>>  <!--make the profile active all the time -->
>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>  </activeProfiles>
>>>>>>> </settings>
>>>>>>>
>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a Single
>>>>>>> Nexus
>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>
>>>>>>> I can browse via the web interface to the the maven-clean-plugin so I
>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>
>>>>>>> Ted
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are there any errors in the nexus.log file?

Check under sonatype-work/nexus/logs/nexus-log

Rich

On Oct 16, 2009, at 1:14 PM, Xavier Toth wrote:

> Basically the same results:
>
> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
> Warning: JAVA_HOME environment variable is not set.
> + Error stacktraces are turned on.
> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
> Java version: 1.6.0_0
> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64"  
> Family: "unix"
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/tedx/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   TomcatProtocol
> [INFO]   jcdx-util
> [INFO]   MessageClient
> [INFO]   JWSS
> [INFO]   JCDXWSRecvHandler
> [INFO]   MessageService
> [INFO]   MessageServiceClient
> [INFO]   JWSSController
> [INFO]   JCDXWSController
> [INFO]   JCDXWSRecv
> [INFO]   DMSController
> [INFO]   JANAP Message Parsing State Machine
> [INFO]   GCCSUCPController
> [INFO]   Micro_Proxy Executable
> [INFO]   libident
> [INFO]   libsock
> [INFO]   SOCKS Proxy Executable
> [INFO]   SOCKS Proxy
> [INFO]   JWSS
> [DEBUG] Wagons could not be registered as the extension container was
> never created
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building TomcatProtocol
> [INFO]    task-segment: [clean, install]
> [INFO]  
> ------------------------------------------------------------------------
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.plugins:maven-plugins:pom:10 for project:
> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
> repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
> org.apache.maven:maven-parent:pom:7 from the repository.
> [DEBUG] Plugin dependencies for:
>
> org.apache.maven.plugins:maven-clean-plugin:2.2
>
> are:
>
> org.apache.maven:maven-project:jar:2.0:runtime
> org.apache.maven:maven-plugin-api:jar:2.0:runtime
> org.apache.maven.shared:file-management:jar:1.2:runtime
> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>
>
> [DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:
> 2.2:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
> project: null:maven-project:jar:2.0 from the repository.
> [DEBUG] Adding managed dependencies for unknown:maven-project
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-5
> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected  
> for runtime)
> [DEBUG] Adding managed dependencies for unknown:maven-profile
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-5
> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
> for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-5
> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
> for runtime)
> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
> (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
> (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-
> alpha-8:runtime
> (selected for runtime)
> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
> (selected for runtime)
> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected  
> for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
> artifact-manager
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-5
> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
> (selected for runtime)
> [DEBUG] Adding managed dependencies for
> org.apache.maven:maven-repository-metadata
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-5
> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:
> 2.0:runtime
> (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
> artifact
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-5
> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
> (selected for runtime)
> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-
> alpha-5:runtime
> (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
> (selected for runtime)
> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
> for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-
> alpha-8:runtime
> (selected for runtime)
> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
> (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
> plugin-api
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-5
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
> for runtime)
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.shared:maven-shared-components:pom:8 for project:
> null:file-management:jar:1.2 from the repository.
> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
> project: null:maven-plugin-api:jar:null from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
> project: null:maven:pom:2.0.6 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
> org.apache.maven:maven-parent:pom:5 from the repository.
> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
> alpha-9-stable-1
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
> [DEBUG]   classworlds:classworlds:jar:1.1
> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
> (removed - nearer found: 2.0)
> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
> repository.
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
> artifact
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-6
> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
> (removed - nearer found: 2.0)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
> artifact-manager
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
> alpha-6
> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:
> 2.0.2:runtime
> (removed - nearer found: 2.0)
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
> [DEBUG]   junit:junit:jar:3.8.1
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-
> alpha-6:runtime
> (removed - nearer found: 1.0-alpha-5)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
> for project: null:plexus-utils:jar:1.4.6 from the repository.
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
> (removed - nearer found: 1.0.4)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
> (removed - nearer found: 1.0.4)
> [DEBUG] Retrieving parent-POM:
> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
> repository.
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-
> alpha-9:runtime
> (removed - nearer found: 1.0-alpha-8)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
> - nearer found: 1.1)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
> for runtime)
> [DEBUG] Trying repository central
> [DEBUG] Using mirror:
> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
> (id: nexus)
> [DEBUG] Using Wagon implementation lightweight from default mapping
> for protocol http
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'nexus' with url:
> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
> Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> [DEBUG] attempting to create parent directories for destination:
> plexus-utils-1.1.jar.tmp
> 17/164K
>
>
> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon  
> <rseddon@...> wrote:
>> It has been tested with Maven 2.0.9 and higher.
>>
>> We've had problems in the past with the built in maven's from some  
>> Linux
>> distributions. Can you try with the latest released maven (2.2.1)  
>> and see
>> what happens?
>>
>> http://maven.apache.org/download.html
>>
>> RIch
>>
>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>
>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>> available with the distribution. Are there possible compatibility
>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>
>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...>  
>>> wrote:
>>>>
>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>> server. Now my maven build has downloaded a number of artifacts  
>>>> but it
>>>> get to this point:
>>>>
>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven  
>>>> version
>>>> 2.0.6
>>>> Downloading:
>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 34/164K
>>>>
>>>> and hangs.
>>>>
>>>>
>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...
>>>> >
>>>> wrote:
>>>>>
>>>>> Interesting.  I don't see anything wrong with the settings.xml  
>>>>> file, and
>>>>> I
>>>>> assume the maven build is running on the same machine you ran  
>>>>> the wget.
>>>>>
>>>>> Can you try running the build again with the "-X" switch?
>>>>>
>>>>> Rich
>>>>>
>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>
>>>>>> Works:
>>>>>>
>>>>>> wget
>>>>>>
>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>> --2009-10-16 08:24:08--
>>>>>>
>>>>>>
>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>> Length: 499 [text/plain]
>>>>>> Saving to: `maven-metadata.xml'
>>>>>>
>>>>>>
>>>>>>
>>>>>> 100%
>>>>>> [=
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> =
>>>>>> ===============================================================>]
>>>>>> 499         --.-K/s   in 0s
>>>>>>
>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved  
>>>>>> [499/499]
>>>>>>
>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>> <metadata>
>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>  <versioning>
>>>>>>  <latest>2.3</latest>
>>>>>>  <release>2.3</release>
>>>>>>  <versions>
>>>>>>    <version>2.0-beta-1</version>
>>>>>>    <version>2.0-rc1</version>
>>>>>>    <version>2.0</version>
>>>>>>    <version>2.1</version>
>>>>>>    <version>2.2</version>
>>>>>>    <version>2.3</version>
>>>>>>  </versions>
>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>  </versioning>
>>>>>> </metadata>
>>>>>>
>>>>>>
>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...
>>>>>> >
>>>>>> wrote:
>>>>>>>
>>>>>>> Can you try retrieving
>>>>>>>
>>>>>>>
>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml 
>>>>>>> "
>>>>>>> using a web browser or wget and see what happens?
>>>>>>>
>>>>>>> Rich
>>>>>>>
>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>
>>>>>>>> I got distracted for awhile but I'm back trying to use nexus.  
>>>>>>>> However
>>>>>>>> my maven build fails with this error:
>>>>>>>>
>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:  
>>>>>>>> checking
>>>>>>>> for updates from central
>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be  
>>>>>>>> retrieved
>>>>>>>> from repository: central due to an error: Error transferring  
>>>>>>>> file
>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>
>>>>>>>> My settings.xml looks like :
>>>>>>>>
>>>>>>>> <settings>
>>>>>>>>  <mirrors>
>>>>>>>>  <mirror>
>>>>>>>>   <!--This sends everything else to /public -->
>>>>>>>>   <id>nexus</id>
>>>>>>>>   <mirrorOf>*</mirrorOf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/ 
>>>>>>>> groups/public</url>
>>>>>>>>  </mirror>
>>>>>>>>  </mirrors>
>>>>>>>>  <profiles>
>>>>>>>>  <profile>
>>>>>>>>   <id>nexus</id>
>>>>>>>>   <!--Enable snapshots for the built in central repo to  
>>>>>>>> direct -->
>>>>>>>>   <!--all requests to nexus via the mirror -->
>>>>>>>>   <repositories>
>>>>>>>>     <repository>
>>>>>>>>       <id>central</id>
>>>>>>>>       <url>http://central</url>
>>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>     </repository>
>>>>>>>>   </repositories>
>>>>>>>>  <pluginRepositories>
>>>>>>>>     <pluginRepository>
>>>>>>>>       <id>central</id>
>>>>>>>>       <url>http://central</url>
>>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>     </pluginRepository>
>>>>>>>>   </pluginRepositories>
>>>>>>>>  </profile>
>>>>>>>>  </profiles>
>>>>>>>>  <activeProfiles>
>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>  </activeProfiles>
>>>>>>>> </settings>
>>>>>>>>
>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a  
>>>>>>>> Single
>>>>>>>> Nexus
>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>
>>>>>>>> I can browse via the web interface to the the maven-clean-
>>>>>>>> plugin so I
>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>
>>>>>>>> Ted
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Indeed and by the way here are the java and tomcat that are installed:

tomcat5-5.5.27-6.1.fc10.noarch
java-1.6.0-openjdk-1.6.0.0-21.b16.fc10.x86_64

------------------------------------ nexus.log
----------------------------------------
2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
     - Attempting to authenticate Subject as Anonymous request...
2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
     - Successfully logged in as anonymous
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.e.Authenticat~:default  - Notifying 1 EventListener about event
org.sonatype.nexus.auth.NexusAuthenticationEvent fired
(org.sonatype.nexus.auth.NexusAuthenticationEvent@b92f3dc)
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.t.TargetReg~:default  - Resolving targets for
repository='public' for
path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
[nexus:target:3:public:read, nexus:target:1:public:read]
2009-10-16 15:28:24 DEBUG [080-Processor22] - net.sf.ehcache.Cache
     - org.sonatype.jsecurity.realms.XmlAuthorizingRealm-1-authorization
Memory cache hit, but element expired
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.p.r.r.ManagedPl~:content  - Created ResourceStore request for
/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.t.TargetReg~:default  - Resolving targets for
repository='public' for
path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
[nexus:target:3:public:read, nexus:target:1:public:read]
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.GroupRepo~:maven2   - retrieveItem() ::
public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.s.l.LocalRe~:file     -
/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
/usr/share/tomcat5/sonatype-work/nexus/storage/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.GroupRepo~:maven2   - Item
public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar not
found in local storage.
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.m.RequestRe~:default  - No mapping exists for request path
[/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar]
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repository:maven2   - retrieveItem() ::
central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repository:maven2   -
central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar ::
localOnly=false, remoteOnly=false, ProxyMode=ALLOW
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.s.l.LocalRe~:file     -
/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
/usr/share/tomcat5/sonatype-work/nexus/storage/central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.a.Attribute~:default  - Loading attributes on
UID=central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repository:maven2   - Item
central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
found in local storage.
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repository:maven2   - Item
central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
does exist in local storage and is fresh, returning local one.
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repository:maven2   - Notifying 2 EventListener about event
org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
(org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
(org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repository:maven2   - central retrieveItem() :: FOUND
central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.GroupRepo~:maven2   - Notifying 1 EventListener about event
org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
(org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
(org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
2009-10-16 15:28:24 DEBUG [080-Processor22] -
o.s.n.p.r.GroupRepo~:maven2   - public retrieveItem() :: FOUND
public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
2009-10-16 15:29:20 ERROR [080-Processor22] - o.r.C.Server
     - An exception occured writing the response entity
ClientAbortException:  java.net.SocketException: Broken pipe
        at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366)
        at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
        at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:398)
        at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
        at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
        at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:190)
        at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:174)
        at org.sonatype.nexus.rest.StorageFileItemRepresentation.write(StorageFileItemRepresentation.java:81)
        at com.noelios.restlet.http.HttpServerCall.writeResponseBody(HttpServerCall.java:492)
        at com.noelios.restlet.http.HttpServerCall.sendResponse(HttpServerCall.java:428)
        at com.noelios.restlet.ext.servlet.ServletCall.sendResponse(ServletCall.java:407)
        at com.noelios.restlet.http.HttpServerConverter.commit(HttpServerConverter.java:388)
        at com.noelios.restlet.http.HttpServerHelper.handle(HttpServerHelper.java:148)
        at com.noelios.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:884)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:52)
        at org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
        at org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
        at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
        at org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
        at org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
        at org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
        at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
        at org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
        at org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal(JSecurityFilter.java:382)
        at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Thread.java:636)
Caused by: java.net.SocketException: Broken pipe
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
        at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:750)
        at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
        at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:347)
        at org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:773)
        at org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
        at org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:583)
        at org.apache.coyote.Response.doWrite(Response.java:560)
        at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:361)
        ... 41 more
2009-10-16 15:29:20 WARN  [080-Processor22] - o.r.C.Server
     - Error while handling an HTTP server call:
2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
     - Start expire sessions StandardManager at 1255724961347
sessioncount 3
2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
     - End expire sessions StandardManager processingTime 0 expired
sessions: 0
2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
     - Start expire sessions StandardManager at 1255725021349
sessioncount 3
2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
     - End expire sessions StandardManager processingTime 1 expired
sessions: 0
2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
     - Start expire sessions StandardManager at 1255725081352
sessioncount 3
2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
     - End expire sessions StandardManager processingTime 0 expired
sessions: 0

On Fri, Oct 16, 2009 at 3:33 PM, Richard Seddon <rseddon@...> wrote:

> Are there any errors in the nexus.log file?
>
> Check under sonatype-work/nexus/logs/nexus-log
>
> Rich
>
> On Oct 16, 2009, at 1:14 PM, Xavier Toth wrote:
>
>> Basically the same results:
>>
>> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
>> Warning: JAVA_HOME environment variable is not set.
>> + Error stacktraces are turned on.
>> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
>> Java version: 1.6.0_0
>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64" Family:
>> "unix"
>> [DEBUG] Building Maven user-level plugin registry from:
>> '/home/tedx/.m2/plugin-registry.xml'
>> [DEBUG] Building Maven global-level plugin registry from:
>> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
>> [INFO] Scanning for projects...
>> [INFO] Reactor build order:
>> [INFO]   TomcatProtocol
>> [INFO]   jcdx-util
>> [INFO]   MessageClient
>> [INFO]   JWSS
>> [INFO]   JCDXWSRecvHandler
>> [INFO]   MessageService
>> [INFO]   MessageServiceClient
>> [INFO]   JWSSController
>> [INFO]   JCDXWSController
>> [INFO]   JCDXWSRecv
>> [INFO]   DMSController
>> [INFO]   JANAP Message Parsing State Machine
>> [INFO]   GCCSUCPController
>> [INFO]   Micro_Proxy Executable
>> [INFO]   libident
>> [INFO]   libsock
>> [INFO]   SOCKS Proxy Executable
>> [INFO]   SOCKS Proxy
>> [INFO]   JWSS
>> [DEBUG] Wagons could not be registered as the extension container was
>> never created
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building TomcatProtocol
>> [INFO]    task-segment: [clean, install]
>> [INFO]
>> ------------------------------------------------------------------------
>> [DEBUG] Retrieving parent-POM:
>> org.apache.maven.plugins:maven-plugins:pom:10 for project:
>> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
>> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
>> repository.
>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
>> org.apache.maven:maven-parent:pom:7 from the repository.
>> [DEBUG] Plugin dependencies for:
>>
>> org.apache.maven.plugins:maven-clean-plugin:2.2
>>
>> are:
>>
>> org.apache.maven:maven-project:jar:2.0:runtime
>> org.apache.maven:maven-plugin-api:jar:2.0:runtime
>> org.apache.maven.shared:file-management:jar:1.2:runtime
>> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>>
>>
>> [DEBUG]
>> org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
>> (selected for runtime)
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
>> project: null:maven-project:jar:2.0 from the repository.
>> [DEBUG] Adding managed dependencies for unknown:maven-project
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for
>> runtime)
>> [DEBUG] Adding managed dependencies for unknown:maven-profile
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>> (selected for runtime)
>> [DEBUG]
>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>> (selected for runtime)
>> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
>> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
>> (selected for runtime)
>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for
>> runtime)
>> [DEBUG] Adding managed dependencies for
>> org.apache.maven:maven-artifact-manager
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for
>> org.apache.maven:maven-repository-metadata
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
>> (selected for runtime)
>> [DEBUG]
>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
>> (selected for runtime)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>> (selected for runtime)
>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG]
>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>> (selected for runtime)
>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-api
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG] Retrieving parent-POM:
>> org.apache.maven.shared:maven-shared-components:pom:8 for project:
>> null:file-management:jar:1.2 from the repository.
>> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
>> (selected for runtime)
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
>> project: null:maven-plugin-api:jar:null from the repository.
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
>> project: null:maven:pom:2.0.6 from the repository.
>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
>> org.apache.maven:maven-parent:pom:5 from the repository.
>> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
>> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
>> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
>> [DEBUG]
>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
>> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
>> [DEBUG]   classworlds:classworlds:jar:1.1
>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
>> (removed - nearer found: 2.0)
>> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
>> (selected for runtime)
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
>> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
>> repository.
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
>> (removed - nearer found: 2.0)
>> [DEBUG] Adding managed dependencies for
>> org.apache.maven:maven-artifact-manager
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
>> (removed - nearer found: 2.0)
>> [DEBUG] Retrieving parent-POM:
>> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
>> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
>> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
>> [DEBUG]   junit:junit:jar:3.8.1
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]
>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
>> (removed - nearer found: 1.0-alpha-5)
>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
>> for project: null:plexus-utils:jar:1.4.6 from the repository.
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>> (removed - nearer found: 1.0.4)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>> (removed - nearer found: 1.0.4)
>> [DEBUG] Retrieving parent-POM:
>> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
>> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
>> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
>> repository.
>> [DEBUG]
>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
>> (removed - nearer found: 1.0-alpha-8)
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
>> - nearer found: 1.1)
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
>> for runtime)
>> [DEBUG] Trying repository central
>> [DEBUG] Using mirror:
>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
>> (id: nexus)
>> [DEBUG] Using Wagon implementation lightweight from default mapping
>> for protocol http
>> [DEBUG] Checking for pre-existing User-Agent configuration.
>> [DEBUG] Adding User-Agent configuration.
>> [DEBUG] Connecting to repository: 'nexus' with url:
>> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
>> Downloading:
>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> [DEBUG] attempting to create parent directories for destination:
>> plexus-utils-1.1.jar.tmp
>> 17/164K
>>
>>
>> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...>
>> wrote:
>>>
>>> It has been tested with Maven 2.0.9 and higher.
>>>
>>> We've had problems in the past with the built in maven's from some Linux
>>> distributions. Can you try with the latest released maven (2.2.1) and see
>>> what happens?
>>>
>>> http://maven.apache.org/download.html
>>>
>>> RIch
>>>
>>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>>
>>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>>> available with the distribution. Are there possible compatibility
>>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>>
>>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...> wrote:
>>>>>
>>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>>> server. Now my maven build has downloaded a number of artifacts but it
>>>>> get to this point:
>>>>>
>>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven
>>>>> version
>>>>> 2.0.6
>>>>> Downloading:
>>>>>
>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 34/164K
>>>>>
>>>>> and hangs.
>>>>>
>>>>>
>>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...>
>>>>> wrote:
>>>>>>
>>>>>> Interesting.  I don't see anything wrong with the settings.xml file,
>>>>>> and
>>>>>> I
>>>>>> assume the maven build is running on the same machine you ran the
>>>>>> wget.
>>>>>>
>>>>>> Can you try running the build again with the "-X" switch?
>>>>>>
>>>>>> Rich
>>>>>>
>>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>>
>>>>>>> Works:
>>>>>>>
>>>>>>> wget
>>>>>>>
>>>>>>>
>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>> --2009-10-16 08:24:08--
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>>> Length: 499 [text/plain]
>>>>>>> Saving to: `maven-metadata.xml'
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 100%[==========================================================================================>]
>>>>>>> 499         --.-K/s   in 0s
>>>>>>>
>>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved
>>>>>>> [499/499]
>>>>>>>
>>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>> <metadata>
>>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>>  <versioning>
>>>>>>>  <latest>2.3</latest>
>>>>>>>  <release>2.3</release>
>>>>>>>  <versions>
>>>>>>>   <version>2.0-beta-1</version>
>>>>>>>   <version>2.0-rc1</version>
>>>>>>>   <version>2.0</version>
>>>>>>>   <version>2.1</version>
>>>>>>>   <version>2.2</version>
>>>>>>>   <version>2.3</version>
>>>>>>>  </versions>
>>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>>  </versioning>
>>>>>>> </metadata>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon
>>>>>>> <rseddon@...>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Can you try retrieving
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>>>>>> using a web browser or wget and see what happens?
>>>>>>>>
>>>>>>>> Rich
>>>>>>>>
>>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>>
>>>>>>>>> I got distracted for awhile but I'm back trying to use nexus.
>>>>>>>>> However
>>>>>>>>> my maven build fails with this error:
>>>>>>>>>
>>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:
>>>>>>>>> checking
>>>>>>>>> for updates from central
>>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>>>>>>>> from repository: central due to an error: Error transferring file
>>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>>
>>>>>>>>> My settings.xml looks like :
>>>>>>>>>
>>>>>>>>> <settings>
>>>>>>>>>  <mirrors>
>>>>>>>>>  <mirror>
>>>>>>>>>  <!--This sends everything else to /public -->
>>>>>>>>>  <id>nexus</id>
>>>>>>>>>  <mirrorOf>*</mirrorOf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>>>>>  </mirror>
>>>>>>>>>  </mirrors>
>>>>>>>>>  <profiles>
>>>>>>>>>  <profile>
>>>>>>>>>  <id>nexus</id>
>>>>>>>>>  <!--Enable snapshots for the built in central repo to direct -->
>>>>>>>>>  <!--all requests to nexus via the mirror -->
>>>>>>>>>  <repositories>
>>>>>>>>>    <repository>
>>>>>>>>>      <id>central</id>
>>>>>>>>>      <url>http://central</url>
>>>>>>>>>      <releases><enabled>true</enabled></releases>
>>>>>>>>>      <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>    </repository>
>>>>>>>>>  </repositories>
>>>>>>>>>  <pluginRepositories>
>>>>>>>>>    <pluginRepository>
>>>>>>>>>      <id>central</id>
>>>>>>>>>      <url>http://central</url>
>>>>>>>>>      <releases><enabled>true</enabled></releases>
>>>>>>>>>      <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>    </pluginRepository>
>>>>>>>>>  </pluginRepositories>
>>>>>>>>>  </profile>
>>>>>>>>>  </profiles>
>>>>>>>>>  <activeProfiles>
>>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>>  </activeProfiles>
>>>>>>>>> </settings>
>>>>>>>>>
>>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a Single
>>>>>>>>> Nexus
>>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>>
>>>>>>>>> I can browse via the web interface to the the maven-clean-plugin so
>>>>>>>>> I
>>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>>
>>>>>>>>> Ted
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

So "broken pipe" means that as far as the server is concerned the  
client closed the connection unexpectedly.

The fact that maven is hanging during download indicates that it most  
likely wasn't maven that closed it.

Is there anything in between your client and server (a firewall, or  
something like that)?

Rich

On Oct 16, 2009, at 1:54 PM, Xavier Toth wrote:

> Indeed and by the way here are the java and tomcat that are installed:
>
> tomcat5-5.5.27-6.1.fc10.noarch
> java-1.6.0-openjdk-1.6.0.0-21.b16.fc10.x86_64
>
> ------------------------------------ nexus.log
> ----------------------------------------
> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>     - Attempting to authenticate Subject as Anonymous request...
> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>     - Successfully logged in as anonymous
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.e.Authenticat~:default  - Notifying 1 EventListener about event
> org.sonatype.nexus.auth.NexusAuthenticationEvent fired
> (org.sonatype.nexus.auth.NexusAuthenticationEvent@b92f3dc)
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.t.TargetReg~:default  - Resolving targets for
> repository='public' for
> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
> [nexus:target:3:public:read, nexus:target:1:public:read]
> 2009-10-16 15:28:24 DEBUG [080-Processor22] - net.sf.ehcache.Cache
>     - org.sonatype.jsecurity.realms.XmlAuthorizingRealm-1-
> authorization
> Memory cache hit, but element expired
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.p.r.r.ManagedPl~:content  - Created ResourceStore request for
> /groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-
> utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.t.TargetReg~:default  - Resolving targets for
> repository='public' for
> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
> [nexus:target:3:public:read, nexus:target:1:public:read]
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.GroupRepo~:maven2   - retrieveItem() ::
> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.s.l.LocalRe~:file     -
> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
> /usr/share/tomcat5/sonatype-work/nexus/storage/public/org/codehaus/
> plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.GroupRepo~:maven2   - Item
> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar not
> found in local storage.
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.m.RequestRe~:default  - No mapping exists for request path
> [/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar]
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repository:maven2   - retrieveItem() ::
> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repository:maven2   -
> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar ::
> localOnly=false, remoteOnly=false, ProxyMode=ALLOW
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.s.l.LocalRe~:file     -
> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
> /usr/share/tomcat5/sonatype-work/nexus/storage/central/org/codehaus/
> plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.a.Attribute~:default  - Loading attributes on
> UID=central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repository:maven2   - Item
> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> found in local storage.
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repository:maven2   - Item
> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> does exist in local storage and is fresh, returning local one.
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repository:maven2   - Notifying 2 EventListener about event
> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repository:maven2   - central retrieveItem() :: FOUND
> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.GroupRepo~:maven2   - Notifying 1 EventListener about event
> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
> o.s.n.p.r.GroupRepo~:maven2   - public retrieveItem() :: FOUND
> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 2009-10-16 15:29:20 ERROR [080-Processor22] - o.r.C.Server
>     - An exception occured writing the response entity
> ClientAbortException:  java.net.SocketException: Broken pipe
> at org.apache.catalina.connector.OutputBuffer.realWriteBytes
> (OutputBuffer.java:366)
> at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:
> 432)
> at org.apache.catalina.connector.OutputBuffer.writeBytes
> (OutputBuffer.java:398)
> at org.apache.catalina.connector.OutputBuffer.write
> (OutputBuffer.java:381)
> at org.apache.catalina.connector.CoyoteOutputStream.write
> (CoyoteOutputStream.java:89)
> at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:190)
> at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:174)
> at org.sonatype.nexus.rest.StorageFileItemRepresentation.write
> (StorageFileItemRepresentation.java:81)
> at com.noelios.restlet.http.HttpServerCall.writeResponseBody
> (HttpServerCall.java:492)
> at com.noelios.restlet.http.HttpServerCall.sendResponse
> (HttpServerCall.java:428)
> at com.noelios.restlet.ext.servlet.ServletCall.sendResponse
> (ServletCall.java:407)
> at com.noelios.restlet.http.HttpServerConverter.commit
> (HttpServerConverter.java:388)
> at com.noelios.restlet.http.HttpServerHelper.handle
> (HttpServerHelper.java:148)
> at com.noelios.restlet.ext.servlet.ServerServlet.service
> (ServerServlet.java:884)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> (ApplicationFilterChain.java:269)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter
> (ApplicationFilterChain.java:188)
> at org.jsecurity.web.servlet.FilterChainWrapper.doFilter
> (FilterChainWrapper.java:52)
> at org.jsecurity.web.servlet.AdviceFilter.executeChain
> (AdviceFilter.java:105)
> at org.jsecurity.web.servlet.AdviceFilter.doFilterInternal
> (AdviceFilter.java:135)
> at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter
> (OncePerRequestFilter.java:180)
> at org.jsecurity.web.servlet.FilterChainWrapper.doFilter
> (FilterChainWrapper.java:57)
> at org.jsecurity.web.servlet.AdviceFilter.executeChain
> (AdviceFilter.java:105)
> at org.jsecurity.web.servlet.AdviceFilter.doFilterInternal
> (AdviceFilter.java:135)
> at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter
> (OncePerRequestFilter.java:180)
> at org.jsecurity.web.servlet.FilterChainWrapper.doFilter
> (FilterChainWrapper.java:57)
> at org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal
> (JSecurityFilter.java:382)
> at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter
> (OncePerRequestFilter.java:180)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> (ApplicationFilterChain.java:215)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter
> (ApplicationFilterChain.java:188)
> at org.apache.catalina.core.StandardWrapperValve.invoke
> (StandardWrapperValve.java:213)
> at org.apache.catalina.core.StandardContextValve.invoke
> (StandardContextValve.java:172)
> at org.apache.catalina.core.StandardHostValve.invoke
> (StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke
> (ErrorReportValve.java:117)
> at org.apache.catalina.core.StandardEngineValve.invoke
> (StandardEngineValve.java:108)
> at org.apache.catalina.connector.CoyoteAdapter.service
> (CoyoteAdapter.java:174)
> at org.apache.coyote.http11.Http11Processor.process
> (Http11Processor.java:875)
> at org.apache.coyote.http11.Http11BaseProtocol
> $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
> 665)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
> (PoolTcpEndpoint.java:528)
> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
> (LeaderFollowerWorkerThread.java:81)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
> (ThreadPool.java:689)
> at java.lang.Thread.run(Thread.java:636)
> Caused by: java.net.SocketException: Broken pipe
> at java.net.SocketOutputStream.socketWrite0(Native Method)
> at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:
> 109)
> at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
> at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes
> (InternalOutputBuffer.java:750)
> at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:
> 432)
> at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:347)
> at org.apache.coyote.http11.InternalOutputBuffer
> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:773)
> at org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite
> (IdentityOutputFilter.java:118)
> at org.apache.coyote.http11.InternalOutputBuffer.doWrite
> (InternalOutputBuffer.java:583)
> at org.apache.coyote.Response.doWrite(Response.java:560)
> at org.apache.catalina.connector.OutputBuffer.realWriteBytes
> (OutputBuffer.java:361)
> ... 41 more
> 2009-10-16 15:29:20 WARN  [080-Processor22] - o.r.C.Server
>     - Error while handling an HTTP server call:
> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>     - Start expire sessions StandardManager at 1255724961347
> sessioncount 3
> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>     - End expire sessions StandardManager processingTime 0 expired
> sessions: 0
> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>     - Start expire sessions StandardManager at 1255725021349
> sessioncount 3
> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>     - End expire sessions StandardManager processingTime 1 expired
> sessions: 0
> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>     - Start expire sessions StandardManager at 1255725081352
> sessioncount 3
> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>     - End expire sessions StandardManager processingTime 0 expired
> sessions: 0
>
> On Fri, Oct 16, 2009 at 3:33 PM, Richard Seddon  
> <rseddon@...> wrote:
>> Are there any errors in the nexus.log file?
>>
>> Check under sonatype-work/nexus/logs/nexus-log
>>
>> Rich
>>
>> On Oct 16, 2009, at 1:14 PM, Xavier Toth wrote:
>>
>>> Basically the same results:
>>>
>>> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
>>> Warning: JAVA_HOME environment variable is not set.
>>> + Error stacktraces are turned on.
>>> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
>>> Java version: 1.6.0_0
>>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>>> Default locale: en_US, platform encoding: UTF-8
>>> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64"  
>>> Family:
>>> "unix"
>>> [DEBUG] Building Maven user-level plugin registry from:
>>> '/home/tedx/.m2/plugin-registry.xml'
>>> [DEBUG] Building Maven global-level plugin registry from:
>>> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
>>> [INFO] Scanning for projects...
>>> [INFO] Reactor build order:
>>> [INFO]   TomcatProtocol
>>> [INFO]   jcdx-util
>>> [INFO]   MessageClient
>>> [INFO]   JWSS
>>> [INFO]   JCDXWSRecvHandler
>>> [INFO]   MessageService
>>> [INFO]   MessageServiceClient
>>> [INFO]   JWSSController
>>> [INFO]   JCDXWSController
>>> [INFO]   JCDXWSRecv
>>> [INFO]   DMSController
>>> [INFO]   JANAP Message Parsing State Machine
>>> [INFO]   GCCSUCPController
>>> [INFO]   Micro_Proxy Executable
>>> [INFO]   libident
>>> [INFO]   libsock
>>> [INFO]   SOCKS Proxy Executable
>>> [INFO]   SOCKS Proxy
>>> [INFO]   JWSS
>>> [DEBUG] Wagons could not be registered as the extension container  
>>> was
>>> never created
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building TomcatProtocol
>>> [INFO]    task-segment: [clean, install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [DEBUG] Retrieving parent-POM:
>>> org.apache.maven.plugins:maven-plugins:pom:10 for project:
>>> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7  
>>> for
>>> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
>>> repository.
>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
>>> org.apache.maven:maven-parent:pom:7 from the repository.
>>> [DEBUG] Plugin dependencies for:
>>>
>>> org.apache.maven.plugins:maven-clean-plugin:2.2
>>>
>>> are:
>>>
>>> org.apache.maven:maven-project:jar:2.0:runtime
>>> org.apache.maven:maven-plugin-api:jar:2.0:runtime
>>> org.apache.maven.shared:file-management:jar:1.2:runtime
>>> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>>>
>>>
>>> [DEBUG]
>>> org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
>>> (selected for runtime)
>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
>>> project: null:maven-project:jar:2.0 from the repository.
>>> [DEBUG] Adding managed dependencies for unknown:maven-project
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-5
>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected  
>>> for
>>> runtime)
>>> [DEBUG] Adding managed dependencies for unknown:maven-profile
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-5
>>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
>>> for runtime)
>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-5
>>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
>>> for runtime)
>>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>> (selected for runtime)
>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>> (selected for runtime)
>>> [DEBUG]
>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>> (selected for runtime)
>>> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
>>> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
>>> (selected for runtime)
>>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected  
>>> for
>>> runtime)
>>> [DEBUG] Adding managed dependencies for
>>> org.apache.maven:maven-artifact-manager
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-5
>>> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
>>> (selected for runtime)
>>> [DEBUG] Adding managed dependencies for
>>> org.apache.maven:maven-repository-metadata
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-5
>>> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:
>>> 2.0:runtime
>>> (selected for runtime)
>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
>>> artifact
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-5
>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
>>> (selected for runtime)
>>> [DEBUG]
>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
>>> (selected for runtime)
>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>> (selected for runtime)
>>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime  
>>> (selected
>>> for runtime)
>>> [DEBUG]
>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>> (selected for runtime)
>>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
>>> (selected for runtime)
>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
>>> plugin-api
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-5
>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime  
>>> (selected
>>> for runtime)
>>> [DEBUG] Retrieving parent-POM:
>>> org.apache.maven.shared:maven-shared-components:pom:8 for project:
>>> null:file-management:jar:1.2 from the repository.
>>> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
>>> (selected for runtime)
>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
>>> project: null:maven-plugin-api:jar:null from the repository.
>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5  
>>> for
>>> project: null:maven:pom:2.0.6 from the repository.
>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
>>> org.apache.maven:maven-parent:pom:5 from the repository.
>>> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
>>> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
>>> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:
>>> 2.0.6
>>> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
>>> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
>>> [DEBUG]
>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-
>>> stable-1
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> beta-2
>>> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
>>> [DEBUG]   classworlds:classworlds:jar:1.1
>>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
>>> (removed - nearer found: 2.0)
>>> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
>>> (selected for runtime)
>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
>>> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
>>> repository.
>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
>>> artifact
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-9
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-6
>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
>>> (removed - nearer found: 2.0)
>>> [DEBUG] Adding managed dependencies for
>>> org.apache.maven:maven-artifact-manager
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-9
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>> alpha-6
>>> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:
>>> 2.0.2:runtime
>>> (removed - nearer found: 2.0)
>>> [DEBUG] Retrieving parent-POM:
>>> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
>>> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
>>> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
>>> [DEBUG]   junit:junit:jar:3.8.1
>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>> alpha-8
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>> [DEBUG]
>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
>>> (removed - nearer found: 1.0-alpha-5)
>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
>>> for project: null:plexus-utils:jar:1.4.6 from the repository.
>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>> (removed - nearer found: 1.0.4)
>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>> (removed - nearer found: 1.0.4)
>>> [DEBUG] Retrieving parent-POM:
>>> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
>>> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
>>> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from  
>>> the
>>> repository.
>>> [DEBUG]
>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
>>> (removed - nearer found: 1.0-alpha-8)
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
>>> (removed
>>> - nearer found: 1.1)
>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
>>> for runtime)
>>> [DEBUG] Trying repository central
>>> [DEBUG] Using mirror:
>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
>>> (id: nexus)
>>> [DEBUG] Using Wagon implementation lightweight from default mapping
>>> for protocol http
>>> [DEBUG] Checking for pre-existing User-Agent configuration.
>>> [DEBUG] Adding User-Agent configuration.
>>> [DEBUG] Connecting to repository: 'nexus' with url:
>>> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/ 
>>> public'.
>>> Downloading:
>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> [DEBUG] attempting to create parent directories for destination:
>>> plexus-utils-1.1.jar.tmp
>>> 17/164K
>>>
>>>
>>> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...
>>> >
>>> wrote:
>>>>
>>>> It has been tested with Maven 2.0.9 and higher.
>>>>
>>>> We've had problems in the past with the built in maven's from  
>>>> some Linux
>>>> distributions. Can you try with the latest released maven (2.2.1)  
>>>> and see
>>>> what happens?
>>>>
>>>> http://maven.apache.org/download.html
>>>>
>>>> RIch
>>>>
>>>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>>>
>>>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>>>> available with the distribution. Are there possible compatibility
>>>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>>>
>>>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...>  
>>>>> wrote:
>>>>>>
>>>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>>>> server. Now my maven build has downloaded a number of artifacts  
>>>>>> but it
>>>>>> get to this point:
>>>>>>
>>>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven
>>>>>> version
>>>>>> 2.0.6
>>>>>> Downloading:
>>>>>>
>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>> 34/164K
>>>>>>
>>>>>> and hangs.
>>>>>>
>>>>>>
>>>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...
>>>>>> >
>>>>>> wrote:
>>>>>>>
>>>>>>> Interesting.  I don't see anything wrong with the settings.xml  
>>>>>>> file,
>>>>>>> and
>>>>>>> I
>>>>>>> assume the maven build is running on the same machine you ran  
>>>>>>> the
>>>>>>> wget.
>>>>>>>
>>>>>>> Can you try running the build again with the "-X" switch?
>>>>>>>
>>>>>>> Rich
>>>>>>>
>>>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>>>
>>>>>>>> Works:
>>>>>>>>
>>>>>>>> wget
>>>>>>>>
>>>>>>>>
>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>> --2009-10-16 08:24:08--
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>>>> Length: 499 [text/plain]
>>>>>>>> Saving to: `maven-metadata.xml'
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 100%
>>>>>>>> [=
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =
>>>>>>>> =============================================================>]
>>>>>>>> 499         --.-K/s   in 0s
>>>>>>>>
>>>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved
>>>>>>>> [499/499]
>>>>>>>>
>>>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>>> <metadata>
>>>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>>>  <versioning>
>>>>>>>>  <latest>2.3</latest>
>>>>>>>>  <release>2.3</release>
>>>>>>>>  <versions>
>>>>>>>>   <version>2.0-beta-1</version>
>>>>>>>>   <version>2.0-rc1</version>
>>>>>>>>   <version>2.0</version>
>>>>>>>>   <version>2.1</version>
>>>>>>>>   <version>2.2</version>
>>>>>>>>   <version>2.3</version>
>>>>>>>>  </versions>
>>>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>>>  </versioning>
>>>>>>>> </metadata>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon
>>>>>>>> <rseddon@...>
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Can you try retrieving
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml 
>>>>>>>>> "
>>>>>>>>> using a web browser or wget and see what happens?
>>>>>>>>>
>>>>>>>>> Rich
>>>>>>>>>
>>>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>>>
>>>>>>>>>> I got distracted for awhile but I'm back trying to use nexus.
>>>>>>>>>> However
>>>>>>>>>> my maven build fails with this error:
>>>>>>>>>>
>>>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:
>>>>>>>>>> checking
>>>>>>>>>> for updates from central
>>>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be  
>>>>>>>>>> retrieved
>>>>>>>>>> from repository: central due to an error: Error  
>>>>>>>>>> transferring file
>>>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>>>
>>>>>>>>>> My settings.xml looks like :
>>>>>>>>>>
>>>>>>>>>> <settings>
>>>>>>>>>>  <mirrors>
>>>>>>>>>>  <mirror>
>>>>>>>>>>  <!--This sends everything else to /public -->
>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>  <mirrorOf>*</mirrorOf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/ 
>>>>>>>>>> groups/public</url>
>>>>>>>>>>  </mirror>
>>>>>>>>>>  </mirrors>
>>>>>>>>>>  <profiles>
>>>>>>>>>>  <profile>
>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>  <!--Enable snapshots for the built in central repo to  
>>>>>>>>>> direct -->
>>>>>>>>>>  <!--all requests to nexus via the mirror -->
>>>>>>>>>>  <repositories>
>>>>>>>>>>    <repository>
>>>>>>>>>>      <id>central</id>
>>>>>>>>>>      <url>http://central</url>
>>>>>>>>>>      <releases><enabled>true</enabled></releases>
>>>>>>>>>>      <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>    </repository>
>>>>>>>>>>  </repositories>
>>>>>>>>>>  <pluginRepositories>
>>>>>>>>>>    <pluginRepository>
>>>>>>>>>>      <id>central</id>
>>>>>>>>>>      <url>http://central</url>
>>>>>>>>>>      <releases><enabled>true</enabled></releases>
>>>>>>>>>>      <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>    </pluginRepository>
>>>>>>>>>>  </pluginRepositories>
>>>>>>>>>>  </profile>
>>>>>>>>>>  </profiles>
>>>>>>>>>>  <activeProfiles>
>>>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>>>  </activeProfiles>
>>>>>>>>>> </settings>
>>>>>>>>>>
>>>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use  
>>>>>>>>>> a Single
>>>>>>>>>> Nexus
>>>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>>>
>>>>>>>>>> I can browse via the web interface to the the maven-clean-
>>>>>>>>>> plugin so
>>>>>>>>>> I
>>>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>>>
>>>>>>>>>> Ted
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

They are running on the same box.

On Fri, Oct 16, 2009 at 4:14 PM, Richard Seddon <rseddon@...> wrote:

> So "broken pipe" means that as far as the server is concerned the client
> closed the connection unexpectedly.
>
> The fact that maven is hanging during download indicates that it most likely
> wasn't maven that closed it.
>
> Is there anything in between your client and server (a firewall, or
> something like that)?
>
> Rich
>
> On Oct 16, 2009, at 1:54 PM, Xavier Toth wrote:
>
>> Indeed and by the way here are the java and tomcat that are installed:
>>
>> tomcat5-5.5.27-6.1.fc10.noarch
>> java-1.6.0-openjdk-1.6.0.0-21.b16.fc10.x86_64
>>
>> ------------------------------------ nexus.log
>> ----------------------------------------
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>    - Attempting to authenticate Subject as Anonymous request...
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>    - Successfully logged in as anonymous
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.e.Authenticat~:default  - Notifying 1 EventListener about event
>> org.sonatype.nexus.auth.NexusAuthenticationEvent fired
>> (org.sonatype.nexus.auth.NexusAuthenticationEvent@b92f3dc)
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>> repository='public' for
>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>> [nexus:target:3:public:read, nexus:target:1:public:read]
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - net.sf.ehcache.Cache
>>    - org.sonatype.jsecurity.realms.XmlAuthorizingRealm-1-authorization
>> Memory cache hit, but element expired
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.p.r.r.ManagedPl~:content  - Created ResourceStore request for
>> /groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>> repository='public' for
>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>> [nexus:target:3:public:read, nexus:target:1:public:read]
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.GroupRepo~:maven2   - retrieveItem() ::
>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.s.l.LocalRe~:file     -
>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>
>> /usr/share/tomcat5/sonatype-work/nexus/storage/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.GroupRepo~:maven2   - Item
>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar not
>> found in local storage.
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.m.RequestRe~:default  - No mapping exists for request path
>> [/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar]
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repository:maven2   - retrieveItem() ::
>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repository:maven2   -
>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar ::
>> localOnly=false, remoteOnly=false, ProxyMode=ALLOW
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.s.l.LocalRe~:file     -
>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>
>> /usr/share/tomcat5/sonatype-work/nexus/storage/central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.a.Attribute~:default  - Loading attributes on
>> UID=central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repository:maven2   - Item
>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> found in local storage.
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repository:maven2   - Item
>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> does exist in local storage and is fresh, returning local one.
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repository:maven2   - Notifying 2 EventListener about event
>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repository:maven2   - central retrieveItem() :: FOUND
>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.GroupRepo~:maven2   - Notifying 1 EventListener about event
>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>> o.s.n.p.r.GroupRepo~:maven2   - public retrieveItem() :: FOUND
>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> 2009-10-16 15:29:20 ERROR [080-Processor22] - o.r.C.Server
>>    - An exception occured writing the response entity
>> ClientAbortException:  java.net.SocketException: Broken pipe
>>        at
>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366)
>>        at
>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>        at
>> org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:398)
>>        at
>> org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
>>        at
>> org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
>>        at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:190)
>>        at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:174)
>>        at
>> org.sonatype.nexus.rest.StorageFileItemRepresentation.write(StorageFileItemRepresentation.java:81)
>>        at
>> com.noelios.restlet.http.HttpServerCall.writeResponseBody(HttpServerCall.java:492)
>>        at
>> com.noelios.restlet.http.HttpServerCall.sendResponse(HttpServerCall.java:428)
>>        at
>> com.noelios.restlet.ext.servlet.ServletCall.sendResponse(ServletCall.java:407)
>>        at
>> com.noelios.restlet.http.HttpServerConverter.commit(HttpServerConverter.java:388)
>>        at
>> com.noelios.restlet.http.HttpServerHelper.handle(HttpServerHelper.java:148)
>>        at
>> com.noelios.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:884)
>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>>        at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>>        at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>        at
>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:52)
>>        at
>> org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
>>        at
>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
>>        at
>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>        at
>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
>>        at
>> org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
>>        at
>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
>>        at
>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>        at
>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
>>        at
>> org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal(JSecurityFilter.java:382)
>>        at
>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>        at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
>>        at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>        at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>        at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>>        at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>>        at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>>        at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>>        at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>>        at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
>>        at
>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>>        at
>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>>        at
>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>>        at
>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>>        at java.lang.Thread.run(Thread.java:636)
>> Caused by: java.net.SocketException: Broken pipe
>>        at java.net.SocketOutputStream.socketWrite0(Native Method)
>>        at
>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
>>        at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
>>        at
>> org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:750)
>>        at
>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>        at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:347)
>>        at
>> org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:773)
>>        at
>> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>>        at
>> org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:583)
>>        at org.apache.coyote.Response.doWrite(Response.java:560)
>>        at
>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:361)
>>        ... 41 more
>> 2009-10-16 15:29:20 WARN  [080-Processor22] - o.r.C.Server
>>    - Error while handling an HTTP server call:
>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>    - Start expire sessions StandardManager at 1255724961347
>> sessioncount 3
>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>    - End expire sessions StandardManager processingTime 0 expired
>> sessions: 0
>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>    - Start expire sessions StandardManager at 1255725021349
>> sessioncount 3
>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>    - End expire sessions StandardManager processingTime 1 expired
>> sessions: 0
>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>    - Start expire sessions StandardManager at 1255725081352
>> sessioncount 3
>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>    - End expire sessions StandardManager processingTime 0 expired
>> sessions: 0
>>
>> On Fri, Oct 16, 2009 at 3:33 PM, Richard Seddon <rseddon@...>
>> wrote:
>>>
>>> Are there any errors in the nexus.log file?
>>>
>>> Check under sonatype-work/nexus/logs/nexus-log
>>>
>>> Rich
>>>
>>> On Oct 16, 2009, at 1:14 PM, Xavier Toth wrote:
>>>
>>>> Basically the same results:
>>>>
>>>> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
>>>> Warning: JAVA_HOME environment variable is not set.
>>>> + Error stacktraces are turned on.
>>>> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
>>>> Java version: 1.6.0_0
>>>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>>>> Default locale: en_US, platform encoding: UTF-8
>>>> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64"
>>>> Family:
>>>> "unix"
>>>> [DEBUG] Building Maven user-level plugin registry from:
>>>> '/home/tedx/.m2/plugin-registry.xml'
>>>> [DEBUG] Building Maven global-level plugin registry from:
>>>> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
>>>> [INFO] Scanning for projects...
>>>> [INFO] Reactor build order:
>>>> [INFO]   TomcatProtocol
>>>> [INFO]   jcdx-util
>>>> [INFO]   MessageClient
>>>> [INFO]   JWSS
>>>> [INFO]   JCDXWSRecvHandler
>>>> [INFO]   MessageService
>>>> [INFO]   MessageServiceClient
>>>> [INFO]   JWSSController
>>>> [INFO]   JCDXWSController
>>>> [INFO]   JCDXWSRecv
>>>> [INFO]   DMSController
>>>> [INFO]   JANAP Message Parsing State Machine
>>>> [INFO]   GCCSUCPController
>>>> [INFO]   Micro_Proxy Executable
>>>> [INFO]   libident
>>>> [INFO]   libsock
>>>> [INFO]   SOCKS Proxy Executable
>>>> [INFO]   SOCKS Proxy
>>>> [INFO]   JWSS
>>>> [DEBUG] Wagons could not be registered as the extension container was
>>>> never created
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Building TomcatProtocol
>>>> [INFO]    task-segment: [clean, install]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [DEBUG] Retrieving parent-POM:
>>>> org.apache.maven.plugins:maven-plugins:pom:10 for project:
>>>> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
>>>> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
>>>> repository.
>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
>>>> org.apache.maven:maven-parent:pom:7 from the repository.
>>>> [DEBUG] Plugin dependencies for:
>>>>
>>>> org.apache.maven.plugins:maven-clean-plugin:2.2
>>>>
>>>> are:
>>>>
>>>> org.apache.maven:maven-project:jar:2.0:runtime
>>>> org.apache.maven:maven-plugin-api:jar:2.0:runtime
>>>> org.apache.maven.shared:file-management:jar:1.2:runtime
>>>> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>>>>
>>>>
>>>> [DEBUG]
>>>> org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
>>>> (selected for runtime)
>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
>>>> project: null:maven-project:jar:2.0 from the repository.
>>>> [DEBUG] Adding managed dependencies for unknown:maven-project
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for
>>>> runtime)
>>>> [DEBUG] Adding managed dependencies for unknown:maven-profile
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
>>>> for runtime)
>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
>>>> for runtime)
>>>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>> (selected for runtime)
>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>> (selected for runtime)
>>>> [DEBUG]
>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>>> (selected for runtime)
>>>> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
>>>> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>> (selected for runtime)
>>>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for
>>>> runtime)
>>>> [DEBUG] Adding managed dependencies for
>>>> org.apache.maven:maven-artifact-manager
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
>>>> (selected for runtime)
>>>> [DEBUG] Adding managed dependencies for
>>>> org.apache.maven:maven-repository-metadata
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime
>>>> (selected for runtime)
>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
>>>> (selected for runtime)
>>>> [DEBUG]
>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
>>>> (selected for runtime)
>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>> (selected for runtime)
>>>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
>>>> for runtime)
>>>> [DEBUG]
>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>>> (selected for runtime)
>>>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>>>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>> (selected for runtime)
>>>> [DEBUG] Adding managed dependencies for
>>>> org.apache.maven:maven-plugin-api
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
>>>> for runtime)
>>>> [DEBUG] Retrieving parent-POM:
>>>> org.apache.maven.shared:maven-shared-components:pom:8 for project:
>>>> null:file-management:jar:1.2 from the repository.
>>>> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
>>>> (selected for runtime)
>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
>>>> project: null:maven-plugin-api:jar:null from the repository.
>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
>>>> project: null:maven:pom:2.0.6 from the repository.
>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
>>>> org.apache.maven:maven-parent:pom:5 from the repository.
>>>> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
>>>> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
>>>> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
>>>> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
>>>> [DEBUG]
>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
>>>> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
>>>> [DEBUG]   classworlds:classworlds:jar:1.1
>>>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
>>>> (removed - nearer found: 2.0)
>>>> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
>>>> (selected for runtime)
>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
>>>> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
>>>> repository.
>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
>>>> (removed - nearer found: 2.0)
>>>> [DEBUG] Adding managed dependencies for
>>>> org.apache.maven:maven-artifact-manager
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>>>> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
>>>> (removed - nearer found: 2.0)
>>>> [DEBUG] Retrieving parent-POM:
>>>> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
>>>> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
>>>> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
>>>> [DEBUG]   junit:junit:jar:3.8.1
>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>> [DEBUG]
>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
>>>> (removed - nearer found: 1.0-alpha-5)
>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
>>>> for project: null:plexus-utils:jar:1.4.6 from the repository.
>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>> (removed - nearer found: 1.0.4)
>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>> (removed - nearer found: 1.0.4)
>>>> [DEBUG] Retrieving parent-POM:
>>>> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
>>>> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
>>>> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
>>>> repository.
>>>> [DEBUG]
>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
>>>> (removed - nearer found: 1.0-alpha-8)
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
>>>> - nearer found: 1.1)
>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
>>>> for runtime)
>>>> [DEBUG] Trying repository central
>>>> [DEBUG] Using mirror:
>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
>>>> (id: nexus)
>>>> [DEBUG] Using Wagon implementation lightweight from default mapping
>>>> for protocol http
>>>> [DEBUG] Checking for pre-existing User-Agent configuration.
>>>> [DEBUG] Adding User-Agent configuration.
>>>> [DEBUG] Connecting to repository: 'nexus' with url:
>>>> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
>>>> Downloading:
>>>>
>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> [DEBUG] attempting to create parent directories for destination:
>>>> plexus-utils-1.1.jar.tmp
>>>> 17/164K
>>>>
>>>>
>>>> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...>
>>>> wrote:
>>>>>
>>>>> It has been tested with Maven 2.0.9 and higher.
>>>>>
>>>>> We've had problems in the past with the built in maven's from some
>>>>> Linux
>>>>> distributions. Can you try with the latest released maven (2.2.1) and
>>>>> see
>>>>> what happens?
>>>>>
>>>>> http://maven.apache.org/download.html
>>>>>
>>>>> RIch
>>>>>
>>>>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>>>>
>>>>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>>>>> available with the distribution. Are there possible compatibility
>>>>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>>>>
>>>>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...> wrote:
>>>>>>>
>>>>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>>>>> server. Now my maven build has downloaded a number of artifacts but
>>>>>>> it
>>>>>>> get to this point:
>>>>>>>
>>>>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven
>>>>>>> version
>>>>>>> 2.0.6
>>>>>>> Downloading:
>>>>>>>
>>>>>>>
>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>>> 34/164K
>>>>>>>
>>>>>>> and hangs.
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon
>>>>>>> <rseddon@...>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Interesting.  I don't see anything wrong with the settings.xml file,
>>>>>>>> and
>>>>>>>> I
>>>>>>>> assume the maven build is running on the same machine you ran the
>>>>>>>> wget.
>>>>>>>>
>>>>>>>> Can you try running the build again with the "-X" switch?
>>>>>>>>
>>>>>>>> Rich
>>>>>>>>
>>>>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>>>>
>>>>>>>>> Works:
>>>>>>>>>
>>>>>>>>> wget
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>> --2009-10-16 08:24:08--
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>>>>> Length: 499 [text/plain]
>>>>>>>>> Saving to: `maven-metadata.xml'
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 100%[==========================================================================================>]
>>>>>>>>> 499         --.-K/s   in 0s
>>>>>>>>>
>>>>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved
>>>>>>>>> [499/499]
>>>>>>>>>
>>>>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>>>> <metadata>
>>>>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>>>>  <versioning>
>>>>>>>>>  <latest>2.3</latest>
>>>>>>>>>  <release>2.3</release>
>>>>>>>>>  <versions>
>>>>>>>>>  <version>2.0-beta-1</version>
>>>>>>>>>  <version>2.0-rc1</version>
>>>>>>>>>  <version>2.0</version>
>>>>>>>>>  <version>2.1</version>
>>>>>>>>>  <version>2.2</version>
>>>>>>>>>  <version>2.3</version>
>>>>>>>>>  </versions>
>>>>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>>>>  </versioning>
>>>>>>>>> </metadata>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon
>>>>>>>>> <rseddon@...>
>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> Can you try retrieving
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>>>>>>>> using a web browser or wget and see what happens?
>>>>>>>>>>
>>>>>>>>>> Rich
>>>>>>>>>>
>>>>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>>>>
>>>>>>>>>>> I got distracted for awhile but I'm back trying to use nexus.
>>>>>>>>>>> However
>>>>>>>>>>> my maven build fails with this error:
>>>>>>>>>>>
>>>>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:
>>>>>>>>>>> checking
>>>>>>>>>>> for updates from central
>>>>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be
>>>>>>>>>>> retrieved
>>>>>>>>>>> from repository: central due to an error: Error transferring file
>>>>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>>>>
>>>>>>>>>>> My settings.xml looks like :
>>>>>>>>>>>
>>>>>>>>>>> <settings>
>>>>>>>>>>>  <mirrors>
>>>>>>>>>>>  <mirror>
>>>>>>>>>>>  <!--This sends everything else to /public -->
>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>  <mirrorOf>*</mirrorOf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>>>>>>>  </mirror>
>>>>>>>>>>>  </mirrors>
>>>>>>>>>>>  <profiles>
>>>>>>>>>>>  <profile>
>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>  <!--Enable snapshots for the built in central repo to direct -->
>>>>>>>>>>>  <!--all requests to nexus via the mirror -->
>>>>>>>>>>>  <repositories>
>>>>>>>>>>>   <repository>
>>>>>>>>>>>     <id>central</id>
>>>>>>>>>>>     <url>http://central</url>
>>>>>>>>>>>     <releases><enabled>true</enabled></releases>
>>>>>>>>>>>     <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>   </repository>
>>>>>>>>>>>  </repositories>
>>>>>>>>>>>  <pluginRepositories>
>>>>>>>>>>>   <pluginRepository>
>>>>>>>>>>>     <id>central</id>
>>>>>>>>>>>     <url>http://central</url>
>>>>>>>>>>>     <releases><enabled>true</enabled></releases>
>>>>>>>>>>>     <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>   </pluginRepository>
>>>>>>>>>>>  </pluginRepositories>
>>>>>>>>>>>  </profile>
>>>>>>>>>>>  </profiles>
>>>>>>>>>>>  <activeProfiles>
>>>>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>>>>  </activeProfiles>
>>>>>>>>>>> </settings>
>>>>>>>>>>>
>>>>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a
>>>>>>>>>>> Single
>>>>>>>>>>> Nexus
>>>>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>>>>
>>>>>>>>>>> I can browse via the web interface to the the maven-clean-plugin
>>>>>>>>>>> so
>>>>>>>>>>> I
>>>>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>>>>
>>>>>>>>>>> Ted
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Well, I'm not sure what is going on then.

I think at this point you're going to have to do some experimentation  
to isolate the problem.

You could try using Sun JDK instead of OpenJDK (I've never tried to  
use open JDK with nexus, so I don't know if it will work properly).
Try using the nexus-webapp bundle instead of the WAR file version.
Try using a different version of Tomcat.

Regards,

Rich


On Oct 16, 2009, at 2:29 PM, Xavier Toth wrote:

> They are running on the same box.
>
> On Fri, Oct 16, 2009 at 4:14 PM, Richard Seddon  
> <rseddon@...> wrote:
>> So "broken pipe" means that as far as the server is concerned the  
>> client
>> closed the connection unexpectedly.
>>
>> The fact that maven is hanging during download indicates that it  
>> most likely
>> wasn't maven that closed it.
>>
>> Is there anything in between your client and server (a firewall, or
>> something like that)?
>>
>> Rich
>>
>> On Oct 16, 2009, at 1:54 PM, Xavier Toth wrote:
>>
>>> Indeed and by the way here are the java and tomcat that are  
>>> installed:
>>>
>>> tomcat5-5.5.27-6.1.fc10.noarch
>>> java-1.6.0-openjdk-1.6.0.0-21.b16.fc10.x86_64
>>>
>>> ------------------------------------ nexus.log
>>> ----------------------------------------
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>>    - Attempting to authenticate Subject as Anonymous request...
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>>    - Successfully logged in as anonymous
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.e.Authenticat~:default  - Notifying 1 EventListener about  
>>> event
>>> org.sonatype.nexus.auth.NexusAuthenticationEvent fired
>>> (org.sonatype.nexus.auth.NexusAuthenticationEvent@b92f3dc)
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>>> repository='public' for
>>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>>> [nexus:target:3:public:read, nexus:target:1:public:read]
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - net.sf.ehcache.Cache
>>>    - org.sonatype.jsecurity.realms.XmlAuthorizingRealm-1-
>>> authorization
>>> Memory cache hit, but element expired
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.p.r.r.ManagedPl~:content  - Created ResourceStore request for
>>> /groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-
>>> utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>>> repository='public' for
>>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>>> [nexus:target:3:public:read, nexus:target:1:public:read]
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.GroupRepo~:maven2   - retrieveItem() ::
>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.s.l.LocalRe~:file     -
>>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>>
>>> /usr/share/tomcat5/sonatype-work/nexus/storage/public/org/codehaus/
>>> plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.GroupRepo~:maven2   - Item
>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar  
>>> not
>>> found in local storage.
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.m.RequestRe~:default  - No mapping exists for request path
>>> [/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar]
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repository:maven2   - retrieveItem() ::
>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repository:maven2   -
>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-
>>> utils-1.1.jar ::
>>> localOnly=false, remoteOnly=false, ProxyMode=ALLOW
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.s.l.LocalRe~:file     -
>>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>>
>>> /usr/share/tomcat5/sonatype-work/nexus/storage/central/org/
>>> codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.a.Attribute~:default  - Loading attributes on
>>> UID=central:/org/codehaus/plexus/plexus-utils/1.1/plexus-
>>> utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repository:maven2   - Item
>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> found in local storage.
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repository:maven2   - Item
>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> does exist in local storage and is fresh, returning local one.
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repository:maven2   - Notifying 2 EventListener about  
>>> event
>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve
>>> @8c5697a)
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about  
>>> event
>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve
>>> @8c5697a)
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repository:maven2   - central retrieveItem() :: FOUND
>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.GroupRepo~:maven2   - Notifying 1 EventListener about  
>>> event
>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve
>>> @588fcd15)
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about  
>>> event
>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve
>>> @588fcd15)
>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>> o.s.n.p.r.GroupRepo~:maven2   - public retrieveItem() :: FOUND
>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>> 2009-10-16 15:29:20 ERROR [080-Processor22] - o.r.C.Server
>>>    - An exception occured writing the response entity
>>> ClientAbortException:  java.net.SocketException: Broken pipe
>>>        at
>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes
>>> (OutputBuffer.java:366)
>>>        at
>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>>        at
>>> org.apache.catalina.connector.OutputBuffer.writeBytes
>>> (OutputBuffer.java:398)
>>>        at
>>> org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:
>>> 381)
>>>        at
>>> org.apache.catalina.connector.CoyoteOutputStream.write
>>> (CoyoteOutputStream.java:89)
>>>        at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:190)
>>>        at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:174)
>>>        at
>>> org.sonatype.nexus.rest.StorageFileItemRepresentation.write
>>> (StorageFileItemRepresentation.java:81)
>>>        at
>>> com.noelios.restlet.http.HttpServerCall.writeResponseBody
>>> (HttpServerCall.java:492)
>>>        at
>>> com.noelios.restlet.http.HttpServerCall.sendResponse
>>> (HttpServerCall.java:428)
>>>        at
>>> com.noelios.restlet.ext.servlet.ServletCall.sendResponse
>>> (ServletCall.java:407)
>>>        at
>>> com.noelios.restlet.http.HttpServerConverter.commit
>>> (HttpServerConverter.java:388)
>>>        at
>>> com.noelios.restlet.http.HttpServerHelper.handle
>>> (HttpServerHelper.java:148)
>>>        at
>>> com.noelios.restlet.ext.servlet.ServerServlet.service
>>> (ServerServlet.java:884)
>>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:
>>> 729)
>>>        at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
>>> (ApplicationFilterChain.java:269)
>>>        at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter
>>> (ApplicationFilterChain.java:188)
>>>        at
>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter
>>> (FilterChainWrapper.java:52)
>>>        at
>>> org.jsecurity.web.servlet.AdviceFilter.executeChain
>>> (AdviceFilter.java:105)
>>>        at
>>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal
>>> (AdviceFilter.java:135)
>>>        at
>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter
>>> (OncePerRequestFilter.java:180)
>>>        at
>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter
>>> (FilterChainWrapper.java:57)
>>>        at
>>> org.jsecurity.web.servlet.AdviceFilter.executeChain
>>> (AdviceFilter.java:105)
>>>        at
>>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal
>>> (AdviceFilter.java:135)
>>>        at
>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter
>>> (OncePerRequestFilter.java:180)
>>>        at
>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter
>>> (FilterChainWrapper.java:57)
>>>        at
>>> org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal
>>> (JSecurityFilter.java:382)
>>>        at
>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter
>>> (OncePerRequestFilter.java:180)
>>>        at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
>>> (ApplicationFilterChain.java:215)
>>>        at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter
>>> (ApplicationFilterChain.java:188)
>>>        at
>>> org.apache.catalina.core.StandardWrapperValve.invoke
>>> (StandardWrapperValve.java:213)
>>>        at
>>> org.apache.catalina.core.StandardContextValve.invoke
>>> (StandardContextValve.java:172)
>>>        at
>>> org.apache.catalina.core.StandardHostValve.invoke
>>> (StandardHostValve.java:127)
>>>        at
>>> org.apache.catalina.valves.ErrorReportValve.invoke
>>> (ErrorReportValve.java:117)
>>>        at
>>> org.apache.catalina.core.StandardEngineValve.invoke
>>> (StandardEngineValve.java:108)
>>>        at
>>> org.apache.catalina.connector.CoyoteAdapter.service
>>> (CoyoteAdapter.java:174)
>>>        at
>>> org.apache.coyote.http11.Http11Processor.process
>>> (Http11Processor.java:875)
>>>        at
>>> org.apache.coyote.http11.Http11BaseProtocol
>>> $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
>>> 665)
>>>        at
>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
>>> (PoolTcpEndpoint.java:528)
>>>        at
>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
>>> (LeaderFollowerWorkerThread.java:81)
>>>        at
>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
>>> (ThreadPool.java:689)
>>>        at java.lang.Thread.run(Thread.java:636)
>>> Caused by: java.net.SocketException: Broken pipe
>>>        at java.net.SocketOutputStream.socketWrite0(Native Method)
>>>        at
>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
>>>        at java.net.SocketOutputStream.write
>>> (SocketOutputStream.java:153)
>>>        at
>>> org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes
>>> (InternalOutputBuffer.java:750)
>>>        at
>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>>        at org.apache.tomcat.util.buf.ByteChunk.append
>>> (ByteChunk.java:347)
>>>        at
>>> org.apache.coyote.http11.InternalOutputBuffer
>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:773)
>>>        at
>>> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite
>>> (IdentityOutputFilter.java:118)
>>>        at
>>> org.apache.coyote.http11.InternalOutputBuffer.doWrite
>>> (InternalOutputBuffer.java:583)
>>>        at org.apache.coyote.Response.doWrite(Response.java:560)
>>>        at
>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes
>>> (OutputBuffer.java:361)
>>>        ... 41 more
>>> 2009-10-16 15:29:20 WARN  [080-Processor22] - o.r.C.Server
>>>    - Error while handling an HTTP server call:
>>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>    - Start expire sessions StandardManager at 1255724961347
>>> sessioncount 3
>>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>    - End expire sessions StandardManager processingTime 0 expired
>>> sessions: 0
>>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>    - Start expire sessions StandardManager at 1255725021349
>>> sessioncount 3
>>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>    - End expire sessions StandardManager processingTime 1 expired
>>> sessions: 0
>>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>    - Start expire sessions StandardManager at 1255725081352
>>> sessioncount 3
>>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>    - End expire sessions StandardManager processingTime 0 expired
>>> sessions: 0
>>>
>>> On Fri, Oct 16, 2009 at 3:33 PM, Richard Seddon <rseddon@...
>>> >
>>> wrote:
>>>>
>>>> Are there any errors in the nexus.log file?
>>>>
>>>> Check under sonatype-work/nexus/logs/nexus-log
>>>>
>>>> Rich
>>>>
>>>> On Oct 16, 2009, at 1:14 PM, Xavier Toth wrote:
>>>>
>>>>> Basically the same results:
>>>>>
>>>>> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
>>>>> Warning: JAVA_HOME environment variable is not set.
>>>>> + Error stacktraces are turned on.
>>>>> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
>>>>> Java version: 1.6.0_0
>>>>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64"
>>>>> Family:
>>>>> "unix"
>>>>> [DEBUG] Building Maven user-level plugin registry from:
>>>>> '/home/tedx/.m2/plugin-registry.xml'
>>>>> [DEBUG] Building Maven global-level plugin registry from:
>>>>> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
>>>>> [INFO] Scanning for projects...
>>>>> [INFO] Reactor build order:
>>>>> [INFO]   TomcatProtocol
>>>>> [INFO]   jcdx-util
>>>>> [INFO]   MessageClient
>>>>> [INFO]   JWSS
>>>>> [INFO]   JCDXWSRecvHandler
>>>>> [INFO]   MessageService
>>>>> [INFO]   MessageServiceClient
>>>>> [INFO]   JWSSController
>>>>> [INFO]   JCDXWSController
>>>>> [INFO]   JCDXWSRecv
>>>>> [INFO]   DMSController
>>>>> [INFO]   JANAP Message Parsing State Machine
>>>>> [INFO]   GCCSUCPController
>>>>> [INFO]   Micro_Proxy Executable
>>>>> [INFO]   libident
>>>>> [INFO]   libsock
>>>>> [INFO]   SOCKS Proxy Executable
>>>>> [INFO]   SOCKS Proxy
>>>>> [INFO]   JWSS
>>>>> [DEBUG] Wagons could not be registered as the extension  
>>>>> container was
>>>>> never created
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Building TomcatProtocol
>>>>> [INFO]    task-segment: [clean, install]
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [DEBUG] Retrieving parent-POM:
>>>>> org.apache.maven.plugins:maven-plugins:pom:10 for project:
>>>>> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:
>>>>> 7 for
>>>>> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
>>>>> repository.
>>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for  
>>>>> project:
>>>>> org.apache.maven:maven-parent:pom:7 from the repository.
>>>>> [DEBUG] Plugin dependencies for:
>>>>>
>>>>> org.apache.maven.plugins:maven-clean-plugin:2.2
>>>>>
>>>>> are:
>>>>>
>>>>> org.apache.maven:maven-project:jar:2.0:runtime
>>>>> org.apache.maven:maven-plugin-api:jar:2.0:runtime
>>>>> org.apache.maven.shared:file-management:jar:1.2:runtime
>>>>> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>>>>>
>>>>>
>>>>> [DEBUG]
>>>>> org.apache.maven.plugins:maven-clean-plugin:maven-plugin:
>>>>> 2.2:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
>>>>> project: null:maven-project:jar:2.0 from the repository.
>>>>> [DEBUG] Adding managed dependencies for unknown:maven-project
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime  
>>>>> (selected for
>>>>> runtime)
>>>>> [DEBUG] Adding managed dependencies for unknown:maven-profile
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime  
>>>>> (selected
>>>>> for runtime)
>>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
>>>>> model
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime  
>>>>> (selected
>>>>> for runtime)
>>>>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]
>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for  
>>>>> runtime)
>>>>> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime  
>>>>> (selected for
>>>>> runtime)
>>>>> [DEBUG] Adding managed dependencies for
>>>>> org.apache.maven:maven-artifact-manager
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:
>>>>> 2.0:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG] Adding managed dependencies for
>>>>> org.apache.maven:maven-repository-metadata
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:
>>>>> 2.0:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
>>>>> artifact
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]
>>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime  
>>>>> (selected
>>>>> for runtime)
>>>>> [DEBUG]
>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>>>>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG] Adding managed dependencies for
>>>>> org.apache.maven:maven-plugin-api
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-5
>>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime  
>>>>> (selected
>>>>> for runtime)
>>>>> [DEBUG] Retrieving parent-POM:
>>>>> org.apache.maven.shared:maven-shared-components:pom:8 for project:
>>>>> null:file-management:jar:1.2 from the repository.
>>>>> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6  
>>>>> for
>>>>> project: null:maven-plugin-api:jar:null from the repository.
>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:
>>>>> 5 for
>>>>> project: null:maven:pom:2.0.6 from the repository.
>>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for  
>>>>> project:
>>>>> org.apache.maven:maven-parent:pom:5 from the repository.
>>>>> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
>>>>> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:
>>>>> 2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
>>>>> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
>>>>> [DEBUG]
>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-
>>>>> stable-1
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> beta-2
>>>>> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
>>>>> [DEBUG]   classworlds:classworlds:jar:1.1
>>>>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
>>>>> (removed - nearer found: 2.0)
>>>>> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:
>>>>> 1.1:runtime
>>>>> (selected for runtime)
>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2  
>>>>> for
>>>>> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
>>>>> repository.
>>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-
>>>>> artifact
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-9
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
>>>>> (removed - nearer found: 2.0)
>>>>> [DEBUG] Adding managed dependencies for
>>>>> org.apache.maven:maven-artifact-manager
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-9
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:
>>>>> 2.0.2:runtime
>>>>> (removed - nearer found: 2.0)
>>>>> [DEBUG] Retrieving parent-POM:
>>>>> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
>>>>> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
>>>>> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-
>>>>> alpha-6
>>>>> [DEBUG]   junit:junit:jar:3.8.1
>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-8
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>> [DEBUG]
>>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
>>>>> (removed - nearer found: 1.0-alpha-5)
>>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:
>>>>> 1.0.11
>>>>> for project: null:plexus-utils:jar:1.4.6 from the repository.
>>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>>> (removed - nearer found: 1.0.4)
>>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>>> (removed - nearer found: 1.0.4)
>>>>> [DEBUG] Retrieving parent-POM:
>>>>> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
>>>>> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
>>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:
>>>>> 1.0.4
>>>>> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3  
>>>>> from the
>>>>> repository.
>>>>> [DEBUG]
>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-
>>>>> alpha-9:runtime
>>>>> (removed - nearer found: 1.0-alpha-8)
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
>>>>> (removed
>>>>> - nearer found: 1.1)
>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime  
>>>>> (selected
>>>>> for runtime)
>>>>> [DEBUG] Trying repository central
>>>>> [DEBUG] Using mirror:
>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
>>>>> (id: nexus)
>>>>> [DEBUG] Using Wagon implementation lightweight from default  
>>>>> mapping
>>>>> for protocol http
>>>>> [DEBUG] Checking for pre-existing User-Agent configuration.
>>>>> [DEBUG] Adding User-Agent configuration.
>>>>> [DEBUG] Connecting to repository: 'nexus' with url:
>>>>> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/ 
>>>>> public'.
>>>>> Downloading:
>>>>>
>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> [DEBUG] attempting to create parent directories for destination:
>>>>> plexus-utils-1.1.jar.tmp
>>>>> 17/164K
>>>>>
>>>>>
>>>>> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...
>>>>> >
>>>>> wrote:
>>>>>>
>>>>>> It has been tested with Maven 2.0.9 and higher.
>>>>>>
>>>>>> We've had problems in the past with the built in maven's from  
>>>>>> some
>>>>>> Linux
>>>>>> distributions. Can you try with the latest released maven  
>>>>>> (2.2.1) and
>>>>>> see
>>>>>> what happens?
>>>>>>
>>>>>> http://maven.apache.org/download.html
>>>>>>
>>>>>> RIch
>>>>>>
>>>>>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>>>>>
>>>>>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>>>>>> available with the distribution. Are there possible  
>>>>>>> compatibility
>>>>>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>>>>>
>>>>>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth  
>>>>>>> <txtoth@...> wrote:
>>>>>>>>
>>>>>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>>>>>> server. Now my maven build has downloaded a number of  
>>>>>>>> artifacts but
>>>>>>>> it
>>>>>>>> get to this point:
>>>>>>>>
>>>>>>>> [INFO] Ignoring available plugin update: 2.3 as it requires  
>>>>>>>> Maven
>>>>>>>> version
>>>>>>>> 2.0.6
>>>>>>>> Downloading:
>>>>>>>>
>>>>>>>>
>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>>>> 34/164K
>>>>>>>>
>>>>>>>> and hangs.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon
>>>>>>>> <rseddon@...>
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Interesting.  I don't see anything wrong with the  
>>>>>>>>> settings.xml file,
>>>>>>>>> and
>>>>>>>>> I
>>>>>>>>> assume the maven build is running on the same machine you  
>>>>>>>>> ran the
>>>>>>>>> wget.
>>>>>>>>>
>>>>>>>>> Can you try running the build again with the "-X" switch?
>>>>>>>>>
>>>>>>>>> Rich
>>>>>>>>>
>>>>>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>>>>>
>>>>>>>>>> Works:
>>>>>>>>>>
>>>>>>>>>> wget
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>>> --2009-10-16 08:24:08--
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>>>>>> Length: 499 [text/plain]
>>>>>>>>>> Saving to: `maven-metadata.xml'
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 100%
>>>>>>>>>> [=
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> =
>>>>>>>>>> ===========================================================>]
>>>>>>>>>> 499         --.-K/s   in 0s
>>>>>>>>>>
>>>>>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved
>>>>>>>>>> [499/499]
>>>>>>>>>>
>>>>>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>>>>> <metadata>
>>>>>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>>>>>  <versioning>
>>>>>>>>>>  <latest>2.3</latest>
>>>>>>>>>>  <release>2.3</release>
>>>>>>>>>>  <versions>
>>>>>>>>>>  <version>2.0-beta-1</version>
>>>>>>>>>>  <version>2.0-rc1</version>
>>>>>>>>>>  <version>2.0</version>
>>>>>>>>>>  <version>2.1</version>
>>>>>>>>>>  <version>2.2</version>
>>>>>>>>>>  <version>2.3</version>
>>>>>>>>>>  </versions>
>>>>>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>>>>>  </versioning>
>>>>>>>>>> </metadata>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon
>>>>>>>>>> <rseddon@...>
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Can you try retrieving
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml 
>>>>>>>>>>> "
>>>>>>>>>>> using a web browser or wget and see what happens?
>>>>>>>>>>>
>>>>>>>>>>> Rich
>>>>>>>>>>>
>>>>>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I got distracted for awhile but I'm back trying to use  
>>>>>>>>>>>> nexus.
>>>>>>>>>>>> However
>>>>>>>>>>>> my maven build fails with this error:
>>>>>>>>>>>>
>>>>>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-
>>>>>>>>>>>> plugin:
>>>>>>>>>>>> checking
>>>>>>>>>>>> for updates from central
>>>>>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be
>>>>>>>>>>>> retrieved
>>>>>>>>>>>> from repository: central due to an error: Error  
>>>>>>>>>>>> transferring file
>>>>>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>>>>>
>>>>>>>>>>>> My settings.xml looks like :
>>>>>>>>>>>>
>>>>>>>>>>>> <settings>
>>>>>>>>>>>>  <mirrors>
>>>>>>>>>>>>  <mirror>
>>>>>>>>>>>>  <!--This sends everything else to /public -->
>>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>>  <mirrorOf>*</mirrorOf>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/ 
>>>>>>>>>>>> groups/public</url>
>>>>>>>>>>>>  </mirror>
>>>>>>>>>>>>  </mirrors>
>>>>>>>>>>>>  <profiles>
>>>>>>>>>>>>  <profile>
>>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>>  <!--Enable snapshots for the built in central repo to  
>>>>>>>>>>>> direct -->
>>>>>>>>>>>>  <!--all requests to nexus via the mirror -->
>>>>>>>>>>>>  <repositories>
>>>>>>>>>>>>   <repository>
>>>>>>>>>>>>     <id>central</id>
>>>>>>>>>>>>     <url>http://central</url>
>>>>>>>>>>>>     <releases><enabled>true</enabled></releases>
>>>>>>>>>>>>     <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>>   </repository>
>>>>>>>>>>>>  </repositories>
>>>>>>>>>>>>  <pluginRepositories>
>>>>>>>>>>>>   <pluginRepository>
>>>>>>>>>>>>     <id>central</id>
>>>>>>>>>>>>     <url>http://central</url>
>>>>>>>>>>>>     <releases><enabled>true</enabled></releases>
>>>>>>>>>>>>     <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>>   </pluginRepository>
>>>>>>>>>>>>  </pluginRepositories>
>>>>>>>>>>>>  </profile>
>>>>>>>>>>>>  </profiles>
>>>>>>>>>>>>  <activeProfiles>
>>>>>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>>>>>  </activeProfiles>
>>>>>>>>>>>> </settings>
>>>>>>>>>>>>
>>>>>>>>>>>> I copied this from the docs "3.2. Configuring Maven to  
>>>>>>>>>>>> Use a
>>>>>>>>>>>> Single
>>>>>>>>>>>> Nexus
>>>>>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>>>>>
>>>>>>>>>>>> I can browse via the web interface to the the maven-clean-
>>>>>>>>>>>> plugin
>>>>>>>>>>>> so
>>>>>>>>>>>> I
>>>>>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>>>>>
>>>>>>>>>>>> Ted
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>> For additional commands, e-mail: nexus-user-
>>>>>>>>>>> help@...
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I did try the nexus-webapp bundle with the same results (failed
downloads) but without the exception in the wrapper.log. Again I'll
ask what are the supported platforms? As for more experimentation I've
gone about as far as I can without my management complaining. The fact
that nexus won't run on Fedora which is the basis for RHEL should
really be of concern for Sonatype and not a prospective customer.

Ted

On Fri, Oct 16, 2009 at 5:18 PM, Richard Seddon <rseddon@...> wrote:

>
> Well, I'm not sure what is going on then.
>
> I think at this point you're going to have to do some experimentation to
> isolate the problem.
>
> You could try using Sun JDK instead of OpenJDK (I've never tried to use open
> JDK with nexus, so I don't know if it will work properly).
> Try using the nexus-webapp bundle instead of the WAR file version.
> Try using a different version of Tomcat.
>
> Regards,
>
> Rich
>
>
> On Oct 16, 2009, at 2:29 PM, Xavier Toth wrote:
>
>> They are running on the same box.
>>
>> On Fri, Oct 16, 2009 at 4:14 PM, Richard Seddon <rseddon@...>
>> wrote:
>>>
>>> So "broken pipe" means that as far as the server is concerned the client
>>> closed the connection unexpectedly.
>>>
>>> The fact that maven is hanging during download indicates that it most
>>> likely
>>> wasn't maven that closed it.
>>>
>>> Is there anything in between your client and server (a firewall, or
>>> something like that)?
>>>
>>> Rich
>>>
>>> On Oct 16, 2009, at 1:54 PM, Xavier Toth wrote:
>>>
>>>> Indeed and by the way here are the java and tomcat that are installed:
>>>>
>>>> tomcat5-5.5.27-6.1.fc10.noarch
>>>> java-1.6.0-openjdk-1.6.0.0-21.b16.fc10.x86_64
>>>>
>>>> ------------------------------------ nexus.log
>>>> ----------------------------------------
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>>>   - Attempting to authenticate Subject as Anonymous request...
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>>>   - Successfully logged in as anonymous
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.e.Authenticat~:default  - Notifying 1 EventListener about event
>>>> org.sonatype.nexus.auth.NexusAuthenticationEvent fired
>>>> (org.sonatype.nexus.auth.NexusAuthenticationEvent@b92f3dc)
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>>>> repository='public' for
>>>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>>>> [nexus:target:3:public:read, nexus:target:1:public:read]
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - net.sf.ehcache.Cache
>>>>   - org.sonatype.jsecurity.realms.XmlAuthorizingRealm-1-authorization
>>>> Memory cache hit, but element expired
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.p.r.r.ManagedPl~:content  - Created ResourceStore request for
>>>> /groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>>>> repository='public' for
>>>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>>>> [nexus:target:3:public:read, nexus:target:1:public:read]
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.GroupRepo~:maven2   - retrieveItem() ::
>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.s.l.LocalRe~:file     -
>>>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>>>
>>>>
>>>> /usr/share/tomcat5/sonatype-work/nexus/storage/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.GroupRepo~:maven2   - Item
>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar not
>>>> found in local storage.
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.m.RequestRe~:default  - No mapping exists for request path
>>>> [/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar]
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repository:maven2   - retrieveItem() ::
>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repository:maven2   -
>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar ::
>>>> localOnly=false, remoteOnly=false, ProxyMode=ALLOW
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.s.l.LocalRe~:file     -
>>>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>>>
>>>>
>>>> /usr/share/tomcat5/sonatype-work/nexus/storage/central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.a.Attribute~:default  - Loading attributes on
>>>> UID=central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repository:maven2   - Item
>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> found in local storage.
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repository:maven2   - Item
>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> does exist in local storage and is fresh, returning local one.
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repository:maven2   - Notifying 2 EventListener about event
>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repository:maven2   - central retrieveItem() :: FOUND
>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.GroupRepo~:maven2   - Notifying 1 EventListener about event
>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>> o.s.n.p.r.GroupRepo~:maven2   - public retrieveItem() :: FOUND
>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 2009-10-16 15:29:20 ERROR [080-Processor22] - o.r.C.Server
>>>>   - An exception occured writing the response entity
>>>> ClientAbortException:  java.net.SocketException: Broken pipe
>>>>       at
>>>>
>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366)
>>>>       at
>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:398)
>>>>       at
>>>> org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
>>>>       at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:190)
>>>>       at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:174)
>>>>       at
>>>>
>>>> org.sonatype.nexus.rest.StorageFileItemRepresentation.write(StorageFileItemRepresentation.java:81)
>>>>       at
>>>>
>>>> com.noelios.restlet.http.HttpServerCall.writeResponseBody(HttpServerCall.java:492)
>>>>       at
>>>>
>>>> com.noelios.restlet.http.HttpServerCall.sendResponse(HttpServerCall.java:428)
>>>>       at
>>>>
>>>> com.noelios.restlet.ext.servlet.ServletCall.sendResponse(ServletCall.java:407)
>>>>       at
>>>>
>>>> com.noelios.restlet.http.HttpServerConverter.commit(HttpServerConverter.java:388)
>>>>       at
>>>>
>>>> com.noelios.restlet.http.HttpServerHelper.handle(HttpServerHelper.java:148)
>>>>       at
>>>>
>>>> com.noelios.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:884)
>>>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:52)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal(JSecurityFilter.java:382)
>>>>       at
>>>>
>>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>>>>       at
>>>>
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>>>>       at
>>>>
>>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>>>>       at
>>>>
>>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>>>>       at
>>>>
>>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>>>>       at java.lang.Thread.run(Thread.java:636)
>>>> Caused by: java.net.SocketException: Broken pipe
>>>>       at java.net.SocketOutputStream.socketWrite0(Native Method)
>>>>       at
>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
>>>>       at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:750)
>>>>       at
>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>>>       at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:347)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:773)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:583)
>>>>       at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:361)
>>>>       ... 41 more
>>>> 2009-10-16 15:29:20 WARN  [080-Processor22] - o.r.C.Server
>>>>   - Error while handling an HTTP server call:
>>>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>   - Start expire sessions StandardManager at 1255724961347
>>>> sessioncount 3
>>>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>   - End expire sessions StandardManager processingTime 0 expired
>>>> sessions: 0
>>>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>   - Start expire sessions StandardManager at 1255725021349
>>>> sessioncount 3
>>>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>   - End expire sessions StandardManager processingTime 1 expired
>>>> sessions: 0
>>>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>   - Start expire sessions StandardManager at 1255725081352
>>>> sessioncount 3
>>>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>   - End expire sessions StandardManager processingTime 0 expired
>>>> sessions: 0
>>>>
>>>> On Fri, Oct 16, 2009 at 3:33 PM, Richard Seddon <rseddon@...>
>>>> wrote:
>>>>>
>>>>> Are there any errors in the nexus.log file?
>>>>>
>>>>> Check under sonatype-work/nexus/logs/nexus-log
>>>>>
>>>>> Rich
>>>>>
>>>>> On Oct 16, 2009, at 1:14 PM, Xavier Toth wrote:
>>>>>
>>>>>> Basically the same results:
>>>>>>
>>>>>> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
>>>>>> Warning: JAVA_HOME environment variable is not set.
>>>>>> + Error stacktraces are turned on.
>>>>>> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
>>>>>> Java version: 1.6.0_0
>>>>>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>>> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64"
>>>>>> Family:
>>>>>> "unix"
>>>>>> [DEBUG] Building Maven user-level plugin registry from:
>>>>>> '/home/tedx/.m2/plugin-registry.xml'
>>>>>> [DEBUG] Building Maven global-level plugin registry from:
>>>>>> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
>>>>>> [INFO] Scanning for projects...
>>>>>> [INFO] Reactor build order:
>>>>>> [INFO]   TomcatProtocol
>>>>>> [INFO]   jcdx-util
>>>>>> [INFO]   MessageClient
>>>>>> [INFO]   JWSS
>>>>>> [INFO]   JCDXWSRecvHandler
>>>>>> [INFO]   MessageService
>>>>>> [INFO]   MessageServiceClient
>>>>>> [INFO]   JWSSController
>>>>>> [INFO]   JCDXWSController
>>>>>> [INFO]   JCDXWSRecv
>>>>>> [INFO]   DMSController
>>>>>> [INFO]   JANAP Message Parsing State Machine
>>>>>> [INFO]   GCCSUCPController
>>>>>> [INFO]   Micro_Proxy Executable
>>>>>> [INFO]   libident
>>>>>> [INFO]   libsock
>>>>>> [INFO]   SOCKS Proxy Executable
>>>>>> [INFO]   SOCKS Proxy
>>>>>> [INFO]   JWSS
>>>>>> [DEBUG] Wagons could not be registered as the extension container was
>>>>>> never created
>>>>>> [INFO]
>>>>>>
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] Building TomcatProtocol
>>>>>> [INFO]    task-segment: [clean, install]
>>>>>> [INFO]
>>>>>>
>>>>>> ------------------------------------------------------------------------
>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>> org.apache.maven.plugins:maven-plugins:pom:10 for project:
>>>>>> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
>>>>>> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
>>>>>> repository.
>>>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
>>>>>> org.apache.maven:maven-parent:pom:7 from the repository.
>>>>>> [DEBUG] Plugin dependencies for:
>>>>>>
>>>>>> org.apache.maven.plugins:maven-clean-plugin:2.2
>>>>>>
>>>>>> are:
>>>>>>
>>>>>> org.apache.maven:maven-project:jar:2.0:runtime
>>>>>> org.apache.maven:maven-plugin-api:jar:2.0:runtime
>>>>>> org.apache.maven.shared:file-management:jar:1.2:runtime
>>>>>> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>>>>>>
>>>>>>
>>>>>> [DEBUG]
>>>>>> org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
>>>>>> project: null:maven-project:jar:2.0 from the repository.
>>>>>> [DEBUG] Adding managed dependencies for unknown:maven-project
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for
>>>>>> runtime)
>>>>>> [DEBUG] Adding managed dependencies for unknown:maven-profile
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
>>>>>> for runtime)
>>>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
>>>>>> for runtime)
>>>>>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]
>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
>>>>>> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for
>>>>>> runtime)
>>>>>> [DEBUG] Adding managed dependencies for
>>>>>> org.apache.maven:maven-artifact-manager
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG] Adding managed dependencies for
>>>>>> org.apache.maven:maven-repository-metadata
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven:maven-repository-metadata:jar:2.0:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG] Adding managed dependencies for
>>>>>> org.apache.maven:maven-artifact
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
>>>>>> for runtime)
>>>>>> [DEBUG]
>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>>>>>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG] Adding managed dependencies for
>>>>>> org.apache.maven:maven-plugin-api
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
>>>>>> for runtime)
>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>> org.apache.maven.shared:maven-shared-components:pom:8 for project:
>>>>>> null:file-management:jar:1.2 from the repository.
>>>>>> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
>>>>>> project: null:maven-plugin-api:jar:null from the repository.
>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
>>>>>> project: null:maven:pom:2.0.6 from the repository.
>>>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
>>>>>> org.apache.maven:maven-parent:pom:5 from the repository.
>>>>>> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
>>>>>> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
>>>>>> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
>>>>>> [DEBUG]
>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
>>>>>> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
>>>>>> [DEBUG]   classworlds:classworlds:jar:1.1
>>>>>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
>>>>>> (removed - nearer found: 2.0)
>>>>>> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
>>>>>> (selected for runtime)
>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
>>>>>> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
>>>>>> repository.
>>>>>> [DEBUG] Adding managed dependencies for
>>>>>> org.apache.maven:maven-artifact
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>>>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
>>>>>> (removed - nearer found: 2.0)
>>>>>> [DEBUG] Adding managed dependencies for
>>>>>> org.apache.maven:maven-artifact-manager
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>>>>>> [DEBUG]
>>>>>> org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
>>>>>> (removed - nearer found: 2.0)
>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
>>>>>> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
>>>>>> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
>>>>>> [DEBUG]   junit:junit:jar:3.8.1
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>> [DEBUG]
>>>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
>>>>>> (removed - nearer found: 1.0-alpha-5)
>>>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
>>>>>> for project: null:plexus-utils:jar:1.4.6 from the repository.
>>>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>>>> (removed - nearer found: 1.0.4)
>>>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>>>> (removed - nearer found: 1.0.4)
>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
>>>>>> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
>>>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
>>>>>> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
>>>>>> repository.
>>>>>> [DEBUG]
>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
>>>>>> (removed - nearer found: 1.0-alpha-8)
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
>>>>>> - nearer found: 1.1)
>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
>>>>>> for runtime)
>>>>>> [DEBUG] Trying repository central
>>>>>> [DEBUG] Using mirror:
>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
>>>>>> (id: nexus)
>>>>>> [DEBUG] Using Wagon implementation lightweight from default mapping
>>>>>> for protocol http
>>>>>> [DEBUG] Checking for pre-existing User-Agent configuration.
>>>>>> [DEBUG] Adding User-Agent configuration.
>>>>>> [DEBUG] Connecting to repository: 'nexus' with url:
>>>>>> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
>>>>>> Downloading:
>>>>>>
>>>>>>
>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>> [DEBUG] attempting to create parent directories for destination:
>>>>>> plexus-utils-1.1.jar.tmp
>>>>>> 17/164K
>>>>>>
>>>>>>
>>>>>> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...>
>>>>>> wrote:
>>>>>>>
>>>>>>> It has been tested with Maven 2.0.9 and higher.
>>>>>>>
>>>>>>> We've had problems in the past with the built in maven's from some
>>>>>>> Linux
>>>>>>> distributions. Can you try with the latest released maven (2.2.1) and
>>>>>>> see
>>>>>>> what happens?
>>>>>>>
>>>>>>> http://maven.apache.org/download.html
>>>>>>>
>>>>>>> RIch
>>>>>>>
>>>>>>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>>>>>>
>>>>>>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>>>>>>> available with the distribution. Are there possible compatibility
>>>>>>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>>>>>>
>>>>>>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...>
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>>>>>>> server. Now my maven build has downloaded a number of artifacts but
>>>>>>>>> it
>>>>>>>>> get to this point:
>>>>>>>>>
>>>>>>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven
>>>>>>>>> version
>>>>>>>>> 2.0.6
>>>>>>>>> Downloading:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>>>>> 34/164K
>>>>>>>>>
>>>>>>>>> and hangs.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon
>>>>>>>>> <rseddon@...>
>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> Interesting.  I don't see anything wrong with the settings.xml
>>>>>>>>>> file,
>>>>>>>>>> and
>>>>>>>>>> I
>>>>>>>>>> assume the maven build is running on the same machine you ran the
>>>>>>>>>> wget.
>>>>>>>>>>
>>>>>>>>>> Can you try running the build again with the "-X" switch?
>>>>>>>>>>
>>>>>>>>>> Rich
>>>>>>>>>>
>>>>>>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>>>>>>
>>>>>>>>>>> Works:
>>>>>>>>>>>
>>>>>>>>>>> wget
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>>>> --2009-10-16 08:24:08--
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>>>>>>> Length: 499 [text/plain]
>>>>>>>>>>> Saving to: `maven-metadata.xml'
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 100%[==========================================================================================>]
>>>>>>>>>>> 499         --.-K/s   in 0s
>>>>>>>>>>>
>>>>>>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved
>>>>>>>>>>> [499/499]
>>>>>>>>>>>
>>>>>>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>>>>>> <metadata>
>>>>>>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>>>>>>  <versioning>
>>>>>>>>>>>  <latest>2.3</latest>
>>>>>>>>>>>  <release>2.3</release>
>>>>>>>>>>>  <versions>
>>>>>>>>>>>  <version>2.0-beta-1</version>
>>>>>>>>>>>  <version>2.0-rc1</version>
>>>>>>>>>>>  <version>2.0</version>
>>>>>>>>>>>  <version>2.1</version>
>>>>>>>>>>>  <version>2.2</version>
>>>>>>>>>>>  <version>2.3</version>
>>>>>>>>>>>  </versions>
>>>>>>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>>>>>>  </versioning>
>>>>>>>>>>> </metadata>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon
>>>>>>>>>>> <rseddon@...>
>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Can you try retrieving
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>>>>>>>>>> using a web browser or wget and see what happens?
>>>>>>>>>>>>
>>>>>>>>>>>> Rich
>>>>>>>>>>>>
>>>>>>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I got distracted for awhile but I'm back trying to use nexus.
>>>>>>>>>>>>> However
>>>>>>>>>>>>> my maven build fails with this error:
>>>>>>>>>>>>>
>>>>>>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:
>>>>>>>>>>>>> checking
>>>>>>>>>>>>> for updates from central
>>>>>>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be
>>>>>>>>>>>>> retrieved
>>>>>>>>>>>>> from repository: central due to an error: Error transferring
>>>>>>>>>>>>> file
>>>>>>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>>>>>>
>>>>>>>>>>>>> My settings.xml looks like :
>>>>>>>>>>>>>
>>>>>>>>>>>>> <settings>
>>>>>>>>>>>>>  <mirrors>
>>>>>>>>>>>>>  <mirror>
>>>>>>>>>>>>>  <!--This sends everything else to /public -->
>>>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>>>  <mirrorOf>*</mirrorOf>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>>>>>>>>>  </mirror>
>>>>>>>>>>>>>  </mirrors>
>>>>>>>>>>>>>  <profiles>
>>>>>>>>>>>>>  <profile>
>>>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>>>  <!--Enable snapshots for the built in central repo to direct
>>>>>>>>>>>>> -->
>>>>>>>>>>>>>  <!--all requests to nexus via the mirror -->
>>>>>>>>>>>>>  <repositories>
>>>>>>>>>>>>>  <repository>
>>>>>>>>>>>>>    <id>central</id>
>>>>>>>>>>>>>    <url>http://central</url>
>>>>>>>>>>>>>    <releases><enabled>true</enabled></releases>
>>>>>>>>>>>>>    <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>>>  </repository>
>>>>>>>>>>>>>  </repositories>
>>>>>>>>>>>>>  <pluginRepositories>
>>>>>>>>>>>>>  <pluginRepository>
>>>>>>>>>>>>>    <id>central</id>
>>>>>>>>>>>>>    <url>http://central</url>
>>>>>>>>>>>>>    <releases><enabled>true</enabled></releases>
>>>>>>>>>>>>>    <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>>>  </pluginRepository>
>>>>>>>>>>>>>  </pluginRepositories>
>>>>>>>>>>>>>  </profile>
>>>>>>>>>>>>>  </profiles>
>>>>>>>>>>>>>  <activeProfiles>
>>>>>>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>>>>>>  </activeProfiles>
>>>>>>>>>>>>> </settings>
>>>>>>>>>>>>>
>>>>>>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a
>>>>>>>>>>>>> Single
>>>>>>>>>>>>> Nexus
>>>>>>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I can browse via the web interface to the the
>>>>>>>>>>>>> maven-clean-plugin
>>>>>>>>>>>>> so
>>>>>>>>>>>>> I
>>>>>>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Ted
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Brian Fox :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Rich was suggesting to try the bundle to help isolate where the
problem is. Nexus does run on RHEL and Fedora without any known
problems. (Our systems are RHEL). However, the maven versions produced
on some linux distros are non standard, as well as some of the
application containers.

So the easiest way to isolate the problem is to start with the bundle
where we have known quantities. I would also suggest using an official
Maven build from Apache.

Then we can work from there to uncover where the true problem lies.

On Sat, Oct 17, 2009 at 9:34 AM, Xavier Toth <txtoth@...> wrote:

> I did try the nexus-webapp bundle with the same results (failed
> downloads) but without the exception in the wrapper.log. Again I'll
> ask what are the supported platforms? As for more experimentation I've
> gone about as far as I can without my management complaining. The fact
> that nexus won't run on Fedora which is the basis for RHEL should
> really be of concern for Sonatype and not a prospective customer.
>
> Ted
>
> On Fri, Oct 16, 2009 at 5:18 PM, Richard Seddon <rseddon@...> wrote:
>>
>> Well, I'm not sure what is going on then.
>>
>> I think at this point you're going to have to do some experimentation to
>> isolate the problem.
>>
>> You could try using Sun JDK instead of OpenJDK (I've never tried to use open
>> JDK with nexus, so I don't know if it will work properly).
>> Try using the nexus-webapp bundle instead of the WAR file version.
>> Try using a different version of Tomcat.
>>
>> Regards,
>>
>> Rich
>>
>>
>> On Oct 16, 2009, at 2:29 PM, Xavier Toth wrote:
>>
>>> They are running on the same box.
>>>
>>> On Fri, Oct 16, 2009 at 4:14 PM, Richard Seddon <rseddon@...>
>>> wrote:
>>>>
>>>> So "broken pipe" means that as far as the server is concerned the client
>>>> closed the connection unexpectedly.
>>>>
>>>> The fact that maven is hanging during download indicates that it most
>>>> likely
>>>> wasn't maven that closed it.
>>>>
>>>> Is there anything in between your client and server (a firewall, or
>>>> something like that)?
>>>>
>>>> Rich
>>>>
>>>> On Oct 16, 2009, at 1:54 PM, Xavier Toth wrote:
>>>>
>>>>> Indeed and by the way here are the java and tomcat that are installed:
>>>>>
>>>>> tomcat5-5.5.27-6.1.fc10.noarch
>>>>> java-1.6.0-openjdk-1.6.0.0-21.b16.fc10.x86_64
>>>>>
>>>>> ------------------------------------ nexus.log
>>>>> ----------------------------------------
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>>>>   - Attempting to authenticate Subject as Anonymous request...
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - o.s.n.s.f.a.NexusSe~
>>>>>   - Successfully logged in as anonymous
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.e.Authenticat~:default  - Notifying 1 EventListener about event
>>>>> org.sonatype.nexus.auth.NexusAuthenticationEvent fired
>>>>> (org.sonatype.nexus.auth.NexusAuthenticationEvent@b92f3dc)
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>>>>> repository='public' for
>>>>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>>>>> [nexus:target:3:public:read, nexus:target:1:public:read]
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] - net.sf.ehcache.Cache
>>>>>   - org.sonatype.jsecurity.realms.XmlAuthorizingRealm-1-authorization
>>>>> Memory cache hit, but element expired
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.p.r.r.ManagedPl~:content  - Created ResourceStore request for
>>>>> /groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.GroupRepo~:maven2   - getTargetsForRequest() ::
>>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.t.TargetReg~:default  - Resolving targets for
>>>>> repository='public' for
>>>>> path='/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar'
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.a.NexusItem~:default  - Checking isPermitted() with perms:
>>>>> [nexus:target:3:public:read, nexus:target:1:public:read]
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.GroupRepo~:maven2   - retrieveItem() ::
>>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.s.l.LocalRe~:file     -
>>>>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>>>>
>>>>>
>>>>> /usr/share/tomcat5/sonatype-work/nexus/storage/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.GroupRepo~:maven2   - Item
>>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar not
>>>>> found in local storage.
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.m.RequestRe~:default  - No mapping exists for request path
>>>>> [/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar]
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repository:maven2   - retrieveItem() ::
>>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repository:maven2   -
>>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar ::
>>>>> localOnly=false, remoteOnly=false, ProxyMode=ALLOW
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.s.l.LocalRe~:file     -
>>>>> /org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar -->
>>>>>
>>>>>
>>>>> /usr/share/tomcat5/sonatype-work/nexus/storage/central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.a.Attribute~:default  - Loading attributes on
>>>>> UID=central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repository:maven2   - Item
>>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> found in local storage.
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repository:maven2   - Item
>>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> does exist in local storage and is fresh, returning local one.
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repository:maven2   - Notifying 2 EventListener about event
>>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
>>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@8c5697a)
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repository:maven2   - central retrieveItem() :: FOUND
>>>>> central:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.GroupRepo~:maven2   - Notifying 1 EventListener about event
>>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.Repositor~:default  - Notifying 5 EventListener about event
>>>>> org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve fired
>>>>> (org.sonatype.nexus.proxy.events.RepositoryItemEventRetrieve@588fcd15)
>>>>> 2009-10-16 15:28:24 DEBUG [080-Processor22] -
>>>>> o.s.n.p.r.GroupRepo~:maven2   - public retrieveItem() :: FOUND
>>>>> public:/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 2009-10-16 15:29:20 ERROR [080-Processor22] - o.r.C.Server
>>>>>   - An exception occured writing the response entity
>>>>> ClientAbortException:  java.net.SocketException: Broken pipe
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366)
>>>>>       at
>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:398)
>>>>>       at
>>>>> org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
>>>>>       at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:190)
>>>>>       at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:174)
>>>>>       at
>>>>>
>>>>> org.sonatype.nexus.rest.StorageFileItemRepresentation.write(StorageFileItemRepresentation.java:81)
>>>>>       at
>>>>>
>>>>> com.noelios.restlet.http.HttpServerCall.writeResponseBody(HttpServerCall.java:492)
>>>>>       at
>>>>>
>>>>> com.noelios.restlet.http.HttpServerCall.sendResponse(HttpServerCall.java:428)
>>>>>       at
>>>>>
>>>>> com.noelios.restlet.ext.servlet.ServletCall.sendResponse(ServletCall.java:407)
>>>>>       at
>>>>>
>>>>> com.noelios.restlet.http.HttpServerConverter.commit(HttpServerConverter.java:388)
>>>>>       at
>>>>>
>>>>> com.noelios.restlet.http.HttpServerHelper.handle(HttpServerHelper.java:148)
>>>>>       at
>>>>>
>>>>> com.noelios.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:884)
>>>>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:52)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:105)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:135)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.FilterChainWrapper.doFilter(FilterChainWrapper.java:57)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal(JSecurityFilter.java:382)
>>>>>       at
>>>>>
>>>>> org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>>>>>       at
>>>>>
>>>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>>>>>       at
>>>>>
>>>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>>>>>       at
>>>>>
>>>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>>>>>       at java.lang.Thread.run(Thread.java:636)
>>>>> Caused by: java.net.SocketException: Broken pipe
>>>>>       at java.net.SocketOutputStream.socketWrite0(Native Method)
>>>>>       at
>>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
>>>>>       at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:750)
>>>>>       at
>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
>>>>>       at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:347)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:773)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:583)
>>>>>       at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:361)
>>>>>       ... 41 more
>>>>> 2009-10-16 15:29:20 WARN  [080-Processor22] - o.r.C.Server
>>>>>   - Error while handling an HTTP server call:
>>>>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>>   - Start expire sessions StandardManager at 1255724961347
>>>>> sessioncount 3
>>>>> 2009-10-16 15:29:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>>   - End expire sessions StandardManager processingTime 0 expired
>>>>> sessions: 0
>>>>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>>   - Start expire sessions StandardManager at 1255725021349
>>>>> sessioncount 3
>>>>> 2009-10-16 15:30:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>>   - End expire sessions StandardManager processingTime 1 expired
>>>>> sessions: 0
>>>>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>>   - Start expire sessions StandardManager at 1255725081352
>>>>> sessioncount 3
>>>>> 2009-10-16 15:31:21 DEBUG [gine[Catalina]]] - o.a.c.s.ManagerBase
>>>>>   - End expire sessions StandardManager processingTime 0 expired
>>>>> sessions: 0
>>>>>
>>>>> On Fri, Oct 16, 2009 at 3:33 PM, Richard Seddon <rseddon@...>
>>>>> wrote:
>>>>>>
>>>>>> Are there any errors in the nexus.log file?
>>>>>>
>>>>>> Check under sonatype-work/nexus/logs/nexus-log
>>>>>>
>>>>>> Rich
>>>>>>
>>>>>> On Oct 16, 2009, at 1:14 PM, Xavier Toth wrote:
>>>>>>
>>>>>>> Basically the same results:
>>>>>>>
>>>>>>> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
>>>>>>> Warning: JAVA_HOME environment variable is not set.
>>>>>>> + Error stacktraces are turned on.
>>>>>>> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
>>>>>>> Java version: 1.6.0_0
>>>>>>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>>>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>>>> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64"
>>>>>>> Family:
>>>>>>> "unix"
>>>>>>> [DEBUG] Building Maven user-level plugin registry from:
>>>>>>> '/home/tedx/.m2/plugin-registry.xml'
>>>>>>> [DEBUG] Building Maven global-level plugin registry from:
>>>>>>> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
>>>>>>> [INFO] Scanning for projects...
>>>>>>> [INFO] Reactor build order:
>>>>>>> [INFO]   TomcatProtocol
>>>>>>> [INFO]   jcdx-util
>>>>>>> [INFO]   MessageClient
>>>>>>> [INFO]   JWSS
>>>>>>> [INFO]   JCDXWSRecvHandler
>>>>>>> [INFO]   MessageService
>>>>>>> [INFO]   MessageServiceClient
>>>>>>> [INFO]   JWSSController
>>>>>>> [INFO]   JCDXWSController
>>>>>>> [INFO]   JCDXWSRecv
>>>>>>> [INFO]   DMSController
>>>>>>> [INFO]   JANAP Message Parsing State Machine
>>>>>>> [INFO]   GCCSUCPController
>>>>>>> [INFO]   Micro_Proxy Executable
>>>>>>> [INFO]   libident
>>>>>>> [INFO]   libsock
>>>>>>> [INFO]   SOCKS Proxy Executable
>>>>>>> [INFO]   SOCKS Proxy
>>>>>>> [INFO]   JWSS
>>>>>>> [DEBUG] Wagons could not be registered as the extension container was
>>>>>>> never created
>>>>>>> [INFO]
>>>>>>>
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [INFO] Building TomcatProtocol
>>>>>>> [INFO]    task-segment: [clean, install]
>>>>>>> [INFO]
>>>>>>>
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>>> org.apache.maven.plugins:maven-plugins:pom:10 for project:
>>>>>>> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
>>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
>>>>>>> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
>>>>>>> repository.
>>>>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
>>>>>>> org.apache.maven:maven-parent:pom:7 from the repository.
>>>>>>> [DEBUG] Plugin dependencies for:
>>>>>>>
>>>>>>> org.apache.maven.plugins:maven-clean-plugin:2.2
>>>>>>>
>>>>>>> are:
>>>>>>>
>>>>>>> org.apache.maven:maven-project:jar:2.0:runtime
>>>>>>> org.apache.maven:maven-plugin-api:jar:2.0:runtime
>>>>>>> org.apache.maven.shared:file-management:jar:1.2:runtime
>>>>>>> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>>>>>>>
>>>>>>>
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
>>>>>>> project: null:maven-project:jar:2.0 from the repository.
>>>>>>> [DEBUG] Adding managed dependencies for unknown:maven-project
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for
>>>>>>> runtime)
>>>>>>> [DEBUG] Adding managed dependencies for unknown:maven-profile
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
>>>>>>> for runtime)
>>>>>>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
>>>>>>> for runtime)
>>>>>>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]
>>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
>>>>>>> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for
>>>>>>> runtime)
>>>>>>> [DEBUG] Adding managed dependencies for
>>>>>>> org.apache.maven:maven-artifact-manager
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>>> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG] Adding managed dependencies for
>>>>>>> org.apache.maven:maven-repository-metadata
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven:maven-repository-metadata:jar:2.0:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG] Adding managed dependencies for
>>>>>>> org.apache.maven:maven-artifact
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
>>>>>>> for runtime)
>>>>>>> [DEBUG]
>>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>>>>>>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG] Adding managed dependencies for
>>>>>>> org.apache.maven:maven-plugin-api
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>>>>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
>>>>>>> for runtime)
>>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>>> org.apache.maven.shared:maven-shared-components:pom:8 for project:
>>>>>>> null:file-management:jar:1.2 from the repository.
>>>>>>> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
>>>>>>> project: null:maven-plugin-api:jar:null from the repository.
>>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
>>>>>>> project: null:maven:pom:2.0.6 from the repository.
>>>>>>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
>>>>>>> org.apache.maven:maven-parent:pom:5 from the repository.
>>>>>>> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
>>>>>>> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
>>>>>>> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
>>>>>>> [DEBUG]
>>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
>>>>>>> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
>>>>>>> [DEBUG]   classworlds:classworlds:jar:1.1
>>>>>>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
>>>>>>> (removed - nearer found: 2.0)
>>>>>>> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
>>>>>>> (selected for runtime)
>>>>>>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
>>>>>>> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
>>>>>>> repository.
>>>>>>> [DEBUG] Adding managed dependencies for
>>>>>>> org.apache.maven:maven-artifact
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>>>>>>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
>>>>>>> (removed - nearer found: 2.0)
>>>>>>> [DEBUG] Adding managed dependencies for
>>>>>>> org.apache.maven:maven-artifact-manager
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
>>>>>>> (removed - nearer found: 2.0)
>>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>>> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
>>>>>>> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
>>>>>>> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>>>>>>> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
>>>>>>> [DEBUG]   junit:junit:jar:3.8.1
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>>>>>>> [DEBUG]
>>>>>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
>>>>>>> (removed - nearer found: 1.0-alpha-5)
>>>>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
>>>>>>> for project: null:plexus-utils:jar:1.4.6 from the repository.
>>>>>>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>>>>> (removed - nearer found: 1.0.4)
>>>>>>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>>>>>>> (removed - nearer found: 1.0.4)
>>>>>>> [DEBUG] Retrieving parent-POM:
>>>>>>> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
>>>>>>> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
>>>>>>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
>>>>>>> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
>>>>>>> repository.
>>>>>>> [DEBUG]
>>>>>>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
>>>>>>> (removed - nearer found: 1.0-alpha-8)
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
>>>>>>> - nearer found: 1.1)
>>>>>>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
>>>>>>> for runtime)
>>>>>>> [DEBUG] Trying repository central
>>>>>>> [DEBUG] Using mirror:
>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
>>>>>>> (id: nexus)
>>>>>>> [DEBUG] Using Wagon implementation lightweight from default mapping
>>>>>>> for protocol http
>>>>>>> [DEBUG] Checking for pre-existing User-Agent configuration.
>>>>>>> [DEBUG] Adding User-Agent configuration.
>>>>>>> [DEBUG] Connecting to repository: 'nexus' with url:
>>>>>>> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
>>>>>>> Downloading:
>>>>>>>
>>>>>>>
>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>>> [DEBUG] attempting to create parent directories for destination:
>>>>>>> plexus-utils-1.1.jar.tmp
>>>>>>> 17/164K
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> It has been tested with Maven 2.0.9 and higher.
>>>>>>>>
>>>>>>>> We've had problems in the past with the built in maven's from some
>>>>>>>> Linux
>>>>>>>> distributions. Can you try with the latest released maven (2.2.1) and
>>>>>>>> see
>>>>>>>> what happens?
>>>>>>>>
>>>>>>>> http://maven.apache.org/download.html
>>>>>>>>
>>>>>>>> RIch
>>>>>>>>
>>>>>>>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>>>>>>>
>>>>>>>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>>>>>>>> available with the distribution. Are there possible compatibility
>>>>>>>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>>>>>>>
>>>>>>>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...>
>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>>>>>>>> server. Now my maven build has downloaded a number of artifacts but
>>>>>>>>>> it
>>>>>>>>>> get to this point:
>>>>>>>>>>
>>>>>>>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven
>>>>>>>>>> version
>>>>>>>>>> 2.0.6
>>>>>>>>>> Downloading:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>>>>>> 34/164K
>>>>>>>>>>
>>>>>>>>>> and hangs.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon
>>>>>>>>>> <rseddon@...>
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Interesting.  I don't see anything wrong with the settings.xml
>>>>>>>>>>> file,
>>>>>>>>>>> and
>>>>>>>>>>> I
>>>>>>>>>>> assume the maven build is running on the same machine you ran the
>>>>>>>>>>> wget.
>>>>>>>>>>>
>>>>>>>>>>> Can you try running the build again with the "-X" switch?
>>>>>>>>>>>
>>>>>>>>>>> Rich
>>>>>>>>>>>
>>>>>>>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Works:
>>>>>>>>>>>>
>>>>>>>>>>>> wget
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>>>>> --2009-10-16 08:24:08--
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>>>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>>>>>>>> Length: 499 [text/plain]
>>>>>>>>>>>> Saving to: `maven-metadata.xml'
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 100%[==========================================================================================>]
>>>>>>>>>>>> 499         --.-K/s   in 0s
>>>>>>>>>>>>
>>>>>>>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved
>>>>>>>>>>>> [499/499]
>>>>>>>>>>>>
>>>>>>>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>>>>>>> <metadata>
>>>>>>>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>>>>>>>  <versioning>
>>>>>>>>>>>>  <latest>2.3</latest>
>>>>>>>>>>>>  <release>2.3</release>
>>>>>>>>>>>>  <versions>
>>>>>>>>>>>>  <version>2.0-beta-1</version>
>>>>>>>>>>>>  <version>2.0-rc1</version>
>>>>>>>>>>>>  <version>2.0</version>
>>>>>>>>>>>>  <version>2.1</version>
>>>>>>>>>>>>  <version>2.2</version>
>>>>>>>>>>>>  <version>2.3</version>
>>>>>>>>>>>>  </versions>
>>>>>>>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>>>>>>>  </versioning>
>>>>>>>>>>>> </metadata>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon
>>>>>>>>>>>> <rseddon@...>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Can you try retrieving
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>>>>>>>>>>> using a web browser or wget and see what happens?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Rich
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I got distracted for awhile but I'm back trying to use nexus.
>>>>>>>>>>>>>> However
>>>>>>>>>>>>>> my maven build fails with this error:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:
>>>>>>>>>>>>>> checking
>>>>>>>>>>>>>> for updates from central
>>>>>>>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be
>>>>>>>>>>>>>> retrieved
>>>>>>>>>>>>>> from repository: central due to an error: Error transferring
>>>>>>>>>>>>>> file
>>>>>>>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> My settings.xml looks like :
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> <settings>
>>>>>>>>>>>>>>  <mirrors>
>>>>>>>>>>>>>>  <mirror>
>>>>>>>>>>>>>>  <!--This sends everything else to /public -->
>>>>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>>>>  <mirrorOf>*</mirrorOf>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>>>>>>>>>>  </mirror>
>>>>>>>>>>>>>>  </mirrors>
>>>>>>>>>>>>>>  <profiles>
>>>>>>>>>>>>>>  <profile>
>>>>>>>>>>>>>>  <id>nexus</id>
>>>>>>>>>>>>>>  <!--Enable snapshots for the built in central repo to direct
>>>>>>>>>>>>>> -->
>>>>>>>>>>>>>>  <!--all requests to nexus via the mirror -->
>>>>>>>>>>>>>>  <repositories>
>>>>>>>>>>>>>>  <repository>
>>>>>>>>>>>>>>    <id>central</id>
>>>>>>>>>>>>>>    <url>http://central</url>
>>>>>>>>>>>>>>    <releases><enabled>true</enabled></releases>
>>>>>>>>>>>>>>    <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>>>>  </repository>
>>>>>>>>>>>>>>  </repositories>
>>>>>>>>>>>>>>  <pluginRepositories>
>>>>>>>>>>>>>>  <pluginRepository>
>>>>>>>>>>>>>>    <id>central</id>
>>>>>>>>>>>>>>    <url>http://central</url>
>>>>>>>>>>>>>>    <releases><enabled>true</enabled></releases>
>>>>>>>>>>>>>>    <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>>>>>>  </pluginRepository>
>>>>>>>>>>>>>>  </pluginRepositories>
>>>>>>>>>>>>>>  </profile>
>>>>>>>>>>>>>>  </profiles>
>>>>>>>>>>>>>>  <activeProfiles>
>>>>>>>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>>>>>>>  </activeProfiles>
>>>>>>>>>>>>>> </settings>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a
>>>>>>>>>>>>>> Single
>>>>>>>>>>>>>> Nexus
>>>>>>>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I can browse via the web interface to the the
>>>>>>>>>>>>>> maven-clean-plugin
>>>>>>>>>>>>>> so
>>>>>>>>>>>>>> I
>>>>>>>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Ted
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Brian Fox :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Oct 16, 2009 at 12:34 PM, Xavier Toth <txtoth@...> wrote:
> Ok I change the other urls in settings.xml to point to my nexus
> server. Now my maven build has downloaded a number of artifacts but it
> get to this point:
>
> [INFO] Ignoring available plugin update: 2.3 as it requires Maven version 2.0.6
> Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> 34/164K
>

This could be a bug in the old Maven version. It's telling you that it
can't use that plugin because your Maven is too old.

> and hangs.
>
>
> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...> wrote:
>> Interesting.  I don't see anything wrong with the settings.xml file, and I
>> assume the maven build is running on the same machine you ran the wget.
>>
>> Can you try running the build again with the "-X" switch?
>>
>> Rich
>>
>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>
>>> Works:
>>>
>>> wget
>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>> --2009-10-16 08:24:08--
>>>
>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>> Connecting to 192.168.25.10:8080... connected.
>>> HTTP request sent, awaiting response... 200 OK
>>> Length: 499 [text/plain]
>>> Saving to: `maven-metadata.xml'
>>>
>>>
>>> 100%[==========================================================================================>]
>>> 499         --.-K/s   in 0s
>>>
>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]
>>>
>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <metadata>
>>>  <groupId>org.apache.maven.plugins</groupId>
>>>  <artifactId>maven-clean-plugin</artifactId>
>>>  <versioning>
>>>   <latest>2.3</latest>
>>>   <release>2.3</release>
>>>   <versions>
>>>     <version>2.0-beta-1</version>
>>>     <version>2.0-rc1</version>
>>>     <version>2.0</version>
>>>     <version>2.1</version>
>>>     <version>2.2</version>
>>>     <version>2.3</version>
>>>   </versions>
>>>   <lastUpdated>20090325190822</lastUpdated>
>>>  </versioning>
>>> </metadata>
>>>
>>>
>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...>
>>> wrote:
>>>>
>>>> Can you try retrieving
>>>>
>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>> using a web browser or wget and see what happens?
>>>>
>>>> Rich
>>>>
>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>
>>>>> I got distracted for awhile but I'm back trying to use nexus. However
>>>>> my maven build fails with this error:
>>>>>
>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>>>>> for updates from central
>>>>> [WARNING] repository metadata for: 'artifact
>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>>>> from repository: central due to an error: Error transferring file
>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>
>>>>> My settings.xml looks like :
>>>>>
>>>>> <settings>
>>>>>  <mirrors>
>>>>>  <mirror>
>>>>>    <!--This sends everything else to /public -->
>>>>>    <id>nexus</id>
>>>>>    <mirrorOf>*</mirrorOf>
>>>>>
>>>>>
>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>  </mirror>
>>>>>  </mirrors>
>>>>>  <profiles>
>>>>>  <profile>
>>>>>    <id>nexus</id>
>>>>>    <!--Enable snapshots for the built in central repo to direct -->
>>>>>    <!--all requests to nexus via the mirror -->
>>>>>    <repositories>
>>>>>      <repository>
>>>>>        <id>central</id>
>>>>>        <url>http://central</url>
>>>>>        <releases><enabled>true</enabled></releases>
>>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>>      </repository>
>>>>>    </repositories>
>>>>>   <pluginRepositories>
>>>>>      <pluginRepository>
>>>>>        <id>central</id>
>>>>>        <url>http://central</url>
>>>>>        <releases><enabled>true</enabled></releases>
>>>>>        <snapshots><enabled>true</enabled></snapshots>
>>>>>      </pluginRepository>
>>>>>    </pluginRepositories>
>>>>>  </profile>
>>>>>  </profiles>
>>>>>  <activeProfiles>
>>>>>  <!--make the profile active all the time -->
>>>>>  <activeProfile>nexus</activeProfile>
>>>>>  </activeProfiles>
>>>>> </settings>
>>>>>
>>>>> I copied this from the docs "3.2. Configuring Maven to Use a Single
>>>>> Nexus
>>>>> Group" and changed the url to point to my nexus server.
>>>>>
>>>>> I can browse via the web interface to the the maven-clean-plugin so I
>>>>> must be misconfigured somehow can anyone help me?
>>>>>
>>>>> Ted
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by Brian Fox :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is the build simply hanging at the end here? I don't see any obvious errors.

On Fri, Oct 16, 2009 at 2:14 PM, Xavier Toth <txtoth@...> wrote:

>  Basically the same results:
>
> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
> Warning: JAVA_HOME environment variable is not set.
> + Error stacktraces are turned on.
> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
> Java version: 1.6.0_0
> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64" Family: "unix"
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/tedx/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   TomcatProtocol
> [INFO]   jcdx-util
> [INFO]   MessageClient
> [INFO]   JWSS
> [INFO]   JCDXWSRecvHandler
> [INFO]   MessageService
> [INFO]   MessageServiceClient
> [INFO]   JWSSController
> [INFO]   JCDXWSController
> [INFO]   JCDXWSRecv
> [INFO]   DMSController
> [INFO]   JANAP Message Parsing State Machine
> [INFO]   GCCSUCPController
> [INFO]   Micro_Proxy Executable
> [INFO]   libident
> [INFO]   libsock
> [INFO]   SOCKS Proxy Executable
> [INFO]   SOCKS Proxy
> [INFO]   JWSS
> [DEBUG] Wagons could not be registered as the extension container was
> never created
> [INFO] ------------------------------------------------------------------------
> [INFO] Building TomcatProtocol
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.plugins:maven-plugins:pom:10 for project:
> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
> repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
> org.apache.maven:maven-parent:pom:7 from the repository.
> [DEBUG] Plugin dependencies for:
>
> org.apache.maven.plugins:maven-clean-plugin:2.2
>
> are:
>
> org.apache.maven:maven-project:jar:2.0:runtime
> org.apache.maven:maven-plugin-api:jar:2.0:runtime
> org.apache.maven.shared:file-management:jar:1.2:runtime
> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>
>
> [DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
> project: null:maven-project:jar:2.0 from the repository.
> [DEBUG] Adding managed dependencies for unknown:maven-project
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
> [DEBUG] Adding managed dependencies for unknown:maven-profile
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
> for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
> for runtime)
> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
> (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
> (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
> (selected for runtime)
> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
> (selected for runtime)
> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact-manager
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
> (selected for runtime)
> [DEBUG] Adding managed dependencies for
> org.apache.maven:maven-repository-metadata
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime
> (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
> (selected for runtime)
> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
> (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
> (selected for runtime)
> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
> for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
> (selected for runtime)
> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
> (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-api
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
> for runtime)
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.shared:maven-shared-components:pom:8 for project:
> null:file-management:jar:1.2 from the repository.
> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
> project: null:maven-plugin-api:jar:null from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
> project: null:maven:pom:2.0.6 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
> org.apache.maven:maven-parent:pom:5 from the repository.
> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
> [DEBUG]   classworlds:classworlds:jar:1.1
> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
> (removed - nearer found: 2.0)
> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
> repository.
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
> (removed - nearer found: 2.0)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact-manager
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
> (removed - nearer found: 2.0)
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
> [DEBUG]   junit:junit:jar:3.8.1
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
> (removed - nearer found: 1.0-alpha-5)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
> for project: null:plexus-utils:jar:1.4.6 from the repository.
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
> (removed - nearer found: 1.0.4)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
> (removed - nearer found: 1.0.4)
> [DEBUG] Retrieving parent-POM:
> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
> repository.
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
> (removed - nearer found: 1.0-alpha-8)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
> - nearer found: 1.1)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
> for runtime)
> [DEBUG] Trying repository central
> [DEBUG] Using mirror:
> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
> (id: nexus)
> [DEBUG] Using Wagon implementation lightweight from default mapping
> for protocol http
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'nexus' with url:
> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
> Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> [DEBUG] attempting to create parent directories for destination:
> plexus-utils-1.1.jar.tmp
> 17/164K
>
>
> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...> wrote:
>> It has been tested with Maven 2.0.9 and higher.
>>
>> We've had problems in the past with the built in maven's from some Linux
>> distributions. Can you try with the latest released maven (2.2.1) and see
>> what happens?
>>
>> http://maven.apache.org/download.html
>>
>> RIch
>>
>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>
>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>> available with the distribution. Are there possible compatibility
>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>
>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...> wrote:
>>>>
>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>> server. Now my maven build has downloaded a number of artifacts but it
>>>> get to this point:
>>>>
>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven version
>>>> 2.0.6
>>>> Downloading:
>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>> 34/164K
>>>>
>>>> and hangs.
>>>>
>>>>
>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...>
>>>> wrote:
>>>>>
>>>>> Interesting.  I don't see anything wrong with the settings.xml file, and
>>>>> I
>>>>> assume the maven build is running on the same machine you ran the wget.
>>>>>
>>>>> Can you try running the build again with the "-X" switch?
>>>>>
>>>>> Rich
>>>>>
>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>
>>>>>> Works:
>>>>>>
>>>>>> wget
>>>>>>
>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>> --2009-10-16 08:24:08--
>>>>>>
>>>>>>
>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>> Length: 499 [text/plain]
>>>>>> Saving to: `maven-metadata.xml'
>>>>>>
>>>>>>
>>>>>>
>>>>>> 100%[==========================================================================================>]
>>>>>> 499         --.-K/s   in 0s
>>>>>>
>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]
>>>>>>
>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>> <metadata>
>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>  <versioning>
>>>>>>  <latest>2.3</latest>
>>>>>>  <release>2.3</release>
>>>>>>  <versions>
>>>>>>    <version>2.0-beta-1</version>
>>>>>>    <version>2.0-rc1</version>
>>>>>>    <version>2.0</version>
>>>>>>    <version>2.1</version>
>>>>>>    <version>2.2</version>
>>>>>>    <version>2.3</version>
>>>>>>  </versions>
>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>  </versioning>
>>>>>> </metadata>
>>>>>>
>>>>>>
>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...>
>>>>>> wrote:
>>>>>>>
>>>>>>> Can you try retrieving
>>>>>>>
>>>>>>>
>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>>>>> using a web browser or wget and see what happens?
>>>>>>>
>>>>>>> Rich
>>>>>>>
>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>
>>>>>>>> I got distracted for awhile but I'm back trying to use nexus. However
>>>>>>>> my maven build fails with this error:
>>>>>>>>
>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>>>>>>>> for updates from central
>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>>>>>>> from repository: central due to an error: Error transferring file
>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>
>>>>>>>> My settings.xml looks like :
>>>>>>>>
>>>>>>>> <settings>
>>>>>>>>  <mirrors>
>>>>>>>>  <mirror>
>>>>>>>>   <!--This sends everything else to /public -->
>>>>>>>>   <id>nexus</id>
>>>>>>>>   <mirrorOf>*</mirrorOf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>>>>  </mirror>
>>>>>>>>  </mirrors>
>>>>>>>>  <profiles>
>>>>>>>>  <profile>
>>>>>>>>   <id>nexus</id>
>>>>>>>>   <!--Enable snapshots for the built in central repo to direct -->
>>>>>>>>   <!--all requests to nexus via the mirror -->
>>>>>>>>   <repositories>
>>>>>>>>     <repository>
>>>>>>>>       <id>central</id>
>>>>>>>>       <url>http://central</url>
>>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>     </repository>
>>>>>>>>   </repositories>
>>>>>>>>  <pluginRepositories>
>>>>>>>>     <pluginRepository>
>>>>>>>>       <id>central</id>
>>>>>>>>       <url>http://central</url>
>>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>     </pluginRepository>
>>>>>>>>   </pluginRepositories>
>>>>>>>>  </profile>
>>>>>>>>  </profiles>
>>>>>>>>  <activeProfiles>
>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>  </activeProfiles>
>>>>>>>> </settings>
>>>>>>>>
>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a Single
>>>>>>>> Nexus
>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>
>>>>>>>> I can browse via the web interface to the the maven-clean-plugin so I
>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>
>>>>>>>> Ted
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>
>>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: maven build error when using nexus

by txtoth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes the build just hangs. At this point I have tried just about
everything including maven 2.2.1 and the sun jdk with the same
results. However I also loaded the webapp bundle on a server at the
office and have without issue using the remote server. This problem
seems to only occur when maven and nexus are running on the machine.

On Sat, Oct 17, 2009 at 11:50 AM, Brian Fox <brianf@...> wrote:

> Is the build simply hanging at the end here? I don't see any obvious errors.
>
> On Fri, Oct 16, 2009 at 2:14 PM, Xavier Toth <txtoth@...> wrote:
>>  Basically the same results:
>>
>> /usr/local/apache-maven-2.2.1/bin/mvn -X clean install
>> Warning: JAVA_HOME environment variable is not set.
>> + Error stacktraces are turned on.
>> Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
>> Java version: 1.6.0_0
>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux" version: "2.6.28.1-22.jcdx.x86_64" arch: "amd64" Family: "unix"
>> [DEBUG] Building Maven user-level plugin registry from:
>> '/home/tedx/.m2/plugin-registry.xml'
>> [DEBUG] Building Maven global-level plugin registry from:
>> '/usr/local/apache-maven-2.2.1/conf/plugin-registry.xml'
>> [INFO] Scanning for projects...
>> [INFO] Reactor build order:
>> [INFO]   TomcatProtocol
>> [INFO]   jcdx-util
>> [INFO]   MessageClient
>> [INFO]   JWSS
>> [INFO]   JCDXWSRecvHandler
>> [INFO]   MessageService
>> [INFO]   MessageServiceClient
>> [INFO]   JWSSController
>> [INFO]   JCDXWSController
>> [INFO]   JCDXWSRecv
>> [INFO]   DMSController
>> [INFO]   JANAP Message Parsing State Machine
>> [INFO]   GCCSUCPController
>> [INFO]   Micro_Proxy Executable
>> [INFO]   libident
>> [INFO]   libsock
>> [INFO]   SOCKS Proxy Executable
>> [INFO]   SOCKS Proxy
>> [INFO]   JWSS
>> [DEBUG] Wagons could not be registered as the extension container was
>> never created
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Building TomcatProtocol
>> [INFO]    task-segment: [clean, install]
>> [INFO] ------------------------------------------------------------------------
>> [DEBUG] Retrieving parent-POM:
>> org.apache.maven.plugins:maven-plugins:pom:10 for project:
>> null:maven-clean-plugin:maven-plugin:2.2 from the repository.
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:7 for
>> project: org.apache.maven.plugins:maven-plugins:pom:10 from the
>> repository.
>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:4 for project:
>> org.apache.maven:maven-parent:pom:7 from the repository.
>> [DEBUG] Plugin dependencies for:
>>
>> org.apache.maven.plugins:maven-clean-plugin:2.2
>>
>> are:
>>
>> org.apache.maven:maven-project:jar:2.0:runtime
>> org.apache.maven:maven-plugin-api:jar:2.0:runtime
>> org.apache.maven.shared:file-management:jar:1.2:runtime
>> org.codehaus.plexus:plexus-utils:jar:1.1:runtime
>>
>>
>> [DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2:runtime
>> (selected for runtime)
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for
>> project: null:maven-project:jar:2.0 from the repository.
>> [DEBUG] Adding managed dependencies for unknown:maven-project
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
>> [DEBUG] Adding managed dependencies for unknown:maven-profile
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>> (selected for runtime)
>> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
>> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime
>> (selected for runtime)
>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact-manager
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for
>> org.apache.maven:maven-repository-metadata
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime
>> (selected for runtime)
>> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
>> (selected for runtime)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
>> (selected for runtime)
>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
>> (selected for runtime)
>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-api
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
>> for runtime)
>> [DEBUG] Retrieving parent-POM:
>> org.apache.maven.shared:maven-shared-components:pom:8 for project:
>> null:file-management:jar:1.2 from the repository.
>> [DEBUG]   org.apache.maven.shared:file-management:jar:1.2:runtime
>> (selected for runtime)
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.6 for
>> project: null:maven-plugin-api:jar:null from the repository.
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:5 for
>> project: null:maven:pom:2.0.6 from the repository.
>> [DEBUG] Retrieving parent-POM: org.apache:apache:pom:3 for project:
>> org.apache.maven:maven-parent:pom:5 from the repository.
>> [DEBUG] Adding managed dependencies for unknown:maven-plugin-api
>> [DEBUG]   org.apache.maven:maven-model:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-project:jar:2.0.6
>> [DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-settings:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-profile:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.6
>> [DEBUG]   org.apache.maven:maven-monitor:jar:2.0.6
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
>> [DEBUG]   easymock:easymock:jar:1.2_Java1.3:test
>> [DEBUG]   classworlds:classworlds:jar:1.1
>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
>> (removed - nearer found: 2.0)
>> [DEBUG]     org.apache.maven.shared:maven-shared-io:jar:1.1:runtime
>> (selected for runtime)
>> [DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.2 for
>> project: org.apache.maven:maven-artifact:jar:2.0.2 from the
>> repository.
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.2:runtime
>> (removed - nearer found: 2.0)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact-manager
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
>> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
>> (removed - nearer found: 2.0)
>> [DEBUG] Retrieving parent-POM:
>> org.apache.maven.wagon:wagon:pom:1.0-alpha-6 for project:
>> null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
>> [DEBUG] Adding managed dependencies for unknown:wagon-provider-api
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
>> [DEBUG]   junit:junit:jar:3.8.1
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime
>> (removed - nearer found: 1.0-alpha-5)
>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.11
>> for project: null:plexus-utils:jar:1.4.6 from the repository.
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>> (removed - nearer found: 1.0.4)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.6:runtime
>> (removed - nearer found: 1.0.4)
>> [DEBUG] Retrieving parent-POM:
>> org.codehaus.plexus:plexus-containers:pom:1.0.3 for project:
>> null:plexus-container-default:jar:1.0-alpha-9 from the repository.
>> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.4
>> for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the
>> repository.
>> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
>> (removed - nearer found: 1.0-alpha-8)
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed
>> - nearer found: 1.1)
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
>> for runtime)
>> [DEBUG] Trying repository central
>> [DEBUG] Using mirror:
>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public
>> (id: nexus)
>> [DEBUG] Using Wagon implementation lightweight from default mapping
>> for protocol http
>> [DEBUG] Checking for pre-existing User-Agent configuration.
>> [DEBUG] Adding User-Agent configuration.
>> [DEBUG] Connecting to repository: 'nexus' with url:
>> 'http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public'.
>> Downloading: http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>> [DEBUG] attempting to create parent directories for destination:
>> plexus-utils-1.1.jar.tmp
>> 17/164K
>>
>>
>> On Fri, Oct 16, 2009 at 2:52 PM, Richard Seddon <rseddon@...> wrote:
>>> It has been tested with Maven 2.0.9 and higher.
>>>
>>> We've had problems in the past with the built in maven's from some Linux
>>> distributions. Can you try with the latest released maven (2.2.1) and see
>>> what happens?
>>>
>>> http://maven.apache.org/download.html
>>>
>>> RIch
>>>
>>> On Oct 16, 2009, at 12:31 PM, Xavier Toth wrote:
>>>
>>>> I'm running maven 2.0.4 on Fedora 10 because that is the version
>>>> available with the distribution. Are there possible compatibility
>>>> issues? What versions of maven has nexus 1.3.6 been tested with?
>>>>
>>>> On Fri, Oct 16, 2009 at 1:34 PM, Xavier Toth <txtoth@...> wrote:
>>>>>
>>>>> Ok I change the other urls in settings.xml to point to my nexus
>>>>> server. Now my maven build has downloaded a number of artifacts but it
>>>>> get to this point:
>>>>>
>>>>> [INFO] Ignoring available plugin update: 2.3 as it requires Maven version
>>>>> 2.0.6
>>>>> Downloading:
>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>> 34/164K
>>>>>
>>>>> and hangs.
>>>>>
>>>>>
>>>>> On Fri, Oct 16, 2009 at 11:06 AM, Richard Seddon <rseddon@...>
>>>>> wrote:
>>>>>>
>>>>>> Interesting.  I don't see anything wrong with the settings.xml file, and
>>>>>> I
>>>>>> assume the maven build is running on the same machine you ran the wget.
>>>>>>
>>>>>> Can you try running the build again with the "-X" switch?
>>>>>>
>>>>>> Rich
>>>>>>
>>>>>> On Oct 16, 2009, at 6:29 AM, Xavier Toth wrote:
>>>>>>
>>>>>>> Works:
>>>>>>>
>>>>>>> wget
>>>>>>>
>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>> --2009-10-16 08:24:08--
>>>>>>>
>>>>>>>
>>>>>>> http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml
>>>>>>> Connecting to 192.168.25.10:8080... connected.
>>>>>>> HTTP request sent, awaiting response... 200 OK
>>>>>>> Length: 499 [text/plain]
>>>>>>> Saving to: `maven-metadata.xml'
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 100%[==========================================================================================>]
>>>>>>> 499         --.-K/s   in 0s
>>>>>>>
>>>>>>> 2009-10-16 08:24:08 (34.1 MB/s) - `maven-metadata.xml' saved [499/499]
>>>>>>>
>>>>>>> [tedx@comms jwss2]$ cat maven-metadata.xml
>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>> <metadata>
>>>>>>>  <groupId>org.apache.maven.plugins</groupId>
>>>>>>>  <artifactId>maven-clean-plugin</artifactId>
>>>>>>>  <versioning>
>>>>>>>  <latest>2.3</latest>
>>>>>>>  <release>2.3</release>
>>>>>>>  <versions>
>>>>>>>    <version>2.0-beta-1</version>
>>>>>>>    <version>2.0-rc1</version>
>>>>>>>    <version>2.0</version>
>>>>>>>    <version>2.1</version>
>>>>>>>    <version>2.2</version>
>>>>>>>    <version>2.3</version>
>>>>>>>  </versions>
>>>>>>>  <lastUpdated>20090325190822</lastUpdated>
>>>>>>>  </versioning>
>>>>>>> </metadata>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Oct 15, 2009 at 5:14 PM, Richard Seddon <rseddon@...>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Can you try retrieving
>>>>>>>>
>>>>>>>>
>>>>>>>> "http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml"
>>>>>>>> using a web browser or wget and see what happens?
>>>>>>>>
>>>>>>>> Rich
>>>>>>>>
>>>>>>>> On Oct 15, 2009, at 2:08 PM, Xavier Toth wrote:
>>>>>>>>
>>>>>>>>> I got distracted for awhile but I'm back trying to use nexus. However
>>>>>>>>> my maven build fails with this error:
>>>>>>>>>
>>>>>>>>> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking
>>>>>>>>> for updates from central
>>>>>>>>> [WARNING] repository metadata for: 'artifact
>>>>>>>>> org.apache.maven.plugins:maven-clean-plugin' could not be retrieved
>>>>>>>>> from repository: central due to an error: Error transferring file
>>>>>>>>> [INFO] Repository 'central' will be blacklisted
>>>>>>>>>
>>>>>>>>> My settings.xml looks like :
>>>>>>>>>
>>>>>>>>> <settings>
>>>>>>>>>  <mirrors>
>>>>>>>>>  <mirror>
>>>>>>>>>   <!--This sends everything else to /public -->
>>>>>>>>>   <id>nexus</id>
>>>>>>>>>   <mirrorOf>*</mirrorOf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> <url>http://192.168.25.10:8080/nexus-webapp-1.3.6/content/groups/public</url>
>>>>>>>>>  </mirror>
>>>>>>>>>  </mirrors>
>>>>>>>>>  <profiles>
>>>>>>>>>  <profile>
>>>>>>>>>   <id>nexus</id>
>>>>>>>>>   <!--Enable snapshots for the built in central repo to direct -->
>>>>>>>>>   <!--all requests to nexus via the mirror -->
>>>>>>>>>   <repositories>
>>>>>>>>>     <repository>
>>>>>>>>>       <id>central</id>
>>>>>>>>>       <url>http://central</url>
>>>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>     </repository>
>>>>>>>>>   </repositories>
>>>>>>>>>  <pluginRepositories>
>>>>>>>>>     <pluginRepository>
>>>>>>>>>       <id>central</id>
>>>>>>>>>       <url>http://central</url>
>>>>>>>>>       <releases><enabled>true</enabled></releases>
>>>>>>>>>       <snapshots><enabled>true</enabled></snapshots>
>>>>>>>>>     </pluginRepository>
>>>>>>>>>   </pluginRepositories>
>>>>>>>>>  </profile>
>>>>>>>>>  </profiles>
>>>>>>>>>  <activeProfiles>
>>>>>>>>>  <!--make the profile active all the time -->
>>>>>>>>>  <activeProfile>nexus</activeProfile>
>>>>>>>>>  </activeProfiles>
>>>>>>>>> </settings>
>>>>>>>>>
>>>>>>>>> I copied this from the docs "3.2. Configuring Maven to Use a Single
>>>>>>>>> Nexus
>>>>>>>>> Group" and changed the url to point to my nexus server.
>>>>>>>>>
>>>>>>>>> I can browse via the web interface to the the maven-clean-plugin so I
>>>>>>>>> must be misconfigured somehow can anyone help me?
>>>>>>>>>
>>>>>>>>> Ted
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>>>> For additional commands, e-mail: nexus-user-help@...
>>>>>>
>>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>>> For additional commands, e-mail: nexus-user-help@...
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>>> For additional commands, e-mail: nexus-user-help@...
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...