com.google.apphosting.utils.config.AppEngineConfigException: Could not locate D:\workspace\gapps\target\gapps-0.0.1-SNAPSHOT\WEB-INF\web.xml
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via Stack Overflow by Furqan Ahmed
, 1 year agovia Google Groups by Furqan Ahmed via StackOverflow, 7 months ago
java.io.FileNotFoundException: D:\workspace\gapps\target\gapps-0.0.1-SNAPSHOT\WEB-INF\web.xml (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(FileInputStream.java:146) at java.io.FileInputStream.
(FileInputStream.java:101) at com.google.apphosting.utils.config.AbstractConfigXmlReader.getInputStream(AbstractConfigXmlReader.java:123)
at com.google.apphosting.utils.config.AbstractConfigXmlReader.readConfigXml(AbstractConfigXmlReader.java:90)
at com.google.apphosting.utils.config.WebXmlReader.readWebXml(WebXmlReader.java:72)
at com.google.apphosting.utils.config.EarHelper.readWebModule(EarHelper.java:175)
at com.google.appengine.tools.development.ApplicationConfigurationManager$WarModuleConfigurationHandle.readConfiguration(ApplicationConfigurationManager.java:414)
at com.google.appengine.tools.development.JettyContainerService.reloadWebApp(JettyContainerService.java:414)
at com.google.appengine.tools.development.JettyContainerService$2.filesChanged(JettyContainerService.java:399)
at org.mortbay.util.Scanner.reportBulkChanges(Scanner.java:486)
at org.mortbay.util.Scanner.reportDifferences(Scanner.java:352)
at org.mortbay.util.Scanner.scan(Scanner.java:280)
at org.mortbay.util.Scanner$1.run(Scanner.java:232)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)