Re: [appengine-java] Re: Problems in deployment

2011-02-15 Thread Amit Pandey
Same version I'm using and I'm able to deploy it without any problem. I'm located in India. Thanks, Amit On Wed, Feb 16, 2011 at 12:19 PM, jt wrote: > The latest version 1.4.2. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" gr

Re: [appengine-java] Re: Problems in deployment

2011-02-15 Thread jt
The latest version 1.4.2. -- 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...

Re: [appengine-java] Re: Problems in deployment

2011-02-15 Thread kartik kudada
Hi , I am able to deploy successfully. Which version of app engine you are using? On Wed, Feb 16, 2011 at 10:55 AM, Alain de Raynal wrote: > I had the same problem last night and again tonight > but not this morning (I'm on the West Coast of the US) > > > hopefully it will work better tomo

[appengine-java] Re: possible bug with Blob service

2011-02-15 Thread Didier Durand
Hi, I just starred it. didier On Feb 16, 1:57 am, Andrei wrote: > is now Issue 4583 > > On Feb 14, 11:28 pm, Didier Durand wrote: > > > Hi, > > > This has been an issue for some times in this forum and it seems that > > you found the source of the problem! > > > You definitely should open an i

Re: [appengine-java] Unable to create JSP file with google app engine in eclipse

2011-02-15 Thread Ishwarya Chandrasekaran
Hi, Thanks for your reply. The javac was found to be missing. My project was using JRE 6, I changed the java build path to use JDK 1.6 and then it worked fine :) Regards, Ishwarya On Wed, Feb 16, 2011 at 1:25 AM, Chummar Maly wrote: > It is quite possible you are missing some libraries. What

[appengine-java] Could not locate appengine-web.xml

2011-02-15 Thread Stephan Bardubitzki
Hi there, I'm developing a web app on NetBenas 6.9 and want to use the GAE appcfg.sh tool to upload the war. However, I'm running in to the following exception: bardu@bardu-laptop:~/GAE/appengine-java-sdk-1.4.2/bin$ ./appcfg.sh update /home/bardu/NetBeansProjects/enterprise/mobitec/dist Reading

Re: [appengine-java] Re: Problems in deployment

2011-02-15 Thread Alain de Raynal
I had the same problem last night and again tonight but not this morning (I'm on the West Coast of the US) hopefully it will work better tomorrow, but I'm losing a lot of time... On Tue, Feb 15, 2011 at 9:11 PM, bgood wrote: > Same for me. This happened after updating an app thats been runnin

[appengine-java] Re: Problems in deployment

2011-02-15 Thread bgood
Same for me. This happened after updating an app thats been running peacefully for many months to 1.4.2 . Anxiously awaiting a solution. -- 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] Re: Problems in deployment

2011-02-15 Thread Jim
Yep, same thing already for second day.. the problem started for me about 24 hours ago.. java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=bizgym&version=dev&; 500 Internal Server Error at com.google.appengine.tools.admin.ServerConnection

[appengine-java] Re: Problems in deployment

2011-02-15 Thread SFCammie
I am getting the same error. My local logfile for this deploy has the following stack trace. This implies some sort of connection down at Google. Is there any word on this? at com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:149) at com.google.appengine.t

[appengine-java] Re: Problems in deployment

2011-02-15 Thread Dave
Second this, getting the same problem. On Feb 15, 8:33 pm, jt wrote: > Hi, > I am receiving the following errors during deployment: > Rolling back the update. > java.io.IOException: Error posting to > URL:https://appengine.google.com/api/appversion/clonefiles?app_id=stcjade... > 500 Internal Ser

[appengine-java] Problems in deployment

2011-02-15 Thread jt
Hi, I am receiving the following errors during deployment: Rolling back the update. java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=stcjade&version=1&; 500 Internal Server Error Any help would be greatly appreciated. Thanks. -- You recei

[appengine-java] Re: possible bug with Blob service

2011-02-15 Thread Andrei
is now Issue 4583 On Feb 14, 11:28 pm, Didier Durand wrote: > Hi, > > This has been an issue for some times in this forum and it seems that > you found the source of the problem! > > You definitely should open an issue > athttp://code.google.com/p/googleappengine/issues/listand > then announce i

Re: [appengine-java] Re: 1.4.2: Can't make https call from dev server

2011-02-15 Thread JT
If I remember correctly, you are running on mac osx for your dev server right? Not that it will fix your issue, but have you try to run on windows platform and deploy from windows? On Feb 15, 2011 11:57 AM, "Lior Harsat" wrote: > HI All, > > I found a very dirty workaround but at least it works fo

Re: [appengine-java] Unable to create JSP file with google app engine in eclipse

2011-02-15 Thread Chummar Maly
It is quite possible you are missing some libraries. What error do you see when you open the jsp file ? On Tue, Feb 15, 2011 at 5:52 AM, Ishwarya Chandrasekaran < cishwa...@gmail.com> wrote: > Hi All, > > I am a beginner to google app engine. > I have a basic doubt. > > When ever I try to create

[appengine-java] Blob upload progress

2011-02-15 Thread Andrei
How can i show Blob upload progress to user? 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] Re: 1.4.2: Can't make https call from dev server

2011-02-15 Thread Lior Harsat
HI All, I found a very dirty workaround but at least it works for me. I was not aware of the doNotValidateCertificate() API that Fred mentioned. I made a very small change (one line of code) to the SDK appengine- api.jar. I have decompiled com.google.appengine.api.urlfetch.HTTPRequest and added th

[appengine-java] Re: 1.4.2: Can't make https call from dev server

2011-02-15 Thread Lior Harsat
JVM: java version "1.6.0_23" Java(TM) SE Runtime Environment (build 1.6.0_23-b05) Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing) On Feb 13, 12:27 pm, Lior Harsat wrote: > I am having a similar problem with https: > > I have been testing the SDK and I found one bug which seems cr

[appengine-java] Urgent need for Java Developer for 12 Months for Frederick, MD Position

2011-02-15 Thread Anand Sharma
Hi, Urgent need for *Java Developer* for *12 Months** for* *Frederick, MD* Position. Please have a look on it & Plz send across your Latest profile along with following details asked given below- *Also,Find Information Form there u have to Put your Exp. opposite to skill set Column ::* *In

[appengine-java] Task queues seems paused.

2011-02-15 Thread Stefano Ciccarelli
I have many task in some queues that seems to be paused. I tried the "Run now" on some tasks, I tried to pause and then resume with no luck, the tasks are stuck in the queue. Hints? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

[appengine-java] Re: Website/link down second time in this month without any notification or maintenance.

2011-02-15 Thread ayush gupta
Hey Sagar, I am running in to the same problem for some time now. Everytime, i try to access the website, it says server down. Did you find any solutions? Ayush -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this gro