Note that there are some explanatory texts on larger screens.

plurals
  1. POgoogle app engine: Error: NOT_FOUND
    primarykey
    data
    text
    <p>The app was running well. But after we deployed the version 4, it's showing this error:</p> <blockquote> <p>Error: NOT_FOUND</p> </blockquote> <p>No other message.</p> <p>You can see it <a href="http://pbjtask7.appspot.com/" rel="nofollow noreferrer">here</a>. While deploying eclipse gives a successful message: <em>Task7 successfully deployed to Google App Engine</em> </p> <p>All the previous versions still run well. The local version also runs okay. Tried to find similar problems and found a few (<a href="https://stackoverflow.com/questions/7988409/error-not-found-google-apps-eng">1</a>, <a href="https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-java/NyiOcAYAKXc" rel="nofollow noreferrer">2</a>, <a href="https://stackoverflow.com/questions/7609659/error-after-deploying-the-application-in-appspot?rq=1">3</a>) but none of them have any useful solutions.</p> <p>I don't know whether the web.xml would help to figure out the solution but I am giving it here. Although I checked and found out the web.xml in the previous version (that runs well) and this one is similar.</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8" standalone="no"?&gt;&lt;web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"&gt; &lt;servlet&gt; &lt;servlet-name&gt;controller&lt;/servlet-name&gt; &lt;servlet-class&gt;ebiz.pbj.task7.controller.Controller&lt;/servlet-class&gt; &lt;/servlet&gt; &lt;servlet-mapping&gt; &lt;servlet-name&gt;controller&lt;/servlet-name&gt; &lt;url-pattern&gt;*.do&lt;/url-pattern&gt; &lt;/servlet-mapping&gt; &lt;servlet-mapping&gt; &lt;servlet-name&gt;controller&lt;/servlet-name&gt; &lt;url-pattern&gt; /start &lt;/url-pattern&gt; &lt;/servlet-mapping&gt; &lt;welcome-file-list&gt; &lt;welcome-file&gt; start &lt;/welcome-file&gt; &lt;/welcome-file-list&gt; &lt;servlet&gt; &lt;servlet-name&gt;SystemServiceServlet&lt;/servlet-name&gt; &lt;servlet-class&gt;com.google.api.server.spi.SystemServiceServlet&lt;/servlet-class&gt; &lt;init-param&gt; &lt;param-name&gt;services&lt;/param-name&gt; &lt;param-value/&gt; &lt;/init-param&gt; &lt;/servlet&gt; &lt;servlet-mapping&gt; &lt;servlet-name&gt;SystemServiceServlet&lt;/servlet-name&gt; &lt;url-pattern&gt;/_ah/spi/*&lt;/url-pattern&gt; &lt;/servlet-mapping&gt; &lt;filter&gt; &lt;filter-name&gt;ObjectifyFilter&lt;/filter-name&gt; &lt;filter-class&gt;com.googlecode.objectify.ObjectifyFilter&lt;/filter-class&gt; &lt;/filter&gt; &lt;filter-mapping&gt; &lt;filter-name&gt;ObjectifyFilter&lt;/filter-name&gt; &lt;url-pattern&gt;/*&lt;/url-pattern&gt; &lt;/filter-mapping&gt; &lt;/web-app&gt; </code></pre> <p>If you need any other code excerpts please let me know and I'll edit my question.</p> <p>Really confused about what went wrong suddenly. Any help would be welcomed. Thanks.</p>
    singulars
    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