Hi ,
May i knw the line u typed to to run mvn package .

-Mohit  Sharma

On Tue, Aug 3, 2010 at 01:12, Alex Maia Sanchez
<[email protected]>wrote:

> When I run mvn package I get the following error message:
>
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   DSpace Addon Modules
> [INFO]   DSpace XML-UI (Manakin) :: Web Application
> [INFO]   DSpace LNI :: Web Application
> [INFO]   DSpace OAI :: Web Application
> [INFO]   DSpace JSP-UI :: Web Application
> [INFO]   DSpace SWORD :: Web Application
> [INFO]   DSpace SOLR :: Web Application
> [INFO]   DSpace Assembly and Configuration
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building DSpace Addon Modules
> [INFO]    task-segment: [package]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building DSpace XML-UI (Manakin) :: Web Application
> [INFO]    task-segment: [package]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /srv/dspace/modules/xmlui/src/main/resources
> [INFO] artifact org.dspace:dspace-xmlui-lang: checking for updates from
> java.net
> [INFO] artifact org.dspace:dspace-api-lang: checking for updates from
> java.net
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /srv/dspace/modules/xmlui/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Could not instantiate converter :
> com.thoughtworks.xstream.converters.extended.DurationConverter : null
> gnu.xml.datatype.JAXPDatatypeFactory
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> com.thoughtworks.xstream.XStream$InitializationException: Could not
> instantiate converter :
> com.thoughtworks.xstream.converters.extended.DurationConverter : null
>    at
> com.thoughtworks.xstream.XStream.dynamicallyRegisterConverter(XStream.java:732)
>    at com.thoughtworks.xstream.XStream.setupConverters(XStream.java:696)
>    at com.thoughtworks.xstream.XStream.<init>(XStream.java:445)
>    at com.thoughtworks.xstream.XStream.<init>(XStream.java:385)
>    at com.thoughtworks.xstream.XStream.<init>(XStream.java:323)
>    at
> org.apache.maven.plugin.war.util.WebappStructureSerializer.<init>(WebappStructureSerializer.java:49)
>    at
> org.apache.maven.plugin.war.AbstractWarMojo.<init>(AbstractWarMojo.java:314)
>    at org.apache.maven.plugin.war.WarMojo.<init>(WarMojo.java:47)
>    at java.lang.Class.newInstance(libgcj.so.11)
>    at
> org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:44)
>    at
> org.codehaus.plexus.DefaultPlexusContainer.createComponentInstance(DefaultPlexusContainer.java:1464)
>    at
> org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:93)
>    at
> org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent(PerLookupComponentManager.java:48)
>    at
> org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331)
>    at
> org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440)
>    at
> org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:652)
>    at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:468)
>    at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>    at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>    at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>    at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>    at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>    at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>    at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>    at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>    at java.lang.reflect.Method.invoke(libgcj.so.11)
>    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.lang.reflect.InvocationTargetException
>    at java.lang.reflect.Constructor.newInstance(libgcj.so.11)
>    at
> com.thoughtworks.xstream.XStream.dynamicallyRegisterConverter(XStream.java:725)
>    ...31 more
> Caused by: javax.xml.datatype.DatatypeConfigurationException:
> java.lang.ClassNotFoundException: gnu.xml.datatype.JAXPDatatypeFactory
>    at javax.xml.datatype.DatatypeFactory.newInstance(libgcj.so.11)
>    at
> com.thoughtworks.xstream.converters.extended.DurationConverter.<init>(DurationConverter.java:33)
>    at java.lang.reflect.Constructor.newInstance(libgcj.so.11)
>    ...32 more
> Caused by: java.lang.ClassNotFoundException:
> gnu.xml.datatype.JAXPDatatypeFactory
>    at java.lang.Class.forName(libgcj.so.11)
>    at javax.xml.datatype.DatatypeFactory.newInstance(libgcj.so.11)
>    ...34 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 51 seconds
> [INFO] Finished at: Mon Aug 02 13:58:48 GMT-03:00 2010
> [INFO] Final Memory: 64M/99M
> [INFO]
> ------------------------------------------------------------------------
>
> Someone could help ? Thanks !
>
>
> *Alex Maia Sanchez*
> *LINUX Registred User # 399667
> LIBERTE SUA MENTE ! Use LINUX !
> Celular (11) 8034.6420*
>
>
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to