Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
PLC Workflow Production Deployment task is failing
chandra1987
Hi All,
I am facing a small issue in OOTB PLC worklfow. The issue is when I initiate PLC worklfow all the tasks are going through but it is failing at Production Deployment task. I am able to see some errors in content_center.log file apart from this not able to see any other log file.
And to mention one more point Deployments are not initiated as I dont see any log file created under OD-HOME/log/LiveSite folder.
Below is the error from content_center.log file
===========================================================
2012-12-18 11:01:38,486 [http-0.0.0.0-8080-1] ERROR com.interwoven.livesite.opendeploy.impl.OpenDeploymentServiceAdapter () - obtained target LiveSiteRuntime
for/default/main/offshore-dev/WORKAREA/content
2012-12-18 11:01:38,488 [http-0.0.0.0-8080-1] WARN com.interwoven.livesite.opendeploy.web.service.impl.OpenDeployWebService () - startDeployment: service is not running -- attempting to restart service...
2012-12-18 11:01:38,494 [http-0.0.0.0-8080-1] WARN com.interwoven.livesite.opendeploy.web.service.impl.OpenDeployWebService () - init: could not initialize OpenDeployService: com.interwoven.opendeploy.web.service.OpenDeployServiceBindingStub@12346f2, message: ; nested exception is:
java.net.ConnectException: Connection refused, nested exception: org.apache.axis.AxisFault
2012-12-18 11:01:38,494 [http-0.0.0.0-8080-1] WARN com.interwoven.livesite.opendeploy.web.service.impl.OpenDeployWebService () - init: OpenDeploy services are now disabled.
2012-12-18 11:01:38,494 [http-0.0.0.0-8080-1] ERROR com.interwoven.livesite.opendeploy.web.service.impl.OpenDeployWebService () - startService: unable to start service; make sure that OpenDeploy is running and correctly configured.
2012-12-18 11:01:38,494 [http-0.0.0.0-8080-1] ERROR com.interwoven.livesite.deployment.impl.DeploymentRunner () - deployFiles: received failure result for deployment: WebRoot
2012-12-18 11:01:38,494 [http-0.0.0.0-8080-1] ERROR com.interwoven.livesite.deployment.impl.DeploymentRunner () - deployFiles: serviceResponseMessage: Unable to connect to the OpenDeploy Web Service, please ensure that the service is running and correctly configured.
2012-12-18 11:01:38,494 [http-0.0.0.0-8080-1] ERROR com.interwoven.livesite.deployment.impl.DeploymentRunner () - deployFiles: failOnError is true; no other deployments will be executed.
2012-12-18 11:01:38,494 [http-0.0.0.0-8080-1] ERROR com.interwoven.livesite.workflow.task.DeploymentTask () - deployFiles: found one or more errors while processing target nodeset: [production]
-------------------------------------------------------------------------
It will be great help to me If somebody post some solution here.
Find more posts tagged with
Comments
nipper
You need to look at the OpenDeploy web service. Did you enable it in odbase.XML? What port? Is that the same port in OpenDeploy.properties?
Two different ports are commonly used 11111 and 9273 you can use either but not both.
chandra1987
Thanks alot nipper.
I have enabled webservices now and working fine.
chandra1987
Closing this thread.