Obsolete
Status Update
Comments
ro...@gmail.com <ro...@gmail.com> #2
Let me see your Lunch configuration.
I have the same issue and fixed it by removing some parameters. have a look at the attachment.
I have the same issue and fixed it by removing some parameters. have a look at the attachment.
ni...@gmail.com <ni...@gmail.com> #3
Huh - that's exactly what my launch configuration looks like (just --port=8888 and a slightly different filepath, but still ending in the "war" folder) and I still get the issue when I change the JRE back to 7u40. What parameters did you have to change?
gu...@gmail.com <gu...@gmail.com> #4
Thanks a lot! That's just solved
lo...@gmail.com <lo...@gmail.com> #5
I have the same problem when I updated to 1.7.0_45, and fixed it by rolling back to update 25 (1.7.0_25) on Mac OS X 10.6.8 and App Engine SDK 1.8.6.
This might not be an issue with the appserver, as my colleague was able to run successfully on Mac OS X 10.9.x with JDK 7 update 45 and App Engine SDK 1.8.6.
Might be related to JDK bugs:
-https://bugs.openjdk.java.net/browse/JDK-8025876
-http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8021205
This might not be an issue with the appserver, as my colleague was able to run successfully on Mac OS X 10.9.x with JDK 7 update 45 and App Engine SDK 1.8.6.
Might be related to JDK bugs:
-
-
wa...@gmail.com <wa...@gmail.com> #6
Same as lorenzo, I had this error when running the GWT builder on JDK7u45 on OS X 10.6.8. After installing JDK7u25 and using that to run GWT builder instead, the error went away.
ar...@gmail.com <ar...@gmail.com> #7
Running into this issue on Mac OS X 10.9 with java version "1.7.0_45"
Description
Problem: when attempting to test the development appserver with the guestbook demo app as described in the developer guide (
objc[73672]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
2013-09-30 23:27:57.738 java[73672:903] *** NSInvocation: warning: object 0x10f9a0390 of class 'ThreadUtilities' does not implement methodSignatureForSelector: -- trouble ahead
2013-09-30 23:27:57.739 java[73672:903] *** NSInvocation: warning: object 0x10f9a0390 of class 'ThreadUtilities' does not implement doesNotRecognizeSelector: -- abort
Versions:
- Java 7 SE, version 1.7.0_40, but NOT present on 1.7.0_25, 1.7.0_17, or 1.7.0_10.
- App Engine SDK version 1.8.5
- Eclipse version 4.3.0 for Mac OS X
- OS X version 10.6.8
Reproducing:
This issue can be reproduced by downloading the Java 7 SE version 1.7.0_25 and 1.7.0_40 JDKs, and following the technique described here (
./appengine-java-sdk/bin/dev_appserver.sh appengine-java-sdk/demos/guestbook/war
Using Java Preferences.app, one can select the 1.7.0_25 JRE and launch the development appserver normally, and then select the 1.7.0_40 JRE and the appserver will fail to launch with the error messages given above.