HTTP Service Not found

I installed the Companion CD and Apache server is also installed but I cannot find the HTTP service. That step says it completed successfully.
Tried to go to localhost:7777 and it cannot be found.
Any ideas. The Windows guy says he disabled IIS but I am still seeing the IIS admin service in services.

Hello,
are you SURE you can run this on your basis version? I am not a basis guy, but I have never seen ADS working with 4.7. Maybe there is some expert around here, but for me that i s a pretty old system and maybe ADS will not run with that at all or will need to do some enhancements to make it run.
Regards Otto

Similar Messages

  • XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found

    Hi,
    The scenario is ECC-XI-SOAP(Asynchronous). We are getting the below mentioned error in SOAP reciver channel:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found
    Channel Configuration:
    Target URL:
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent?wsdl=binding&mode=ws_policy
    Tried with
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent as well
    Conversion parameters:
    Checked Do Not Use Soap Envelope
    Appreciate any help in this regards.
    Regards,
    Vishal

    Can you share with us the HTTP Headers for the Request?
    POST http://server/sap/xi/engine?type=entry&version=3.0&Sender.Service=BusService&Interface=http://company.com/abc/CommonAck%5EMI_CommonAck_ia HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://sap.com/xi/WebService/soap1.1"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: server
    Content-Length: 560
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xir="http://www.dummy.org/response/">
    <soapenv:Header/>
    <soapenv:Body>
    <xir:responseInput>
    <Id>007</Id>
    <Flag>10</Flag>
    </xir:responseInput>
    </soapenv:Body>
    </soapenv:Envelope>
    You can use the MessageTransformBean to correct the content type.
    Thanks for the suggestion Mark.I am using MessageTransformBean but still the same issue.
    Parameter Name:Transform.ContentType
    Parameter Value:text/xml;charset=utf-8
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:27 AM
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:29 AM

  • Import javax.xml.ws.Service not found

    I am getting error import javax.xml.ws.Service not found. Which jar file I should add in JDeveloper and from where?
    This is my program:
    package examples.shop.client;
    import java.net.URL;
    import javax.xml.namespace.QName;
    import javax.xml.ws.Service;
    import examples.shop.impl.session.PricerBean;
    * This class is an example of a standalone JAX-RPC client code which uses both
    * the static stub and the dynamic proxy approach to get a reference to the
    * remote Web Service
    public class PricerClient {
    static String host = "localhost";
    static String portType = "PricerBean";
    static String serviceName = "PricerService";
    static String serviceEndpointAddress =
    "http://" + host + ":8080/" + serviceName;
    static String nameSpace = "urn:session.impl.shop.examples";
    public static void main(String[] args) throws Exception {
    URL wsdlLocation =
    new URL(serviceEndpointAddress + "/" + portType + "?WSDL");
    QName serviceNameQ = new QName(nameSpace, serviceName);
    // dynamic service usage
    Service service = Service.create(wsdlLocation, serviceNameQ);
    PricerBean pricerPort = service.getPort(PricerBean.class);
    String user = "Gerald";
    System.out.println("Tax rate: " + pricerPort.getTaxRate());
    System.out.println("Discount for : " + user + " is " +
    pricerPort.getPersonalDiscountRate(user));
    System.out.println("Discount for 1 item (at $1000,- per piece) for " +
    user + " is " +
    pricerPort.getDiscount(1, 1000, user));
    System.out.println("Discount for 5 items (at $1000,- per piece) for " +
    user + " is " +
    pricerPort.getDiscount(5, 5000, user));
    Thank you.

    I have Oracle JDeveloper Studio Edition Version 10.1.3.2.0.4066.
    Please note I have already added following libaries, jars to Tool->Project Properties->Libraries in JDeveloper.
    EJB3.0, TopLink Essentials JPA, J2EE, Jws-api.jar, Ejb30.jar, JSP Runtime, JAX-RPC Client, TopLink, JDeveloper Runtime, Embedded OC4J client, Jaxrpc-api.jar, Wsserver.jar
    Thank you.

  • 404 error service not found for irj/portal ??

    Hello,
    I am facing a problem in our productive system. It is a 2-node cluster 7.01 with hostnames v000011360 and v000012360.
    We are using a web dispatcher for load balancing and redirecting.
    When we try to access the portal through the web dispatcher's url, if the redirection is done to the first node (11360), portal logon screen appears and everything is ok. But if the redirection is to the 2nd Node, Service cannot be reached error occurs!
    The user has to refresh the page several times, until the web dispatcher redirects to the 1st Node. A000010360 is the virtual ip of the cluster.
    The complete error message is this:
    Service cannot be reached
    What has happened?
    URL http://a000010360.central.nbg.gr/irj/portal call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system MBP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:V000012360_MBP_30-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Any ideas greatly appreciated. Thank you!

    Hi Mark,
    Yes there is a java server running in the second node!
    Also, if the 2nd Node url is written directly, logon screen appears and everything works fine.
    However, this should be done automatically through the web dispatcher (or the message server) load balancing.
    The direct url for 1st Node is http://v000011360:53000/irj and for the 2nd Node http://v000012360:53000/irj.
    Being though a cluster setup we use the virtual url http://a000010360:53000/irj, which should direct to one of the 2 nodes through the web dispatcher. If it directs to the 1st Node, everything is ok, but to the 2nd, 404 error not found occurs.
    Also if server0 in 1st node fails for any reason, we cannot access the portal whatsoever! Shouldn't the dispatcher redirect to the 2nd node which is up and running? Isn't that the purpose of having a cluster system?
    Thank you for your time,
    GS.

  • SAP Web AS Java HTTP 404 - Not found

    How can i resolve the following error?
    Service cannot be reached
    What has happened?
    URL http://sun-test:8002/sap/monitoring/SystemInfo call was terminated because the corresponding service is not available.
    Note
    •     The termination occurred in system SOL with error code 404 and for the reason Not found.
    •     The selected virtual host was 0 .
    What can I do?
    •     Please select a valid URL.
    •     If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:sun-test_SOL_02-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team

    Hello Trevor,
    I guess you are hosting two SAP  instances on the same server.That is why you are using port 8002.Try using port 50200 for this purpose.
    Normally the format is http://<hostname>.5<syso>00/sap/monitoring/SystemInfo.
    make sure you have entry for sun-test in the host file as well.
    Please reward points for useful info.
    Regards.
    Ruchit.

  • Getting error "Http 404 not found" while accessing CUCM GUI..

    Hi,
    Please help um getting error "Http 404 not found" while accessing CUCM GUI. Yesterday it was running fine bt nw its showing dis error.
    Please find attached screenshot for ur referance.
    Thanks & R's
    Harish

    Hi Aaron,
    I have restarted dat service bt still the issue is persisting.
    Now its showing attached error.
    Thanks and R's
    Harish

  • LCCPLM Service not found

    I am installing Adobe liveCycle Server 9 integration with Matrix PLM. After installing and started the JBoss.I am able to login to the adminui and able to see that LCCPLM service is running.  I am getting the error in server.log file as service not found. Plese help me out of this.
    ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: LccplmService not found.
              at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getService(ServiceRegistryImp l.java:1088)
              at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getHeadActiveConfiguration(Se rviceRegistryImpl.java:939)
              at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:710)
              at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction(SynchronousBranch.java:510 )
              at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
              at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2797)
              at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncInvokeProcessCommand(ProcessEngineBMT Bean.java:697)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
              at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
              at org.jboss.ejb.Container.invoke(Container.java:960)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy224.asyncInvokeProcessCommand(Unknown Source)
              at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.invokeProcess(ProcessCom mandExecutorService.java:55)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227)
              at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
              at org.jboss.ejb.Container.invoke(Container.java:960)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy192.doSupports(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.workflow.engine.PEInvokeProcessCommand.execute(PEInvokeProcessCommand.java:126)
              at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute(WorkflowCommandExecut ionUnit.java:22)
              at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run(ManagedAsynchron ousWorkAdapter.java:70)
              at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
              at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
              at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
              at java.lang.Thread.run(Unknown Source)
    ERROR [com.adobe.workflow.AWS] stalling action-instance: 301 with message: ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: LccplmService not found.
              at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getService(ServiceRegistryImp l.java:1088)
              at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getHeadActiveConfiguration(Se rviceRegistryImpl.java:939)
              at com.adobe.workflow.engine.PEUtil.getOnFaultAction(PEUtil.java:382)
              at com.adobe.workflow.engine.SynchronousBranch.handleFault(SynchronousBranch.java:951)
              at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction(SynchronousBranch.java:551 )
              at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
              at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2797)
              at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncInvokeProcessCommand(ProcessEngineBMT Bean.java:697)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
              at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
              at org.jboss.ejb.Container.invoke(Container.java:960)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy224.asyncInvokeProcessCommand(Unknown Source)
              at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.invokeProcess(ProcessCom mandExecutorService.java:55)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227)
              at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
              at org.jboss.ejb.Container.invoke(Container.java:960)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy192.doSupports(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.workflow.engine.PEInvokeProcessCommand.execute(PEInvokeProcessCommand.java:126)
              at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute(WorkflowCommandExecut ionUnit.java:22)
              at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run(ManagedAsynchron ousWorkAdapter.java:70)
              at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
              at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
              at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
              at java.lang.Thread.run(Unknown Source)

    HI,
    thanks for  your reply..
    I am able to debug the issue and not i am getting different error like livecycle host not available.
    Please find the error log showin tomcat log of matrixone.
    INFO   | jvm 1    | 2013/11/22 12:08:47 | Nov 22, 2013 12:08:47 PM com.adobe.lccplm.exceptions.KLogger log
    INFO   | jvm 1    | 2013/11/22 12:08:47 | WARNING: ALC-P3D-LiveCycle host {0} is not available. Message: {1}.-LiveCycle host http://bsdpcvletst001:8080 is not available. Message: ALC-P3D-000-000-Error occured in PLM Connector. Please see the logs for the details.
    INFO   | jvm 1    | 2013/11/22 12:08:48 | org.apache.axis.ConfigurationException: Service not found: PingReturn
    INFO   | jvm 1    | 2013/11/22 12:08:48 | org.apache.axis.ConfigurationException: Service not found: PingReturn
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.adobe.idp.dsc.provider.impl.soap.axis.AdobeAxisServiceRegistry.getService(AdobeAxisSe rviceRegistry.java:127)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.adobe.idp.dsc.provider.impl.soap.axis.AdobeAxisServiceRegistry.getService(AdobeAxisSe rviceRegistry.java:186)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.adobe.idp.dsc.provider.impl.soap.axis.AdobeAxisEngineConfiguration.getService(AdobeAx isEngineConfiguration.java:93)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.adobe.idp.dsc.provider.impl.soap.axis.handler.AdobeAxisURLMapper.invoke(AdobeAxisURLM apper.java:71)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.server.AxisServer.invoke(AxisServer.java:239)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at java.lang.Thread.run(Unknown Source)
    INFO   | jvm 1    | 2013/11/22 12:08:48 | .
    INFO   | jvm 1    | 2013/11/22 12:08:48 | java.net.MalformedURLException: no protocol: null/soap/services/ConvertToPDF?blob=base64
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at java.net.URL.<init>(URL.java:566)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at java.net.URL.<init>(URL.java:463)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at java.net.URL.<init>(URL.java:412)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at emxCreateDocumentPdfFile_mxJPODi6grAAAAAEAAAAL.createPDF(emxCreateDocumentPdfFile_mxJPODi 6grAAAAAEAAAAL.java:235)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at java.lang.reflect.Method.invoke(Method.java:592)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at matrix.db.MatrixClassLoader.invokeObject(MatrixClassLoader.java:268)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at matrix.db.MatrixClassLoader.invokeObject(MatrixClassLoader.java:297)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.matrixone.jni.MatrixKernel.statelessDispatch(Native Method)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.matrixone.jdl.rmi.bosInterfaceImpl.invokeClass(bosInterfaceImpl.java:463)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.matrixone.jdl.bosInterfaceShim.invokeClass(bosInterfaceShim.java:1030)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at matrix.db.JPO.invokePrivate(JPO.java:166)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at matrix.db.JPO.invoke(JPO.java:85)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.jsp.engineeringcentral.valeoCustom.vcsPDFGenerationAfterMigration_jsp._jspServ ice(vcsPDFGenerationAfterMigration_jsp.java:1003)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:371)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:308)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:259)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:269)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:659)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java: 457)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:395)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:311)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.matrixone.servlet.CustomFilter.alternatePageExists(CustomFilter.java:136)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.matrixone.servlet.CustomFilter.filterDirectory(CustomFilter.java:119)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.matrixone.servlet.CustomFilter.doFilter(CustomFilter.java:79)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:215)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at com.matrixone.servlet.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java :173)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:215)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:881)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Htt p11BaseProtocol.java:674)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:541)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.ja va:81)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    INFO   | jvm 1    | 2013/11/22 12:08:48 |           at java.lang.Thread.run(Thread.java:595)
    I am not finding anything in server.log in adobe livecycle side.
    Thanks in advance.

  • Windows 7 64 bit, Apple Mobile Device Service not found.

    Hi First post, sorry sorry if this is in the wrong place
    I have a dell Laptop running Windows 7 X64 and Apple Mobile Device Service is not installing and cannot be found in services.
    note the account has Admin privildges (the logging below is wrong) and UAC and Virus protection has been switched off.
    I have used the apple processes to uninstall everything and then reinstall multiple times. I am defintly trying to install the latest 64 bit version.
    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    Dell Inc. Inspiron 1545
    iTunes 9.0.2.25
    QuickTime 7.6.5
    FairPlay 1.5.23
    Apple Application Support 1.1.0
    iPod Updater Library 9.0d11
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device Driver not found.
    Bonjour 1.0.6.2 (118.5)
    iTunes Serial Number D67ADF69AA323879
    Current user is not an administrator.
    The current local date and time is 2010-01-11 16:46:14.
    iTunes is not running in safe mode.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** iPod/iPhone Connectivity Tests **
    iPodService 9.0.2.25 is currently running.
    iTunesHelper 9.0.2.25 is currently running.
    Apple Mobile Device Service not found.
    Universal Serial Bus Controllers:
    Intel(R) ICH9 Family USB Universal Host Controller - 2934. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2935. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2936. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2937. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2938. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2939. Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A. Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C. Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    ** iPhone/iPod Touch Sync Tests **
    No iPhone or iPod found.
    thanks

    I am having the same problem for three-four months now. When I called the help-desk of apple, they said windows 7 x64 wasn't compatible with itunes, and they told me that I had to wait for a newer version of itunes.

  • ** SOAP to SOAP call - HTTP 404 not found - invalid content type

    Hi friends,
    We have one scenario SOAP to SOAP call. It is synchronous interface. We are calling the WSDL.
    For some of the messages (not all), we are getting the error in SXMB_MONI
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    In the sender & receiver SOAP communication channel also, same error : SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Friends, this error is not coming for all messages. For some of the messages it is coming. For example,
    10:50 - Message Processed Successfully
    10:54 - Message Processed Successfully
    10:59 - Error
    11:05 - Message Processed Successfully
    By looking threads and blogs, I implemented MessagesTransformBean in the receiver CC and added the  parameter Transform.ContentType as 'text/xml;charset=utf-8'.
    After implementing this also, error is coming for some of the messages.
    Can you kindly clarify friends, what could be the problem?
    Kind regards,
    Jegathees P.

    I'm in agreement with Stefan...
    If the problem is intermittent then the system is overloaded at certain times. You would probably need to do some JVM analysis to see the resource usage & look at increasing the memory.
    Regards, Trevor

  • Context menu tab SERVICE not found in IB PI 7.1

    Hi,
    I am working in PI 7.1 for a scenario IDOC r/3 to PI 7.1 file.
    Here in IB I dont see any SERVICE tab to configure/create. I am getting error in IDX5 > Message split according to Receiver list>'Party and service not found'.
    I am new to this. Could someone guide me with steps or links. I searched some links but I didnt get answers.
    Thanks,
    Deepak.
    Edited by: KDeepak on Jul 2, 2009 2:36 PM

    Here in IB I dont see any SERVICE tab to configure/create. I am getting error in IDX5 --> Message split according to
    Receiver list-->'Party and service not found'.
    Is it that you are looking for a tab which was called Business Service in PI7.0?........if yes then in PI7.1 we do not have such a tab.....it has been renamed as Business Component ......in ID right-click -
    > New -
    > Collaboration Profile -
    > Business Component ---> Give Name ---> Click Create and then one more Business Component (Service) will be created under Communication Component section of ID
    In PI7.1 Business System, Business Component, Integration Process will be under Communication Component..
    Check if this is what you are looking at...
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Jul 3, 2009 10:09 AM

  • Addon has failed to connect to the DI API. Service Not found

    Hi
    I've upgraded database B1 8.8 SP0 PL11 to B1 8.8 SP0 PL15.
    Addon was complied on B1 8.8. SP0 PL11 envrionment.
    I've error message when I started addon.
    Addon_Name addon has failed to connect to the DI API.
    Error Details:
    Service not found.
    DI API was uninstalled and re installed.
    And I deleted SM_OBS_DLL directory.
    But I can not resolve this issue.
    Please help me,
    Joanne

    Hi Joanne,
    I had exactly the same problem with patch 15 after an upgrade from 8.8 patch 13. The SBO client didn't automatically update so I had to use Add/Remove programs to remove the old client and DI API and then the new client install failed from the B1_SHR folder with a 1158 error (no description).
    What I did to correct it was install the DI API from the <servername>\B1_SHR\B1DIAPI folder and then run the client install afterwards. This time the client install worked fine and I can run addons that use the DI API. I think there was some registry entry issues, maybe with the upgrader or the client installer.
    Kind Regards,
    Owen

  • Invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

    Hi,
    I have mentioned some issues that I am facing in SOAP receiver adapter:
    [XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found;
    Apart from that I am trying with unchecking 'Do Not Use SOAP envelope' and by using MessageTransformBean, for which I am getting the following error:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Need your help in resolving  this.
    Regards,
    Vishal

    I have some ideas which will help you out. Check the below option one by one:
    1. Check receiver server is accessable from XI/PI system through IP address in command prompt.
    2. Check whether any PORT is enabled for this server. ex: http://ipaddress:portno/XXX/XXX.asmx
    3. You can download webservice tool(SOAP UI and etc..)to check your webservice(WSDL) file able to connect the server by importing webservice file in this tool.
    4. Sometime customer may updated in their application(coding and etc) and not given the updated webservice file to us. so make sure you got updated one.
    Regards,
    Senthil

  • Service: not found in CPACache

    Hi all,
    Service:  not found in CPACache
    Please suggest a wayout to resolve error.
    Regards,
    Venkat

    visit this forum..its very useful
    Cache....schema not available

  • HTTP 404 Not Found Error in Process Control Mail

    Hi All,
    I am working on version 9.3.3
    I have setup e-mail alerts through a SMTP server.
    When I am going on Process control and starting the cycle OR promoting to any level, I am getting a Minimized window showing HTTP 404 Not Found error and Mail is not going.
    Whereas My ICP mail alerts are working fine
    Please suggest something to resolve.
    Regards,
    Jai

    Hi Jai,
    Check the below documents, which might be helpful to you.
    Financial Management Error "Server object error ASP 0177 : 80131040" When Sending Email Alerts (Doc ID 830823.1)
    Financial Management Error "HTTP 500 Internal Server Error" in Process Management E-Mail Alerting (Doc ID 855942.1)
    Process Control Email Alerts Are Not Working For Certain Entities and Entity Hierarchies (Doc ID 1160594.1)
    Hope this helps,
    Thank you,
    Charles Babu J
    Edited by: CJX on Jan 30, 2012 7:08 AM

  • HTTP 404 not found Error while click on Tab

    Hi All,
    Please help us as we are facing issue in Prodution.
    We are using Apex 3.0.1 version. our appication having 1 parent tab and 4 child tabs. parent tab working fine and 3 child tabs are working fine but while click on 4th child tab we are getting HTTP 404 not found error.
    The detials in tab/page
    it has 4 reports and 5 Iteams and 1 Hidden iteams.
    We are not able to find out the issue please help us.
    Thanks,

    Yes Scoot,
    i do understand that 1 hour is not sufficient to answer in forum but my situation is strange.
    To take a wild stab in the dark - how do you define your links in the tab set? Are you linking to a page in the application or your own URL?
    Kumar: I have linked to pages in Appication. In same appication rest of the TAB's are working fine with respective linked pages but only one TAB is not working, getting error.
    URL is same for all pages/Tabs, i don't think URL is the issue here.
    Please help me to get exact error so that i can resolve the issue my own. is there any possibilities to find out the errors in backend tables or elase files.
    Kumar.

Maybe you are looking for