FSM Service

Deployed service in integrated WLS.Previously was getting ClassDefNotFound Exception so put all the required jar file in domain/lib dir and this got resolved.
Now when invoking any operation/method at service endpoint i getting the following exception
<ServiceExceptionHelper> <extractServiceException> Unexpected exception
java.lang.NoSuchMethodError: oracle.apps.hcm.common.core.HcmViewObjectImpl.getAllRowsIterator(Loracle/jbo/RowSet;)Loracle/jbo/RowSetIterator;
     at oracle.apps.hcm.common.core.HcmViewObjectImpl.exportFusionRows(HcmViewObjectImpl.java:4665)
     at oracle.apps.hcm.common.core.HcmViewObjectImpl.exportFusionRows(HcmViewObjectImpl.java:4629)
     at oracle.apps.hcm.common.core.HcmApplicationModuleImpl.exportData(HcmApplicationModuleImpl.java:991)
     at oracle.apps.hcm.common.core.HcmApplicationModuleImpl.exportData(HcmApplicationModuleImpl.java:871)
     at oracle.apps.hcm.rates.migrationService.applicationModule.PayRatesMigrationAMImpl.exportData(PayRatesMigrationAMImpl.java:134)
     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 oracle.jbo.server.svc.ServiceImpl.invokeCustom(ServiceImpl.java:3113)
     at oracle.jbo.server.svc.ServiceImpl.invokeCustom(ServiceImpl.java:3039)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl.exportData(PayRatesMigrationServiceImpl.java:112)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl.exportDataAsync(PayRatesMigrationServiceImpl.java:125)
     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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.jbo.server.svc.ServiceContextInterceptor.removeCurrentADFContext(ServiceContextInterceptor.java:97)
     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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.jbo.server.svc.ServiceContextInterceptor.removeCurrentADFContext(ServiceContextInterceptor.java:97)
     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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy158.exportDataAsync(Unknown Source)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl_19yvkp_PayRatesMigrationServiceImpl.__WL_invoke(Unknown Source)
     at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl_19yvkp_PayRatesMigrationServiceImpl.exportDataAsync(Unknown Source)
     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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
     at $Proxy138.exportDataAsync(Unknown Source)
     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 oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:370)
     at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:202)
     at oracle.j2ee.ws.server.jaxws.AsyncServiceRuntimeDelegate.processMessage(AsyncServiceRuntimeDelegate.java:81)
     at oracle.j2ee.ws.server.jaxws.JAXWSRuntimeDelegate.processMessage(JAXWSRuntimeDelegate.java:475)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1123)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:235)
     at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:195)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.jbo.server.svc.ServiceContextFilter.doFilter(ServiceContextFilter.java:80)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<ServiceJTATxnHandlerImpl> <afterCompletion> ServiceJTAHandler encounters removeSessionCookie = false
<JAXWSMessages> <log> Exception while executing the business logic: JBO-29000: Unexpected exception caught: java.lang.NoSuchMethodError, msg=oracle.apps.hcm.common.core.HcmViewObjectImpl.getAllRowsIterator(Loracle/jbo/RowSet;)Loracle/jbo/RowSetIterator;
The method getAllRowsIterator(Loracle/jbo/RowSet) is in class ViewObjectImpl.
ViewObjectImpl is super class of HcmViewObjectImpl.
Class hierarchy is HcmViewObjectImpl << OAViewObjectImpl << ViewObjectImpl.
All these 3 classes are in seperate jar file , all jar file are in domain/lib dir.
Can any one help me on this, why its not able to invoke its super class method.

Deployed service in integrated WLS.Previously was getting ClassDefNotFound Exception so put all the required jar file in domain/lib dir and this got resolved.
Now when invoking any operation/method at service endpoint i getting the following exception
<ServiceExceptionHelper> <extractServiceException> Unexpected exception
java.lang.NoSuchMethodError: oracle.apps.hcm.common.core.HcmViewObjectImpl.getAllRowsIterator(Loracle/jbo/RowSet;)Loracle/jbo/RowSetIterator;
     at oracle.apps.hcm.common.core.HcmViewObjectImpl.exportFusionRows(HcmViewObjectImpl.java:4665)
     at oracle.apps.hcm.common.core.HcmViewObjectImpl.exportFusionRows(HcmViewObjectImpl.java:4629)
     at oracle.apps.hcm.common.core.HcmApplicationModuleImpl.exportData(HcmApplicationModuleImpl.java:991)
     at oracle.apps.hcm.common.core.HcmApplicationModuleImpl.exportData(HcmApplicationModuleImpl.java:871)
     at oracle.apps.hcm.rates.migrationService.applicationModule.PayRatesMigrationAMImpl.exportData(PayRatesMigrationAMImpl.java:134)
     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 oracle.jbo.server.svc.ServiceImpl.invokeCustom(ServiceImpl.java:3113)
     at oracle.jbo.server.svc.ServiceImpl.invokeCustom(ServiceImpl.java:3039)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl.exportData(PayRatesMigrationServiceImpl.java:112)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl.exportDataAsync(PayRatesMigrationServiceImpl.java:125)
     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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.jbo.server.svc.ServiceContextInterceptor.removeCurrentADFContext(ServiceContextInterceptor.java:97)
     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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.jbo.server.svc.ServiceContextInterceptor.removeCurrentADFContext(ServiceContextInterceptor.java:97)
     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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy158.exportDataAsync(Unknown Source)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl_19yvkp_PayRatesMigrationServiceImpl.__WL_invoke(Unknown Source)
     at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
     at oracle.apps.hcm.rates.migrationService.applicationModule.server.PayRatesMigrationServiceImpl_19yvkp_PayRatesMigrationServiceImpl.exportDataAsync(Unknown Source)
     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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
     at $Proxy138.exportDataAsync(Unknown Source)
     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 oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:370)
     at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:202)
     at oracle.j2ee.ws.server.jaxws.AsyncServiceRuntimeDelegate.processMessage(AsyncServiceRuntimeDelegate.java:81)
     at oracle.j2ee.ws.server.jaxws.JAXWSRuntimeDelegate.processMessage(JAXWSRuntimeDelegate.java:475)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1123)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:235)
     at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:195)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.jbo.server.svc.ServiceContextFilter.doFilter(ServiceContextFilter.java:80)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<ServiceJTATxnHandlerImpl> <afterCompletion> ServiceJTAHandler encounters removeSessionCookie = false
<JAXWSMessages> <log> Exception while executing the business logic: JBO-29000: Unexpected exception caught: java.lang.NoSuchMethodError, msg=oracle.apps.hcm.common.core.HcmViewObjectImpl.getAllRowsIterator(Loracle/jbo/RowSet;)Loracle/jbo/RowSetIterator;
The method getAllRowsIterator(Loracle/jbo/RowSet) is in class ViewObjectImpl.
ViewObjectImpl is super class of HcmViewObjectImpl.
Class hierarchy is HcmViewObjectImpl << OAViewObjectImpl << ViewObjectImpl.
All these 3 classes are in seperate jar file , all jar file are in domain/lib dir.
Can any one help me on this, why its not able to invoke its super class method.

Similar Messages

  • Volume stops on 1.4.1;10.4.10: OpHangLimitSecs exceeded

    On MDC volume stops.
    nssdebug:
    1126 13:23:57] 0xa000ed88 (debug) FSS 'OMEGAsan' REGISTERED -> DYING, next event in 60s
    system.log:
    Nov 26 13:23:46 metadata3 fsm 537: PANIC: /Library/Filesystems/Xsan/bin/fsm "OpHangLimitSecs exceeded VOP-Class-0 Type-17 Subtype-0 183.50 secs Conn[15] Thread-0x187d200 Pqueue-0x304378 Workp-0x94c5818 MsgQ-0x94c5808 Msg-0x94c5864 now 0x43fd4092e29a4 started 0x43fd3fe3e2db3 limit 180 secs.\n" file queues.c, line 612\n
    cvlog:
    1126 13:17:05.202576] 0x1839000 (Debug) InodeOpen: inode/0x9165b8 too many retries/50, allowing open
    1126 13:17:50.350521] 0x183a000 (Debug) InodeOpen: inode/0x9165b8 too many retries/50, allowing open
    1126 13:18:43.739563] 0x183b000 (Debug) InodeOpen: inode/0x9165b8 too many retries/50, allowing open
    1126 13:20:42.960685] 0xa000ed88 (Debug) Node 15 omegatv_2.server.eo:49353] connected.
    1126 13:20:42.981031] 0x187d200 (Debug) Killing stale connection 14 omegatv_2.server.eo:60518.
    1126 13:23:46] 0x1809a00 (*FATAL*) PANIC: /Library/Filesystems/Xsan/bin/fsm "OpHangLimitSecs exceeded VOP-Class-0 Type-17 Subtype-0 183.50 secs Conn 15 Thread-0x187d200 Pqueue-0x304378 Workp-0x94c5818 MsgQ-0x94c5808 Msg-0x94c5864 now 0x43fd4092e29a4 started 0x43fd3fe3e2db3 limit 180 secs.
    " file queues.c, line 612
    1126 13:23:46.483098] 0xa000ed88 (Debug) Listener_thread: flushing journal.
    1126 13:23:46.483148] 0xa000ed88 (Debug) Listener_thread: journal flush complete.
    1126 13:23:46] 0x1809a00 (*FATAL*) PANIC: aborting threads now.
    These problems are found by other customers on [http://www.xsanity.com/forum/viewtopic.php?t=579]
    No solutions described there.
    Tech background: xsan 1.4.1 osx 10.4.10 on G5 dual 2,3 GHz 2 GB internal memory

    I have exactly the same problem on xsan 1.4.2 and macosx 10.4.11, except in my case all fsm service craches. This began to happen after 1.4.1->1.4.2 and 10.4.10->10.4.11 update respectively. Anyone?
    OP-Class-0 Type-3 Subtype-0 183.47 secs Conn[31] Thread-0x187d400 Pqueue-0x3026c8 Workp-0xdf40818 MsgQ-0xdf40808 Msg-0xdf4086
    4 now 0x4400e2d57beba started 0x4400e226832ca limit 180 secs. " file queues.c, line 612
    Nov 29 11:45:41 xserve2 KernelEventAgent[37]: tid 00000000 received VQ_NOTRESP event (1)
    Nov 29 11:45:41 xserve2 servermgrd: xsan: [41/302DD0] ERROR: getfsmvol_atindex: Could not connect to FSM because Admin Tap
    Connection to FSM failed. - Bad file descriptor
    Nov 29 11:45:41 xserve2 KernelEventAgent[37]: tid 00000000 type 'acfs', mounted on '/Volumes/EditSAN', from '/dev/disk9', not
    responding
    Nov 29 11:45:41 xserve2 KernelEventAgent[37]: tid 00000000 found 1 filesystem(s) with problem(s)
    Nov 29 11:45:41 xserve2 fsm[268]: PANIC: /Library/Filesystems/Xsan/bin/fsm "OpHangLimitSecs exceeded VOP-Class-0 Type-3 Subty
    pe-0 183.47 secs Conn[31] Thread-0x187d400 Pqueue-0x3026c8 Workp-0xdf40818 MsgQ-0xdf40808 Msg-0xdf40864 now 0x4400e2d57beba s
    tarted 0x4400e226832ca limit 180 secs.\n" file queues.c, line 612\n
    and later
    Nov 29 11:52:37 xserve2 crashdump[456]: fsm crashed
    Nov 29 11:52:37 xserve2 crashdump[456]: crash report written to: /Library/Logs/CrashReporter/fsm.crash.log
    Message was edited by: Vilius Šumskas

  • SUN WS6.0 - empty cache (nsapi, wl_proxy, weblogic)

    We are using iPlanet-WebServer-Enterprise/6.0SP8 under Solaris.
    WebServer is just a proxy for the BEA Applikationserver, so its configured with NSAPI like ..
    <Object name="default">
       NameTrans fn="assign-name" from="*" name="fsm"
    <Object name="fsm">
       Service fn="wl_proxy" WebLogicHost="bea_appserv" WebLogicPort="7001" Debug="ERR" DebugConfigInfo="OFF" WLLogFile="/applicat/.../wlproxy.log" DefaultFileName="start.jsp" bucket="fsm-bucket"
    </Object>The problem is, that loganalyser nsfc shows an empty cache file list (confirmed that with an empty cache temp-directory).
    If I request files without goin to bea app (eg files from docroot), cache gets filled up perfectly.
    Does that mean .. if i use NSAPI to redirect to a an J2EE application, I can not use cache possibilites of the webserver?
    Advise is very much appreciated!!
    TIA

    Thanks for replys ..
    Here is an answer from support:
    The iPlanet cache can only work for URLs that iPlanet itself serves. Since a plugin is serving the images, iPlanet doesn't "know" if the image is up-to-date or not.
    Solution:
    either a) move the static images out of the web-appliction to under the root directory of the iPlanet and proxy by mime type instead of path so that wls only serves dynamic content.
    or b) if both wls and iPlanet share the same file storage, structure the root directory of the iplanet and the structure of the webapp in such a way that iplanet can find the physical image files within the exploded webapp, and proxy by mime-type.
    "

  • Selling on Oracle support services

    Hi Everyone
    My name is Ajit. I'm new to this forum. Infact I'm new on the Oracle Technology. I've just joined a company which provides support services on Oracle technology. We focus on RDBMS right now and we are also an Oracle Partner.
    I'd like to know how do I develop myself in the field of Business Development for Oracle support services. I'd like to know which magazines, newsletters, websites, forums etc. I need to visit to serve my existing clients better and to generate new clients.
    Would really appreciate if you could help me on this one.
    Feels great to join the Oracle community.
    Ajit.

    Hi Kai.
    Thanks for clarifying the requirement and passing this on. I believe that you cannot currently add new warning messages to Fusion HCM SaaS.
    Adding a new validation and resulting pop-up message would require either (a) ADF adjustments in JDev and an app redeploy or (b) Application Composer to add an object trigger/groovy script. Obviously there is no backend development for Fusion SaaS and App Composer is available for CRM products currently. I couldn't find anyway the standard Page Composer could have the capability to add new validation logic to the UI.
    As you already mentioned in the other thread, if a validation and FND message already exists at that point, the text can be customized via the Manage Messages page in the FSM task.
    Kind regards,
    Richard
    Fusion Applications Developer Relations

  • DPM2012R2 Service crashes when formating tape

    Hi,
    We have one tape that refuses to format, whenever we try the DPM service crashes and restarts and the following is shown in the Application Event log.  This appears to happen at the very last stages of the process.
    The description for Event ID 997 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    A non-fatal failure instance has been detected for process 'msdpm'. This will be reported to Microsoft. 
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>23/07/2014 12:06:55</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>ApplicationException</ExceptionType><ExceptionMessage>Unknown
    database error: Error in retrieving agent information SP='dbo.prc_AM_InstalledAgents_GetAllServers' Error=50003</ExceptionMessage><ExceptionDetails>System.ApplicationException: Unknown database error: Error in retrieving agent information SP='dbo.prc_AM_InstalledAgents_GetAllServers'
    Error=50003
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ValidateReturnValue(String errorTitle)
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AgentIncompatibleAlert.GetInstalledAgentOSVersion(String serverName, Guid agentId)
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AgentIncompatibleAlert.CheckServerForIncompatibleAgent(String serverName)
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AgentIncompatibleAlert.HandleCrashRestart()
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AlertHP.HandleCrashRestart()</ExceptionDetails></FatalServiceError>
    the message resource is present but the message is not found in the string/message table
    Any ideas or suggestions on how to resolve this much appreciated.

    Hi Michael,
    Finally scheduled the upgrade, unfortunately the problem persists after this upgrade although the message appears to have changed:-
    The description for Event ID 999 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    An unexpected error caused a failure for process 'msdpm'.  Restart the DPM process 'msdpm'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>7565</Seq><TimeCreated>14/08/2014 11:36:28</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>InvalidCastException</ExceptionType><ExceptionMessage>Specified
    cast is not valid.</ExceptionMessage><ExceptionDetails>System.InvalidCastException: Specified cast is not valid.
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.TapeArchiveMedia.Reclaim(DbContext sqlContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.ArchiveMedia.MoveToNonAdminPool(DbContext sqlContext, MediaPoolType mediaPoolType, Boolean handleFreeMediaThresholdAlert)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.TapeArchiveMedia.MoveToNonAdminPool(DbContext sqlContext, MediaPoolType mediaPoolType, Boolean handleFreeMediaThresholdAlert)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.MMCatalog.EraseMedia(Guid mediaId, Boolean omidWriteRequired)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMCommonBlocks.MediaEraseBlock.EraseMediaSucceeded(Message msg)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.Fsm.Engine.ChangeState(Message msg)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.TaskInstance.Process(Object dummy)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.FsmThreadFunction.Function(Object taskThreadContextObj)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()</ExceptionDetails></FatalServiceError>
    the message resource is present but the message is not found in the string/message table
    Any other ideas?
    Thanks

  • Implementing FSM's with Threads, soliciting design opinions

    I'm currently designing a system that has some unusual requirements and was hoping to solicit the esteemed opinions available at this forum regarding a potential design that may be interpreted as an abuse of Threads.
    This system consists of a large collection of Finite State Machines that transition from state to state based on events originating from both within and without the system.
    Each event coming into the system is targeted to a particular FSM. It is critical to the system that the events be serviced by the FSM instantaneously. The system should consume and process events as fast as they come in and not get backlogged.
    I would like to optimize the number of FSM's that can be hosted by a single instance of the system before backlogging occurs. Ideally the system should be adaptive and detect when it is not servicing events as quickly as possible and begin to shutdown FSM's until it detects that it is operating at peak efficiency.
    The design I'm considering entails using an instance of a Thread and a Queue for each FSM instance in the system. There may be as many as 3000 or so FSM's altogether. Additionally I would have a Thread servicing each event source, of which there are only a handful, and it would be this Thread's job to receive and dispatch an event to the appropriate Queue for the particular FSM for which the event is targeted.
    I envision the FSM's Thread wait()ing on the monitor on the Queue and having the event dispatcher Thread performing the notify() after enqueing the event. Using this design allows me to have yet another Thread that will periodically peek at the size of the Queues to ensure that they are consistently near empty. If the Queue's begin to get backlogged, then the Monitoring Thread can begin shutting down FSM Threads until the optimum number of active FSM's Threads is achieved.
    What I don't like about this design is the potentially large number of Threads being instantiated. I would appreciate and welcome suggestions for a better way of doing this.
    Thanks,
    -S

    Bob, Matfud,
    First I'd like to thank both of you for taking the time to reply. I must admit that I originally wanted to approach the problem in a manner similar to your respective suggestions and indeed solicited opinions here because I also was uncomfortable with the waste in having so many threads. However there are some issues which still steer me in that direction.
    If I were to use a single Queue up front as suggested then the disparate event sources would be forced to synchronize on every event thus limiting to some extent concurrency. By having separate Queues, the only time synchronization comes into play is when two or more event sources have events targeted to the same FSM at the same time. On a multiprocessor box this allows me to have disparate events dispatched simultaneously rather than sequentially in most cases. I feel that this would add a considerable degree of liveness and concurrency to the system.
    With regard to employing a Thread pool, I like the idea as it would give me better control over the number of simultaneously executing Threads as is indeed the case with Session beans. However, I'm not sure that it provides optimal utilization of resources, but rather consistent utilization of resources. Finding the Thread pool dry may not indicate that I'm already using maximum resources but may instead just be a sign that I did not allocate a sufficient number of Threads to the pool.
    Nevertheless, my main reason for considering independent Threads per Finite State Machine is also one of concurrency. Consider the following scenario: Two event sources receive two separate events, both targeted for the same FSM. If the event dispatcher were to pluck two Threads from the Thread pool and allow each to attempt to inflict their respective events on the FSM, then I'll need to provide a good deal of synchronization within the FSM as a single FSM cannot service multiple events concurrently, but by definition must service them in sequence thus triggering state transitions. On the other hand, if each FSM is a Thread of its own, then it will wait() until notified that there is an event on the Queue and will pull and process one event at a time until the Queue is drained upon which time it will return to its idle state and wait() again until notified. In this scenario the FSM's processing need not be synchronized since it is pulling the event, and only the momentary access of its Queue requires synchronization.
    Matfud, to your point the amount of work per transaction will involve a number of calculations and decision making. Overall considerably more processor effort will reside in the FSM logic as opposed to the event queueing and dispatching mechanism. With regard to interaction between FSM's, there is none.
    Again I want to thank you both for your suggestions. I look forward to your responses as I eagerly want someone to convince me to abandon the design I have so far in favor of something more elegant and performant.
    bob_boothby, matfud, mattbunch, dubwai, YATArchivist, DrClap, warnerja, sylviae, jschell, kdgregory, somebody, anybody, please talk me out of doing this.
    -S

  • Error while calling a select esb service

    javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback:
    I encounter the above error while executing a synchronous bpel process, that invokes an esb db select service to fetch a value from the db.
    the details available for the error are:
    An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.get(Vector.java:710) at oracle.tip.esb.server.common.wsif.WSIFInvoker.readResponseHeader(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.wsif.WSIFOperation_ESB.executeRequestResponseOperation(Unknown Source) at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:431) at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:353) at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:192) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:733) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:368) at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:197) at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3266) at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1696) at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75) at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184) at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:269) at com.collaxa.cube.engine.CubeE
    Please suggest
    thanx
    AJ

    Done That,
    Thanx a ton Dave, it worked.
    So I am finally moving on :-)
    Just one question Dave, I happened to work on the Beta release of this version too, the problem was not there. How come we have been able to get it in dev preview.

  • Error while invoking a WS-Security secured web service from Oracle BPEL..

    Hi ,
    We are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    &ldquo;Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message&rdquo;
    Any pointers in this regard will be highly appreciated.
    Thanks,
    Saurabh

    Hi James,
    Thanks for the quick reply.
    We've tried to call that web service from an HTML designed in Visual Studios with the same username and password and its working fine.
    But on the BPEL console, we are getting the error as mentioned.
    Also if you can tell me how to set the user name and password in the header of the parter link.I could not find how to do it.
    Thanks,
    Saurabh

  • Necessary Fields For Creation of Service PO of Order Type Relaese Order.

    Dear Guru,
    I have encountered an issue which i am trying to resolve...
    My this requirment will seem little okward the way i am asking but i have no way...
    The issue is I have to create a Service PO of Order type Release order (RO) using BAPI Function Module .BAPI_PO_CREATE1.
    The service PO should be of multiple Item and services for particular line item should be multiple.
    When I am creating this using ME21 or ME21N i am facing no issue.
    But when i am using BAPI Function Module .BAPI_PO_CREATE1
    i am getting following errors ;; The error which i am getting as below                                                                               
    T ID                   NUM MESSAGE                                                                               
    E BAPI                001 No instance of object type PurchaseOrder has been created. External reference:
    E MEPO              000 Purchase order still contains faulty items                                    
    E SE                   029 Please maintain services or limits                                            
    E SE                   140 Service HIRING OF LCD: please specify unit of measure
    But I am failing to findout in which field services  or limits and unit of measurement have to maintain.
    What are the necessary fields have to pass in Bapi import parameter and the table i am unable to findout.
    Please show some way how to resolve this or give me some guideline to resolve this
    Dear Moderator request your kind intervane to move this qurry into correct forum if i have asked this in wrong forum
    Thanks and regards
    saifur rahaman

    Hi Saifur
    Can you please elaborate how did you resolve the issue we are also facing same problem when we are trying to create the PO for service items through SRM it is throwing same error while creating the PO in SAP.
    Email Id : [email protected]
    Thank you in advance!!
    Regards
    Deepika

  • Logical Systems in Business Services

    Hi
    In Business Service creation, for Adapter Specific Identifiers, the parameter for the Logical System. It is only possible to assign one logical system to one Business Service ?.
    i.e. to do
    MyBusServ1, Z_LS_1 
    MyBusServ2, Z_LS_1
    is not possible ?
    When trying to assign Z_LS_1 to MyBusServ2 I get the error that Z_LS_1 is already assigned. Is there a way to circumvent ?, I do not want to create two logical systems in R/3 as the IDOCS types submitted by the Business Services are the same.
    Thanks
    Damien

    Thanks for the replies
    Sarvesh - The Business service is the sender of the information \ IDOC. If I remove the Adapter specific config then how will XI know what Logical system to apply to the IDOC ?.
    Jaishankar - I am creating two IDOC's in SAP. MATMAS and PORDCR. The input file are coming from two different source systems. lets say sys1 and sys2. Both of thse for clarity are created in my scenario as Business Services. sys 1 creates MATMAS and PORDCR IDOC's int he syatem, sys2 creates PORDCR IDOC's in the system. As sys1 and sys2 are related in that they created the IDOC's as part od the same project then I would like to collect in the same partner profile in SAP e.g. Partner Profile ZPP_IDOC with IDOC types MATMAS PORDCR that serve as input for both systems. Logically I would assume that I can assing the logical system ZPP_IDOC to both the adapter specific parameter in both sys1 and sys2.
    Thanks
    Damien

  • Not Able To View Data in Web Service Model

    Hi ,
       I m trying to view a table using web service model.
       When i write the same code for binding it to context , i m able to view its data.
       But not so while using Web Service Model(not adaptive web service model).
       The code is: 
             Request_ZMANAGE_MAKT_ZMANAGE_ZMAKT object1 =new Request_ZMANAGE_MAKT_ZMANAGE_ZMAKT();
       wdContext.nodeRequest_ZMANAGE_MAKT_ZMANAGE_ZMAKT().bind(object1);
       object1.setResponse(new Response_ZMANAGE_MAKT_ZMANAGE_ZMAKT());
      CAn anybody plz solve my problem.
    Thanks..
    Regards,
    Ankita

    Hi,
    I have no problem with item :P15_EV_LCL this is having a value my probem here is i am using java script to display the value in different color based on the condtion case
    eg:
    select
    case
    TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2)
    = :P15_EV_LCL
    then
    span style="background-color:lightgreen"
    || TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    else
    span style="background-color:yellow"
    || TRUNC(
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    end "Effort"
    from actuals Z
    If i dont use this <Span style="Background-color:color"> i am able to generate data in excel sheet if i use this color coding i am not able to get data in spread sheet.
    Please suggest
    Thanks
    Sudhir
    Edited by: Sudhir_N on Mar 23, 2009 10:00 PM

  • Unable to capture return values in web services api

    At the time of login to web services if my server is down ,
    it returns following error :
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
            at java.lang.String.substring(String.java:1438)
            at java.lang.String.substring(String.java:1411)
    I want to capture this error so that i can try another server to login. how do i capture this error
    Another place where i want to capture the return Value is when i look for a report on the server
    rh = boBIPlatform.get("path://InfoObjects/Root Folder/"src_folder"/" + reportName +
                               "@SI_SCHEDULEINFO,SI_PROCESSINFO" ,oGetOptions);
    oInfoObjects = rh.getInfoObjects();
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    Here if the report is not there on the server , it returns a null handler exception.
    but if i try catching it by checking my responsehandler is null  like rh == null  it does not catch it.
    Any help will be appreciated
    thanks
    Rakesh Gupta

    Ted : i have two cases
    1)   server = server_st.nextToken();
        providerURL = "http://"server"/dswsbobje/services";
        sessConnURL = new URL(providerURL + "/session");
       Connection boConnection = new Connection(sessConnURL);
       Session boSession = new Session(boConnection);
      EnterpriseCredential boEnterpriseCredential = new    EnterpriseCredential();
                  boEnterpriseCredential.setLogin(userid);
      boEnterpriseCredential.setPassword(pwd);
      boEnterpriseCredential.setAuthType(auth);
    SessionInfo boSI = boSession.login(boEnterpriseCredential);
    I have got a list of servers running web servcies stored in my tokens. when i pass the first server name say " test:8080" and that server is down , i want to catch somewhere in the code above that it did not get the connection so that i can loop back and try with the second server say test1:8080
    This is for failover purposes.
    at present when i was trying to capture return value of boSI it  breaks giving the error
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1438)
    at java.lang.String.substring(String.java:1411)
    2nd case :
    I am geeting reports from the server and scheduling them:
    i run the following code which works fine if reports is there
    rh = boBIPlatform.get("path://InfoObjects/Root Folder/"src_folder"/" + reportName +
    "@SI_SCHEDULEINFO,SI_PROCESSINFO" ,oGetOptions);
    oInfoObjects = rh.getInfoObjects();
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    Here if  the  report  is not there on the server  then i should be able to catch from the response handle rh that it has got a null value.
    but rh does not return a null value 
    the code ultimately throws a null handle at the following line
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    i am not able to catch the null value there also.
    hope you got my issue.

  • Adobe Cloud Services

    How comes Adobe Cloud services is not available to people in Africa?

    There is a special sub forum for iOs Reader:
    http://forums.adobe.com/community/adobe_reader_forums/ios?view=discussions

  • Service Desk - Expert Mode - Not all actions are available

    Dear SAP colleagues,
    I have just implemented the Service Desk in our SOLMAN system.
    1. I choose Incident Management
    2. I click on Queries
    3. I click on a ticket (Transaction ID).
    4. I edit the message
    5. When I select Actions, I only have the 4 following options :
        - Send Message to SAP
        - Maintain SAP Logon Data
        - Display SAP Action Log
        - Update SAP Message
    When I consult some demos, there are many differents options available in Actions menu, as, for example :
    - Open System fro SAP
    - Confirm Message to SAP
    - E-Mail to Message Creator (Mail)
    - Print Message
    - Create Change Document
    - Call Solution Manager Diagnostics.
    Is it due to an missing authorizations (roles and profiles) ?
    Thanks for your input.
    Best regards
    CP2009

    Dear Rajeev,
    First of all, thanks for your input.
    I have choosen SIVA when I have activated BC Sets.
    Should I activate also BC Sets for transaction type SLFN ?
    1. I have started SPPFCADM and follow your recommandations.
    2. I have choosen CRM_ORDER
    3. I have then click on "Condition Configuration (Transportable Conditions)
    4. There are many entries related to the Support and Service Desk
    Example : Support Desk Message Action Profile
    I have 5 actions defined -
    Action 01 : Send Message to Processor
    Action 02 : Create/Change Basis Message from CRM Procedure
    Action 03 : Send Notification to SAP
    Action 04 : Update Message from SAP
    Action 05 : Confirm Message to SAP
    I have activate BC Sets for transaction type SIVA, not for SLFN.
    Best regards
    CP2009

  • How to log in to Service Desk to create sample message to SAP?

    Dear all,
    How to log in to Service Desk under my Solution Manager server to create sample message to SAP under Component: SV-SMG-SUP?
    Regards
    GN

    Hi GN,
    You have different options to create messages in test component SV-SMG-SUP-TST:
    1. if you are on 7.1 you can create message using CRM_UI
    2. If you are using lower vrsion then either you can create message using Workcenter or using transaction NOTIF_CREATE or using menu --> Help --> Create support message.
    Thanks
    Regards,
    Vikram

Maybe you are looking for

  • How to access the KEY_SOFTKEYS in the LGSeries

    hi everybody, I am lakshman.I am developing an application for LG G7100 series,as per the specification of the device it supports MIDP1.0,CLDC1.0.I am following the same. My problem according to the device specification i taken the borderImage also(1

  • Did anyone have this problem?Please Read

    Can anyone tell me if they had the problem that the screen froze with a song's info. You can still listen to songs but the screen DOES NOT change. I can even turn it off but the screen will not shut off. Does anyone know how to fix this??

  • My account is 99% full and won't let me delete pictures/emails to make room.

    When trying to delete, a box pops up and says we have exceeded our quota. I am trying to delete pictures/emails to make room, but it won't let me. If I am over quota shouldn't it be happy I want to delete things and let me?

  • Iphone not showing up on desktop

    my ipod not only shows up on itunes and the desk top ... the iphone shows up in itunes but not the desk top of my powerbook

  • Activating myRIO softwares

    Hi, today I got myRIO with enclosude. (this product : http://sine.ni.com/nips/cds/view/p/lang/ja/nid/211694) Now installing required softwares, and have some problems with activating them. In my myRIO, there were no serial number in the box. So I can