What version of Maven, Java, and what OS? ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Associate Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-----Original Message----- From: <Khudikyan>, Shakeh Khudikyan <[email protected]> Date: Monday, September 15, 2014 10:25 AM To: "[email protected]" <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [VOTE] Apache OODT 0.7 release candidate #1 >Is anyone else getting this error? > >[INFO] >------------------------------------------------------------------------ >[ERROR] FATAL ERROR >[INFO] >------------------------------------------------------------------------ >[INFO] Cannot construct org.apache.maven.plugin.war.util.WebappStructure >as it does not have a no-args constructor >---- Debugging information ---- >message : Cannot construct >org.apache.maven.plugin.war.util.WebappStructure as it does not have a >no-args constructor >cause-exception : >com.thoughtworks.xstream.converters.reflection.ObjectAccessException >cause-message : Cannot construct >org.apache.maven.plugin.war.util.WebappStructure as it does not have a >no-args constructor >class : org.apache.maven.plugin.war.util.WebappStructure >required-type : org.apache.maven.plugin.war.util.WebappStructure >path : /webapp-structure >line number : 1 >------------------------------- >[INFO] >------------------------------------------------------------------------ >[INFO] Trace >com.thoughtworks.xstream.converters.ConversionException: Cannot construct >org.apache.maven.plugin.war.util.WebappStructure as it does not have a >no-args constructor >---- Debugging information ---- >message : Cannot construct >org.apache.maven.plugin.war.util.WebappStructure as it does not have a >no-args constructor >cause-exception : >com.thoughtworks.xstream.converters.reflection.ObjectAccessException >cause-message : Cannot construct >org.apache.maven.plugin.war.util.WebappStructure as it does not have a >no-args constructor >class : org.apache.maven.plugin.war.util.WebappStructure >required-type : org.apache.maven.plugin.war.util.WebappStructure >path : /webapp-structure >line number : 1 >------------------------------- > at >com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.ja >v >a:63) > at >com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(Abstra >c >tReferenceUnmarshaller.java:45) > at >com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarsha >l >ler.java:46) > at >com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java >: >117) > at >com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarsha >l >(ReferenceByXPathMarshallingStrategy.java:29) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:846) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:833) > at com.thoughtworks.xstream.XStream.fromXML(XStream.java:781) > at >org.apache.maven.plugin.war.util.WebappStructureSerializer.fromXml(WebappS >t >ructureSerializer.java:73) > at >org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo.ja >v >a:404) > at >org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(AbstractWa >r >Mojo.java:375) > at > org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:181) > at org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:143) > at >org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMana >g >er.java:490) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLi >f >ecycleExecutor.java:694) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecyc >l >e(DefaultLifecycleExecutor.java:556) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLif >e >cycleExecutor.java:535) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFa >i >lures(DefaultLifecycleExecutor.java:387) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(De >f >aultLifecycleExecutor.java:348) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecyc >l >eExecutor.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: >5 >7) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >p >l.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > 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: >com.thoughtworks.xstream.converters.reflection.ObjectAccessException: >Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it >does not have a no-args constructor > at >com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider. >n >ewInstance(PureJavaReflectionProvider.java:59) > at >com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter >. >instantiateNewInstance(AbstractReflectionConverter.java:257) > at >com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter >. >unmarshal(AbstractReflectionConverter.java:124) > at >com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.ja >v >a:56) > ... 31 more >[INFO] >------------------------------------------------------------------------ >[INFO] Total time: 25 seconds >[INFO] Finished at: Mon Sep 15 10:24:33 PDT 2014 >[INFO] Final Memory: 70M/823M >[INFO] >------------------------------------------------------------------------ > > > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Shakeh E. Khudikyan >Software Engineer >Data Management Systems and Technologies >Instrument Software and Science Data Systems Section (398) > >NASA Jet Propulsion Laboratory >4800 Oak Grove Drive MS: 158-242 >Pasadena, CA 91109 > >Phone: 818/354-5897 >Email: [email protected] > > > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > >On 9/15/14 6:50 AM, "Chris Mattmann" <[email protected]> wrote: > >>Hi Folks, >> >>I have posted a 1st release candidate for the Apache OODT 0.7 release. >>The >>source code is at: >> >>https://dist.apache.org/repos/dist/dev/oodt/ >> >>For more detailed information, see the included CHANGES.txt file for >>details on >>release contents and latest changes. The release was made using the OODT >>release process, documented on the Wiki here: >> >>https://cwiki.apache.org/confluence/display/OODT/Release+Process >> >>The release was made from the OODT 0.7 tag (r1624941) at: >> >>http://svn.apache.org/repos/asf/oodt/tags/0.7/ >> >> >>A staged Maven repository is available at: >> >>https://repository.apache.org/content/repositories/orgapacheoodt-1000/ >> >> >>Please vote on releasing these packages as Apache OODT <version>. The >>vote >>is >>open for the next 72 hours. >> >>Only votes from OODT PMC are binding, but folks are welcome to check the >>release candidate and voice their approval or disapproval. The vote >>passes >>if at least three binding +1 votes are cast. >> >>[ ] +1 Release the packages as Apache OODT <version> >> >>[ ] -1 Do not release the packages because... >> >>Thanks! >> >>Chris >> >>P.S. Here is my +1. >> >> >> >> >
