1
0
-1

DATABASE_VERSION=0.0.2-SNAPSHOT-development
WORKFLOW_VERSION=0.0.2-SNAPSHOT-development
PORTAL_VERSION=0.0.2-SNAPSHOT-development


2018-11-09 01:53:59.758 DEBUG 24757 --- [http-nio-8073-exec-1] c.a.b.controller.CamundaRestController : Request received for deploy Deploy [sitename=MTN2, filepath=/opt/akraino/redfish/install_server_os.sh , fileparams=/opt/akraino/redfish/install_server_os.sh --rc /opt/akraino/server-build/MTN2 --no-confirm, winscpfilepath=mv.sh, winscpfileparams=xx.xx.xx.xx, remotserver=xx.xx.xx.xx, port=22, username=root, password=drof6691, destdir=/opt, remotefilename=akraino_airship_deploy.sh, remotefileparams=null, deploymentverifier=null, deploymentverifierfileparams=null, noofiterations=0, waittime=0, postverificationscript=null, postverificationScriptparams=null]
2018-11-09 01:53:59.771 ERROR 24757 --- [SimpleAsyncTaskExecutor-1] .a.i.SimpleAsyncUncaughtExceptionHandler : Unexpected error occurred invoking async method 'public void com.akraino.bpm.service.impl.AsyncProcessExecutorServiceImpl.executeDeployProcess(com.akraino.bpm.model.Deploy)'.

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1967) ~[na:1.8.0_191]
at com.akraino.bpm.service.impl.AsyncProcessExecutorServiceImpl.executeDeployService(AsyncProcessExecutorServiceImpl.java:123) ~[classes!/:na]
at com.akraino.bpm.service.impl.AsyncProcessExecutorServiceImpl.executeDeployProcess(AsyncProcessExecutorServiceImpl.java:106) ~[classes!/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_191]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_191]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_191]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_191]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) ~[spring-aop-4.3.12.RELEASE.jar!/:4.3.12.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) ~[spring-aop-4.3.12.RELEASE.jar!/:4.3.12.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.3.12.RELEASE.jar!/:4.3.12.RELEASE]
at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:115) ~[spring-aop-4.3.12.RELEASE.jar!/:4.3.12.RELEASE]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_191]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_191]

    CommentAdd your comment...