[google-appengine] Problem update java 7

2013-11-13 Thread Diego González
Hi, I recently upgraded to java 7 using netbeans and 
https://code.google.com/p/nb-gaelyk-plugin/ plugin. When attempting to run 
I get the following error: 

Severe: Unable to instrument sistemaconsultorios.modelo.Administrador. 
Security restrictions may not be Entirely emulated. 
  [java] java.lang.ArrayIndexOutOfBoundsException: 2306 
  [java] at 
com.google.appengine.repackaged.org.objectweb.asm.ClassReader.readLabel 
(ClassReader.java: 1880) 
 

-- 
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] Problem update java 7

2013-11-13 Thread Vinny P
On Wed, Nov 13, 2013 at 1:45 PM, Diego González diegogonzalez...@gmail.com
 wrote:

 I recently upgraded to java 7 using netbeans and
 https://code.google.com/p/nb-gaelyk-plugin/ plugin. I get the following
 error:
 Severe: Unable to instrument sistemaconsultorios.modelo.Administrador.
 Security restrictions may not be Entirely emulated.
   [java] at
 com.google.appengine.repackaged.org.objectweb.asm.ClassReader.readLabel
 (ClassReader.java: 1880)



When you get this exception message, does the service continue to run or
does it stop when the exception spawns?

Most of the time, this exception message is due to multiple differing
versions of the class being found, and the dev server is unable to figure
out which version to load. You should look through your build path and make
sure that there's only one version of the ClassReader file.


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