2 Replies Latest reply on Apr 13, 2014 11:20 AM by alesj

    java.lang.ClassNotFoundException: com.google.apphosting.api.ApiProxy.OverQuotaException

    jamestan

      We use GAEJ 1.9.2 but the following codes have been implemented much much earlier with no problem on GAEJ. With CapeDwarf_WildFly_2.0.0.CR1 (when this message was composed), during startup, Wildfly throws this exception:

       

      10:38:53,448 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-3)

      JBAS010281: Started default_chudoonet cache from capedwarf container

      10:38:54,713 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC0000

      01: Failed to start service jboss.undertow.deployment.default-server.default-hos

      t./ROOT.UndertowDeploymentInfoService: org.jboss.msc.service.StartException in s

      ervice jboss.undertow.deployment.default-server.default-host./ROOT.UndertowDeplo

      ymentInfoService: java.lang.ClassNotFoundException: com.google.apphosting.api.Ap

      iProxy.OverQuotaException from [Module "deployment.ROOT.war:main" from Service M

      odule Loader]

              at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoServi

      ce.createServletConfig(UndertowDeploymentInfoService.java:870)

              at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoServi

      ce.start(UndertowDeploymentInfoService.java:242)

       

      The codes snippets that caused this issue is:

       

      } catch (com.google.apphosting.api.ApiProxy.OverQuotaException e1) {

      ... do some special handling ...

       

      Any insight into how to resolve this would be helpful and appreciated!

       

      Thanks!