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)
7.2.1 PLC Deploy issues
nipper
7.2.1 upgraded from 6.7.2. Linux
Customized PLC workflow in prod (6.7.2) saw a thread about the OD URI changing, which prevents 6.7.2 WFs from running on 7.2.1
So I loaded the OOTB PLC workflow and still get this:
Error during task execution: Could not invoke method: deployFiles,
Tips, pointers, RTFMs greatly appreciated.
Complete error:
Caused by: com.interwoven.livesite.json.JsonException@8e579c[
java.lang.NullPointerException
json state=com.interwoven.livesite.json.JsonState@119ddb8[
current property=[]
dot property path=
json config=com.interwoven.livesite.json.JsonConfig@12b92fd[
root helper=
helpers map={}
allow set=[]
deny set=[]
]
]
]
at com.interwoven.livesite.json.JsonUtils.fromJson(JsonUtils.java:395)
at com.interwoven.livesite.json.JsonUtils.fromJson(JsonUtils.java:352)
at com.interwoven.livesite.opendeploy.impl.OpenDeploymentServiceAdapter.getDeploymentFileListMap(OpenDeploymentServiceAdapter.java:284)
at com.interwoven.livesite.opendeploy.impl.OpenDeploymentServiceAdapter.buildDeployments(OpenDeploymentServiceAdapter.java:229)
at com.interwoven.livesite.opendeploy.impl.OpenDeploymentServiceAdapter.buildDeployments(OpenDeploymentServiceAdapter.java:58)
at com.interwoven.livesite.deployment.impl.BaseDeploymentService.buildDeploymentList(BaseDeploymentService.java:172)
at com.interwoven.livesite.deployment.impl.BaseDeploymentService.deployFiles(BaseDeploymentService.java:319)
at com.interwoven.livesite.workflow.web.task.DeploymentWebTask.deployFiles(DeploymentWebTask.java:131)
... 44 more
Caused by: java.lang.NullPointerException
at org.json.JSONTokener.more(JSONTokener.java:121)
at org.json.JSONTokener.next(JSONTokener.java:131)
at org.json.JSONTokener.nextClean(JSONTokener.java:188)
at org.json.JSONObject.(JSONObject.java:200)
at org.json.JSONObject.(JSONObject.java:368)
at com.interwoven.livesite.json.JsonUtils.fromJson(JsonUtils.java:386)
... 51 more
2011-01-20 04:36:38,643 [http-0.0.0.0-8080-3] ERROR com.interwoven.livesite.workflow.web.task.DeploymentWebTask () - Error during task execution: Could not invoke method: deployFiles, reason: java.lang.NullPointerException
java.lang.RuntimeException: Could not invoke method: deployFiles, reason: java.lang.NullPointerException
at com.interwoven.livesite.workflow.web.task.AbstractDispatchWebTask.handleExecution(AbstractDispatchWebTask.java:105)
at com.interwoven.livesite.workflow.web.task.AbstractAjaxWebTask.execute(AbstractAjaxWebTask.java:72)
at com.interwoven.livesite.workflow.web.action.CSWebTaskAction.execute(CSWebTaskAction.java:110)
at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:110)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.interwoven.livesite.spring.hibernate.web.filter.OpenSessionsInViewFilter.doFilterInternal(OpenSessionsInViewFilter.java:108)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.interwoven.ui.base.impl.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:203)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.interwoven.ui.base.util.SetRequestEncodingFilter.doFilter(SetRequestEncodingFilter.java:106)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.interwoven.livesite.workflow.web.task.AbstractDispatchWebTask.handleExecution(AbstractDispatchWebTask.java:94)
... 39 more
Caused by: com.interwoven.livesite.json.JsonException@12ea0f8[
java.lang.NullPointerException
json state=com.interwoven.livesite.json.JsonState@4a2786[
current property=[]
dot property path=
json config=com.interwoven.livesite.json.JsonConfig@68d09d[
root helper=
helpers map={}
allow set=[]
deny set=[]
]
]
]
at com.interwoven.livesite.json.JsonUtils.fromJson(JsonUtils.java:395)
at com.interwoven.livesite.json.JsonUtils.fromJson(JsonUtils.java:352)
at com.interwoven.livesite.opendeploy.impl.OpenDeploymentServiceAdapter.getDeploymentFileListMap(OpenDeploymentServiceAdapter.java:284)
at com.interwoven.livesite.opendeploy.impl.OpenDeploymentServiceAdapter.buildDeployments(OpenDeploymentServiceAdapter.java:229)
at com.interwoven.livesite.opendeploy.impl.OpenDeploymentServiceAdapter.buildDeployments(OpenDeploymentServiceAdapter.java:58)
at com.interwoven.livesite.deployment.impl.BaseDeploymentService.buildDeploymentList(BaseDeploymentService.java:172)
at com.interwoven.livesite.deployment.impl.BaseDeploymentService.deployFiles(BaseDeploymentService.java:319)
at com.interwoven.livesite.workflow.web.task.DeploymentWebTask.deployFiles(DeploymentWebTask.java:131)
... 44 more
Caused by: java.lang.NullPointerException
at org.json.JSONTokener.more(JSONTokener.java:121)
at org.json.JSONTokener.next(JSONTokener.java:131)
at org.json.JSONTokener.nextClean(JSONTokener.java:188)
at org.json.JSONObject.(JSONObject.java:200)
at org.json.JSONObject.(JSONObject.java:368)
at com.interwoven.livesite.json.JsonUtils.fromJson(JsonUtils.java:386)
... 51 more
Find more posts tagged with
Comments
RajatChopra
Hi ,
I am facing the exact same error!!
Any resolutions, RTFM's will be really helpful!
Thanks,
Rajat
Layout Output.png
nipper
Got it working, exactly what the issue is, I cannot remember.
However I think it was related to the OD port. IIRC, the default port changed (11111 to 9174) and I think I had the javabean using one and OD web service on the other.
barchartpoc_1.rptdesign
barchartpoc_2.rptdesign
RajatChopra
So I switched out the names of the nodes. I made LiveSiteRuntime in odnodes.xml point to our new node and everything started to work fine.
This is extremely weird behavior!! How can a node name decide whether the node is working or not?
This doesn't seem to be a port issue as I just deployed to that same node using the PLC workflow. The name of the node earlier was LiveSiteRuntimeQA. Changing it to LiveSiteRuntime got it working fine!!