[google-appengine] Re: quick guide on using Boa-Constructor and remote debugger with SDK 1.7.6 new dev server

2013-07-31 Thread timh
Don't know  _ i don't use visual studio nor know anything about its 
capability re debugging python.  You should also look at the new 
pre-release SDK that supposedly fixes debugging for normal python debug 
environments,

T

On Tuesday, July 30, 2013 8:04:33 PM UTC+8, Cristian Perez wrote:

 Any way of doing this but for Visual Studio? The debugger doesn't work 
 with the new dev server...



 El lunes, 25 de marzo de 2013 11:30:05 UTC+1, timh escribió:

 Hi

 Here is a quick note to get people started with an IDE based interactive 
 debugger with the new dev server

 You have to fix some code in the Boa Constructor remote debugger, but it 
 does work ;-)

 1. Get boa constructor.  I am running boa-constructor as installed with 
 apt on xubuntu 12.10 alternately you can get a more up to date fork of boa 
 here 
 https://bitbucket.org/cwt/boa-constructor/overview  - you will need 
 wxPython 

 2. If you use the cwt fork you need to copy xmlrpclib.py from the 
 python2.7 to path to cwt boaExternalLibs  the xmlrpclib already there is 
 very old
 3. Change the __init__ method of path to boa/Debugger/RemoteClient.py 
  to have the following line first
   xmlrpclib.Transport.__init__(self)  

 4.  create a debug.py file in your project

 import sys
 sys.path.append(path to boa)

 #sys.path.append(/usr/share/boa-constructor/)
 from Debugger.RemoteServer import start
 start(username,password)


 5.  Start the dev server (you need the patched one mentioned by Brian 
 Quinlen in this posting  
 https://groups.google.com/d/msg/google-appengine/ZHHkwr3ok8c/brrsUqwgp4gJ   
 dev server is here  
 https://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?name=devappserver2-v0.8.zipcan=2q=#makechanges

 6. Start this dev server with the --python_startup_script= 
 somepath/debug.py argument   - path should be where ever the debug.py is 
 also you need to start it with --max_server_instances=1 

 7. in Boa Constructor under the tools menu select attach to the remote 
 debugger -its the first option, do this before you try anything with the 
 dev server,

 8. Now set a breakpoint etc in the code editor.

 9 Hit the server with a web request and see the debugger stop and code 
 highlighed in the editor.

 If you don't follow the order - connect to server before running a web 
 request things won't work.
 It obviously needs lots of work to ensure more reliable startup, but once 
 running works well, when stopped you can also open up the debuggers 
 interactive shell.

 Hope this helps someone

 Cheers

 Tim




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: gae urlfetch down

2013-07-31 Thread pdknsk
This hasn't really improved substantially in the past few days.  Still many 
errors of this kind.

apiproxy_rpc.py:133 DeadlineExceededError: The API call urlfetch.Fetch() 
took too long to respond and was cancelled.

And today, at more or less sharply 3AM PT, some of these.

urlfetch.py:403 DownloadError: Unable to fetch URL: http://

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Deleted app engine owners by mistake

2013-07-31 Thread jcolgan

We were Cleaning Up accounts in Google apps and accidently deleted the 
app owner accounts. 

The accounts were cp...@etacuisenaire.com and appsad...@etacuisenaire.com

Without these accounts we are unable to do anything that we need to do.  Is 
there a way to grant another user access to this app engine without having 
the owner?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Locked out of my app for not having owner

2013-07-31 Thread jcolgan
Hi Takishi,

I deleted the app engine account as well.  The app engine is still running, 
but I need to be able to assign another email account access to manage it. 
 Can you help me with this issue?


On Wednesday, July 10, 2013 5:06:23 PM UTC-5, David Cifuentes Cortes wrote:

 Hello,

 The account that used to be owner and creator of the application was 
 deleted from Google Apps and now the only account with permissions is mine 
 with only developer privilegies. I wonder how to get the owner role back to 
 my app.

 App ID: www-endpoints

 Thanks,

 David Cifuentes


 *Eforcers S.A.*
 www.eforcers.com
 Cra. 12 No 90-20
 Of. 301, 303, 306 
 Bogotá, Colombia 
 PBX [+571] 622 8320
 FAX [+571] 622 8275
 i...@eforcers.com
 
 https://lh6.googleusercontent.com/-TagOBY1o2z4/UJLn6n91fxI/BiI/gBO6aLNbt_A/s1600/ISO-9001-2008-GoogleAppsDeployment.jpg

 La información aquí contenida es para uso exclusivo de la persona o 
 entidad de destino. Está estrictamente prohibida su utilización, copia, 
 descarga, distribución, modificación y/o reproducción total o parcial, sin 
 el permiso expreso de Eforcers S.A., pues su contenido puede ser de 
 carácter confidencial y/o contener material privilegiado. Si usted recibió 
 esta información por error, por favor contacte en forma inmediata a quien 
 la envió y borre este material de su computador. Eforcers S.A. no es 
 responsable por la información contenida en esta comunicación, el directo 
 responsable es quien la firma o el autor de la misma.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] I deleted the app engine owner account and dont know how to give access to other users

2013-07-31 Thread jcolgan
Is there a way to assign someone else the app engine owner account?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Enable PHP applications to be deployed to App Engine

2013-07-31 Thread Pravin Gadekar
 

I want to deploy wordpress site on google apps. I have followed every steps 
in https://developers.google.com/appengine/articles/wordpress.

And finally I want to deploy this setup but it need to enable php 
applications to deploy so I submitted request on 
https://gaeforphp.appspot.com.

But after 5-6 days still it shows pending to me. 

I tried to find support for the same but no luck.

Please help me. 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Custom domain setup is a fiasco and limiting adoption.

2013-07-31 Thread Jason Collins
Here's a conversation I have probably weekly. Custom domain setup needs to 
be fixed; it's embarrassing for our company and it's embarrassing for 
Google.

Every please star 
this: https://code.google.com/p/googleappengine/issues/detail?id=8528

Tiffany:
hey
did you change myhttps://appengine.google.comaccess?
Jason:
I deleted the va-apps-setup - is that what you're trying to get at?
Tiffany:
umm sure. that's where we went to add google apps for partners on 
custom domains...?
Jason:
that technique doesn't work anymore
you have to do the pay-for-it-request-$50-rebate approach now.
Tiffany:
ok well yes, but I was still going through here before. so what do i do 
now? just go right to here to sign up? 
http://www.google.com/enterprise/apps/business/ ?
Jason:
Yes - full-on single user sign up
Tiffany:
hmm ok
thanks
Jason:
hopefully something better coming soon, but I haven't heard anything 
concrete yet.
Tiffany:
ok 1 more question. I am going to set them up. They gave me 
i...@foobardomain.com to use. But the message from google is 

That address is currently used by a personal Google Account. Use a 
different address for your organizational account  
so do they ahve to set up google apps themselves then?
Jason:
hmmm. 
you probably need to set up an admin@[your-custom-domain].com or 
something
Tiffany:
but if they use gmail as their email provider, won't the issue occur 
for any email they create? the verification goes there so they need to get 
it.
Jason:
but aren't you creating the first brand new user?
I'm not sure what email you're being asked for?
Tiffany:
well the first app user. it's asking for app engine user name 
[blank]@foobardomain.com. 
Jason:
app engine? 
not sure why app engine.
but you likely need to use a new name that is not already in use as a 
Google Account.
so perhaps ad...@foobardomain.com ?
Tiffany:
oops i mean google apps account
Jason:
that account can have a secondary email address too
Tiffany:
yah i put myself as that.
ok well i can ask. but i guess I don't really know enough about email 
creation? haha i just assumed if I ask them to create 
ad...@foobardomain.com that they would make it as a gmail account since it 
appears that's what they are using as their email provider?
Jason:
no - don't have them create that.
you are creating that right now via Google Apps
Tiffany:
ok so i just make up something. I just tried admin and got the same 
thing
Jason:
try vndadmin maybe
Tiffany:
I'm sorry...i'm sure you're busy...
Jason:
I could see that ad...@foobardomain.com would already be setup as a 
Google Acct.
Tiffany:
but if I put vndadmin then they won't receive the email ffrom google 
apps re: their set-up and asking them to verify the domain
i thought I had to put in an actual exisiting email
Jason:
There is a secondary email that you supply that will get sent that 
message.
... I think ...
Tiffany:
okI guess that's fine. however it worked before I was able to get it to 
send to the partner and to myself
but i think i'm good now. I'l figure it out. 
Jason:
I think the issue here is that the partner has created Google Accounts 
that are now colliding with the Google Apps accounts.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-31 Thread jon
Chris may I ask where the original thread is?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-31 Thread rdodev
https://groups.google.com/forum/#!topic/google-appengine/b0bElNbdVDU

On Wednesday, July 31, 2013 6:43:58 PM UTC-4, jon wrote:

 Chris may I ask where the original thread is?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: gae urlfetch down

2013-07-31 Thread Vinny P
On Wed, Jul 31, 2013 at 6:22 AM, pdknsk pdk...@gmail.com wrote:

 This hasn't really improved substantially in the past few days.  Still
 many errors of this kind.
 And today, at more or less sharply 3AM PT, some of these.
 urlfetch.py:403 DownloadError: Unable to fetch URL: http://



Can confirm pdknsk's observations. I have several applications experiencing
urlfetch failure rates of approximately 9% just yesterday (interestingly
enough, other applications have improved urlfetch success rates, although
still elevated compared to normal).

-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Eric Sepich
There seems to be some kind of error when I import CodeLabEx1 into Eclipse 
Keplar:

https://lh5.googleusercontent.com/-qHMWqzQ775Y/UfnB6PTr_dI/ADc/-kJGkW6pqUw/s1600/Screenshot+%2813%29.png


Does anyone know what might be wrong here? The output when I try to run the 
application is as follows:







Jul 31, 2013 5:13:35 PM 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed 
C:\Users\Eric\Desktop\CodeLabEx1-starter\CodeLabEx1-starter\war\WEB-INF/appengine-web.xml
Jul 31, 2013 5:13:35 PM 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
SEVERE: Received exception processing 
C:\Users\Eric\Desktop\CodeLabEx1-starter\CodeLabEx1-starter\war\WEB-INF/appengine-web.xml
com.google.apphosting.utils.config.AppEngineConfigException: 
appengine-web.xml does not contain a threadsafe element.
See 
http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurrent_Requests
 for more information.
You probably want to enable concurrent requests.
at 
com.google.apphosting.utils.config.AppEngineWebXmlReader.readAppEngineWebXml(AppEngineWebXmlReader.java:85)
at 
com.google.apphosting.utils.config.EarHelper.readWebModule(EarHelper.java:166)
at 
com.google.appengine.tools.development.ApplicationConfigurationManager$WarModuleConfigurationHandle.readConfiguration(ApplicationConfigurationManager.java:399)
at 
com.google.appengine.tools.development.ApplicationConfigurationManager.init(ApplicationConfigurationManager.java:146)
at 
com.google.appengine.tools.development.ApplicationConfigurationManager.newWarConfigurationManager(ApplicationConfigurationManager.java:88)
at 
com.google.appengine.tools.development.DevAppServerImpl.init(DevAppServerImpl.java:137)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at 
com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:233)
at 
com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:87)
at 
com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:380)
at 
com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
at 
com.google.appengine.tools.development.DevAppServerMain.init(DevAppServerMain.java:334)
at 
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:310)

com.google.apphosting.utils.config.AppEngineConfigException: 
Invalid configuration
at 
com.google.appengine.tools.development.DevAppServerImpl.reportDeferredConfigurationException(DevAppServerImpl.java:414)
at 
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at 
com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:399)
at 
com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
at 
com.google.appengine.tools.development.DevAppServerMain.init(DevAppServerMain.java:334)
at 
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:310)
Caused by: 
com.google.apphosting.utils.config.AppEngineConfigException: Invalid 
appengine-web.xml(C:\Users\Eric\Desktop\CodeLabEx1-starter\CodeLabEx1-starter\war\WEB-INF/appengine-web.xml)
 - appengine-web.xml does not contain a threadsafe element.
See 
http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurrent_Requests
 for more information.
You probably want to enable concurrent requests.
at 
com.google.apphosting.utils.config.EarHelper.readWebModule(EarHelper.java:168)
at 
com.google.appengine.tools.development.ApplicationConfigurationManager$WarModuleConfigurationHandle.readConfiguration(ApplicationConfigurationManager.java:399)
at 
com.google.appengine.tools.development.ApplicationConfigurationManager.init(ApplicationConfigurationManager.java:146)
at 
com.google.appengine.tools.development.ApplicationConfigurationManager.newWarConfigurationManager(ApplicationConfigurationManager.java:88)
at 
com.google.appengine.tools.development.DevAppServerImpl.init(DevAppServerImpl.java:137)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   

Re: [google-appengine] Enable PHP applications to be deployed to App Engine

2013-07-31 Thread Vinny P
On Wed, Jul 31, 2013 at 5:41 AM, Pravin Gadekar
pravin.gadek...@gmail.comwrote:

 I want to deploy wordpress site on google apps. I have followed every
 steps in https://developers.google.com/appengine/articles/wordpress.

 And finally I want to deploy this setup but it need to enable php
 applications to deploy so I submitted request on
 https://gaeforphp.appspot.com.

 But after 5-6 days still it shows pending to me.



 It can take some time until PHP whitelisting. You may have to wait at
least 1-2 weeks.

See this previous similar question for more commentary:
https://groups.google.com/forum/#!topic/google-appengine/94HSJEWnUQk

-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Vinny P
On Wed, Jul 31, 2013 at 9:04 PM, Eric Sepich ericsepic...@gmail.com wrote:

 Does anyone know what might be wrong here? The output when I try to run
 the application is as follows:



The exception is complaining about a missing threadsafe XML element in your
appengine-web.xml file.

To fix this, add the following line to the appengine-web.xml file in the
/war/WEB-INF/ folder:

threadsafetrue/threadsafe


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Eric Sepich
Alright so the application seem to start now however there is still a red 
ex next to WAR/WEB-INF/lib for the project.

On Wednesday, July 31, 2013 7:25:43 PM UTC-7, Vinny P wrote:

 On Wed, Jul 31, 2013 at 9:04 PM, Eric Sepich 
 ericsepic...@gmail.comjavascript:
  wrote:

 Does anyone know what might be wrong here? The output when I try to run 
 the application is as follows:

  
  
 The exception is complaining about a missing threadsafe XML element in 
 your appengine-web.xml file.
  
 To fix this, add the following line to the appengine-web.xml file in the 
 /war/WEB-INF/ folder:
  
 threadsafetrue/threadsafe
   
   
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com
   
  



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-31 Thread Chris Ramsdale
Thanks!
On Jul 31, 2013 4:07 PM, rdodev ami...@gmail.com wrote:

 https://groups.google.com/forum/#!topic/google-appengine/b0bElNbdVDU

 On Wednesday, July 31, 2013 6:43:58 PM UTC-4, jon wrote:

 Chris may I ask where the original thread is?

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Vinny P
On Wed, Jul 31, 2013 at 9:33 PM, Eric Sepich ericsepic...@gmail.com wrote:

 Alright so the application seem to start now however there is still a red
 ex next to WAR/WEB-INF/lib for the project.




What is the error message from the red X?

The message will show up in the Problems pane: http://imgur.com/4gSDSQE

-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Eric Sepich
Description Resource Path Location Type
The App Engine SDK JAR geronimo-jta_1.1_spec-1.1.1.jar is missing in the 
WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem
The App Engine SDK JAR geronimo-jpa_3.0_spec-1.1.1.jar is missing in the 
WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem
The App Engine SDK JAR jdo2-api-2.3-eb.jar is missing in the WEB-INF/lib 
directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google App Engine 
Problem
The App Engine SDK JAR appengine-endpoints.jar is missing in the 
WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem
The App Engine SDK JAR appengine-api-labs.jar is missing in the WEB-INF/lib 
directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google App Engine 
Problem
The App Engine SDK JAR jsr107cache-1.1.jar is missing in the WEB-INF/lib 
directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google App Engine 
Problem
The App Engine SDK JAR appengine-jsr107cache-1.8.2.jar is missing in the 
WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem
The App Engine SDK JAR datanucleus-appengine-1.0.10.final.jar is missing in 
the WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem
The App Engine SDK JAR appengine-api-1.0-sdk-1.8.2.jar is missing in the 
WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem
The App Engine SDK JAR datanucleus-jpa-1.1.5.jar is missing in the 
WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem
The App Engine SDK JAR datanucleus-core-1.1.5.jar is missing in the 
WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google 
App Engine Problem


On Wednesday, July 31, 2013 9:24:34 PM UTC-7, Vinny P wrote:

 On Wed, Jul 31, 2013 at 9:33 PM, Eric Sepich 
 ericsepic...@gmail.comjavascript:
  wrote:

 Alright so the application seem to start now however there is still a red 
 ex next to WAR/WEB-INF/lib for the project.
  

  
  
 What is the error message from the red X?
  
 The message will show up in the Problems pane: http://imgur.com/4gSDSQE 
   
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com
   
  



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.