본문 바로가기

 ㅤㅤㅤ

org.apache.maven.plugin.war.WarMojo 본문

プログラミング/Spring

org.apache.maven.plugin.war.WarMojo

ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ 2017. 6. 16. 13:55
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[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.java:63)
    at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:45)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:46)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:117)
    at com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarshal(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(WebappStructureSerializer.java:73)
    at org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo.java:404)
    at org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(AbstractWarMojo.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(DefaultPluginManager.java:490)
    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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    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.newInstance(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.java:56)
    ... 31 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Sat Sep 24 17:25:45 CEST 2011
[INFO] Final Memory: 15M/37M
[INFO] ------------------------------------------------------------------------

JDK:1.7

Mavenコンパイラプラグイン:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>2.3.2</version>
</plugin>

上記のインストールターゲットを実行するとエラーが発生しますが、どうすれば解決できますか?

シェア編集
   
おそらくあなたのxstreamのバージョンをバンプ? -  rogerdpack 4月24日13時19:08

おそらくJava 7で動作しないmaven warプラグインのバージョンが使用されていますか?あたりとしてこの問題(同様の問題を説明し)、2.1.1Mavenの戦争プラグインのバージョンが動作するはずです。

あなたのpom.xmlに以下を含めてください。

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-war-plugin</artifactId>
    <version>2.1.1</version>
</plugin>
シェア編集
   
そのパッチを適用する方法を知らない -  TechFind 9月25日11時 16分07
   
@ kasim。これを行う方法を示す回答が更新されました。 -  Raghuram 9月26日11時3:51
2 
私はジェンキンズで 同じエラーが発生しています -  ayengin Sep 27 '11 at 6:23
2 
@Raghuramあなたのソリューションが動作します。 -  DiveInto 11月24日11時3:45
4 
今までに私の問題を解決した2.4バージョンのmaven-war-pluginがあります。 -  Benjamin Seiller Feb 20 '14 at 11:49

私はこの問題を抱えていましたmvn install。私はmvn cleanまずそれを解決し、それに続いてmvn install

Maven 2.1.1、JDK 1.7.0.45を使用しています。

シェア編集

JDKのバージョンとMavenのバージョンを変更するのではなく、次のようにしてください:

<plugin>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
        <source>1.7</source>
        <target>1.7</target>
    </configuration>
    <version>2.3.2</version>
</plugin>
シェア編集

確認されています:Maven 2.xのJDK7はこのエラーを生成します。

私はMaven 2.2.1とJDK7を使用していますが、このエラーが発生しました。JDKをバージョン1.6に変更したところ、うまくいきました。

シェア編集

私はmaven 3.0.2とjdk 1.7.0_02で同じ問題に遭遇しました。jdk 1.6.0_30に対して実行した後、それはうまくコンパイルされました。

シェア編集

私はバージョンが問題だとは思わない。ターゲットフォルダの削除(webapp-cache.xmlが含まれているため)とMavenのインストールをやり直して解決しました。

シェア編集

あなたのjdk 1.6を使ってこのpluginエントリをあなたのpom.xmlに親切に追加すると

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>2.0.2</version>
    <configuration>
        <source>1.6</source>
        <target>1.6</target>
        <compilerArgument>-Xlint:all</compilerArgument>
        <showWarnings>true</showWarnings>
        <showDeprecation>true</showDeprecation>
    </configuration>
</plugin>
シェア編集
   
ありがとう、ビルドを治すのに役立つオプションを追加することもできます:) -  Guido Draheim 2013 2013/06/06 14:26

これは間違いなく、互換性のないプラグイン、ライブラリ、言語バージョンに関連しているようです。

2年後には2つのJavaバージョンがあり、SpringとHibernateの古い本からサンプルプロジェクトをやっている間も同じエラーが発生しました。

私はapache.maven.pluginsのすべてのバージョンタグをコメントアウトし、Javaバージョンを1.8に設定することでエラーを解決できました。これは、ライブラリの最新かつ最高のバージョンが何であったかを知ることができます.Mavenからのバージョンタグの欠落についての警告があります。警告が気になる場合は、バージョンタグを最新バージョンに設定することができ、Mavenからの警告は消えるはずです。

私は実行mvn clean packageしてからちょうどmvn package

<plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-war-plugin</artifactId>
<!-- <version>2.1-beta-1</version> -->
</plugin>
<plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-compiler-plugin</artifactId>
<!-- <version>2.1</version> -->
     <configuration>
          <source>1.8</source>
          <target>1.8</target>
     </configuration>
</plugin>
シェア編集

私はケプラーの日食でこの問題を抱えていました。私が4.4(ルナ)に移動するとすぐに、すべてがなくなりました。Eclipse +埋め込みの問題でなければならない

JDK 1.7と1.8の両方を試しました。変わりはない。

シェア編集

ビルドパスにJDKバージョンがあり、ソースタグで指定されたバージョンが同じであることを確認してください。

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>2.1</version>
    <configuration>
     **<source>1.7</source>**
       <target>1.7</target>
       <debug>true</debug>
    </configuration>
</plugin> `

ビルドパスがjdk 1.7とソースタグの "1.6"を指していたので、ソースタグのバージョンを1.7に修正して問題が解決しました。

mnv cleanとmvnパッケージを実行します。

シェア編集

私にとっては、プラグインのバージョンを変更するとproblmeを解決することができず、JDKのバージョンを変更することは私のコントロールではありません。

しかし、この問題mvn cleanmvn tomcat6:deploy解決する前に実行していた。

シェア編集

あなたの答え


Comments