Quantcast
Viewing all articles
Browse latest Browse all 87219

Error OCCURRED: Failed to connect to LiveCycle server via RMI. Make sure that the server is running

I have installed LifeCycle trial version .

and trying to convert pdf to rtf

using following initialization
Properties connectionProps = new Properties();
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAUL T_EJB_ENDPOINT, "jnp://localhost:1099");
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSP ORT_PROTOCOL,ServiceClientFactoryProperties.DSC_EJB_PROTOCOL);
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER _TYPE, "JBoss");
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDEN TIAL_USERNAME, "administrator");
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDEN TIAL_PASSWORD, "password");


//Create a ServiceClientFactory instance
ServiceClientFactory factory = ServiceClientFactory.createInstance(connectionProps);

but i am getting error like following though i have started jboss which is inside lifecycle folder by run.bat

ERROR IS:Error OCCURRED: Failed to connect to LiveCycle server via RMI. Make sure that the server is running and accessible to this client.

Viewing all articles
Browse latest Browse all 87219

Trending Articles