I am on Appian v7.10. I have an external web service(SOAP) which connects to the

I am on Appian v7.10. I have an external web service(SOAP) which connects to the Appian server hosted on a different server. I use the Appian API's to feed data and create Appian process on the server side via the webservice. Sample code below. When the web service tries to initialize the process-design , I see the below error. Can anyone help on this?


20151111 12:35:25,470 EST INFO com.appiancorp.kougar.driver.ipc.IpcConnection [main] - Open IpcConnection imappl35dev.fmrco.com:5016
20151111 12:35:25,476 EST INFO com.appiancorp.kougar.driver.ipc.IpcConnection [main] - Open connection imappl35dev.fmrco.com:5016: connected
20151111 12:35:25,477 EST INFO com.appiancorp.kougar.driver.ipc.IpcConnection [main] - Open connection imappl35dev.fmrco.com:5016: initializing
20151111 12:35:25,480 EST WARN com.appiancorp.kougar.driver.ipc.IpcConnection [main] - java.io.EOFException: there is a problem with the database server: imappl35dev.fmrco.com:5016
ja...

AppianServiceImpl.txt

OriginalPostID-178397

OriginalPostID-178397

  Discussion posts and replies are publicly visible

Parents
  • ... e0(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:497)
              at com.appiancorp.kougar.services.KougarServiceInvocationHandler$JavaInvocationHandler.invoke(KougarServiceInvocationHandler.java:104)
              at com.appiancorp.kougar.services.KougarServiceInvocationHandler$KougarMethodInvocation.proceed(KougarServiceInvocationHandler.java:270)
              at com.appiancorp.security.authz.AuthorizationMethodInterceptor.invoke(AuthorizationMethodInterceptor.java:54)
              at com.appiancorp.kougar.services.KougarServiceInvocationHandler.invoke(KougarServiceInvocationHandler.java:307)
              at com.sun.proxy.$Proxy18.getTypeByQualifiedName(Unknown Source)
              at com.fmrco.intrepid.appian.manager.AppianHandler.init(AppianHandler.java:68)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMeth...
Reply
  • ... e0(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:497)
              at com.appiancorp.kougar.services.KougarServiceInvocationHandler$JavaInvocationHandler.invoke(KougarServiceInvocationHandler.java:104)
              at com.appiancorp.kougar.services.KougarServiceInvocationHandler$KougarMethodInvocation.proceed(KougarServiceInvocationHandler.java:270)
              at com.appiancorp.security.authz.AuthorizationMethodInterceptor.invoke(AuthorizationMethodInterceptor.java:54)
              at com.appiancorp.kougar.services.KougarServiceInvocationHandler.invoke(KougarServiceInvocationHandler.java:307)
              at com.sun.proxy.$Proxy18.getTypeByQualifiedName(Unknown Source)
              at com.fmrco.intrepid.appian.manager.AppianHandler.init(AppianHandler.java:68)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMeth...
Children
No Data