Re: [google-appengine] Prerelease SDK 1.5.5 available for download!

2011-10-03 Thread Rafael Nunes
Will Python 2.7 support multi-thread?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/HBbvHUvJrNsJ.
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: FAQ for out of preview pricing changes

2011-05-19 Thread Rafael Nunes
Agreed.
Why should I pay for idle time, if it's idle?
That *does not make any sense*!

-- 
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: FAQ for out of preview pricing changes

2011-05-18 Thread Rafael Nunes
So,
If Java Runtime can handle multiple requests/threads, how can you define how 
many request an instance will handle simultaneously?

And why some requests takes 30ms to complete and the same request can take 
300ms+ sometimes? It makes no sense if instance latency will affect my 
bills.

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



[appengine-java] Re: Could Not Verify SSL Certificate

2011-03-01 Thread Rafael Nunes
Same problem here.
Any news?

On Feb 19, 12:05 am, mushion22 goodham...@gmail.com wrote:
 I have the same issue using 1.4.2 on OS X 10.6. The app works fine
 when deployed to production, but has theseSSLcertificateerrors in
 the development server. Seems to affect more than just the Google
 APIs, am having the same issue with RestFB.

 On Feb 18, 3:55 pm, Tod Jiang t...@cherrymind.com wrote:







  Yes, I got the similar issue, and it's ok in SDK1.4.0

  latest spreadsheet api

  Caused by: javax.net.ssl.SSLHandshakeException:CouldnotverifySSL
 certificatefor:https://spreadsheets.google

  On Feb 17, 7:30 pm, Nurettin Omer Hamzaoglu nomerhamzao...@gmail.com
  wrote:

   Hi,

   After I've update to GAE 1.4.2 I started to receive the following error 
   when
   retrieving customer license.
   javax.net.ssl.SSLHandshakeException:CouldnotverifySSLcertificatefor:https://www.googleapis.com/appsmarket/v2sandbox/customerLicense/

   Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
   App Engine API 1.4.2
   Google API Client 1.2.2 alpha

   With the following versions I'mnotgetting the error, everything works
   fine.
   Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
   App Engine API 1.4.0
   Google API Client 1.2.2 alpha

   I've also opened threads 
   athttps://groups.google.com/forum/?lnk=raot#!topic/google-apps-marketpl...
    andhttps://groups.google.com/forum/?lnk=raot#!topic/google-api-java-clie...
    andhttps://groups.google.com/forum/?lnk=raot#!topic/google-api-java-clie...
   .

   Thanks.

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



[google-appengine] Increase Service Quota

2011-02-07 Thread Rafael Nunes
Is there any way to increase the services quota?(URLFetch, TaskQueue, XMPP,
etc)

I enabled the billing but just have options for CPU, Datastore, Data in/out
and Mail.


Thanks in advance,
Rafael

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



Re: [google-appengine] Can't Delete a Version

2010-12-07 Thread Rafael Nunes

Same problem here.

app-id: myjobs-yaw
version: 2

On 12/06/2010 06:11 PM, Ikai Lan (Google) wrote:

What's your application ID?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Sat, Dec 4, 2010 at 7:24 AM, César Filhoctass...@gmail.com  wrote:

Hello.

When I try to delete a specific version of my application the App
Engine Admin Dashboard returns Error 500. I tried deploying the same
application (with the same version), tried rolling back the update,
nothing solves the problem and I can't delete that version.

Could you please help me?

Thanks in advance.
César

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




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



Re: [google-appengine] Re: Using GAE for a REST API

2010-11-30 Thread Rafael Nunes
JBoss RestEasy is also easy to setup and run on GAE, without 
class/service scan.


Example:
www.yaw.com.br/open

On 11/29/2010 05:40 PM, Ikai Lan (Google) wrote:

James, cool! Did you blog about this anywhere?

This blog post is outdated, but I thought Jersey was pretty fun:

http://blogs.sun.com/naresh/entry/running_the_jersey_webapp_on

I was going to whip up a blog post about this for anyone who was 
interested.


--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com 
http://googleappengine.blogspot.com/

Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Wed, Nov 24, 2010 at 10:25 PM, James Broberg jbrob...@gmail.com 
mailto:jbrob...@gmail.com wrote:


GAE is fantastically suited for REST. I use GAE Java + Restlets +
Freemarker myself.


On 25 November 2010 08:41, supercobra superco...@gmail.com
mailto:superco...@gmail.com wrote:

Hello there,

What is your best practice to develop REST on GAE?

Daniel
--
superco...@gmail.com mailto:superco...@gmail.com



On Wed, Nov 24, 2010 at 2:36 PM, Jay jbaker.w...@gmail.com
mailto:jbaker.w...@gmail.com wrote:
 Yahel, GAE is a great platform for building and delivering
RESTful
 services. Of course there are quotas. But you are in control
of how
 much quota you want to a large extent.

 On Nov 23, 9:43 pm, Yahel Carmon yah...@gmail.com
mailto:yah...@gmail.com wrote:
 Hi all,

 I'm new to playing with GAE, and I'm thinking of using it
to build a very
 simple API for one of my projects. I like the idea of the
 scaling  (mostly) handling itself for an API.

 However, I've read things about things like rate limiting
triggering
 captchas for end users, a la Google services. Does that
type of rate
 limiting present problems with using GAE as a backend for a
REST API?

 I apologize if I'm asking a dumb or obvious question, but
its surprisingly
 difficult to Google for if GAE can be used to build APIs
without finding
 pages* *about GAE's API.

 Thanks in advance!

 --
 Yahel Carmon
 (917) 445-3498
 Twitter:http://twitter.com/yahelc
 Facebook:http://facebook.com/yahel
 LinkedIn:http://www.linkedin.com/in/yahelc

 --
 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
mailto:google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com
mailto:google-appengine%2bunsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.



--
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
mailto:google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com
mailto:google-appengine%2bunsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


-- 
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
mailto:google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com
mailto:google-appengine%2bunsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


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


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



Re: [google-appengine] PyDev on Eclipse

2010-11-23 Thread Rafael Nunes

Did you try to download the Aptana Studio 3?

On 11/23/2010 05:40 AM, Katyayani Bhatia wrote:

Hello everyone,

I am trying to install PyDev on Eclipse, but the URL 
http://pydev.sourceforge.net/updates/ is facing some problems.


Could you please suggest some alternate site for the same.

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


--
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-appeng...@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] Django and Blobstore

2010-11-16 Thread Rafael Nunes
After a weekend fighting with Django and Blobstore, I could make it work 
with this:

http://appengine-cookbook.appspot.com/recipe/blobstore-get_uploads-helper-function-for-django-request/

I can get the BlobInfo(img) uploaded, but the other fields in my 
form('txtDesc' and 'txtOne' are missing:


form action={{form_action}} method=POST enctype=multipart/form-data
  Image:input type=file name=imgbr/
  Desc: textarea name=txtDesc/textareabr/
 Text: input type=text name=txtOne/text
input type=submit value=OK /
/form

And debbuging, I can see that my request.POST is empty:

request.POSTQueryDict: {}

Am I missing something?

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-appeng...@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: Django and Blobstore

2010-11-16 Thread Rafael Nunes

Yeah, I was missing.

I should be using 'get_uploads(request, populate_post=True)' instead of 
'get_uploads(request)'


#RTFM

--Rafael


On 11/16/2010 01:51 PM, Rafael Nunes wrote:
After a weekend fighting with Django and Blobstore, I could make it 
work with this:
http://appengine-cookbook.appspot.com/recipe/blobstore-get_uploads-helper-function-for-django-request/ 



I can get the BlobInfo(img) uploaded, but the other fields in my 
form('txtDesc' and 'txtOne' are missing:


form action={{form_action}} method=POST 
enctype=multipart/form-data

  Image:input type=file name=imgbr/
  Desc: textarea name=txtDesc/textareabr/
 Text: input type=text name=txtOne/text
input type=submit value=OK /
/form

And debbuging, I can see that my request.POST is empty:

request.POSTQueryDict: {}

Am I missing something?

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



Re: [google-appengine] Can Java and Python coexist in the same app?

2010-11-12 Thread Rafael Nunes

What about Jython?

On 11/12/2010 01:10 PM, Barry Hunter wrote:

Well an active app can only have one runtime at a time.

But different versions of the app can have different runtimes. So you
could have the default as python (say) and one of the older versions
as java.

All versions of an app (regardless of runtime) access the same datastore.


Need to manage which version is which by careful uploading from the two SDKs.


On 12 November 2010 14:55, Jorge Gubertejorgegube...@gmail.com  wrote:

I need to have a Java instance fetching data directly from the
Python's instance datastore. I don't know if that's possible at all.
Is the datastore transparent/unique, or each instance (if they can
indeed coexist) has its separate datastore? Suming it up: how can a
Java app fetch data from the datastore of a Python app, and vice-versa?

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




--
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-appeng...@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] Blobstore and ImageService

2010-02-04 Thread Rafael Nunes
Is there any way to replace an object in Blobstore?

I can upload files to Blobstore without problems, but sometimes users
upload files in wrong sizes.
So I would like to get the uploaded file, resize it and store it on
Blobstore.

I'm using Java to do it.
I tried to resize file and than make a new http request to the app,
but the Blobstore does not get the new Image.

Any ideas about what I want to do?
I didn't find anything in the docs that could help me to replace an
blobstore object too.

Best regards,
Rafael
www.yaw.com.br

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



Re: [google-appengine] Blobstore and ImageService

2010-02-04 Thread Rafael Nunes
That's what i thought.
So, Can I upload to blobstore in my Servlet? I tried to intercept the user
request in a filter, resize the image, and upload the resized image in my
servlet. But without success.

Any ideas?

Thanks a lot,
Rafael
On Thu, Feb 4, 2010 at 4:58 PM, Eli Jones eli.jo...@gmail.com wrote:

 The Python documentation on Blobstore states:

 Blobs are created by the API, and can't be modified after they're
 created, although they can be deleted. 

 On Thu, Feb 4, 2010 at 1:46 PM, Rafael Nunes rafael.j...@gmail.comwrote:

 Is there any way to replace an object in Blobstore?

 I can upload files to Blobstore without problems, but sometimes users
 upload files in wrong sizes.
 So I would like to get the uploaded file, resize it and store it on
 Blobstore.

 I'm using Java to do it.
 I tried to resize file and than make a new http request to the app,
 but the Blobstore does not get the new Image.

 Any ideas about what I want to do?
 I didn't find anything in the docs that could help me to replace an
 blobstore object too.

 Best regards,
 Rafael
 www.yaw.com.br

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


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



Re: [google-appengine] Re: MP3 Data Retreival

2009-12-07 Thread Rafael Nunes
I'm actually doing that with 'exiftool'.
http://www.sno.phy.queensu.ca/~phil/exiftool/

In a command line:
exiftool audio.mp3
(And it will return a list of properties)

exiftool -Duration audio.mp3
(Will return just the time duration)

And it will works for a bunch of media types(wmv, wma, jpg, etc)

--Rafael

Eli Jones wrote:
 Also, it would need to be a fixed bitrate.. if it's variable bitrate, 
 I think you're sort of out of luck.

 though, sounds like its a pain to do on your own.. there are no doubt 
 libraries to do it for you.

 for python, I see there is:  Pymad

 anyway, have fun.

 On Thu, Nov 26, 2009 at 6:04 PM, Eli Jones eli.jo...@gmail.com 
 mailto:eli.jo...@gmail.com wrote:

 I do not believe there is information in the mp3 header that tell
 you how long it actually is (I think this is just a fluke.. or
 maybe they figured Oh, they can just calculate it).

 You have to get the bitrate (say, 128 kbps) and then find out the
 total size of the mp3.. and use that to calculate what the runtime
 will end up being.


 On Thu, Nov 26, 2009 at 5:45 PM, MajorProgamming
 sefira...@gmail.com mailto:sefira...@gmail.com wrote:

 That's great info to know. But I more specifically wanted to
 get the
 runtime of the file (i.e. in hours, minutes, seconds). Any way
 to do
 that?

 On Nov 26, 2:37 am, Niklas Rosencrantz teknik...@gmail.com
 mailto:teknik...@gmail.com wrote:
  On Thu, Nov 26, 2009 at 5:14 AM, MajorProgamming
 sefira...@gmail.com mailto:sefira...@gmail.com wrote:
 
   Is there any way to somehow fetch an external MP3 file
 (i.e. from
   another website), and then calculate the length of the MP3
 file.
 
   I don't need the actual data of the file, I just want the
 length of it
   (time it runs).
 
   Keep in mind that these files can be as big as 25MB...
 
   Thanks,
 
  Hello,
  Good question guaranteed to depend on host config (could be
 custom or
  fake descriptions) while one mentioned way is use HTTP HEAD
  #Call HTTP HEAD in Python
  import httplib
  conn=httplib.HTTPConnection(www.abc.com http://www.abc.com)
  conn.request(HEAD, /dir/file1.mp3)
  res=conn.getresponse()
  fileSize=res.getheader('content-length')
  #or res.getheaders() for all headers
  conn.close()

 --

 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
 mailto:google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com
 mailto:google-appengine%2bunsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --

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

--

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




Re: [appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-19 Thread Rafael Nunes
Probably you will have to do a little 'hack' in Mojarra, because It 
attemp to call some JNDI lookup in the initialization.
I did it some weeks ago.

http://jsfgae.appspot.com/

Rafael

andyz wrote:
 Denden,
 I have the same problem as you.
 I found the root cause.
 The library jsf-impl.jar you(and I ) is in downloaded zip file:
 mojarra-2.0.0-FCS-binary.zip.
 if you open jsf-impl.jar, there is a file: META-INF/taglib/
 ui.taglib.xml.
 at the end of this file:
 tag-nameremove/tag-name
 handler-class/handler-class
  handler-class is NOT defined,this causes a problem and throw NPE

 Once I replaced with mojarra-2.0.1,
 then It's OK.

 Andy
 On Nov 17, 2:24 am, Denden Gajudo dgaj...@gmail.com wrote:
   
 I'm attempting to configure JSF 2.0 to run on Google App Engine using
 the following setup:

 Apache Xalan-J 2.9.0
 Google AppEngine for Java SDK v1.2.5
 Sun Java ServerFaces 2.0 FCS
 Unified Expression Language 1.1 API (el-api-1.1.jar) and
 Implementation (el-impl-1.1jar)

 I followed the procedure indicated 
 inhttp://java.wildstartech.com/Java-Platform-Enterpr...to-run-on-the-go...

 However, I am getting the following errors on startup. I was wondering
 if anyone has experienced this problem.

 WARNING: Failed startup of context
 com.google.apphosting.utils.jetty.devappenginewebappcont...@14b081b
 {/,C:\workspace\JSFTemplate\war}
 com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
 null
 at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:
 354)
 at com.sun.faces.config.ConfigureListener.contextInitialized
 (ConfigureListener.java:219)
 at org.mortbay.jetty.handler.ContextHandler.startContext
 (ContextHandler.java:530)
 at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
 at org.mortbay.jetty.webapp.WebAppContext.startContext
 (WebAppContext.java:1218)
 at org.mortbay.jetty.handler.ContextHandler.doStart
 (ContextHandler.java:500)
 at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
 448)
 at org.mortbay.component.AbstractLifeCycle.start
 (AbstractLifeCycle.java:40)
 at org.mortbay.jetty.handler.HandlerWrapper.doStart
 (HandlerWrapper.java:117)
 at org.mortbay.component.AbstractLifeCycle.start
 (AbstractLifeCycle.java:40)
 at org.mortbay.jetty.handler.HandlerWrapper.doStart
 (HandlerWrapper.java:117)
 at org.mortbay.jetty.Server.doStart(Server.java:217)
 at org.mortbay.component.AbstractLifeCycle.start
 (AbstractLifeCycle.java:40)
 at
 com.google.appengine.tools.development.JettyContainerService.startContainer
 (JettyContainerService.java:152)
 at
 com.google.appengine.tools.development.AbstractContainerService.startup
 (AbstractContainerService.java:116)
 at com.google.appengine.tools.development.DevAppServerImpl.start
 (DevAppServerImpl.java:218)
 at com.google.appengine.tools.development.DevAppServerMain
 $StartAction.apply(DevAppServerMain.java:162)
 at com.google.appengine.tools.util.Parser$ParseResult.applyArgs
 (Parser.java:48)
 at com.google.appengine.tools.development.DevAppServerMain.init
 (DevAppServerMain.java:113)
 at com.google.appengine.tools.development.DevAppServerMain.main
 (DevAppServerMain.java:89)
 Caused by: java.lang.NullPointerException
 at com.sun.faces.util.Util.loadClass(Util.java:200)
 at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass
 (AbstractConfigProcessor.java:312)
 at
 com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass
 (FaceletTaglibConfigProcessor.java:416)
 at
 com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags
 (FaceletTaglibConfigProcessor.java:370)
 at
 com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary
 (FaceletTaglibConfigProcessor.java:313)
 at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process
 (FaceletTaglibConfigProcessor.java:262)
 at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:
 337)
 ... 19 more

 Any assistance is much appreciated. Thanks.
 

 --

 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.


   

--

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