Re: [appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-04-25 Thread Rajeev Dayal
On Thu, Apr 21, 2011 at 1:24 PM, James Moore wrote: > On Mar 30, 10:34 am, "Ikai Lan (Google)" wrote: > > Just a quick update: there should be a fix going out for this when we > > release the final 1.4.3 SDK. > > What was the fix? Or more precisely, what do we need to do in > addition to install

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-04-21 Thread James Moore
On Mar 30, 10:34 am, "Ikai Lan (Google)" wrote: > Just a quick update: there should be a fix going out for this when we > release the final 1.4.3 SDK. What was the fix? Or more precisely, what do we need to do in addition to installing 1.4.3? I've got 1.4.3 and still see this problem. -- You

Re: [appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-04-02 Thread branflake2267
You guys are awesome! Thanks! Brandon Donnelson http://gwt-examples.googlecode.com -- 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 th

Re: [appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-30 Thread Jay Young
I just upgraded to the 1.4.3 SDK and re-installed the Mac OS X Java Update 4. Everything seems to be working as before. Thanks for the fix! -- 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 goo

Re: [appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-30 Thread Ikai Lan (Google)
Just a quick update: there should be a fix going out for this when we release the final 1.4.3 SDK. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Wed, Mar 30, 2

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-30 Thread branflake2267
Could this be a defensive move from Oracle and if it were, it is quite poor? -- 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 grou

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-26 Thread branflake2267
Here is an issue that is related to this problem. Don't upgrade your Java. If you did, you'll have to restore or change the JRE your using to get it to work again. The Issue has lots of notes about what you can do. http://code.google.com/p/googleappengine/issues/detail?id=4712 Brandon Donnelson

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-14 Thread ThePablick
http://code.google.com/p/googleappengine/issues/detail?id=4712 This was a solution for me (install 64bit OpenJDK). Did not try removing the cache though, I think this really was a bug in the latest Java update. On Mar 13, 10:46 pm, Andrei wrote: > I removed ~/Library/Caches/ and it started worki

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-13 Thread Andrei
I removed ~/Library/Caches/ and it started working again On Mar 12, 2:19 am, mseegm wrote: > Me too:( The JVM crashed. The crash log is under /User/Library/Logs/ > CrashReporter. For me the solution was: delete the all files cached by > java. This can be done in the java setup app. -- You recei

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-13 Thread Vinent
Hi I got the same problem. The weird thing is it is ok before few days ago. Not sure if the java update cause the problem. Is there anyone found out what happening? Vincent -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-13 Thread mseegm
Me too:( The JVM crashed. The crash log is under /User/Library/Logs/ CrashReporter. For me the solution was: delete the all files cached by java. This can be done in the java setup app. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" grou

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-13 Thread Adam Duke
See this post and the others that are linked to it. https://groups.google.com/group/google-appengine-java/browse_frm/thread/5a22269f355bf45a?hl=de On Mar 11, 5:51 am, ThePablick wrote: > I ran into a strange problem: when I try to run the Web Application I > created using the SDK, it can not be r

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-13 Thread Igor Mihálik
Same problem here, started after the last java update... did not find solution yet :-/ -igor On Mar 12, 6:25 am, Vinent wrote: > Hi >       I got the same problem. The weird thing is it is ok before few days > ago. Not sure if the java update cause the problem. Is there anyone found > out what h

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-13 Thread Noel
I am experiencing the same issue. Jetty terminates almost immediately after starting with no output in the console. In the eclipse debug panel I see the following: flwrs [Web Application] com.google.appengine.tools.development.DevAppServerMain at localhost:51482 /System/Library/Jav

Re: [appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-12 Thread Shawn Brown
> Just found another thread about this error which seems to have solution for > this problem (I haven't tried it yet): > http://code.google.com/intl/de-DE/appengine/forum/java-forum.html?place=topic%2Fgoogle-appengine-java%2FWiImnzVb9Fo%2Fdiscussion > I suggest we continue over there. Yeah to fix

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-12 Thread Stefan
Just found another thread about this error which seems to have solution for this problem (I haven't tried it yet): http://code.google.com/intl/de-DE/appengine/forum/java-forum.html?place=topic%2Fgoogle-appengine-java%2FWiImnzVb9Fo%2Fdiscussion I suggest we continue over there. -- You received

[appengine-java] Re: GAE on Mac OS X not working on local Jetty

2011-03-12 Thread Stefan
Hi guys, I seem to be running into the same or a similar problem when trying to run a GAE app in dev mode on MacOS. Have you looked in your system.log (e.g. using Console.app)? I am getting: Mar 12 12:29:40 Stefans-MacBook java[1407]: [Java CocoaComponent compatibility mode]: Enabled Mar 12 12