You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Balwinder Kumar <ba...@gmail.com> on 2010/12/07 17:26:36 UTC

Struts2-plugin install error

I am getting below error while executing maven install. Any pointer how 
to fix?

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Struts Plugins
[INFO]   Struts 2 Spring Plugin
[INFO]   Struts 2 JUnit Plugin
[INFO]   Struts 2 Codebehind Plugin
[INFO]   Struts 2 Convention Plugin
[INFO]   Struts 2 Configuration Browser Plugin
[INFO]   Struts 2 Java Templates Plugin
[INFO]   Struts 2 Jasper Reports Plugin
[INFO]   Struts 2 JFreeChart Plugin
[INFO]   Struts 2 JSF Plugin
[INFO]   Struts 2 Pell Multipart Plugin
[INFO]   Struts 2 Plexus Plugin
[INFO]   Struts 2 Sitegraph Plugin
[INFO]   Struts 2 Sitemesh Plugin
[INFO]   Struts 2 Struts 1 Plugin
[INFO]   Struts 2 Tiles Plugin
[INFO]   Struts 2 Dojo Plugin
[INFO]   Struts 2 REST Plugin
[INFO]   Struts 2 Portlet Plugin
[INFO]   Struts 2 TestNG Plugin
[INFO]   Struts 2 DWR Plugin
[INFO]   Struts 2 OVal Plugin
[INFO]   Struts 2 OSGi Plugin
[INFO]   Struts 2 JSON Plugin
[INFO]   Struts 2 Embedded JSP Plugin
[INFO]   Struts 2 GXP Plugin
[INFO] 
------------------------------------------------------------------------
[INFO] Building Struts Plugins
[INFO]    task-segment: [install]
[INFO] 
------------------------------------------------------------------------
[INFO] Setting property: classpath.resource.loader.class => 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [bundle:manifest {execution: bundle-manifest}]
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive 
invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Struts\struts2\plugins\pom.xml to 
C:\Users\Balwinder\.m2\repository\org\apache\struts\struts2-plugins\2.2.2-SNAPSHOT\struts2-plugins-2.2.2-SNAPSHOT.pom
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Error installing artifact's metadata: Error installing metadata: 
Error updating group repository metadata

only whitespace content allowed before start tag and not \u0 (position: 
START_DOCUMENT seen \u0... @1:1)
[INFO] 
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Tue Dec 07 21:47:10 IST 2010
[INFO] Final Memory: 24M/58M
[INFO] 
------------------------------------------------------------------------

Thanks in advance.

Regards,
Balwinder Kumar

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Struts2-plugin install error

Posted by Balwinder Kumar <ba...@gmail.com>.
Thanks Burton. Your suggestion got this problem resolved.

On 08-12-2010 06:43, Burton Rhodes wrote:
> You may have a corrupt file in your local repository.  Try deleting
> the C:\Users\Balwinder\.m2\repository\org\apache\struts directory and
> try again....
>
>
>
> On Tue, Dec 7, 2010 at 10:26 AM, Balwinder Kumar
> <ba...@gmail.com>  wrote:
>> I am getting below error while executing maven install. Any pointer how to
>> fix?
>>
>> [INFO] Scanning for projects...
>> [INFO] Reactor build order:
>> [INFO]   Struts Plugins
>> [INFO]   Struts 2 Spring Plugin
>> [INFO]   Struts 2 JUnit Plugin
>> [INFO]   Struts 2 Codebehind Plugin
>> [INFO]   Struts 2 Convention Plugin
>> [INFO]   Struts 2 Configuration Browser Plugin
>> [INFO]   Struts 2 Java Templates Plugin
>> [INFO]   Struts 2 Jasper Reports Plugin
>> [INFO]   Struts 2 JFreeChart Plugin
>> [INFO]   Struts 2 JSF Plugin
>> [INFO]   Struts 2 Pell Multipart Plugin
>> [INFO]   Struts 2 Plexus Plugin
>> [INFO]   Struts 2 Sitegraph Plugin
>> [INFO]   Struts 2 Sitemesh Plugin
>> [INFO]   Struts 2 Struts 1 Plugin
>> [INFO]   Struts 2 Tiles Plugin
>> [INFO]   Struts 2 Dojo Plugin
>> [INFO]   Struts 2 REST Plugin
>> [INFO]   Struts 2 Portlet Plugin
>> [INFO]   Struts 2 TestNG Plugin
>> [INFO]   Struts 2 DWR Plugin
>> [INFO]   Struts 2 OVal Plugin
>> [INFO]   Struts 2 OSGi Plugin
>> [INFO]   Struts 2 JSON Plugin
>> [INFO]   Struts 2 Embedded JSP Plugin
>> [INFO]   Struts 2 GXP Plugin
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Struts Plugins
>> [INFO]    task-segment: [install]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Setting property: classpath.resource.loader.class =>
>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>> [INFO] Setting property: velocimacro.messages.on =>  'false'.
>> [INFO] Setting property: resource.loader =>  'classpath'.
>> [INFO] Setting property: resource.manager.logwhenfound =>  'false'.
>> [INFO] [remote-resources:process {execution: default}]
>> [INFO] [bundle:manifest {execution: bundle-manifest}]
>> [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> [INFO] Preparing source:jar
>> [WARNING] Removing: jar from forked lifecycle, to prevent recursive
>> invocation.
>> [INFO] No goals needed for project - skipping
>> [INFO] [source:jar {execution: attach-source}]
>> [INFO] [install:install {execution: default-install}]
>> [INFO] Installing C:\Struts\struts2\plugins\pom.xml to
>> C:\Users\Balwinder\.m2\repository\org\apache\struts\struts2-plugins\2.2.2-SNAPSHOT\struts2-plugins-2.2.2-SNAPSHOT.pom
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error installing artifact's metadata: Error installing metadata:
>> Error updating group repository metadata
>>
>> only whitespace content allowed before start tag and not \u0 (position:
>> START_DOCUMENT seen \u0... @1:1)
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 10 seconds
>> [INFO] Finished at: Tue Dec 07 21:47:10 IST 2010
>> [INFO] Final Memory: 24M/58M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> Thanks in advance.
>>
>> Regards,
>> Balwinder Kumar
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Struts2-plugin install error

Posted by Burton Rhodes <bu...@gmail.com>.
You may have a corrupt file in your local repository.  Try deleting
the C:\Users\Balwinder\.m2\repository\org\apache\struts directory and
try again....



On Tue, Dec 7, 2010 at 10:26 AM, Balwinder Kumar
<ba...@gmail.com> wrote:
> I am getting below error while executing maven install. Any pointer how to
> fix?
>
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   Struts Plugins
> [INFO]   Struts 2 Spring Plugin
> [INFO]   Struts 2 JUnit Plugin
> [INFO]   Struts 2 Codebehind Plugin
> [INFO]   Struts 2 Convention Plugin
> [INFO]   Struts 2 Configuration Browser Plugin
> [INFO]   Struts 2 Java Templates Plugin
> [INFO]   Struts 2 Jasper Reports Plugin
> [INFO]   Struts 2 JFreeChart Plugin
> [INFO]   Struts 2 JSF Plugin
> [INFO]   Struts 2 Pell Multipart Plugin
> [INFO]   Struts 2 Plexus Plugin
> [INFO]   Struts 2 Sitegraph Plugin
> [INFO]   Struts 2 Sitemesh Plugin
> [INFO]   Struts 2 Struts 1 Plugin
> [INFO]   Struts 2 Tiles Plugin
> [INFO]   Struts 2 Dojo Plugin
> [INFO]   Struts 2 REST Plugin
> [INFO]   Struts 2 Portlet Plugin
> [INFO]   Struts 2 TestNG Plugin
> [INFO]   Struts 2 DWR Plugin
> [INFO]   Struts 2 OVal Plugin
> [INFO]   Struts 2 OSGi Plugin
> [INFO]   Struts 2 JSON Plugin
> [INFO]   Struts 2 Embedded JSP Plugin
> [INFO]   Struts 2 GXP Plugin
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Struts Plugins
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive
> invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: attach-source}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing C:\Struts\struts2\plugins\pom.xml to
> C:\Users\Balwinder\.m2\repository\org\apache\struts\struts2-plugins\2.2.2-SNAPSHOT\struts2-plugins-2.2.2-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error installing artifact's metadata: Error installing metadata:
> Error updating group repository metadata
>
> only whitespace content allowed before start tag and not \u0 (position:
> START_DOCUMENT seen \u0... @1:1)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 10 seconds
> [INFO] Finished at: Tue Dec 07 21:47:10 IST 2010
> [INFO] Final Memory: 24M/58M
> [INFO]
> ------------------------------------------------------------------------
>
> Thanks in advance.
>
> Regards,
> Balwinder Kumar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org