NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io


2018-01-08 10:53:15 [INFO ] [Pavithra Senthi] [WFLOGGER:20] - --> POST : https://vhlqaztdt001.tvlport.net:8443/WorkFlowAPI/tss/postPreProdSystemLoad
2018-01-08 10:53:15 [INFO ] [Pavithra Senthi] [TestSystemSupportService:221] - Calling IBM PRE PROD TOS Load Activate : AC800034
2018-01-08 10:53:15 [INFO ] [Pavithra Senthi] [TOSHelper:69] - --> TOS IP Client : {"user":{"id":"pavithra.senthi","password":"DA0EEE8C73B03005D0B711B7ADA86D39EC19B9C43C5BB9E9","displayName":"Pavithra Senthi","mailId":"[email protected]","role":["DevManager","TechnicalServiceDesk","LoadsControl","Reviewer","Lead","Developer","QA","SystemSupport","ToolAdmin"],"currentRole":"SystemSupport","timeZone":"Etc/GMT","delegated":false,"allowDelegateMenu":false,"delegations":{}},"id":1093,"primaryAddress":"172.31.126.14:7","secondaryAddress":"172.31.125.13:7","command":"`05AUTO ACT LOADFIP","system":"APO"}
2018-01-08 10:53:17 [INFO ] [] [TOSIPReceiver:43] - <-- TOS IP Client : {"id":1093,"user":{"id":"pavithra.senthi","password":"DA0EEE8C73B03005D0B711B7ADA86D39EC19B9C43C5BB9E9","displayName":"Pavithra Senthi","mailId":"[email protected]","role":["DevManager","TechnicalServiceDesk","LoadsControl","Reviewer","Lead","Developer","QA","SystemSupport","ToolAdmin"],"currentRole":"SystemSupport","timeZone":"Etc/GMT","delegated":false,"allowDelegateMenu":false,"delegations":{}},"command":"LOADFIP","returnValue":4,"message":"STATUSu003d"LOADFIP STARTING"","last":false}
2018-01-08 10:53:19 [INFO ] [] [TOSIPReceiver:43] - <-- TOS IP Client : {"id":1093,"user":{"id":"pavithra.senthi","password":"DA0EEE8C73B03005D0B711B7ADA86D39EC19B9C43C5BB9E9","displayName":"Pavithra Senthi","mailId":"[email protected]","role":["DevManager","TechnicalServiceDesk","LoadsControl","Reviewer","Lead","Developer","QA","SystemSupport","ToolAdmin"],"currentRole":"SystemSupport","timeZone":"Etc/GMT","delegated":false,"allowDelegateMenu":false,"delegations":{}},"command":"LOADFIP","returnValue":0,"message":"STATUSu003d"216.113.153.044"","last":true}
2018-01-08 10:53:19 [INFO ] [Pavithra Senthi] [ActivityLogDAO:93] - Pavithra Senthi has uploaded the loadset AB800034 Implementation Plan T1800034, System APO to the IP Address 216.113.153.44
2018-01-08 10:53:19 [INFO ] [Pavithra Senthi] [SSHUtil:32] - SSH: New One Created
2018-01-08 10:53:19 [INFO ] [Pavithra Senthi] [SSHUtil:51] - SSH: Connecting to APO using Service ID
2018-01-08 10:53:19 [INFO ] [Pavithra Senthi] [WFLOGGER:20] - SSH_CHANNEL: Connecting User: Service ID Host: APO
2018-01-08 10:53:19 [INFO ] [Pavithra Senthi] [WFLOGGER:20] - SSH: EXEC: User: Service ID Host: APO Command: ${MTP_ENV}/mtptpfftploader t1800034_001_apo 216.113.153.44 E AC800034.oldr STG
2018-01-08 10:53:20 [ERROR] [Pavithra Senthi] [SSHUtil:185] - Error Code: 8 0
ERROR: FTP failed - check Loadset /ztpfrepos/loadsets/stg/t1800034/apo/AC800034.oldr
2018-01-08 10:53:20 [INFO ] [Pavithra Senthi] [WFLOGGER:20] - SSH_CHANNEL: Disconnecting User: Service ID Host: APO
2018-01-08 10:53:20 [INFO ] [Pavithra Senthi] [WFLOGGER:20] - SSH: Disconnecting User: Service ID Host: APO
2018-01-08 10:53:20 [INFO ] [Pavithra Senthi] [ActivityLogDAO:93] - Pavithra Senthi has uploaded the loadset AB800034 Implementation Plan T1800034, System APO to the IP Address 216.113.153.44
2018-01-08 10:53:20 [WARN ] [Pavithra Senthi] [ActivityLogDAO:96] - Error in Logging Activity
java.lang.NullPointerException
at com.tsi.workflow.activity.PreTOSActivityMessage.processMessage(PreTOSActivityMessage.java:67)
at com.tsi.workflow.base.ActivityLogMessage.getActivityLog(ActivityLogMessage.java:55)
at com.tsi.workflow.dao.ActivityLogDAO.save(ActivityLogDAO.java:92)
at com.tsi.workflow.service.TestSystemSupportService.postActivationAction(TestSystemSupportService.java:288)
at com.tsi.workflow.service.TestSystemSupportService$$FastClassBySpringCGLIB$$5a28cc5e.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655)
at com.tsi.workflow.service.TestSystemSupportService$$EnhancerBySpringCGLIB$$926a16b5.postActivationAction(<generated>)
at com.tsi.workflow.controller.TestSystemSupportController.postPreProdSystemLoad(TestSystemSupportController.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:114)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.tsi.workflow.utils.CORSFilter.doFilter(CORSFilter.java:70)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
2018-01-08 10:53:20 [INFO ] [Pavithra Senthi] [WFLOGGER:20] - <-- POST : https://vhlqaztdt001.tvlport.net:8443/WorkFlowAPI/tss/postPreProdSystemLoad : 200
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.