Expand my Community achievements bar.

Issues with Watched Folder StartPoint.

Avatar

Level 2

Hi,

I'm using LiveCycle ES2 for developing a process with watched folder as optional startpoint.

I have followed the instructions given in the LiveDocs and applied the properties to the Watched folder start point service. After deploying this service, the process does not work. Also, If i try to UnDeploy the application, it gives invocation error and this application wont work forever!!!

I'm trying to give Input as Document data type, but the file is an XML, i want the process to pick the xxxxx.xml as input which is not working. Please Help!!!

i have attached the screenshot of the watched folder properties.

Rakeshproperty-1.JPG

property-2.JPG

thanks in advance

rakesh

9 Replies

Avatar

Level 10

You settings look good. Do get any error in the application server log file?

Jasmin

Avatar

Level 2

Jasmin, Thanks for the quick response.

Looking at the server Log file, i found the error generated is while Deploying the Application. and which is why the process is not working. I couldn't understand the rootcause of the error. I have attached a copy of the server Log information which is looged while deploying the application with the watched folder. However, nothing is being logged while i try to copy the input xml to the input folder.

LOG: 

2010-03-17 13:01:13,031 INFO  [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 36m:48s:547ms
2010-03-17 13:28:57,789 ERROR [com.adobe.idp.applicationmanager.service.TLOHandlerRegistryServiceImpl] ClassNotFoundException thrown while loading handler with class name: com.adobe.livecycle.userlist.dsc.handler.UserlistTLOHandler for extension UL
2010-03-17 13:29:03,216 INFO  [com.adobe.idp.dsc.provider.service.scheduler.impl.SchedulerUtils] Service operation parameters are {parameters=com.adobe.idp.dsc.impl.InvocationRequestImpl@7406ad, jobGroupName=WatchedFolder, jobName=WatchedFolder:705}
2010-03-17 13:29:03,984 INFO  [com.adobe.idp.dsc.provider.service.scheduler.impl.SchedulerUtils] Service operation parameters are {startDate=Wed Mar 17 13:29:03 GMT+05:30 2010, repeatInterval=5000, triggerGrpName=WatchedFolder, endDate=null, repeatCount=-1, triggerName=WatchedFolder:705}
2010-03-17 13:29:03,984 INFO  [com.adobe.idp.dsc.provider.service.scheduler.impl.SchedulerUtils] Service operation parameters are {trigger=com.adobe.idp.scheduler.trigger.PeriodicTrigger@1a4c856, jobData=com.adobe.idp.scheduler.job.JobData@15cb82f}
2010-03-17 13:29:04,345 ERROR [STDERR] ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
2010-03-17 13:29:04,345 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:152)
2010-03-17 13:29:04,345 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-03-17 13:29:04,345 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,345 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-03-17 13:29:04,345 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doBMT(EjbTransactionBMTAdapterBean.java:197)
2010-03-17 13:29:04,361 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor765.invoke(Unknown Source)
2010-03-17 13:29:04,361 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,361 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-03-17 13:29:04,361 ERROR [STDERR]  at $Proxy379.doBMT(Unknown Source)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:95)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.scheduler.impl.SchedulerUtils.callSchedulerService(SchedulerUtils.java:372)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.scheduler.impl.AbstractEndpointManager.OnEnableEndpoint(AbstractEndpointManager.java:81)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.scheduler.impl.AbstractEndpointManager.onEndpointCreation(AbstractEndpointManager.java:48)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.file.impl.FileEndpointManagerImpl.onEndpointCreation(FileEndpointManagerImpl.java:178)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.file.impl.FileConnector.onEndpointCreate(FileConnector.java:47)
2010-03-17 13:29:04,361 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-03-17 13:29:04,361 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-03-17 13:29:04,361 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,361 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
2010-03-17 13:29:04,361 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
2010-03-17 13:29:04,361 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor758.invoke(Unknown Source)
2010-03-17 13:29:04,361 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,361 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-03-17 13:29:04,361 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-03-17 13:29:04,377 ERROR [STDERR]  at $Proxy378.doSupports(Unknown Source)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:165)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.registry.endpoint.impl.EndpointRegistryImpl.createEndpoint(EndpointRegistryImpl.java:556)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,377 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doBMT(EjbTransactionBMTAdapterBean.java:197)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor765.invoke(Unknown Source)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,377 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-03-17 13:29:04,377 ERROR [STDERR]  at $Proxy379.doBMT(Unknown Source)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:95)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:165)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.registry.endpoint.client.EndpointRegistryClient.invoke(EndpointRegistryClient.java:564)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.registry.endpoint.client.EndpointRegistryClient.createEndpoint(EndpointRegistryClient.java:373)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.application.tlo.impl.startpoint.StartpointVisualizationRuntime.createWatchedFolderManagerEndpoint(StartpointVisualizationRuntime.java:832)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.application.tlo.impl.OrchestrationTLOHandler.createEndpoints(OrchestrationTLOHandler.java:197)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.application.tlo.impl.OrchestrationTLOHandler.deploy(OrchestrationTLOHandler.java:118)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl$7.doInTransaction(ApplicationRegistryImpl.java:1098)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew(EjbTransactionBMTAdapterBean.java:218)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor645.invoke(Unknown Source)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,377 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-03-17 13:29:04,377 ERROR [STDERR]  at $Proxy379.doRequiresNew(Unknown Source)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:133)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionTemplate.java:79)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl.deploy(ApplicationRegistryImpl.java:1096)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.service.ApplicationManagerService.createAndDeployApplicationConfiguration(ApplicationManagerService.java:1301)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.service.ApplicationManagerService.importES2ApplicationArchive(ApplicationManagerService.java:1265)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.service.ApplicationManagerService._importApplicationArchive(ApplicationManagerService.java:198)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.service.ApplicationManagerService.importApplicationArchive(ApplicationManagerService.java:115)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,377 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.invoker.ApplicationInvoker.invoke(ApplicationInvoker.java:38)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor758.invoke(Unknown Source)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,377 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-03-17 13:29:04,377 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-03-17 13:29:04,377 ERROR [STDERR]  at $Proxy378.doSupports(Unknown Source)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.client.ApplicationManagerClient.callApplicationManager(ApplicationManagerClient.java:78)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.applicationmanager.client.ApplicationManager.importApplicationArchive(ApplicationManager.java:165)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.livecycle.design.service.commands.DeployApplicationCommand.execute(DeployApplicationCommand.java:132)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.livecycle.design.service.DesigntimeServiceImpl.deploy(DesigntimeServiceImpl.java:857)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-03-17 13:29:04,377 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,377 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-03-17 13:29:04,377 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
2010-03-17 13:29:04,392 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor758.invoke(Unknown Source)
2010-03-17 13:29:04,392 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,392 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-03-17 13:29:04,392 ERROR [STDERR]  at $Proxy378.doSupports(Unknown Source)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiver.java:329)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint.java:139)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java:81)
2010-03-17 13:29:04,392 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor760.invoke(Unknown Source)
2010-03-17 13:29:04,392 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,392 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
2010-03-17 13:29:04,392 ERROR [STDERR]  at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
2010-03-17 13:29:04,392 ERROR [STDERR]  at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java:43)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
2010-03-17 13:29:04,392 ERROR [STDERR]  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
2010-03-17 13:29:04,392 ERROR [STDERR]  at java.lang.Thread.run(Thread.java:619)
2010-03-17 13:29:04,392 ERROR [STDERR] Caused by: com.adobe.idp.scheduler.SchedulerException: No scheduler found with name IDPSchedulerService
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.scheduler.SchedulerRegistry.getScheduler(SchedulerRegistry.java:69)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.scheduler.SchedulerServiceImpl.scheduleJob(SchedulerServiceImpl.java:305)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.scheduler.SchedulerServiceImpl.scheduleJob(SchedulerServiceImpl.java:335)
2010-03-17 13:29:04,392 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-03-17 13:29:04,392 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-03-17 13:29:04,392 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-03-17 13:29:04,392 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-03-17 13:29:04,392 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-03-17 13:29:04,392 ERROR [STDERR]  ... 315 more
2010-03-17 13:29:44,498 WARN  [com.adobe.idp.dsc.management.impl.ComponentClassLoaderSource] Jar file: adobe-rightsmanagement-client.jar does not exist in component: com.adobe.livecycle.ContentServices.9.0.0.0.20091020.1.126807

Avatar

Level 10

Do you get an error file in the failure folder under that watched folder.

The error log you posted doesn't say much.

Jasmin

Avatar

Level 2

No files are being placed inside these result/preserve/failure Folders. I believe failure error will be logged only if the application failed to execute, but in this case the application is not being deployed at first place.

do you know any settings which might be stopping me from deploying the watched folder application? other applications work well!

Thanks

Rakesh

Avatar

Level 10

Do you see you application deployed in adminui, under Services/Application and Services/Application Management?

Jasmin

Avatar

Level 2

Yes, It is available in admin console. I've tried following steps,

I've tried creating watched folder using workbench and tried to deploy, no errors while deploying but never executes.

I've also tried creating a normal process and deploying it. Then using EndPoint Management, added a watched folder endpoint. still does not work.

In both of the above cases, if i try to UnDeploy it throws DSCInvocation Error which i think is a very generic error. After which the Whole application becomes useless.

ES worked fine when i used it earlier, ES2 is what i'm using right now.

Avatar

Level 10

If you just invoke from the Workbench, does the process work?

Jasmin

Avatar

Level 2

If i try to Invoke, it first tries to Deploy and throws an error(IMAGE ATTACHED) and then continues with no other errors but the invocation never happens, and no output is generated.

InvocationError.JPG

Avatar

Level 10

I'm not sure what's going on in your environment. Something seems corrupted.

I would contact support.

Jasmin