Hi,

I'm working on a Java / Maven project, and I'm getting the following errors 
on a Java servlet:

(1) When I first run the code:
CAUSED BY: java.lang.reflect.UndeclaredThrowableException
CAUSED BY: java.lang.reflect.InvocationTargetException
CAUSED BY: java.lang.NoSuchMethodError: 'com.google.protobuf.Parser 
com.google.protobuf.MessageLite.getParserForType()'

(2) When I reload the page
CAUSED BY: java.lang.reflect.UndeclaredThrowableException
CAUSED BY: java.lang.reflect.InvocationTargetException
CAUSED BY: java.lang.NoClassDefFoundError: Could not initialize class 
com.google.ads.googleads.v3.services.stub.GrpcCampaignServiceStub

What could the error possible be? I'm not sure if I need a dependency in my 
pom.xml file or I need to import certain classes.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/004e118e-c39d-4931-8ab3-eed49d376d41n%40googlegroups.com.

Reply via email to