I can not remove AdobeLiveCycle Designer8.0 fromcontrol panel. What do I do?
I can not remove AdobeLiveCycleDesigner8.0. What do I do?
Cannot start adobe-livecycle-weblogic.ear from ES4 on weblogic 12.1.2.0.0
I am trying to install Adobe LiveCycle ES4 on the following
OS: Win 2008 R2
DB: Oracle 11.2.0.1.0
AppServer: 12.1.2.0.0
Java: jdk1.6.0_43 (64 bit)
Using Configuration Manager, all the validations passed, but deploy failed.
When I tried to manually deploy, adobe-livecycle-native-weblogic-x86_win32.ear and adobe-workspace-client.ear deployed and started successfully.
However adobe-livecycle-weblogic.ear deploys but cannot start.
The error in the managed server's out file is:
####<Sep 12, 2013 12:35:40 AM IST> <Info> <Deployer> <pnv6s162> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <adobelc11> <> <> <1378926340732> <BEA-149038> <Initiating task for adobe-livecycle-weblogic : [Deployer:149026]start application adobe-livecycle-weblogic on AdobeLCServer..>
####<Sep 12, 2013 12:36:12 AM IST> <Warning> <Deployer> <pnv6s162> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1378926372937> <BEA-149004> <Failures were detected while initiating start task for application "adobe-livecycle-weblogic".>
####<Sep 12, 2013 12:36:12 AM IST> <Warning> <Deployer> <pnv6s162> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1378926372937> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer not found
at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java: 140)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java :124)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:213)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:208)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:70)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:24)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java :165)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.ja va:80)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOpera tion.java:586)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(Act ivateOperation.java:148)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOpera tion.java:114)
at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.j ava:151)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperati on.java:339)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(Deployment Manager.java:846)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(Deployment Manager.java:1275)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.ja va:442)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServic eDispatcher.java:176)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommi tCallback(DeploymentReceiverCallbackDeliverer.java:195)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100(DeploymentReceiverCallbackDeliverer.java:13)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(D eploymentReceiverCallbackDeliverer.java:68)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.jav a:550)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
Caused By: java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer not found
at java.util.ServiceLoader.fail(ServiceLoader.java:214)
at java.util.ServiceLoader.access$300(ServiceLoader.java:164)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:348)
at java.util.ServiceLoader$1.next(ServiceLoader.java:428)
at weblogic.jaxrs.onwls.deploy.util.JaxRsDeployer.getJaxRsInitializerFromUserApp(JaxRsDeploy er.java:133)
at weblogic.jaxrs.server.portable.servlet.JerseyServletContainerInitializer.onStartup(Jersey ServletContainerInitializer.java:75)
at weblogic.servlet.internal.WebAppServletContext.initContainerInitializer(WebAppServletCont ext.java:1339)
at weblogic.servlet.internal.WebAppServletContext.initContainerInitializers(WebAppServletCon text.java:1276)
at weblogic.servlet.internal.WebAppServletContext.initContainerInitializers(WebAppServletCon text.java:1262)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java :1779)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2807)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1661)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:822)
at weblogic.application.internal.ExtensibleModuleWrapper$StartStateChange.next(ExtensibleMod uleWrapper.java:360)
at weblogic.application.internal.ExtensibleModuleWrapper$StartStateChange.next(ExtensibleMod uleWrapper.java:356)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java: 138)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java :124)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:213)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:208)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:70)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:24)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java :165)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.ja va:80)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOpera tion.java:586)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(Act ivateOperation.java:148)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOpera tion.java:114)
at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.j ava:151)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperati on.java:339)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(Deployment Manager.java:846)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(Deployment Manager.java:1275)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.ja va:442)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServic eDispatcher.java:176)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommi tCallback(DeploymentReceiverCallbackDeliverer.java:195)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100(DeploymentReceiverCallbackDeliverer.java:13)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(D eploymentReceiverCallbackDeliverer.java:68)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.jav a:550)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
>
I downloaded jaxws-rt.jar (which contains the com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer class) and added it to the classpath of the managed server and the admin server, but that did not solve the problem.
Microsoft Hyper-V virtualization platform for LiveCycle server
Hi everybody,
I have a client who asked me if LiveCycle supports Microsoft Hyper-V environment virtualization. Is Hyper-V supported by latest versions of LiveCycle either ES3 SP2 or the new upcoming ES4?
Thanks in advance.
[MemoryPolicy] Memory threshold exceeded
Hi,
I get this warning in my Jboss log :
16:11:30,038 WARN [MemoryPolicy] Memory threshold exceeded: maximum limit 95.0, current value 97.0
16:11:30,038 WARN [WorkPolicyManagerImpl] Work policy Memory violated on thread: IDPSchedulerService_Worker-5. Cause: com.adobe.idp.dsc.workmanager.workload.policy.WorkPolicyViolationException: Seuil de mémoire dépassé : limite maximale 95, valeur actuelle 97
16:11:30,039 INFO [MemoryStatistic] Number of cycles left before recovery = 5
16:11:30,039 WARN [WorkPolicyManagerImpl] Local policies violated for statistics on 'adobejb_null:wm_default'. Cause: com.adobe.idp.dsc.workmanager.workload.policy.WorkPolicyViolationException: Seuil de mémoire dépassé : limite maximale 95, valeur actuelle 97
16:11:32,628 INFO [STDOUT] DEBUG TaskListBuilder - fill : START
Can someone tell me the root cause of this warn ? and provide me the solution to fix it .
Kind regards
Naoufal FAHEM
Unable to deploy application
Hi all,
I am developing an application on ADOBE Livecycle ES2.(Like Inventory Ordering Application)
After developing many forms and processes, Suddenly, We are facing issues like, Unable to deploy the applications for the past one week. We have tried many solutions like Creating the new versions for the app, Seperating the application into small applications (One for each form).. But nothing gave like a permanent solution..
We feel like server was more unstable and so we tried restarting the server.But it give like a show that works fine only for sometime and later on again the same problem persists.
We got frustrated with how to resolve it.
Application LCA file size:25MB
We have tried deploying/Undeploying the application in ADMIN UI, Thro' Workbench.. but nothing works.
We have traced Server logs and we got like error as follows:
2012-07-26 09:17:57,102 ERROR [com.adobe.idp.applicationmanager.application.tlo.impl.OrchestrationTLOHandler] create:Registry exception in orchestration handler Servce: Test-GIW/Processes/uploading_image_info already exists
2012-07-26 09:17:57,191 ERROR [com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl] ApplicationServiceStoreImpl:create:POFException:Internal eror.
2012-07-26 09:17:57,191 ERROR [com.adobe.idp.applicationmanager.service.ApplicationManagerService] ApplicationManagerService:importApplication():DSCException:Interna error.
2012-07-26 09:17:57,465 WARN [com.adobe.livecycle.design.service.DesigntimeServiceImpl] Error Acting against Cache for unlocking Deploy Lock: Attempting to unlock DLockService@497b4c74 named /root/Global_DeployLockMonitorCache destroyed=false grantorId=[LockGrantorId: lockGrantorMember=ip-10-80-79-201(31810:loner):1:befb175e:GmfireCacheAdapter, lockGrantorVersion=1, lockGrantorSerialNumber=3] grantor=<DLockGrantor@6de033e6 state=READY name=/root/Global_DeployLockMonitorCache version=1>> LockEntryKey , but this thread does not own the lock. DLockToken@1a6f7965, name:
And now, When we try check out any forms/Process
, We got like "You have lost the lock on the form/process. So the changes made by you will not be reflected in server".
Could anybody (who have already faced the issue or having an KT about the issue).. please help us!!
ALC-DSC-031-000: com.adobe.idp.dsc.net.DSCNamingException: Remote EJBObject lookup failed for ejb/In
I have seen this error way too often now and every time i think i have found a solution to it i get it again. Can anyone please let me know if they have seen this and what the resolution for it is?
Thanks :)
[8/05/08 17:53:10:078 EST] 00000038 WebApp E [Servlet Error]-[check-login]: ALC-DSC-031-000: com.adobe.idp.dsc.net.DSCNamingException: Remote EJBObject lookup failed for ejb/Invocation provider
at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.initialise(EjbMessageDispatcher. java:97)
at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.doSend(EjbMessageDispatcher.java :130)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
at com.adobe.workspace.users.Authentication.doSSO(Authentication.java:296)
at com.adobe.workspace.users.Authentication.servletCheckLogin(Authentication.java:234)
at com.adobe.workspace.users.AuthenticationServlet.doGet(AuthenticationServlet.java:53)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1068)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1009)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
at com.adobe.workspace.events.RemoteEventClientLifeCycle.doFilter(RemoteEventClientLifeCycle .java:126)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 190)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:771)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:539)
Default weblogic console user/password
http://
and I login with:
username: administrator
password: password
it fails every time. Can anyone enlighten me as to the default username/password for WebLogic that is used during the turnkey installation?
Watched folder error - "Exception while getting principal from Directory manager"
I've configured a watched folder that starts a process with an Office
Document, converts it to PDF and applies a Rights Management Policy.
It runs on behalf of an Active Directory user.
Sometimes it works flawlessly, but most of the time it fails, giving a
ridiculously long failure log with the longest trace stacks I've ever
seen in life... resumed:
=======================
ALC-DSC-600-000: com.adobe.idp.dsc.provider.service.scheduler.impl.SchedulerRuntimeException : Failure to invoke the job [watched_folder_endpoint_name]
Caused by: ALC-FEP-011-000: com.adobe.idp.dsc.service.file.impl.FileProviderRuntimeException: Failed to get the context on behalf of user [username], domain [company_domain] for watch folder [watched_folder_endpoint_name]
Caused by: | [com.adobe.idp.um.api.impl.AuthenticationManagerImpl] errorCode:16386 errorCodeHEX:0x4002 message:Exception while getting principal from Directory manager| [IDPLoggedException] errorCode:12801 errorCodeHEX:0x3201 message:Exception while getting principal from Directory manager
chainedException:javax.ejb.TransactionRolledbackLocalException: null;
CausedByException is:
nullchainedExceptionMessage:null; CausedByException is:
null chainedException
trace:javax.ejb.TransactionRolledbackLocalException: null;
CausedByException is:
null
=======================
I vaguely suspect is the server's clock going out of sync with the domain controller's clock, but I tried everything I knew of about it with no consistent results.
It's LiveCycle 8.0.1 SP2 installed on a Windows 2003 Server.
Manual install, JBoss Clustered configuration (the second node is actually turned off for the time being)
SQL Server 2005 as backend Database
Users on Active Directory on a Windows 2003 Server -which is a "copy" of the main domain controller.
Watched folder is in a mounted share of another Windows 2003 Server acting as fileserver.
Any clue will be greatly appreciated!!
LiveCycle Database Schema
How encrypt password in datasource?
I install LiveCycle ES on Jboss (Windows).
I configure JBoss to access Oracle. So I configure these files :
- adobe-ds.xml in server/all/deploy
- oracle-ds.xml in server/all/deploy
- login-config.xml in server/all/conf
In these three files, there is the username and password in clear.
Now I want to encrypt the password.
But I don't know how I have to change these file and what command I have to launch to do that.
Thanks for any help
Best regards,
Michael
I like to buy a XPAAJ library
I'm developing a small project in java, it's a desktop application.
This application has to populate a PDF document. The PDF document has
been developed using LiveCycle with a dynamic XFA form.
Regarding to the LiveCycle API documentation. This has to be necessarily connected to the LiveCycle server to populate the PDF document.
I like to populate the PDF document without connect my application to LiveCycle server.
I tested the XPAAJ library and it's good for me. But Adobe doesn't support more this library.
Please, could you tell me where/how I could buy that library? Could someone sell an old licence of the XPAAJ library?
Thanks,
Araujo
error CNTR0019E when starting LiveCycleES cluster
when satrting the cluster it throws warnings from the first node and errors from the 2nd node. any ideas?
first node contunuously shows:
[10/14/09 18:38:05:733 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
[10/14/09 18:38:13:253 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
[10/14/09 18:38:20:773 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
[10/14/09 18:38:28:293 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
[10/14/09 18:38:35:813 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
[10/14/09 18:38:43:333 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
[10/14/09 18:38:50:853 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
[10/14/09 18:38:58:373 EDT] 00000045 DSCJobStoreTX W org.quartz.impl.jdbcjobstore.JobStoreSupport findFailedInstances This scheduler instance (livpsapcg031255557570703) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
2nd node EJB errors:
[10/14/09 18:45:20:307 EDT] 00000028 ExceptionUtil E CNTR0019E: EJB threw an unexpected (non-declared) exception during invocation of method "doRequiresNew". Exception data: com.ibm.websphere.csi.CSITransactionRolledbackException: Transaction rolled back; nested exception is:
javax.transaction.TransactionRolledbackException: Transaction is ended due to timeout
at com.ibm.ejs.csi.TransactionControlImpl.completeTxTimeout(TransactionControlImpl.java:1403 )
at com.ibm.ejs.csi.TransactionControlImpl.preInvoke(TransactionControlImpl.java:295)
at com.ibm.ejs.container.EJSContainer.preInvokeActivate(EJSContainer.java:3468)
at com.ibm.ejs.container.EJSContainer.preInvoke(EJSContainer.java:2933)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionCMTAdapter_ caf58c4f.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getServiceConfigurations(Serv iceRegistryImpl.java:1264)
at com.adobe.idp.dsc.DSContainer.installJMXMBeans(DSContainer.java:175)
at com.adobe.idp.dsc.DSContainer.initialize(DSContainer.java:157)
at com.adobe.idp.dsc.impl.DSCManagerImpl.start(DSCManagerImpl.java:80)
at com.adobe.idp.dsc.startup.DSCStartupServlet$1.doInTransaction(DSCStartupServlet.java:130)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
at com.adobe.idp.dsc.startup.DSCStartupServlet.init(DSCStartupServlet.java:123)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:226)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:320)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1305)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:153)
at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtens ionProcessor.java:99)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:887)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:809)
at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:527)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:364)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:671)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:624)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1274)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedAppl icationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:8 17)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java: 921)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.jav a:2124)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.ja va:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: javax.transaction.TransactionRolledbackException: Transaction is ended due to timeout
at com.ibm.ws.Transaction.JTA.TranManagerImpl.completeTxTimeout(TranManagerImpl.java:615)
at com.ibm.ws.Transaction.JTA.TranManagerSet.completeTxTimeout(TranManagerSet.java:634)
at com.ibm.ejs.csi.TransactionControlImpl.completeTxTimeout(TransactionControlImpl.java:1395 )
... 41 more
[10/14/09 18:45:20:371 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_3.txt
[10/14/09 18:45:20:388 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_3.txt
[10/14/09 18:45:20:419 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_4.txt
[10/14/09 18:45:20:434 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_4.txt
[10/14/09 18:45:20:476 EDT] 00000028 DSCStartupSer E com.adobe.idp.dsc.startup.DSCStartupServlet$1 doInTransaction DSC Startup failed. Reason: Internal error.
[10/14/09 18:45:20:504 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_5.txt
[10/14/09 18:45:20:518 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_5.txt
[10/14/09 18:45:20:524 EDT] 00000028 EjbTransactio E com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean doRequiresNew The current transaction has been marked for rollback. This means one of three things; 1) this transaction has timed-out (the timeout period was set to [-1(sec)]-1, while the actual tx took [302(sec)]), 2) And unhandled Runtime exception occurred when calling another service (please check the logs for more detail, or 3) This is a JTA transaction and a service has explicitly marked a transaction for rollback
[10/14/09 18:45:20:543 EDT] 00000028 EjbTransactio E com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean doRequiresNew TRAS0014I: The following exception was logged javax.transaction.RollbackException
at com.ibm.ws.Transaction.JTA.TransactionImpl.stage3CommitProcessing(TransactionImpl.java:18 46)
at com.ibm.ws.Transaction.JTA.TransactionImpl.processCommit(TransactionImpl.java:1625)
at com.ibm.ws.Transaction.JTA.TransactionImpl.commit(TransactionImpl.java:1547)
at com.ibm.ws.Transaction.JTA.TranManagerImpl.commit(TranManagerImpl.java:247)
at com.ibm.ws.Transaction.JTA.TranManagerSet.commit(TranManagerSet.java:166)
at com.ibm.ws.Transaction.JTA.UserTransactionImpl.commit(UserTransactionImpl.java:293)
at com.ibm.ejs.container.UserTransactionWrapper.commit(UserTransactionWrapper.java:264)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:220)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
at com.adobe.idp.dsc.startup.DSCStartupServlet.init(DSCStartupServlet.java:123)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:226)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:320)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1305)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:153)
at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtens ionProcessor.java:99)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:887)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:809)
at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:527)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:364)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:671)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:624)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1274)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedAppl icationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:8 17)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java: 921)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.jav a:2124)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.ja va:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
.
[10/14/09 18:45:20:554 EDT] 00000028 ExceptionUtil E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "doRequiresNew" on bean "BeanId(LiveCycle8#adobe-dscf.jar#EjbTransactionBMTAdapter, null)". Exception data: ALC-DSC-305-000: com.adobe.idp.dsc.transaction.MarkedForRollbackException: The current transaction has been marked for rollback. This means one of three things; 1) this transaction has timed-out (the timout period was set to [Use Environment Default], while the actual tx took [302(sec)]), 2) And unhandled Runime exception occurred when calling another service (please check the logs for more detail, or 3) This is a JTA transaction and a service has explicitly marked a transaction for rollback
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:241)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
at com.adobe.idp.dsc.startup.DSCStartupServlet.init(DSCStartupServlet.java:123)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:226)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:320)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1305)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:153)
at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtens ionProcessor.java:99)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:887)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:809)
at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:527)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:364)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:671)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:624)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1274)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedAppl icationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:8 17)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java: 921)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.jav a:2124)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.ja va:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
[10/14/09 18:45:20:584 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_6.txt
[10/14/09 18:45:20:599 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_6.txt
[10/14/09 18:45:20:605 EDT] 00000028 LocalTranCoor E WLTC0017E: Resources rolled back due to setRollbackOnly() being called.
[10/14/09 18:45:20:645 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_7.txt
[10/14/09 18:45:20:659 EDT] 00000028 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file /app/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/LiveCycleES_00000028_09.10.14_18 .45.20_7.txt
[10/14/09 18:45:20:666 EDT] 00000028 DSCStartupSer W com.adobe.idp.dsc.startup.DSCStartupServlet init Unable to start the DSCManager
[10/14/09 18:45:20:673 EDT] 00000028 DSCStartupSer W com.adobe.idp.dsc.startup.DSCStartupServlet init TRAS0014I: The following exception was logged ALC-DSC-305-000: com.adobe.idp.dsc.transaction.MarkedForRollbackException: The current transaction has been marked for rollback. This means one of three things; 1) this transaction has timed-out (the timout period was set to [Use Environment Default], while the actual tx took [302(sec)]), 2) And unhandled Runime exception occurred when calling another service (please check the logs for more detail, or 3) This is a JTA transaction and a service has explicitly marked a transaction for rollback
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:241)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
at com.adobe.idp.dsc.startup.DSCStartupServlet.init(DSCStartupServlet.java:123)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:226)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:320)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1305)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:153)
at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtens ionProcessor.java:99)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:887)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:809)
at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:527)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:364)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:671)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:624)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1274)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedAppl icationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:8 17)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java: 921)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.jav a:2124)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.ja va:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Error initializing BAM in jboss
i've been trying to install livecycle on a linux machine to some avail, i've been following the documentation that adobe provides, but i'm getting some errors.
i'm stuck in BAM initialization.
i've followed what the document provided and used the adobe jboss prepared application server in order to install BAM.
I've created the user, database.
changed the configuration to match my criteria, but when i try to initialize jboss bam by running ./run.sh -c all -b 10.0.20.10.
i'm getting the following errors mid initialization:
2010-03-22 14:49:36,503 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bam]] Servlet /bam threw load() exception
java.util.MissingResourceException: Can't find bundle for base name com.cognos.obi.properties.Messages, locale pt_PT
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:787)
at com.cognos.obi.util.cobrand.CQResourceBundle.<init>(CQResourceBundle.java:58)
at com.cognos.obi.util.cobrand.CQResourceBundle.getBundle(CQResourceBundle.java:162)
at com.cognos.obi.logging.Logger.translateMessage(Logger.java:231)
at com.cognos.obi.logging.Logger.translateMessage(Logger.java:210)
at com.cognos.obi.logging.LogMessage.toString(LogMessage.java:26)
at org.apache.log4j.or.DefaultRenderer.doRender(DefaultRenderer.java:35)
at org.apache.log4j.or.RendererMap.findAndRender(RendererMap.java:79)
at org.apache.log4j.spi.LoggingEvent.getRenderedMessage(LoggingEvent.java:297)
at org.apache.log4j.helpers.PatternParser$BasicPatternConverter.convert(PatternParser.java:403)
at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:64)
at org.apache.log4j.PatternLayout.format(PatternLayout.java:503)
at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:301)
at org.apache.log4j.WriterAppender.append(WriterAppender.java:159)
at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)
at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:65)
at org.apache.log4j.Category.callAppenders(Category.java:203)
at org.apache.log4j.Category.forcedLog(Category.java:388)
at org.apache.log4j.Category.log(Category.java:835)
at com.cognos.obi.logging.Logger.info(Logger.java:501)
at com.cognos.obi.logging.Logger.setThirdPartyAppLogsStdout(Logger.java:911)
at com.cognos.obi.logging.Logger.initializeBootstrapLogger(Logger.java:953)
at com.cognos.obi.logging.Logger.<clinit>(Logger.java:73)
at com.cognos.obi.servlet.FlatFileServlet.<clinit>(FlatFileServlet.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1104)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4069)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4373)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy46.start(Unknown Source)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93)
at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy47.start(Unknown Source)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
deployLiveCycleComponents - too many open files
Hi,
We are trying to install LC ES2 on a Suse64/weblogic platform. We can not acheive the installation because the "deployLiveCycleComponents" step always fails with many error messsages "to many open files":
[2010-03-24 09:39:09,243], SEVERE, Thread-9, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Failed to deploy component /u01/adobe/product/adobe_livecycle_es2/deploy/adobe-encryption-dsc.jar.
com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-200]: Failed to deploy component /u01/adobe/product/adobe_livecycle_es2/deploy/adobe-encryption-dsc.jar.
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCFiles(DeployDSCs.java:403)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCs(DeployDSCs.java:151)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCsTask$ActualTask.<init>(DeployDSCsTas k.java:88)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCsTask$1.construct(DeployDSCsTask.java :56)
at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)
at java.lang.Thread.run(Thread.java:619)
Caused by: ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.throwExceptionHandler(So apAxisDispatcher.java:211)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatche r.java:129)
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.idp.dsc.registry.component.client.ComponentRegistryClient.invoke(ComponentRegis tryClient.java:373)
at com.adobe.idp.dsc.registry.component.client.ComponentRegistryClient.install(ComponentRegi stryClient.java:131)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.installComponentUsingDoc(DeployDSCs .java:634)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.installComponent(DeployDSCs.java:61 2)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.installAndStartComponent(DeployDSCs .java:603)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCFiles(DeployDSCs.java:369)
... 5 more
Caused by: com.adobe.idp.DocumentError: java.io.IOException: Too many open files
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:10 87)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch( Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatche r.java:127)
... 13 more
Of course, we have double checked the kernal parameters:
ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
pending signals (-i) 102399
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 65535
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 102399
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
more /etc/sysctl.conf
# Disable response to broadcasts.
# You don't want yourself becoming a Smurf amplifier.
net.ipv4.icmp_echo_ignore_broadcasts = 1
# enable route verification on all interfaces
net.ipv4.conf.all.rp_filter = 1
# enable ipV6 forwarding
#net.ipv6.conf.all.forwarding = 1
###############################################################################
#Kernel information for Oracle Database Installation
#Those parameters have been set on the 18 March 2010
###############################################################################
kernel.shmall = 4194304
kernel.shmmax =2147483648
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
#fs.file-max set for 500 process
fs.file-max =500000
net.core.rmem_default=262144
net.core.rmem_max=2097152
net.core.wmem_default=262144
net.core.wmem_max=1048576
vm.hugetlb_shm_group =1004
How to solve that problem and acheive the installation process?
cb.
which database driver is required for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server
Hi,
i am trying to configure JDBC with weblogic. Can any one tell me which deriver needs to be selected for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server.
if i use BEA oracle Driver (Type 4) version 9.0.1, 9.2.0,10,11, i find error (see snap:2)
and
when i use oracle's driver (thin) version 9.0.1, 9.2.0,10,11, i find error
Memory threshold exceeded
Hi,
I am using LiveCycle ES2.5, Turnkey Install, Express mode.
Just got the following message in the JBoss server log file, how to fix it?
2011-03-31 21:12:34,456 WARN [com.adobe.idp.dsc.workmanager.workload.policy.MemoryPolicy] Memory threshold exceeded: maximum limit 95.0, current value 96.0
2011-03-31 21:12:34,456 WARN [com.adobe.idp.dsc.workmanager.workload.policy.WorkPolicyEvaluationBackgroundTask] Policies violated for statistics on 'adobejb_server1:wm_default'. Cause: com.adobe.idp.dsc.workmanager.workload.policy.WorkPolicyViolationException: Work policy violated. Will attempt to recover in 60000 ms
2011-03-31 21:13:34,457 WARN [com.adobe.idp.dsc.workmanager.workload.policy.MemoryPolicy] Memory threshold exceeded: maximum limit 95.0, current value 96.0
2011-03-31 21:13:34,457 WARN [com.adobe.idp.dsc.workmanager.workload.policy.WorkPolicyEvaluationBackgroundTask] Policies violated for statistics on 'adobejb_server1:wm_default'. Cause: com.adobe.idp.dsc.workmanager.workload.policy.WorkPolicyViolationException: Work policy violated. Will attempt to recover in 60000 ms
thanks
Upgrade ES2 | Stuck at JNDI Information
Hi, This is my first post!
I am upgrading Adobe LC 8.2 to ES2 on AIX, WAS7.x and Oracle 11gR2. I am stuck at an exception, this I did search in forum and found no solid answer. Will try to redeploy, meanwhile if someone know the answer will be helpful.
ationServer=websphere) defaultIfNotFound: null
[2012-02-01 19:05:41,818], FINE, Thread-49, com.adobe.livecycle.lcm.core.LCMDataManager, getting variable (applicationServer=websphere) defaultIfNotFound: null
[2012-02-01 19:05:41,833], SEVERE, Thread-49, com.adobe.livecycle.upgrade.gui.upgrade8.UpgradeJNDIPortDialog$TestConnectionTask, Task failed
javax.naming.NamingException: Error getting WsnNameService properties [Root exception is org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: IBM minor code: E07 completed: No]
at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInitCtxFactory.java:1475 )
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java: 982)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:902)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java :574)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
at javax.naming.InitialContext.lookup(InitialContext.java:436)
at com.adobe.livecycle.upgrade.UpgradeUtils.validateJNDIPort(UpgradeUtils.java:899)
at com.adobe.livecycle.upgrade.gui.upgrade8.UpgradeJNDIPortDialog$TestConnectionTask$ActualT ask.<init>(UpgradeJNDIPortDialog.java:599)
at com.adobe.livecycle.upgrade.gui.upgrade8.UpgradeJNDIPortDialog$TestConnectionTask$1.const ruct(UpgradeJNDIPortDialog.java:564)
at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)
at java.lang.Thread.run(Thread.java:736)
Caused by: org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: IBM minor code: E07 completed: No
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1270)
at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1330)
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1158)
at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1296)
at com.ibm.rmi.corba.ClientDelegate.request(ClientDelegate.java:1877)
at com.ibm.CORBA.iiop.ClientDelegate.request(ClientDelegate.java:1252)
at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:458)
at com.ibm.WsnBootstrap._WsnNameServiceStub.getProperties(_WsnNameServiceStub.java:38)
at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInitCtxFactory.java:1472 )
... 13 more
Caused by: java.net.NoRouteToHostException: Can't assign requested address
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:383)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:245)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:232)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:377)
at java.net.Socket.connect(Socket.java:539)
at java.net.Socket.connect(Socket.java:488)
at java.net.Socket.<init>(Socket.java:385)
at java.net.Socket.<init>(Socket.java:199)
at com.ibm.ws.orbimpl.transport.WSTCPTransportConnection.createSocket(WSTCPTransportConnecti on.java:270)
at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:354)
at com.ibm.ws.orbimpl.transport.WSTransport.getConnection(WSTransport.java:436)
at com.ibm.CORBA.transport.TransportBase.getConnection(TransportBase.java:187)
at com.ibm.rmi.iiop.TransportManager.get(TransportManager.java:89)
at com.ibm.rmi.iiop.GIOPImpl.getConnection(GIOPImpl.java:130)
at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:219)
at com.ibm.rmi.corba.ClientDelegate.locate(ClientDelegate.java:1974)
at com.ibm.rmi.corba.ClientDelegate._createRequest(ClientDelegate.java:1999)
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1180)
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1266)
... 21 more
[2012-02-01 19:06:04,628], FINE, AWT-EventQueue-0, com.adobe.livecycle.lcm.gui.dialogs.TestProgressDialog, stopping task and timer
[2012-02-01 19:06:04,628], INFO, AWT-EventQueue-0, com.adobe.livecycle.upgrade.gui.upgrade8.UpgradeJNDIPortDialog$TestConnectionTask, Stopping task: com.adobe.livecycle.upgrade.gui.upgrade8.UpgradeJNDIPortDialog$TestConnectionTask@68306830
Cannot start JdbcService
Hi,
ADEP, Document Services 10.0, Windows Turnkey Installation.
JDBC is stopped an won't allow me to restart it at the ADMINUI.
I checked the logs and no errors I can see. I have restarted Livecycle/Jboss. Rest of system working fine
Any ideas or things to check ?
thanks
Word (version XP or onwards) could not be found on the machine
I am currently test driving LiveCycle Designer ES3. When I try to convert a Word document I get the error message "Word (version XP or onwards) could not be found on the machine".
- I have tried the registry hack posted by ES2 users on another forum. It did not work.
- I have tried converting both *.doc and *.docx; got the same error on both formats.
Is there a solution for ES3? We are considering buying the software but if we can't make it work with Word that would be a deal breaker.
My system:
- Windows Pro 64bit
- Office Pro 2010 64bit
- Creative Cloud (CS6 and Acrobat XI)
- LiveCycle Designer ES3 (trial)
Thanks in advance for any help fixing that bug!
Add User for Native PDF Conversion fails on Windows 2008 for WebSphere
I'm installing LiveCycle ES3 Generator on Windows 2008 R2 server with WebSphere 8. When I try to add users for the Native PDF conversion as part of the generator configuration I get an error. I've included the installer log error and some of the related WebSphere logs below. Anyone have any sugestions?
Configuration Manager Install log:
[2013-03-11 10:03:35,834], WARNING, Thread-11, com.adobe.pdfg.lcm.configure.users.AddPDFGAdminUserTask, Error while adding user to PDFG :ALC-DSC-005-000: com.adobe.idp.dsc.DSCNotSerializableException: Not Serializable
Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
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.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
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:188)
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:131)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:139)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1214)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:774)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:456)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java: 178)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:125)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:92)
at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 192)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)
at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:86)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 192)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:926)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java :1023)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:87)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:895)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:458)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.jav a:522)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java: 311)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:282)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConn ectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitia lReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)
Caused by: ALC-PDG-80000-000: com.adobe.pdfg.exceptions.ConfigException: ALC-PDG-080-000-Connection to failed service.
at com.adobe.pdfg.config.PDFGConfigServiceImpl.validateUserCredentials(PDFGConfigServiceImpl .java:494)
at com.adobe.pdfg.config.PDFGConfigServiceImpl.updateUserAccountsSettings(PDFGConfigServiceI mpl.java:870)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
... 71 more
Caused by: java.lang.IllegalStateException: Connection to failed service.
at com.adobe.service.ResourcePooler.allocateResource(ResourcePooler.java:96)
at com.adobe.service.ConnectionFactoryManagerPeer.getConnectionResourceFromPool(ConnectionFa ctoryManagerPeer.java:79)
at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactor yManagerPeerImpl.java:103)
at com.adobe.service.ConnectionFactoryRmiAdapter.getConnection(ConnectionFactoryRmiAdapter.j ava:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.rmi.util.ProxyUtil$4.run(ProxyUtil.java:609)
at java.security.AccessController.doPrivileged(AccessController.java:280)
at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:606)
at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1177)
at $Proxy35.getConnection(Unknown Source)
at com.adobe.service._ConnectionFactoryRemote_Stub.getConnection(_ConnectionFactoryRemote_St ub.java:59)
at com.adobe.pdfg.config.PDFGConfigServiceImpl.getColorProfileService(PDFGConfigServiceImpl. java:1252)
at com.adobe.pdfg.config.PDFGConfigServiceImpl.validateUserCredentials(PDFGConfigServiceImpl .java:487)
... 77 more
at com.adobe.idp.dsc.provider.impl.base.AbstractResponseHolder.handleException(AbstractRespo nseHolder.java:150)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkBindingStubUtil.deSerializeResponse( SoapSdkBindingStubUtil.java:132)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatche r.java:132)
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.pdfg.lcm.configure.users.AddPDFGAdminUserTask.run(AddPDFGAdminUserTask.java:76)
at java.lang.Thread.run(Thread.java:619)
Systemout
[3/11/13 10:03:35:744 EST] 000000de ProcessResour A ALC-BMC-001-505: Service ColorProfileSvc: Starting native process with command line "C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\ColorProfileSvc\\ColorPr ofileService.exe" -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd000000010000000000000460000102bd0000000b4851324b38454945323500bd0000bdbd0000001f4c4d424 9000000154773e3aa001500050442522d3700080100000000000000bd0000000a000000010000001400bdbdbd0 501000100000000000101000000000049424d0a0000000800bd00011600000100000026000000020002bdbd494 24d04000000050005020102bdbdbd0000001f0000000400bd0003000000200000000400bd00010000002500000 00400bd000300000021000002d80001bdbd000000060002bdbd000000240000001e00bd00260002bdbd0000000 10000000b31302e312e32302e353400bd24bb00400000bdbd0000000806062b1200021e0200000028040100080 6062b1200021e020000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000042bdbd000000240000001e00bd00660042bdbd000000010000000b31302e312e32302e35340 0bd24ba00400000bdbd0000000806062b1200021e02000000280401000806062b1200021e02000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000002bdbd000000240 000001e00bd00260002bdbd000000010000000b31302e312e32302e353400bd24bb00400000bdbd00000008060 6678102010101000000280401000806066781020101010000001864656661756c7457494d46696c65426173656 45265616c6d000000000000000000000000000000000042bdbd000000240000001e00bd00660042bdbd0000000 10000000b31302e312e32302e353400bd24ba00400000bdbd00000008060667810201010100000028040100080 6066781020101010000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000002bdbd000000240000001e00bd00260002bdbd000000010000000b31302e312e32302e35340 0bd24bb00400000bdbd0000000806062b1200021e06000000280401000806062b1200021e06000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000042bdbd000000240 000001e00bd00660042bdbd000000010000000b31302e312e32302e353400bd24ba00400000bdbd00000008060 62b1200021e06000000280401000806062b1200021e060000001864656661756c7457494d46696c65426173656 45265616c6d0000000000000000000000000000000049424d21000000ba00bd00010000bdbd0000001057494d5 57365725265676973747279000000002149424d20576562537068657265204170706c69636174696f6e2053657 276657200bdbdbd00000008382e352e302e300000000007352f312f313200bd0000000a676d313231382e30310 0bdbd000000452863656c6c293a4851324b3845494532354e6f6465303143656c6c3a286e6f6465293a4851324 b3845494532354e6f646530313a28736572766572293a7365727665723100bdffff0001bdbd000000140000000 800bd00b6400224ba -AppServer websphere
[3/11/13 10:03:35:787 EST] 000007c2 ProcessResour W ALC-BMC-001-024: Service ColorProfileSvc: Process ProcessResource@93771607(name=ColorProfileService.exe,pid=0) terminated abnormally with error code {3}
[3/11/13 10:03:35:794 EST] 000000de ProcessResour A ALC-BMC-001-505: Service ColorProfileSvc: Starting native process with command line "C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\ColorProfileSvc\\ColorPr ofileService.exe" -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd000000010000000000000460000102bd0000000b4851324b38454945323500bd0000bdbd0000001f4c4d424 9000000154773e3aa001500050442522d3800080100000000000000bd0000000a000000010000001400bdbdbd0 501000100000000000101000000000049424d0a0000000800bd00011600000100000026000000020002bdbd494 24d04000000050005020102bdbdbd0000001f0000000400bd0003000000200000000400bd00010000002500000 00400bd000300000021000002d80001bdbd000000060002bdbd000000240000001e00bd00260002bdbd0000000 10000000b31302e312e32302e353400bd24bb00400000bdbd0000000806062b1200021e0200000028040100080 6062b1200021e020000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000042bdbd000000240000001e00bd00660042bdbd000000010000000b31302e312e32302e35340 0bd24ba00400000bdbd0000000806062b1200021e02000000280401000806062b1200021e02000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000002bdbd000000240 000001e00bd00260002bdbd000000010000000b31302e312e32302e353400bd24bb00400000bdbd00000008060 6678102010101000000280401000806066781020101010000001864656661756c7457494d46696c65426173656 45265616c6d000000000000000000000000000000000042bdbd000000240000001e00bd00660042bdbd0000000 10000000b31302e312e32302e353400bd24ba00400000bdbd00000008060667810201010100000028040100080 6066781020101010000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000002bdbd000000240000001e00bd00260002bdbd000000010000000b31302e312e32302e35340 0bd24bb00400000bdbd0000000806062b1200021e06000000280401000806062b1200021e06000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000042bdbd000000240 000001e00bd00660042bdbd000000010000000b31302e312e32302e353400bd24ba00400000bdbd00000008060 62b1200021e06000000280401000806062b1200021e060000001864656661756c7457494d46696c65426173656 45265616c6d0000000000000000000000000000000049424d21000000ba00bd00010000bdbd0000001057494d5 57365725265676973747279000000002149424d20576562537068657265204170706c69636174696f6e2053657 276657200bdbdbd00000008382e352e302e300000000007352f312f313200bd0000000a676d313231382e30310 0bdbd000000452863656c6c293a4851324b3845494532354e6f6465303143656c6c3a286e6f6465293a4851324 b3845494532354e6f646530313a28736572766572293a7365727665723100bdffff0001bdbd000000140000000 800bd00b6400224ba -AppServer websphere
[3/11/13 10:03:35:839 EST] 000007c5 ProcessResour W ALC-BMC-001-024: Service ColorProfileSvc: Process ProcessResource@99362d6c(name=ColorProfileService.exe,pid=0) terminated abnormally with error code {3}
SystemErr
[3/11/13 10:03:35:778 EST] 000007c2 SystemErr R system exception1096024066
[3/11/13 10:03:35:778 EST] 000007c2 SystemErr R Unknown Exception in doFlush()
[3/11/13 10:03:35:778 EST] 000007c2 SystemErr R AdobeServer::Logger: flusher terminated abnormaly
[3/11/13 10:03:35:829 EST] 000007c5 SystemErr R system exception1096024066
[3/11/13 10:03:35:830 EST] 000007c5 SystemErr R Unknown Exception in doFlush()
AdobeServer::Logger: flusher terminated abnormaly