Skip to content

Instantly share code, notes, and snippets.

@nicegraham
Created January 28, 2014 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicegraham/8676431 to your computer and use it in GitHub Desktop.
Save nicegraham/8676431 to your computer and use it in GitHub Desktop.
diffusion exception
2014-01-28 20:57:41.233|INFO|Diffusion: BackgroundThreadPool Thread_1|PUSH-000397|Deploying publishers in dar file '/Users/gabell/diffusion/Diffusion4.6.5_01/bin/../deploy/realtime.dar'.|com.pushtechnology.diffusion.publisher.PublisherManagerInstance
2014-01-28 20:57:41.234|INFO|Diffusion: BackgroundThreadPool Thread_1|PUSH-000256|Deploying publishers compiled for Diffusion version '4.5.0'.|com.pushtechnology.diffusion.publisher.PublisherManagerInstance
2014-01-28 20:57:41.420|WARN|Diffusion: BackgroundThreadPool Thread_1|PUSH-000382|Unable to load Publisher config file ../deploy/diffusion-publisher/etc/Publishers.xml.|com.pushtechnology.diffusion.xmlproperties.load.XmlPublishersConfigLoader
com.pushtechnology.diffusion.DiffusionRuntimeException: Failure loading XML Properties 'Publishers.xml'
at com.pushtechnology.diffusion.xmlproperties.XmlBaseProperties.loadProperties(XmlBaseProperties.java:229)
at com.pushtechnology.diffusion.xmlproperties.XmlBaseProperties.<init>(XmlBaseProperties.java:98)
at com.pushtechnology.diffusion.xmlproperties.load.XmlPublishersProperties.<init>(XmlPublishersProperties.java:35)
at com.pushtechnology.diffusion.xmlproperties.load.XmlPublishersConfigLoader.load(XmlPublishersConfigLoader.java:101)
at com.pushtechnology.diffusion.publisher.PublisherManagerInstance.deploy(PublisherManagerInstance.java:517)
at com.pushtechnology.diffusion.publisher.PublisherManager.deploy(PublisherManager.java:60)
at com.pushtechnology.diffusion.publisher.DeploymentMonitor.run(DeploymentMonitor.java:107)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.io.FileNotFoundException: ../deploy/diffusion-publisher/etc/Publishers.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:146)
at com.pushtechnology.diffusion.xmlproperties.XmlBaseProperties.loadProperties(XmlBaseProperties.java:222)
... 13 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment