I've been using DWR 2.0.(6..10) (Direct Web Remoting) with two Appengine 
java projects for a number of years, with no problems.  About 2015-07-18, 
when production Appengine switched from using SDK 1.9.23 to SDK 1.9.24,  I 
began getting the following exception each time one of my projects starts:

org.directwebremoting.util.CommonsLoggingOutput error: Failed to load 
'pageflow' (org.directwebremoting.beehive.PageFlowCreator)
java.lang.reflect.InvocationTargetException
at 
com.google.appengine.runtime.Request.process-eaa0bc63bfae4257(Request.java)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
......
Caused by: java.lang.ClassNotFoundException: Beehive/Weblogic jar file not 
available.
at 
org.directwebremoting.beehive.PageFlowCreator.<init>(PageFlowCreator.java:58)
.....

Neither of my projects had any code changes around that time.  Was the 
Beehive/Weblogic jar available in GAE before SDK 1.9.24?  Can anyone give 
me any pointers about this?
Thanks in advance,
Ken Bowen

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ca7b60c1-d0d2-496f-b727-cfb80b14c64f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to