Hi All,

I'm trying to deploy petstore 2.0 on Google app engine (SDK 1.3.8).

So many limitations from app engine... I had to many changes on JSF
side to deploy the app.
After the deployment process, I'm stuck with JSF rendering issue... no
clue how to proceed with the same.

-----------

SEVERE: JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /index.jsp)
Exception thrown during phase execution:
javax.faces.event.phaseevent[source=com.sun.faces.lifecycle.lifecyclei...@aaf063]
javax.servlet.ServletException
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:325)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
.......

-----------

Major problem I'm having is no logs being generated on development
environment. Exception stack says, more information could be found
at 'server logs' but, no logs are generated on local machine.

When I try to host it on app. engine ( so that, I can view logs from
app. engine dashboard)... the deployment fails with following exception.

--------

Latest SDK:
Release: 1.4.0
Timestamp: Thu Dec 02 04:44:18 GMT+05:30 2010
API versions: [1.0]

-----------
Your SDK:
Release: 1.3.8
Timestamp: Wed Oct 13 20:36:43 GMT+05:30 2010
API versions: [1.0]

-----------
Please visit http://code.google.com/appengine for the latest SDK.
********************************************************
Creating staging directory
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
Scanned 250 files.
Scanned 500 files.
Initiating update.
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/appversion/create?app_id=petstore5&version=1&;
404 Not Found
This application does not exist (app_id=u'petstore5').

--------

I have SDK 1.3.8; does this mean, I can't use this version anymore?


Any pointers would be highly appreciated.

Thanks,
Suresh

-- 
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.

Reply via email to