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

Similar Messages

  • 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.

  • 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

  • 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.

  • 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

  • Visual Composer services not found

    Hi,
    We had configured VC on our dev server. Every alternate day while accessing VC it gives error..
    a.  VC services not found
    b. This product required MSXML Parser 4.0
    We had already installed MSXML Parser.
    But when we restart the 2 VC services [vcclient & VisualServerEar04Composer] Visual Composer is again accessible....
    Can anyone please suggest which will prevent to restart the services again & again..?
    Regards,
    MS

    Hi Mario,
    mh...strange.
    I used the VC on our old server with my notebook without a problem (great tool!).
    Now we have a new server with a new NW 04s SP10 (very fresh installed ) and there I get the "Server Error: Visual Composer services are not found" and "This product requires MSXML Parser v4.0" errors.
    Unfortunately I cannot test it on the old server, because it was a interim system.
    Regards,
    Christian

  • VC: Services not found

    Dear all,
    i have an error when opening the Visual Composer since some days:
    The error message:
    Server error: Visual composer services not found. Contact your administrator.
    It seems to be a local problem because the VC works an a separate workstation.
    Thanks and Kind regards,
    Marc

    The error was "produced" a Hotfix for the XML Parser 6.0 by Microsoft.
    I deleted the Hotfix and now it works again.

  • 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.

  • Native Android Extension - Service Not Found

    Greetings,
    I have created an AIR native extension which I am using in an AIR for Android app.  My native extension needs to use an Android Service from a 3rd party library.  However, seemingly no matter what I do to hook up this Android Service in the native code, the app reports "Unable to start....service not found" at runtime.
    Now I have used this service in normal, native Android apps and it works fine - I have tried duplicating the same startup process from my previous apps, that process still results in a "service not found" error in this AIR for Android app. 
    Does anyone know whats going on here, or had similar issues?
    My only thought at this point is that the intense mangling that happens when AIR compiles an APK might be screwing up the path to the Service, therefore the class loader on the Android device is unable to find the service at runtime.  However, I do not know how to prove this hypothesis.
    I have gone as far as to write my own Service class which wraps around the 3rd party service, so that the service I'm requesting is in the same java package as all the other native extension code I'm writing, but that option didn't work either.
    Any help would be appreciated.
    Thanks.
    Matt
    PS - In case you're wondering, I did make sure to declare the <service> tag in my extension's manifest file.

    Hey Chris!
    I figured out *JUST NOW* what the issue is (and this is certainly NOT documented in any PDF, or whitepaper on Native Extensions).
    The problem lies with both the Signing Certificate and the package name for your AIR Application.
    Rules for Adobe AIR Native Extensions
    Rule 1 (Documented)
    The Code Signing Certificate package must match the application id in your app.xml
    so if the certificate package is `com.my.company`, then the air app id must be `<id>com.my.company</id>`
    Rule 2. (Partially Documented)
    When packaging a native extension for android using ADT, a prefix is added to your package name so it looks like `air.com.my.company`.
    (Not Documented)
    When the Android ActivityManager tries to run your service it looks for it in `air.com.my.company`. Thus, the Service class must live in the same package (including the 'air' prefix) within your java code. My TestService class now is defined as `air.com.my.company.TestService`
    And with the following manifest, it runs just fine!
    <application>
              <activity android:name=".TestActivity">
                        <intent-filter>
                                 <action android:name="TestActivity"/>
                                  <category android:name="android.intent.category.DEFAULT"/>
                        </intent-filter>
              </activity>
              <service android:enabled="true" android:exported="true" android:name=".TestService">
                   <intent-filter>
                                           <action android:name="test.default.service"/>
                   </intent-filter>
              </service>
    </application>
    Start the service using the following code
    startService(new Intent("test.default.service"));
    Thanks again!
    Bow

  • Blue-Ray Object: "Menu"; Export File Not Found--Any Clues?

    Trying to build a Blue-Ray DVD in CS3 (version 3.0.1.008). Project has motion menus and previews without errors. Upon trying to build either a disc or image I get the error
    Blue-ray object: "Menu"; Export file not found.
    Where "Menu" is the name of one of the sub menus in my project.
    Has anyone seen this error? What is an Export file? When and how does it get created?
    I have successfully burned this project to a standard DVD format.

    I have the pleasure of closing out my own question. I found the following post that was the clue I needed.
    http://forums.creativecow.net/readpost/145/857374
    It would appear that the Blue Ray build process is a lot more sensitive to file naming. I brought into my project a menu that I used as a starting template, I edited it in Photoshop and then renamed it in Encore. During the Blue Ray build process Encore rendered the menus to the original template names, but when it needed them to build the DVD it looked for the files that had the new names I had given the menus in Encore.
    Here is the fix. I exported the final menus using the Save as Template function in Encore. I then re-imported them as menus and relinked them to the DVD assets. Everything worked fine from that point on.
    The interesting thing is this did not happen when building a standard DVD using the same menus.

  • Context Menu Verb "Read" not "Open"

    I have an application which uses ShellExecute(hWnd,"open",pFile,NULL,NULL,SW_SHOWMAXIMIZED ); to display attachments. The pFile can be any type of document including PDF. On a Vista machine with Adobe Reader (8,9, or 10) in the User's Temporary directory it does not work for PDF documents. When I right click the PDF document the Default Verb is "Read" not "Open". (If I replace the "open" in my call to "read" it works, but I can't do that is it can be an arbitrary attachment).
    Looking in the Registry for the Shell verbs only "open" is entered. If I use "Open With" to set the default program to "Notepad" it opens the files in notepad. If I change it back to Adobe it goes back to "read".
    I did not set this machine up and there could be some "interesting" permissions, security settings, but would these cause Adobe Reader to change the verb to "read" from "open"? (And if so, how do I remove the settings?). I am also running as administrator with full read/write access to the directory?
    I trawled the Internet and could only find one other person with this problem, but no solution...

    Any new results on this issue?
    We could resolve what seems to be the same probleme by fixing the registry.
    We had a domain user on a machine (Win 7/64bit) with only a "Read" entry in the context menu for pdf files.
    Using ShellExecute('open'...)  in a similar use case we had the same result as ceeebeem.
    Adober Read X is installed on all of our machines.
    Other users - especially a "fresh" user - on the same machine haven't got this problem.
    We started regedit for the specific user and found
         HKCR\.pdf\(standard) = pdf_auto_file
    Other users had:
         HKCR\.pdf\(standard) = AcroExch.Document
    The entries and subtrees under:
         HKCR\AcroExch.Document and
         HKCR\AcroExch.Document.7
    were identical for all users.
    Reinstall or Repair the Acrobat Reader X did not solve the problem.
    Also reassign the extension by "Open with..." did not work.
    But deleting the "HKCR\.pdf" entrie for the specific user did the job.
    After a registry refresh the .pdf-entry reappeard for this user as:
         HKCR\.pdf\(standard) = AcroExch.Document.
    So this seems to be a problem of registry virtualisation.
    (May be another program with not enough access right has produced this virtual HKCR\.pdf entry.
    In our case the Foxit Reader was priviously installed (and later removed) on this machine. But this is just a guess.)
    EDIT:
    Hm maybe editing HKCR was not a goog idea because according to http://support.microsoft.com/kb/256986/en HKCR is build from HKCU\Software\Classes and HKLM\Software\Classes. So values should be edited there...
    But problem stays resolved, may ba as a side effect.

  • Context menu it is not available for some user

    Hi,
    I am facing a problem that i will describe in the following lines:
    I am trying to upload some files to Sap Portal but the sign (the tree stripes ant the small arrow) of the context menu it no available in front of the folder i want upload to.
    Can someone tell me what is happen? Is there a block to that user?
                        Best Regards
                                  João Fernandes

    Hi,
    The user i am using is a admin user so the permission it is not problem. I upload the same information before and all goes all right.
                   Best Regards
                        João Fernandes

  • "Send link..." context menu item does not launch the mail client

    This was working in Firefox 12 but with the latest update to Firefox 13.x no mail client is launched (mine is Thunderbird) when context menu item "Send link..." is clicked.
    '''I have tried this with all addons disabled''' but the same problem is occurring.
    Does it happen for you? If not, how could I solve it?
    I will report as a bug if others have this problem.
    Thanks.

    I changed the network.protocol-handler.external.mailto setting in about:config to the default value (true) and that seemed to fix it.
    I don't know what changed it before though.

  • 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.

  • OSB Business Service not found

    Hello,
    I'm creating a business service with sbconsole. The enpoint uri is http://localhost:7001/SalesOrders/Order.
    I activate the changes with the change control activate button.
    I'm checking with IE the link and I am getting Error 404--Not Found.
    What am I missing?

    Hi,
    Can you try opening this in your browser http://localhost:7001/SalesOrders/Order?wsdl
    I have an wsdl, and I used it to create a business service
    Are you able to run your Business Service successfully.
    I used the business service to create a proxy service. When I invoke the proxy service, I'm getting BEA-380002 error code, reason Not Found. The routing node of the proxy service can not find the proxy service.
    In your proxy service,under route node please cross check that you are calling the Business Service you created only ?? Or some other service.
    Regards,
    Karan
    Oracle Fusion Middleware Blog

Maybe you are looking for

  • Sun Studio 11 Installation Problem on Solaris 9

    Hi I am installing Sun Studio11 on Solaris 9 SPARC Platform using -nodisplay option. The command line output is showing as installation is success. But when I see the install log file I am seeing the following errors. Begin---------------------------

  • HELP - is my G4 with OS 9,.1 really in trouble?

    Just bought a MacBook Pro and am copying files from my G4 onto a new external La Cie 500GB HD to transfer to MBP. The G4 froze in the middle of this. When I called the local Mac store to ask how to resolve the problem they got me out of the problem a

  • Apple have a big flaw adding images to Apple TV coding error.

    Hi all, it seems Apple have a big flaw in there new version of itunes 8.2.0.23. So heres the problem if you have a Apple Tv system. Adding images is great however the softwares flaw is when you have a lot of images. i have over 3000, and tick boxes a

  • Print from Windows desktop via network, when the printer was first set up on a Mac

    My new printer works fine from my Mac mini. It is set up on my local network through a BT hub router, wirelessly, Bonjour enabled.When I try to set it up in addition to work from a Windows 8.1 desktop, the printer is recognised and the print-job goes

  • Download Source of Webpage to Variable

    How can I have an Applescript download the source of a URL and set it to a variable (to be compared to itself in a loop)? Basically I just want it to grab the source of a web page (I don't care if it has to be downloaded to the desktop or something (