Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Output
Viewing all articles
Browse latest Browse all 9631

FormsService not found - Exception while rendering a pdf

$
0
0
Hello, everybody.

I have the problem to use the Example Source Code from the Adobe LiveDocs "Programming with LiveCycle ES" (http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html /wwhelp.htm?&accessible=true).
I used: API Quick Start - Forms Service API Quick Starts - Quick Start: Rendering an interactive PDF form using the Java API

But I'm getting the following error and I hope, that someone can help me very quick, because it's very urgent. Thank you in advance.

2008-09-17 14:12:32,014 INFO [STDOUT] ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: FormsService not found.
2008-09-17 14:12:32,014 INFO [STDOUT] at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getService(ServiceRegistryImp l.java:1084)
2008-09-17 14:12:32,014 INFO [STDOUT] at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getHeadActiveConfiguration(Se rviceRegistryImpl.java:935)
2008-09-17 14:12:32,014 INFO [STDOUT] at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.resolveConfiguration(ServiceEngineImpl.ja va:148)
2008-09-17 14:12:32,014 INFO [STDOUT] at com.adobe.idp.dsc.provider.impl.ejb.receiver.EjbReceiverBean.invoke(EjbReceiverBean.java: 136)
2008-09-17 14:12:32,014 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2008-09-17 14:12:32,014 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2008-09-17 14:12:32,014 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2008-09-17 14:12:32,014 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:585)
2008-09-17 14:12:32,014 INFO [STDOUT] at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
2008-09-17 14:12:32,014 INFO [STDOUT] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)
2008-09-17 14:12:32,014 INFO [STDOUT] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:363)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
2008-09-17 14:12:32,015 INFO [STDOUT] at org.jboss.ejb.Container.invoke(Container.java:873)
2008-09-17 14:12:32,015 INFO [STDOUT] at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
2008-09-17 14:12:32,015 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2008-09-17 14:12:32,016 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:585)
2008-09-17 14:12:32,016 INFO [STDOUT] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
2008-09-17 14:12:32,016 INFO ...

Viewing all articles
Browse latest Browse all 9631

Trending Articles