Re: [appengine-java] Re: SecurityException when using Apache HttpClient classes from Groovy

2011-04-01 Thread Don Schwarz
Just to close off this thread, we rolled out a fix for this issue yesterday.

On Sun, Mar 27, 2011 at 5:35 PM, Don Schwarz  wrote:

> Sorry for the trouble, folks.  Can you respond privately with your app ids?
>
>
> On Sun, Mar 27, 2011 at 2:44 AM, radomir  wrote:
>
>> John,
>>
>> I experienced exactly the same problem and was able to workaround. See
>> my post:
>>
>> http://radomirml.com/2011/03/27/fixing-strange-noclassdeffounderror-on-app-engine
>>
>> Hope this helps.
>>
>> Radomir
>>
>>
>>
>>
>> On Mar 26, 3:57 pm, John  wrote:
>> > Actually based on the exception, it seems that the change happened on
>> the
>> > servers any time during Friday.
>> > (my cron job kicks in once a day and first exception happened around
>> > midnight Friday night PST).
>>
>> --
>> 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.
>>
>>
>

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



Re: [appengine-java] Re: SecurityException when using Apache HttpClient classes from Groovy

2011-03-27 Thread Don Schwarz
Sorry for the trouble, folks.  Can you respond privately with your app ids?

On Sun, Mar 27, 2011 at 2:44 AM, radomir  wrote:

> John,
>
> I experienced exactly the same problem and was able to workaround. See
> my post:
>
> http://radomirml.com/2011/03/27/fixing-strange-noclassdeffounderror-on-app-engine
>
> Hope this helps.
>
> Radomir
>
>
>
>
> On Mar 26, 3:57 pm, John  wrote:
> > Actually based on the exception, it seems that the change happened on the
> > servers any time during Friday.
> > (my cron job kicks in once a day and first exception happened around
> > midnight Friday night PST).
>
> --
> 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.
>
>

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



[appengine-java] Re: SecurityException when using Apache HttpClient classes from Groovy

2011-03-27 Thread radomir
John,

I experienced exactly the same problem and was able to workaround. See
my post:
http://radomirml.com/2011/03/27/fixing-strange-noclassdeffounderror-on-app-engine

Hope this helps.

Radomir




On Mar 26, 3:57 pm, John  wrote:
> Actually based on the exception, it seems that the change happened on the
> servers any time during Friday.
> (my cron job kicks in once a day and first exception happened around
> midnight Friday night PST).

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



[appengine-java] Re: SecurityException when using Apache HttpClient classes from Groovy

2011-03-26 Thread John
Actually based on the exception, it seems that the change happened on the 
servers any time during Friday.
(my cron job kicks in once a day and first exception happened around 
midnight Friday night PST).

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



[appengine-java] Re: SecurityException when using Apache HttpClient classes from Groovy

2011-03-26 Thread John
Similar problem here. It started happening around 11 pm PST Friday as far as 
I can tell.
I started getting class not found errors without any code change (I checked 
the classes are present in my deployment). 
Seems like some new code was deployed to app engine servers which is 
breaking stuff.

java.lang.NoClassDefFoundError: org/apache/james/mime4j/message/Body
at 
com.google.appengine.runtime.Request.process-dd210d1a317a81bf(Request.java)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at 
com.photobucket.api.core.PhotobucketAPI.getSignedRequest(PhotobucketAPI.java:253)


Caused by: java.lang.ClassNotFoundException: 
org.apache.james.mime4j.message.Body
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 43 more

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