Hello All,
I'm trying on Scheduled Tasks With Cron for Java web application, as
given in the document i created cron.xml where i specified
properties as mentioned below.
<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
<cron>
<url>index.jsp</url>
<description>Test cron service</description>
<schedule>every 1 minutes</schedule>
</cron>
</cronentries>
i have not mentioned any security constriants in web.xml too.
and when i'm deploying my application i'm getting Internal Server
Error.. Please help.
Unable to upload:
java.io.IOException: Error posting to URL:
http://appengine.google.com/api/datastore/cron/update?app_id=crmitreport&version=1&
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:81)
at com.google.appengine.tools.admin.AppVersionUpload.send
(AppVersionUpload.java:415)
at com.google.appengine.tools.admin.AppVersionUpload.updateCron
(AppVersionUpload.java:151)
at com.google.appengine.tools.admin.AppVersionUpload.doUpload
(AppVersionUpload.java:121)
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)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---