Skip to content

Instantly share code, notes, and snippets.

@brianneisler
Created March 12, 2013 02:49
Show Gist options
  • Save brianneisler/5139899 to your computer and use it in GitHub Desktop.
Save brianneisler/5139899 to your computer and use it in GitHub Desktop.
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: Exception processing file google/base.js Exception: class java.lang.NullPointerException Exception message: null
   at com.sproutinc.publish.impl.CreativePublishServiceImpl.publish(CreativePublishServiceImpl.java:92)
   at com.sproutinc.publish.impl.CreativePublishFacadeImpl.publish(CreativePublishFacadeImpl.java:76)
   at com.sproutinc.rest.controller.PublishController.publishInternal(PublishController.java:87)
   at com.sproutinc.rest.controller.PublishController.publish(PublishController.java:59)
   at com.sproutinc.rest.controller.PublishController$$FastClassByCGLIB$$be91bf1d.invoke(<generated>)
   at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
   at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:698)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
   at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:631)
   at com.sproutinc.rest.controller.PublishController$$EnhancerByCGLIB$$44647e7_7.publish(<generated>)
   at com.sproutinc.test.rest.integration.DerivativeTest.testDerivativeCopiesCreativeSource(DerivativeTest.java:74)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
   at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
   at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
   at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
   at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
   at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
   at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:88)
   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
   at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
   at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
   at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
   at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
   at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:55)
   at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:42)
   at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:71)
   at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:49)
   at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
   at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
   at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
   at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
   at $Proxy2.processTestClass(Unknown Source)
   at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:103)
   at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
   at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
   at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:355)
   at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:66)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:722)
Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: Exception processing file google/base.js Exception: class java.lang.NullPointerException Exception message: null
   at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
   at java.util.concurrent.FutureTask.get(FutureTask.java:111)
   at com.sproutinc.publish.impl.CreativePublishServiceImpl.publish(CreativePublishServiceImpl.java:87)
   ... 59 more
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Exception processing file google/base.js Exception: class java.lang.NullPointerException Exception message: null
   at com.sproutinc.publish.impl.CloudPublisher.getPublisherContent(CloudPublisher.java:167)
   at com.sproutinc.publish.impl.CloudPublisher.publish(CloudPublisher.java:90)
   at com.sproutinc.publish.impl.PublishUnit.call(PublishUnit.java:33)
   at com.sproutinc.publish.impl.PublishUnit.call(PublishUnit.java:19)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   at java.util.concurrent.FutureTask.run(FutureTask.java:166)
   ... 3 more
Caused by: java.lang.RuntimeException: Exception processing file google/base.js Exception: class java.lang.NullPointerException Exception message: null
   at com.sproutinc.translator.impl.html5.translations.HTML5SproutTranslation.getWrapperJSCodeUnits(HTML5SproutTranslation.java:522)
   at com.sproutinc.translator.impl.html5.translations.HTML5TranslatorService.generateAdTag(HTML5TranslatorService.java:246)
   at com.sproutinc.publish.impl.CloudPublisher.getPublisherContent(CloudPublisher.java:155)
   ... 8 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment