[google-appengine] Re: Google app engine throwing NoSuchMethodError suddenly

2011-07-28 Thread Prateek Mathur
It is in my WEB-INF/lib and my application was working fine until one
fine day it stopped because it suddenly can find that method in this
class...

I have opted to use commons apache StringUtils as of now..


On Jul 22, 7:18 pm, Ikai Lan (Google) ika...@google.com wrote:
 Are you using the version of StringUtils that is in com.repackaged? If so,
 I'd advise you import a version of that into WEB-INF/lib. I'll check if it
 has changed, but in general, you probably shouldn't depend on the stuff that
 is in com.repackaged (I'll see if this is our policy and get it added to the
 docs if so).

 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 Fri, Jul 22, 2011 at 5:28 AM, Prateek Mathur prateek.mat...@metacube.com







  wrote:
  Any update on this??

  On Jul 19, 2:49 pm, Prateek Mathur prateek.mat...@metacube.com
  wrote:
   Hi,
   I started seeing the following exception on my production builds
   suddenly and my application is broken because of this.

   java.lang.NoSuchMethodError:

  com.google.appengine.repackaged.com.google.common.base.StringUtil.isEmpty(L
  java/
   lang/String;)Z
   at

  com.metacube.ipathshala.manager.util.SearchRequestAssembler.assemble(Search
  RequestAssembler.java:
   129)
   at

  com.metacube.ipathshala.manager.SearchManager.doSearch(SearchManager.java:
   70)

   Was there any changes in the runtime sdk for theStringUtilclass..It
   seems to indicate that the method doesnt exist anymore, while few days
   back the application was running fine with the same api...
   Any news on what might have happened?

   Thanks,
   Prateek.

  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Google app engine throwing NoSuchMethodError suddenly

2011-07-22 Thread Prateek Mathur
Any update on this??

On Jul 19, 2:49 pm, Prateek Mathur prateek.mat...@metacube.com
wrote:
 Hi,
 I started seeing the following exception on my production builds
 suddenly and my application is broken because of this.

 java.lang.NoSuchMethodError:
 com.google.appengine.repackaged.com.google.common.base.StringUtil.isEmpty(L 
 java/
 lang/String;)Z
 at
 com.metacube.ipathshala.manager.util.SearchRequestAssembler.assemble(Search 
 RequestAssembler.java:
 129)
 at
 com.metacube.ipathshala.manager.SearchManager.doSearch(SearchManager.java:
 70)

 Was there any changes in the runtime sdk for theStringUtilclass..It
 seems to indicate that the method doesnt exist anymore, while few days
 back the application was running fine with the same api...
 Any news on what might have happened?

 Thanks,
 Prateek.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Google app engine throwing NoSuchMethodError suddenly

2011-07-19 Thread Prateek Mathur
Hi,
I started seeing the following exception on my production builds
suddenly and my application is broken because of this.

java.lang.NoSuchMethodError:
com.google.appengine.repackaged.com.google.common.base.StringUtil.isEmpty(Ljava/
lang/String;)Z
at
com.metacube.ipathshala.manager.util.SearchRequestAssembler.assemble(SearchRequestAssembler.java:
129)
at
com.metacube.ipathshala.manager.SearchManager.doSearch(SearchManager.java:
70)

Was there any changes in the runtime sdk for the StringUtil class..It
seems to indicate that the method doesnt exist anymore, while few days
back the application was running fine with the same api...
Any news on what might have happened?


Thanks,
Prateek.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.