Note that there are some explanatory texts on larger screens.

plurals
  1. POGWT - Unable to find /path/to/war/WEB-INF/lib/shared?
    primarykey
    data
    text
    <p>I'm trying to use the Google Plugin for eclipse to run a GWT/GAE project as a web application, but I keep running into the error:</p> <pre><code>Unable to find path/to/war/WEB-INF/lib/shared </code></pre> <p>More specifically, I get:</p> <pre><code>Exception in thread "main" java.lang.ExceptionInInitializerError at com.google.appengine.tools.util.Logging.initializeLogging(Logging.java:35) at com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:77) at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509) at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093) at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836) at com.google.gwt.dev.DevMode.main(DevMode.java:311) Caused by: java.lang.IllegalArgumentException: Unable to find path/to/war/WEB-INF/lib/shared at com.google.appengine.tools.info.SdkInfo._getLibs(SdkInfo.java:76) at com.google.appengine.tools.info.SdkInfo.getLibsRecursive(SdkInfo.java:69) at com.google.appengine.tools.info.SdkInfo.determineSharedLibFiles(SdkInfo.java:302) at com.google.appengine.tools.info.SdkInfo.init(SdkInfo.java:237) at com.google.appengine.tools.info.SdkInfo.getSdkRoot(SdkInfo.java:190) at com.google.appengine.tools.info.SdkImplInfo.&lt;clinit&gt;(SdkImplInfo.java:19) </code></pre> <p>I had this application running fine previously, but it's been a while since I've worked on it. The GWT code compiles fine. It's only on attempting to run the code in a development server that this error arises. Looking through my previous commits I don't seem to see a time when WEB-INF/lib/shared ever existed, so either this is some new requirement or shared was just never committed in the past.</p> <p><a href="https://code.google.com/p/googleappengine/issues/detail?id=8616" rel="nofollow">The only "solution"</a> I've found online claims that they fixed it by removing appengine-utils-client-1.0.jar and appengine-utils-server-1.0.jar. However, neither of these seem to be in my project, so I don't think this solution will help me.</p> <p>Any suggestions? Thank you much.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload