[google-appengine] expression language (EL) problem?

2009-10-01 Thread Rusty Wright

I'm getting the following stack trace on a jsp page that's only doing
a c:set.

I'm guessing that perhaps I'm missing an EL jar?  It runs fine under
jetty from within maven with "mvn jetty:run" and it runs fine within
eclipse using the embedded tomcat.  But when I run it with the Google
App Engine Development Web Server via "appengine-java-sdk\bin
\dev_appserver.cmd war" then I get the EL error.

My index.jsp that it's blowing up on is as follows.  Below that is the
stack trace.

Thanks for your help.



<%@
page
contentType="text/html;charset=ISO-8859-1"
language="java"
%>

<%-- JSTL TLDs --%>
<%@
taglib
prefix="c"
uri="http://java.sun.com/jsp/jstl/core";
%>

<%-- This is so that you can conveniently refer to the context path
with ${contextPath} --%>



java.lang.AbstractMethodError:
javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContext;
at org.apache.taglibs.standard.tag.common.core.SetSupport.doEndTag
(SetSupport.java:140)
at org.apache.jsp.index_jsp._jspx_meth_c_set_0(index_jsp.java:97)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:70)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:324)
at org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
at com.google.appengine.tools.development.PrivilegedJspServlet.access
$101(PrivilegedJspServlet.java:23)
at com.google.appengine.tools.development.PrivilegedJspServlet$2.run
(PrivilegedJspServlet.java:59)
at java.security.AccessController.doPrivileged(Native Method)
at com.google.appengine.tools.development.PrivilegedJspServlet.service
(PrivilegedJspServlet.java:57)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
487)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle
(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle
(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle
(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
405)
at com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle
(DevAppEngineWebAppContext.java:54)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:268)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
at
com.google.appengine.tools.development.StaticFileUtils.serveWelcomeFileAsForward
(StaticFileUtils.java:80)
at
com.google.appengine.tools.development.LocalResourceFileServlet.maybeServeWelcomeFile
(LocalResourceFileServlet.java:254)
at
com.google.appengine.tools.development.LocalResourceFileServlet.doGet
(LocalResourceFileServlet.java:120)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
487)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1093)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter
(TransactionCleanupFilter.java:43)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1084)
at com.google.appengine.tools.development.StaticFileFilter.doFilter
(StaticFileFilter.java:121)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle
(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle
(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle
(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
405)
at com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle
(DevAppEngineWebAppContext.java:54)
at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:139)
at com.google.appengine.tools.development.JettyContainerService
$ApiProxyHandler.handle(JettyContainerService.java:313)
at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete
(HttpConnection.java:830)
at org.mortbay.jet

[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright

Ugh, sorry, my mistake; I was logged in on the wrong google account when I did 
the setup.  Is there any way to transfer my app engine account to the correct 
email account?


Rusty Wright wrote:
> It gives me a "permission denied" when I try to upload my
> application.
> 
> Besides, https://appengine.google.com won't let me create additional
> applications; when I click on the Create an Application button it
> takes me to a page where I enter my cell phone number, and that fails
> because I've already done that step; "The phone number has been sent
> too many messages or has already been used to confirm an account."
> 
> 
> On Sep 30, 6:18 pm, applestar  wrote:
>> you must upload your 
>> applicationhttp://code.google.com/appengine/docs/python/gettingstarted/uploading...
>>
>> 2009/9/30 Rusty Wright 
>>
>>
>>
>>
>>
>>> I've created an application, but I do not see it on
>>> appengine.google.com and I am not using a Google Apps account.
>>> This doesn't work, for example:
>>>  https://appengine.google.com/dashboard/nonedeployed?app_id=objecteffects
>>> When I created the application it told me that its name is
>>>  objecteffects.appspot.com
>>> and that "The application will use objecteffects as an identifier."
>>> Thanks- Hide quoted text -
>> - Show quoted text -
> > 

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



[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright

When I try to upload my app (from eclipse) I get:

See the deployment console for more details
Unable to upload app: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=objecteffects&version=1&;
403 Forbidden
You do not have permission to modify this app
(app_id=u'objecteffects').

And the .log file in tmp contains:

Unable to upload:
java.io.IOException: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=objecteffects&version=1&;
403 Forbidden
You do not have permission to modify this app
(app_id=u'objecteffects').

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:429)
at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction
(AppVersionUpload.java:243)
at com.google.appengine.tools.admin.AppVersionUpload.doUpload
(AppVersionUpload.java:98)
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)


On Sep 30, 6:18 pm, applestar  wrote:
> you must upload your 
> applicationhttp://code.google.com/appengine/docs/python/gettingstarted/uploading...
>
> 2009/9/30 Rusty Wright 
>
>
>
>
>
> > I've created an application, but I do not see it on
> > appengine.google.com and I am not using a Google Apps account.
>
> > This doesn't work, for example:
>
> >  https://appengine.google.com/dashboard/nonedeployed?app_id=objecteffects
>
> > When I created the application it told me that its name is
>
> >  objecteffects.appspot.com
>
> > and that "The application will use objecteffects as an identifier."
>
> > Thanks- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright

It gives me a "permission denied" when I try to upload my
application.

Besides, https://appengine.google.com won't let me create additional
applications; when I click on the Create an Application button it
takes me to a page where I enter my cell phone number, and that fails
because I've already done that step; "The phone number has been sent
too many messages or has already been used to confirm an account."


On Sep 30, 6:18 pm, applestar  wrote:
> you must upload your 
> applicationhttp://code.google.com/appengine/docs/python/gettingstarted/uploading...
>
> 2009/9/30 Rusty Wright 
>
>
>
>
>
> > I've created an application, but I do not see it on
> > appengine.google.com and I am not using a Google Apps account.
>
> > This doesn't work, for example:
>
> >  https://appengine.google.com/dashboard/nonedeployed?app_id=objecteffects
>
> > When I created the application it told me that its name is
>
> >  objecteffects.appspot.com
>
> > and that "The application will use objecteffects as an identifier."
>
> > Thanks- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright
It gives me a "permission denied" when I try to upload my application.

Besides, https://appengine.google.com won't let me create additional
applications; when I click on the Create an Application button it takes me
to a page where I enter my cell phone number, and that fails because I've
already done that step; "*The phone number has been sent too many messages
or has already been used to confirm an account."*


On Wed, Sep 30, 2009 at 6:18 PM, applestar  wrote:

> you must upload your application
> http://code.google.com/appengine/docs/python/gettingstarted/uploading.html
>
> 2009/9/30 Rusty Wright 
>
>
>> I've created an application, but I do not see it on
>> appengine.google.com and I am not using a Google Apps account.
>>
>> This doesn't work, for example:
>>
>>  https://appengine.google.com/dashboard/nonedeployed?app_id=objecteffects
>>
>> When I created the application it told me that its name is
>>
>>  objecteffects.appspot.com
>>
>> and that "The application will use objecteffects as an identifier."
>>
>> Thanks
>>
>>
>>
>
> >
>

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



[google-appengine] application created but not appearing in admin console

2009-09-30 Thread Rusty Wright

I've created an application, but I do not see it on
appengine.google.com and I am not using a Google Apps account.

This doesn't work, for example:

  https://appengine.google.com/dashboard/nonedeployed?app_id=objecteffects

When I created the application it told me that its name is

  objecteffects.appspot.com

and that "The application will use objecteffects as an identifier."

Thanks

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