Re: [appengine-java] Re: 500 Internal server error from UserService

2010-12-27 Thread A. Stevko
The high amount of cpu is common when an app instance is being started up.
The 'serious problem' warning message below is what you should be looking
for the cause of.
I suggest adding log messages to identify the exact line of code that is
failing.


On Sat, Dec 25, 2010 at 11:15 PM, deepfriedbrain  wrote:

> In the app engine log, I see warning messages like the following:
>
>
>1. 12-25 09:58PM 22.787 /pmproc/login 500 10689ms 0cpu_ms 0kb Mozilla/5.0
>(Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko)
>Chrome/8.0.552.224 Safari/534.10,gzip(gfe),gzip(gfe),gzip(gfe)
>
>58.146.184.252 - - [25/Dec/2010:21:58:33 -0800] "POST /pmproc/login 
> HTTP/1.1" 500 0 "http://www.brainbok.com/"; "Mozilla/5.0 (Windows; U; Windows 
> NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 
> Safari/534.10,gzip(gfe),gzip(gfe),gzip(gfe)" "www.brainbok.com" ms=10689 
> cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000120 exit_code=203
>
>2. W12-25 09:58PM 33.459
>
>A serious problem was encountered with the process that handled this 
> request, causing it to exit. This is likely to cause a new process to be used 
> for the next request to your application. If you see this message frequently, 
> you should contact the App Engine team. (Error code 203)
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>



-- 
-- A. Stevko
===
"If everything seems under control, you're just not going fast enough." M.
Andretti

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 500 Internal server error from UserService

2010-12-25 Thread deepfriedbrain
In the app engine log, I see warning messages like the following:


   1. 12-25 09:58PM 22.787 /pmproc/login 500 10689ms 0cpu_ms 0kb Mozilla/5.0 
   (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) 
   Chrome/8.0.552.224 Safari/534.10,gzip(gfe),gzip(gfe),gzip(gfe)
   
   58.146.184.252 - - [25/Dec/2010:21:58:33 -0800] "POST /pmproc/login 
HTTP/1.1" 500 0 "http://www.brainbok.com/"; "Mozilla/5.0 (Windows; U; Windows NT 
5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 
Safari/534.10,gzip(gfe),gzip(gfe),gzip(gfe)" "www.brainbok.com" ms=10689 
cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000120 exit_code=203
   
   2. W12-25 09:58PM 33.459
   
   A serious problem was encountered with the process that handled this 
request, causing it to exit. This is likely to cause a new process to be used 
for the next request to your application. If you see this message frequently, 
you should contact the App Engine team. (Error code 203)
   
   

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 500 internal server error

2010-02-16 Thread freak3y3
You can try logging into App Engine Admin Panel (http://
appengine.google.com), select Logs and you can filter the Logs by
"Error,Info,Debug,etc", and you might see the stacktrace where it
breaks in your code.

On Feb 14, 5:22 am, "karthikeyan s.p" 
wrote:
> Hi,
>
>  I have created a web application that can be accessed with this
> link,http://publicationnumbersearch.appspot.com/
> It gives 500 internal server error and I am not able to find why and
> what causes the problem. How can I find the problem and what would
> have been wrong here. Thanks.
>
> Karthi.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 500 Internal Server Error when uploading to GAE

2009-09-08 Thread Jason (Google)
How often are you seeing this? Is there any discernible pattern when this
occurs, e.g. after adding a new static file or updating a large class/JSP,
changing a version, certain time of day, etc.?

Also, what is your application's ID?

- Jason

On Sun, Sep 6, 2009 at 12:19 PM, barak  wrote:

>
> Hi,
>
> I'm using Eclipse plugin and sdk-1.2.2 to upload my app to GAE, its
> size is 109MB. From time to time I'm facing upload problems with the
> following error: java.io.IOException: Error posting to URL:
> http://appengine.google.com/api/appversion/addblob?path=__.500
> Internal Server Error
>
> The stack trace is:
>
> Unable to upload:
> java.io.IOException: Error posting to URL:
> http://appengine.google.com/api/appversion/addblob?path=__static_...
> 500 Internal Server Error
>
> Server Error (500)
> A server error has occurred.
>
>at com.google.appengine.tools.admin.ServerConnection.send
> (ServerConnection.java:143)
>at com.google.appengine.tools.admin.ServerConnection.post
> (ServerConnection.java:95)
>at com.google.appengine.tools.admin.AppVersionUpload.send
> (AppVersionUpload.java:420)
>at com.google.appengine.tools.admin.AppVersionUpload.uploadFile
> (AppVersionUpload.java:323)
>at com.google.appengine.tools.admin.AppVersionUpload.doUpload
> (AppVersionUpload.java:105)
>at com.google.appengine.tools.admin.AppAdminImpl.update
> (AppAdminImpl.java:53)
>at
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
> (AppEngineBridgeImpl.java:271)
>at
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace
> (DeployProjectJob.java:148)
>at org.eclipse.core.internal.resources.InternalWorkspaceJob.run
> (InternalWorkspaceJob.java:38)
>at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> Is there something I should configured somewhere?
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---