Advertisement
Guest User

BLT

a guest
Jul 24th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.80 KB | None | 0 0
  1. [24/07/14 13:54:00:284 IST] ERROR publishing.PublisherAPIImpl:
  2. com.dotcms.publishing.DotBundleException
  3.     at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:65)
  4.     at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:58)
  5.     at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:17)
  6.     at com.dotcms.publisher.business.PublisherQueueJob.execute(PublisherQueueJob.java:131)
  7.     at org.quartz.core.JobRunShell.run(JobRunShell.java:223)
  8.     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
  9. Caused by: java.lang.NullPointerException
  10.     at com.dotcms.publisher.util.DependencyManager.setDependencies(DependencyManager.java:167)
  11.     at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:62)
  12.     ... 5 more
  13. [24/07/14 13:54:00:284 IST] ERROR business.PublisherQueueJob: Unable to publish Bundle: null
  14. com.dotcms.publishing.DotPublishingException
  15.     at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:86)
  16.     at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:17)
  17.     at com.dotcms.publisher.business.PublisherQueueJob.execute(PublisherQueueJob.java:131)
  18.     at org.quartz.core.JobRunShell.run(JobRunShell.java:223)
  19.     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
  20. Caused by: com.dotcms.publishing.DotBundleException
  21.     at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:65)
  22.     at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:58)
  23.     ... 4 more
  24. Caused by: java.lang.NullPointerException
  25.     at com.dotcms.publisher.util.DependencyManager.setDependencies(DependencyManager.java:167)
  26.     at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:62)
  27.     ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement