Remote Authentication Naming Service Not Found

Hey everybody,
I found this thread:
http://swforum.sun.com/jive/thread.jspa?threadID=54004
That thread mentions (or implies) there is something different that must be accomplished when performing remote authentications vs local authentications but never actually states what is different.
Anyhow, I am attempting to perform a remote authentication, and am running into problems. I have taken the code listed in the above thread and modified it for my usage, with a few modifications. However, I keep getting this error:
[#|2006-02-13T15:50:56.321-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.stream.out|_ThreadID=25;|ERROR: updateNamingTable : Naming Service is not available.
|#]
[#|2006-02-13T15:50:56.332-0500|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.stream.err|_ThreadID=25;|
com.sun.identity.authentication.spi.AuthLoginException(1):null
com.sun.identity.authentication.spi.AuthLoginException(2):null
com.sun.identity.authentication.spi.AuthLoginException: Failed to create new Authentication Context: Naming Service is not available.
        at com.sun.identity.authentication.AuthContext.createAuthContext(AuthContext.java:1310)
        at com.sun.identity.authentication.AuthContext.createAuthContext(AuthContext.java:1261)
        at com.sun.identity.authentication.AuthContext.<init>(AuthContext.java:178)
        at infrastructure.SessionBean1.login(SessionBean1.java:224)
        at infrastructure.login.button1_action(login.java:267)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at ...When I connect to the service via http://myserver.mydomain.tld/amserver/namingservice I recieve a message that looks like:
Webtop 2.5 Platform Low Level request servletWhich indicates it is running properly. I also am using the AMConfig.properties that is running on the server to pull my values and my code (listed below) prints out all the values it reads. I am using the base dn for the orgname as indicated in various documentation.
My code looks like:
    public boolean login(String username, String password) {
        try {
            ResourceBundle resources = ResourceBundle.getBundle("AMConfig");
            String orgname = null;
            Properties props = new Properties();
            Enumeration keyEnum = resources.getKeys();
            while ( keyEnum.hasMoreElements() ) {
                String key = (String) keyEnum.nextElement();
                String value = (String) resources.getString(key);
                props.setProperty(key, value);
                if ( key.equalsIgnoreCase("com.iplanet.am.defaultOrg") ) {
                    orgname = value;
                this.getFacesContext().addMessage(null, new FacesMessage(key + " = " + value));
            SystemProperties.initializeProperties(props);
            // Authenticate the user and obtain SSO Token
            AuthContext lc = null;
            lc = new AuthContext(orgname);
            lc.login();
            while (lc.hasMoreRequirements()) {
                Callback[] callbacks = lc.getRequirements();
                for (int i = 0; i < callbacks.length; i++) {
                    if (callbacks[i] instanceof NameCallback) {
                        NameCallback nc = (NameCallback) callbacks;
nc.setName(username);
} else if (callbacks[i] instanceof PasswordCallback) {
PasswordCallback pc = (PasswordCallback) callbacks[i];
pc.setPassword(password.toCharArray());
} else {
log("Unknown Callback: " + callbacks[i]);
return false;
lc.submitRequirements(callbacks);
if (lc.getStatus() != AuthContext.Status.SUCCESS) {
log("Invalid credentials");
return false;
// Obtain the SSO Token
token = lc.getSSOToken();
log("SSOToken: " + token.getTokenID());
log("User DN: " +
token.getPrincipal().getName());
// Obtain AMUser object
db = new AMStoreConnection(token);
user = db.getUser(token.getPrincipal().getName());
// Get the attributes and display them
log("Attributes: " + user.getAttributes());
} catch (Exception e) {
this.getFacesContext().addMessage(null, new FacesMessage("An exception occurred, unable to login.", e.getMessage()));
e.printStackTrace();
return false;
Any ideas?
Thanks!
Joshua Preston.

The most common reason for this error is improper
communication with your LDAP server . Is your DS
setup correctly and are you able to authenticate
using amadmin ?Yes, our DS is setup correctly and I am able to authenticate using amadmin.

Similar Messages

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

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

  • 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

  • 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

  • Named query not found

    Please help me, for God's sake, the following error is occurring:
    *12:03:28,550 ERROR [STDERR] Caused by: java.lang.IllegalArgumentException: Named query not found: Configuracao*
    ConfiguracaoManagerBean.java
    public Configuracao getConfiguracao(Long codcid, String parametro) {
              EntityManager em = (EntityManager) ctx.lookup('sincronia-unit');
              Query query = em.createNamedQuery("*Configuracao*");
              query.setParameter("codcid", codcid);
              query.setParameter("parametro", parametro);
              try {
                   return (Configuracao) query.getSingleResult();
              } catch (NoResultException e) {
                   return null;
    Configuracao.java
    package br.com.dsfnet.entity;
    import java.io.Serializable;
    import javax.persistence.Column;
    import javax.persistence.NamedQueries;
    import javax.persistence.NamedQuery;
    import javax.persistence.Table;
    @NamedQueries({
         @NamedQuery(name = "Configuracao", query = "Select o From Configuracao o Where o.codcid = :codcid and o.parametro = :parametro")
    @Table(name = "TBLCONFIGSIN", schema = "SPDNET")
    public class Configuracao implements Serializable {
         private static final long serialVersionUID = 1L;
         @Column(name = "CODCID")
         private Long codcid;
         @Column(name = "PARAMETRO")
         private String parametro;
         @Column(name = "VALOR")
         private String valor;
         public void setCodcid(Long codcid) {
              this.codcid = codcid;
         public Long getCodcid() {
              return codcid;
         public void setParametro(String parametro) {
              this.parametro = parametro;
         public String getParametro() {
              return parametro;
         public void setValor(String valor) {
              this.valor = valor;
         public String getValor() {
              return valor;
    Grateful now

    You specified both a datasource and a dbtype. In this case, since you are querying a database (and not running a query-of-queries), you should leave out the dbtype attribute. See the cfquery documentation for details.

  • 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

  • Remote Desktop Management service not starting. service-specific error: %%2284126209 - Event ID: 7024

    Hi Forum members,
    We have a client that has intermittent issues with RDS on a 2012 R2 server.
    As an overview of the environment, the client has a single VMWare host support 2 x Windows 2012 R2 VMs one is the File/Print/Email server and the 2nd is the RDS server used to allow the client to run MYOB Enterprise. Both servers have the AD DS role and
    DNS roles amongst others.
    The 1st issue is that the RD Connection Broker shows the error: "The server pool does not match the RD Connection Brokers that are in it. and then "1. Cannot connect to any of the specified RD Connection Broker servers".
    The above issue seems to be caused by the RDMS service not starting. When you attempt to start it, the service stops and the error in the title is logged in the "System" event log. Full transcript below:
    Log Name:      System
    Source:        Service Control Manager
    Date:          21/01/2015 4:50:32 PM
    Event ID:      7024
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      intentionally removed.local
    Description:
    The Remote Desktop Management service terminated with the following service-specific error: %%2284126209
    Event Xml:
    <Event xmlns="
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7024</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-21T05:50:32.129949400Z" />
        <EventRecordID>53721</EventRecordID>
        <Correlation />
        <Execution ProcessID="568" ThreadID="12436" />
        <Channel>System</Channel>
        <Computer> intentionally removed.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">Remote Desktop Management</Data>
        <Data Name="param2">%%2284126209</Data>
        <Binary>520044004D0053000000</Binary>
      </EventData>
    </Event>
    In addition in the "Application" event log, the following error is logged:
    Log Name:      Application
    Source:        MSSQL$MICROSOFT##WID
    Date:          21/01/2015 5:24:47 PM
    Event ID:      18456
    Task Category: Logon
    Level:         Information
    Keywords:      Classic,Audit Failure
    User:          NETWORK SERVICE
    Computer:      intentionally removed.local
    Description:
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Could not find a login matching the name provided. [CLIENT: <named pipe>]
    Event Xml:
    <Event xmlns="
      <System>
        <Provider Name="MSSQL$MICROSOFT##WID" />
        <EventID Qualifiers="49152">18456</EventID>
        <Level>0</Level>
        <Task>4</Task>
        <Keywords>0x90000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-21T06:24:47.000000000Z" />
        <EventRecordID>4228336</EventRecordID>
        <Channel>Application</Channel>
        <Computer>intentionally removed.local</Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <EventData>
        <Data>NT AUTHORITY\NETWORK SERVICE</Data>
        <Data> Reason: Could not find a login matching the name provided.</Data>
        <Data> [CLIENT: &lt;named pipe&gt;]</Data>
        <Binary>184800000E0000001F00000055004E0047004500520045005200410055005300530056005200300033005C004D004900430052004F0053004F0046005400230023005700490044000000070000006D00610073007400650072000000</Binary>
      </EventData>
    </Event>
    I have been attempting to resolve these errors for some time, without success. I have read the many KBs and forum entries related to the above and applied a number of the suggested fixes, including the one which suggests to add the NT SERVICE\ALL SERVICES
    to the "Logon as a Service" in the "User Rights Assignment" of the "Default Domain Policy" which is linked to the domain level, that both servers are objects of.
    My question to the forum is, can anyone come up with a solution to resolve the above issues and all the RDMS service to start which will then hopefully resolve the broker error?
    Regards,
    David West.

    Hi David,
    If virtual machines on the server are Windows Server 2012, then it is not supported to install Remote Desktop Connection Broker on a Domain Controller.
    More information for you:
    Remote Desktop Services role cannot co-exist with AD DS role on Windows Server 2012
    http://support.microsoft.com/kb/2799605/de
    Guidelines for installing the Remote Desktop Session Host role service on a computer running Windows Server 2012 without the Remote Desktop Connection Broker role service
    http://support.microsoft.com/kb/2833839
    If the VMs are Windows Server 2012 R2, I suggest you install RDS on a separate machine to see if the issue persists.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Naming Service not availabe

    Hi,
    We are devloping Wrapper arround the Identity server sdk which is going to be placed on linux+weblogic platform. Everything is working fine without SSL enabled for access manager(identity server). When AM is running in SSL mode we are facing problem when our code is trying to create AuthContext. Following is the log trace from debug file
    01/20/2005 06:00:06:750 PM MST: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    authenticate...START
    01/20/2005 06:00:09:586 PM MST: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    ERROR: authenticate :
    com.sun.identity.authentication.spi.AuthLoginException(1):null
    com.sun.identity.common.L10NMessageImpl(2):Failed to create New AuthContext: Error while processing XML request
    Naming Service is not available
    com.sun.identity.common.L10NMessageImpl: Failed to create New AuthContext: Error while processing XML request
    Naming Service is not available
    at com.sun.identity.authentication.AuthContext.createAuthContext(AuthContext.java:1220)
    at com.sun.identity.authentication.AuthContext.createAuthContext(AuthContext.java:1142)
    at com.sun.identity.authentication.AuthContext.<init>(AuthContext.java:148)
    at com.abs.security.b2b.AuthenticationService.authenticate(Unknown Source)
    at com.abs.security.b2b.B2BIDSInterfaceImpl.authenticate(Unknown Source)
    at com.abs.security.b2b.client.B2BInitialAdminClientServlet.authenticate(Unknown Source)
    at com.abs.security.b2b.client.B2BInitialAdminClientServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    we took care of loading JSS libraries and AMConfig. properties file changes, trusted CA certificate import and also we added system property java.protocol.handler.pkgs=com.iplanet.services.comm
    any help is appreciated.

    Did you resolve this issue. I have just encountered it when I switched from non-SSL to an SSL port. The exception I get is the same as yours. The debug log indicates that the host name is incorrect:
    03/25/2005 03:23:57:841 PM EST: Thread[main,5,main]
    ERROR: updateNamingTable : Naming Service is not available^M
    03/25/2005 03:23:57:881 PM EST: Thread[main,5,main]
    ERROR: Naming service connection failed for https://dakota.abcd.com:4405/am
    server/namingservice
    com.iplanet.services.comm.client.SendRequestException: HTTPS hostname wrong: sh
    ould be <dakota.abcd.com>^M
    at com.iplanet.services.comm.client.PLLClient.send(PLLClient.java:131)^M
    at com.iplanet.services.comm.client.PLLClient.send(PLLClient.java:71)^M
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.jav
    a:335)^M
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java
    :308)^M
    at com.iplanet.services.naming.WebtopNaming.getServiceURL(WebtopNaming.java:12

  • ISE internal user authentication failure - user not found

    Hi Forumers'
    I trying to do wireless 802.1x, where identity store using intenral user.
    But i found this error message when i trying to connect
    Authentication failed                                                                                 :
    22056 Subject not found in the applicable identity store(s)
    My authrorization rules is built like this
    identity groups = user identities group / " mygroup"
    condition = no setting
    permissions = standard / PermitAccess
    Question 1
    Any troubleshooting step to do on this?
    Question 2
    For the Authorization rules, what's the condition should set for using Internal User as Identity store?
    Thanks
    Noel

    The error is caused to an authentication failure and is not an issue with authorization
    You need to look at your authentications policy (Policy->Authentications) and see which identity store was authenticated against
    In addition can do the Live Authentications page (Monitor->Authentications) and for the failing record click on the icon under details. This will give you the full details of the requets processing and you can see which rule was matched in the identity policy (Identity Policy Matched Rule) and "Selected Identity Stores".

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

Maybe you are looking for

  • FTP  receiver adapter does not transfer (STORE) file

    Hello gurus, In my scenario I want to transfer files from server X to server Y using FTP. To get the files from server-X I use the FTP sender adapter, to put the files on server-Y I user the FTP receiver adapter. Getting the file (QoS = EOIO) is not

  • Is Oracle Dropping Forms?

    Hello, I have been to several Oracle demos where the Oracle reps stated that forms is being dropped and all new development should be in Java (JDeveloper). But, Oracle has announced that Forms 10.x is going to be released. Does anyone know of any off

  • Obe Acrobat form not sending PDF file

    I created a fillable form in Acrobat X. Added a submit button on Actions - trigger- mouse up select action - "submit a form" I set the link to mailto:[email protected] The "PDF The complete document" The submit works - I receive the email, but the at

  • How to change measurements from inches to mm? Imperial to metric iPad

    Hi just downloaded uk iworks pages etc, how do you change imperial to metric in rulers?

  • New imac 2013 half screen black

    We just purchased a new imac 27 in.  Woo hoo!  hmm the bottom 1/2 of screen is almost black- like 85% black.  Bummer.  Anyone else have this issue.  Apparently turning it on and off 100 times is not the solution.  I was hoping for a software / driver