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 Patch 1 LSCS (runtime) deployments
Adam Stoller
Environment
[indent]
Find more posts tagged with
Comments
Rohan_t1
Any conclusive information from lscs.log and WebSphere logs?
nipper
There are a couple of Java dumps that appear new:
11-14-12 @ 13:19:05 [ERROR] MainController - error.internal_server
java.lang.RuntimeException: java.io.FileNotFoundException: /usr/LSCSRT-Store/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml (No such file or directory)
at com.interwoven.wcm.iwrr.request.handler.ImportRequestHandler.handlePut(ImportRequestHandler.java:154)
at com.interwoven.wcm.iwrr.request.handler.ImportRequestHandler.handlePost(ImportRequestHandler.java:88)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:77)
at com.interwoven.wcm.iwrr.diagnostic.DiagnosticLogger.timingAdvice(DiagnosticLogger.java:118)
at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:627)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:616)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy11.handlePost(Unknown Source)
at com.interwoven.wcm.iwrr.core.MainController.handleRequestInternal(MainController.java:208)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:77)
at com.interwoven.wcm.iwrr.diagnostic.DiagnosticLogger.timingAdvice(DiagnosticLogger.java:118)
at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:627)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:616)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy15.handleRequest(Unknown Source)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)
at com.interwoven.wcm.iwrr.admin.AdminFilter.doFilter(AdminFilter.java:142)
at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:181)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1613)
Caused by:
java.io.FileNotFoundException: /usr/LSCSRT-Store/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:126)
at java.io.FileInputStream.(FileInputStream.java:85)
at sun.net.
www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70
)
at sun.net.
www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161
)
at java.net.URL.openStream(URL.java:1011)
at com.interwoven.wcm.iwrr.request.handler.ImportRequestHandler.handlePut(ImportRequestHandler.java:115)
... 78 more
/usr/LSCSRT-Store exists, but not that specific sub directory.
There are 1300 subdirectories in that directory, disk is at 39%
From the deployment, that file gets deployed:
LIB: (2) id=m45 2012-11-14 13:19:05 Abs Path = /usr/LSCSRT-Store Relative Path = fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml
LIB: (2) id=m45 2012-11-14 13:19:05 Path = /usr/LSCSRT-Store/fe1
LIB: (2) id=m45 2012-11-14 13:19:05 Path = /usr/LSCSRT-Store/fe1/5b6
LIB: (2) id=m45 2012-11-14 13:19:05 Path = /usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71
LIB: (2) id=m45 2012-11-14 13:19:05 Path = /usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest
LIB: (2) id=m45 2012-11-14 13:19:05 Apply attributes for (/usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest).
LIB: id=m45 2012-11-14 13:19:05 Receiving item[fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml] [reason file_list]
LIB: (3) id=m45 2012-11-14 13:19:05 dir for tempfile [/usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest]
LIB: (3) id=m45 2012-11-14 13:19:05 -- Processing file(/usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml)
LIB: (3) id=m45 2012-11-14 13:19:05 file created[/usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml.iwtmp]
LIB: (3) id=m45 2012-11-14 13:19:05 Renamed [/usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml.iwtmp] to [/usr/LSCSRT-Store/fe1/5b6/fe15b6291c4952cd63259778b1eb5c71/manifest/lscs_manifest.xml.iwnew]
but everything gets removed on rollback. So that lscs error is rather confusing
Rick Poulin
Is it possible that your deployment target path is out of sync with where the LSCSRT thinks its store is?
(is your deployment target root path the same as shown in /lscs/v1/admin/diags)
/s'all I got
nipper
They are the same, (/usr/LSCSRT-Store)