Could not ensure WAR argument existence for the unmanaged WAR project.
Hi there,
I do have a RF project which can be compiled by maven and can be run without any errors within eclipse.
But, everytime i try to mvn compile install, everything is running fine except when i upload the war to my server, nothing is starting.
( Catalina says SEVERE: Error listenerStart )
Chasing this first error, i saw another within eclipse which i thought it could be relevant. ( Red cross on project's root and another one Java Resources)
In the ERROR log, i can see a lot of files (lot of mapping files). Here is an truncated example.
Do i have to add those folders on build path ? ( Le fichier spécifié est introuvable means Specified file can't be found )
I miss sth, can someone guide me ?
org.eclipse.core.runtime.CoreException: Publishing of 'test' failed
at com.google.gdt.eclipse.platform.launch.WtpPublisher.publishModulesToWarDirectory(WtpPublisher.java:164)
at com.google.gdt.eclipse.suite.launch.WebAppLaunchDelegate.maybePublishModulesToWarDirectory(WebAppLaunchDelegate.java:98)
at com.google.gdt.eclipse.suite.launch.WebAppLaunchDelegate.launch(WebAppLaunchDelegate.java:114)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:858)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:707)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1018)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1222)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Contains: Resource '/test/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF' does not exist.
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\widget\CellTablePatch.css.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\widget\CellTablePatch.css (Le fichier spécifié est introuvable)
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\widget\DataGridPatch.css.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\widget\DataGridPatch.css (Le fichier spécifié est introuvable)
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\widget\SummaryWidget.ui.xml.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\widget\SummaryWidget.ui.xml (Le fichier spécifié est introuvable)
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\TestPanel.ui.xml.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\TestPanel.ui.xml (Le fichier spécifié est introuvable)
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\common.css.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\client\common.css (Le fichier spécifié est introuvable)
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\persistance\mapping\ParamsLibelles.hbm.xml.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\persistance\mapping\ParamsLibelles.hbm.xml (Le fichier spécifié est introuvable)
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\persistance\mappingSQL\TransfertFicheWinsav.ARTEMIS_010.hbm.xml.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\com\sbe\persistance\mappingSQL\TransfertFicheWinsav.ARTEMIS_010.hbm.xml (Le fichier spécifié est introuvable)
Contains: File not found: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\database.properties.
java.io.FileNotFoundException: D:\project\test\target\test-1.0-SNAPSHOT\WEB-INF\classes\database.properties (Le fichier spécifié est introuvable)
Regards,
pierre --
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home