Were you able to find the answer to your question?

The `java.lang.NoClassDefFoundError` is a fairly generic error message and 
can be hard to debug correctly without further context.

It will be good to implement some form of logging 
<https://cloud.google.com/appengine/docs/standard/java/logs> for your 
application to help you narrow down the root cause quicker. The advantage 
of implementing logs with your code is that some errors might not cause a 
significant problem until it is too late. This way, you can monitor your 
running code in different situations.

How did you deploy your App? An excellent way to manage your code for App 
Engine is to create a repository 
<https://cloud.google.com/source-repositories/docs/quickstart> and deploy 
an app to App Engine 
<https://cloud.google.com/source-repositories/docs/quickstart-deploying-from-source-repositories-to-app-engine>
 directly 
from the repository. This way, you gain complete control over any changes 
and even automate smoother deployments.

On Wednesday, March 3, 2021 at 6:35:49 AM UTC+1 
rajesh...@veersoftsolutions.com wrote:

> Hello,
> On java 8 appengine app (not local) , is there a way to find out the 
> classpath or the order of jars, the appengine is scanning.
>
> I am getting java.lang.NoClassDefFoundError error for one of my internal 
> class.
>
> I tried downloading the app through the console, but looks like that page 
> is not available anymore.  
> What tools I have to find out what exactly is deployed on to the 
> appengine. 
>
> What log statement can I insert, so that I can get the order or jars or 
> the classpath.
>
> -- 
> Rajesh
> www.servicefolder.com 
> <https://mailtrack.io/trace/link/97e4cfe3c5d60d7bb908847a4a080d164e925387?url=http%3A%2F%2Fwww.servicefolder.com&userId=6615365&signature=bb0d70c9af13b38e>
> *Field Service Software on Google Cloud Platform and Mobile*
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8187c84f-f2d9-438b-ad46-687c8a173aa0n%40googlegroups.com.

Reply via email to