I've been doing deploys since yesterday afternoon and I keep
consistently getting errors after it is deployed and it is updating
the cron jobs.  This has been working in up until early yesterday
afternoon, so I'm not sure of the issue.  Below I have the console
text from the deploy as well as the error log and my cron.xml file
contents.  While searching around the group and the internet to see
what's going on I found this old bug, and I wonder if it is the same
problem?  http://code.google.com/p/googleappengine/issues/detail?id=1333

Things I have tried:
-I've tried deleting the cron.xml file completely to see if it will
remove my cron jobs (doesn't work)
-I've tried modifying my cron.xml file to only have 1 cron job
(doesn't work)

Any help would be appreciated My app id is "4sqbrands".  Thanks in
advance!

-Sam Edwards
-------------------------------------------------------------------
Creating staging directory
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
Scanned 250 files.
Initiating update.
Cloning 67 static files.
Cloning 262 application files.
Cloned 100 files.
Cloned 200 files.
Uploading 0 files.
Initializing precompilation...
Deploying new version.
Will check again in 1 seconds.
Will check again in 2 seconds.
Will check again in 4 seconds.
Will check again in 8 seconds.
Will check again in 16 seconds.
Closing update: new version is ready to start serving.
Uploading index definitions.
Uploading cron jobs.
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/datastore/cron/update?app_id=4sqbrands&version=10&;
500 Internal Server Error

Server Error (500)
A server error has occurred.


Debugging information may be found in /private/var/folders/PT/
PTrzClF5FGSW4OG7ZRxZqk+++TI/-Tmp-/appengine-
deploy3304221146282687426.log
-----------------------------------------------------------------
SamE:~ ssaammee$ cat /private/var/folders/PT/PTrzClF5FGSW4OG7ZRxZqk++
+TI/-Tmp-/appengine-deploy3304221146282687426.log
Unable to update:
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/datastore/cron/update?app_id=4sqbrands&version=10&;
500 Internal Server Error

Server Error (500)
A server error has occurred.

        at
com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:
149)
        at
com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:
82)
        at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
582)
        at
com.google.appengine.tools.admin.AppVersionUpload.updateCron(AppVersionUpload.java:
284)
        at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
135)
        at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56)
        at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:
271)
        at
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:
146)
        at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
        <cron>
                <url>/cron/hourly</url>
                <description>Follows new Brands when Discovered</description>
                <schedule>every 1 hours synchronized</schedule>
        </cron>
        <cron>
                <url>/cron/daily</url>
                <description>Collects Brand Follower Stats Daily at 12:05am 
Pacific
                        Time (Same as Google Analytics)</description>
                <schedule>every day 00:05</schedule>
                <timezone>America/Los_Angeles</timezone>
        </cron>
        <cron>
                <url>/cron/dotweet</url>
                <description>Sends out a Tweet of New Brands at 
8:00am</description>
                <schedule>every day 8:00</schedule>
                <timezone>America/New_York</timezone>
        </cron>
        <cron>
                <url>/cron/dotweet</url>
                <description>Sends out a Tweet of New Brands at 
8:00pm</description>
                <schedule>every day 20:00</schedule>
                <timezone>America/New_York</timezone>
        </cron>
</cronentries>

-- 
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 [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-java?hl=en.

Reply via email to