Definate user error. In a previous attempt not recorded here I tried to deploy to GAE and failed. Now, when I try to do the deploy from maven as part of this thread I get the error described below. I am now trying to figure out how to either rollback (very little detail on how to do this) or set it to another version that is not stuck in purgatory. I will keep you updated. If anyone has an example on how to roll version 1 back please share.
Beginning server interaction for maxcardtrader...
0% Created staging directory at: 'C:\DOCUME~1\lavercr\LOCALS~1\Temp\appcfg301115
3760297432679.tmp'
5% Scanning for jsp files.
20% Scanning files on local disk.
25% Scanned 250 files.
28% Initiating update.
Email: .....@gmail.com
Password for ....@gmail.com:
java.io.IOException: Error posting to URL: https://appengine.google.com/api/appv
ersion/create?app_id=maxcardtrader&version=1&
409 Conflict
Another transaction by user dclaverty is already in progress for app: s~maxcardt
rader, version: 1. That user can undo the transaction with "appcfg rollback".
Unable to update app: Error posting to URL: https://appengine.google.com/api/app
version/create?app_id=maxcardtrader&version=1&
409 Conflict
Another transaction by user dclaverty is already in progress for app: s~maxcardt
rader, version: 1. That user can undo the transaction with "appcfg rollback".
Please see the logs [C:\DOCUME~1\lavercr\LOCALS~1\Temp\appcfg8123993996 12571666.
log] for further information.
Last edited by dclaverty; Dec 9th, 2012 at 10:22 AM.
C:\Documents and Settings\lavercr\.m2\repository\com\google\appengi ne\appengine-
java-sdk\1.6.5\appengine-java-sdk-1.6.5\bin>appcfg rollback C:\roo\max\target\ma
xcardtrader-0.1.0.BUILD-SNAPSHOT
************************************************** ******
There is a new version of the SDK available.
-----------
Latest SDK:
Release: 1.7.2
Timestamp: Fri Aug 31 18:22:20 EDT 2012
API versions: [1.0]
-----------
Your SDK:
Release: 1.6.5
Timestamp: Mon Apr 23 14:51:30 EDT 2012
API versions: [1.0]
-----------
Please visit http://code.google.com/appengine for the latest SDK.
************************************************** ******
Reading application configuration data...
Dec 9, 2012 10:47:03 AM com.google.apphosting.utils.config.AppEngineWebXml Reader
readAppEngineWebXml
INFO: Successfully processed C:/roo/max/target/maxcardtrader-0.1.0.BUILD-SNAPSHO
T\WEB-INF/appengine-web.xml
Dec 9, 2012 10:47:03 AM com.google.apphosting.utils.config.AbstractConfigX mlRead
er readConfigXml
INFO: Successfully processed C:/roo/max/target/maxcardtrader-0.1.0.BUILD-SNAPSHO
T\WEB-INF/web.xml
Dec 9, 2012 10:47:03 AM com.google.apphosting.utils.config.IndexesXmlReade r read
ConfigXml
INFO: Successfully processed C:\roo\max\target\maxcardtrader-0.1.0.BUILD-SNAPSHO
T\WEB-INF\appengine-generated\datastore-indexes-auto.xml
Beginning server interaction for maxcardtrader...
0% on backend null.
Success.
Cleaning up temporary files...
Seems to have fixed the version issue
I still need to find out how to set the appversion
Last edited by dclaverty; Dec 9th, 2012 at 10:18 AM.
Now that I resolved the rollback issue the deploy command seems to run to completion successfully.
90% Deploying new version.
95% Will check again in 1 seconds.
98% Closing update: new version is ready to start serving.
99% Uploading index definitions.
Update completed successfully.
Success.
Cleaning up temporary files...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49.891s
[INFO] Finished at: Sun Dec 09 11:17:55 EST 2012
[INFO] Final Memory: 12M/30M
[INFO] ------------------------------------------------------------------------
Last edited by dclaverty; Dec 9th, 2012 at 06:39 PM.
Updated SRC_MAIN_JAVA\com\maxcardtrader\server\domain\Card .java
Updated SRC_MAIN_JAVA\com\maxcardtrader\server\domain\Card _Roo_JavaBean.aj The primitive field type, byte of 'getImage' in type Card is not currently suppo
rt by GWT and will not be added to the scaffolded application.
~.server.domain.Card roo>
To attempt to put in the file upload feature, or perhaps hook up to some restful api for images I decided now was the time to try to run Roo from the Spring Tool Suite.
I understand you can import as an existing Maven project
or
run mvn eclipse:clean eclipse:compile
then import it as an eclipse project.