Apache Maven 2.2.1 Java version: 1.7.0_60 Mac 10.8.5
-S ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 10:27 AM, "Mattmann, Chris A (3980)" <[email protected]> wrote: >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.j >>a >>v >>a:63) >> at >>com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(Abstr >>a >>c >>tReferenceUnmarshaller.java:45) >> at >>com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarsh >>a >>l >>ler.java:46) >> at >>com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.jav >>a >>: >>117) >> at >>com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarsh >>a >>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(Webapp >>S >>t >>ructureSerializer.java:73) >> at >>org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo.j >>a >>v >>a:404) >> at >>org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(AbstractW >>a >>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(DefaultPluginMan >>a >>g >>er.java:490) >> at >>org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultL >>i >>f >>ecycleExecutor.java:694) >> at >>org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecy >>c >>l >>e(DefaultLifecycleExecutor.java:556) >> at >>org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLi >>f >>e >>cycleExecutor.java:535) >> at >>org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleF >>a >>i >>lures(DefaultLifecycleExecutor.java:387) >> at >>org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(D >>e >>f >>aultLifecycleExecutor.java:348) >> at >>org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecy >>c >>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(DelegatingMethodAccessorI >>m >>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.AbstractReflectionConverte >>r >>. >>instantiateNewInstance(AbstractReflectionConverter.java:257) >> at >>com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverte >>r >>. >>unmarshal(AbstractReflectionConverter.java:124) >> at >>com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.j >>a >>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. >>> >>> >>> >>> >> >
