Skip to content

Instantly share code, notes, and snippets.

@cfalzone
Created September 11, 2014 15:11
Show Gist options
  • Save cfalzone/73016fca331005154227 to your computer and use it in GitHub Desktop.
Save cfalzone/73016fca331005154227 to your computer and use it in GitHub Desktop.
bundle fail
[11/09/14 11:09:56:510 EDT] INFO business.PublisherAPIImpl: : [BundleID: 97ac896b-7a46-4ddd-b246-e6f717f507c5] Asset added to Push Publish Queue. Action: Publish, Asset Type: contentlet, Asset Id: 8f3cacca-f42a-416a-89e1-40d063e40335, User: dotcms.org.2812
[11/09/14 11:10:00:108 EDT] INFO publishing.PublisherAPIImpl: : [BundleID: 97ac896b-7a46-4ddd-b246-e6f717f507c5] Started Publishing Task
[11/09/14 11:10:00:254 EDT] ERROR publishing.PublisherAPIImpl: com.dotcms.publisher.util.DependencyManager : generate()null: Unable to pull content
com.dotcms.publishing.DotBundleException: com.dotcms.publisher.util.DependencyManager : generate()null: Unable to pull content
at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:65)
at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:79)
at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:17)
at com.dotcms.publisher.business.PublisherQueueJob.execute(PublisherQueueJob.java:129)
at org.quartz.core.JobRunShell.run(JobRunShell.java:223)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: com.dotcms.publishing.DotBundleException: com.dotcms.publisher.util.DependencyManager : generate()null: Unable to pull content
at com.dotcms.publisher.util.DependencyManager.setContentDependencies(DependencyManager.java:791)
at com.dotcms.publisher.util.DependencyManager.setDependencies(DependencyManager.java:208)
at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:62)
... 5 more
Caused by: java.lang.NullPointerException
at com.dotcms.publisher.util.DependencyManager.structureDependencyHelper(DependencyManager.java:648)
at com.dotcms.publisher.util.DependencyManager.structureDependencyHelper(DependencyManager.java:644)
at com.dotcms.publisher.util.DependencyManager.processList(DependencyManager.java:759)
at com.dotcms.publisher.util.DependencyManager.setContentDependencies(DependencyManager.java:787)
... 7 more
[11/09/14 11:10:00:254 EDT] ERROR business.PublisherQueueJob: Unable to publish Bundle: com.dotcms.publisher.util.DependencyManager : generate()null: Unable to pull content
com.dotcms.publishing.DotPublishingException: com.dotcms.publisher.util.DependencyManager : generate()null: Unable to pull content
at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:92)
at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:17)
at com.dotcms.publisher.business.PublisherQueueJob.execute(PublisherQueueJob.java:129)
at org.quartz.core.JobRunShell.run(JobRunShell.java:223)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: com.dotcms.publishing.DotBundleException: com.dotcms.publisher.util.DependencyManager : generate()null: Unable to pull content
at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:65)
at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:79)
... 4 more
Caused by: com.dotcms.publishing.DotBundleException: com.dotcms.publisher.util.DependencyManager : generate()null: Unable to pull content
at com.dotcms.publisher.util.DependencyManager.setContentDependencies(DependencyManager.java:791)
at com.dotcms.publisher.util.DependencyManager.setDependencies(DependencyManager.java:208)
at com.dotcms.enterprise.publishing.remote.bundler.DependencyBundler.generate(SourceFile:62)
... 5 more
Caused by: java.lang.NullPointerException
at com.dotcms.publisher.util.DependencyManager.structureDependencyHelper(DependencyManager.java:648)
at com.dotcms.publisher.util.DependencyManager.structureDependencyHelper(DependencyManager.java:644)
at com.dotcms.publisher.util.DependencyManager.processList(DependencyManager.java:759)
at com.dotcms.publisher.util.DependencyManager.setContentDependencies(DependencyManager.java:787)
... 7 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment