Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle installation, configuration, deployment, and administration
Viewing all 87219 articles
Browse latest View live

Return results from ADEP in AS3 Arrays, not ArrayCollections

$
0
0

Hi all,

 

Is there any way to force ADEP to return results from data services in simple AS3 Arrays, not ArrayCollections? Here are my situation:

 

In my project I use ADEP Data Management Services. To connect to ADEP services we use RTMP channel defined in services-config.xml:

 

<?xml version="1.0" encoding="UTF-8"?><services-config>
...     <services>          <service-include file-path="remoting-config.xml" />          <service-include file-path="proxy-config.xml" />          <service-include file-path="messaging-config.xml" />          <service-include file-path="data-management-config.xml" />          <service-include file-path="managed-remoting-config.xml" />          <service class="fiber.data.services.ModelDeploymentService" id="model-deploy-service" />             <default-channels>               <channel ref="my-rtmp"/>          </default-channels>     </services>
...     <channel-definition id="my-rtmp" class="mx.messaging.channels.RTMPChannel">          <endpoint url="rtmp://{server.name}:1000" class="flex.messaging.endpoints.RTMPEndpoint"/>          <properties>               <idle-timeout-minutes>20</idle-timeout-minutes>               <block-rtmpt-polling-clients>true</block-rtmpt-polling-clients>               <rtmpt-poll-wait-millis-on-client>0</rtmpt-poll-wait-millis-on-client>          </properties>     </channel-definition>
...</services-config>

 

To manage data in database we defined data services in data-management-config.xml like this:

 

<?xml version="1.0" encoding="UTF-8"?><service id="data-service" class="flex.data.DataService">    <adapters>        <adapter-definition id="java-dao" class="flex.data.adapters.JavaAdapter"/>        <adapter-definition id="mr-java-dao" class="flex.data.adapters.ManagedRemotingDataAdapter" />        <adapter-definition id="actionscript" class="flex.data.adapters.ASObjectAdapter" default="true"/>    </adapters>    <default-channels>        <channel ref="my-rtmp"/>    </default-channels>    <destination id="SomeProduct.SomeItems">        <adapter ref="java-dao" />        <properties>            <source>flex.data.assemblers.SQLAssembler</source>            <scope>application</scope>            <metadata>                <identity property="ID" />            </metadata>            <server>                <database>                    <datasource>java:comp/env/jdbc/SP</datasource>                </database>                <actionscript-class>com.somecompany.classes.SomeCoolClass</actionscript-class>                <create-item>                    <procedure name="SomeItems_Insert">                        <procedure-param property-value="#Session_ID#" />                        <procedure-param property-value="#Division_ID#" />                        <procedure-param property-value="#Salesrep_ID#" />                        <procedure-param property-value="#Area_Code#" />                        <procedure-param property-value="#Item_ID#" />                    </procedure>                    <id-query>SELECT IDENT_CURRENT('Work_Area_Item')</id-query>                </create-item>                <fill>                    <name>all</name>                    <procedure name="SomeItems_Get">                        <procedure-param property-value="#Session_ID#" />                        <procedure-param property-value="#Last_Sync_Time#" />                    </procedure>                </fill>                <update-item>                    <procedure name="SomeItems_Update">                        <procedure-param property-value="#Session_ID#" />                        <procedure-param property-value="#Division_ID#" />                        <procedure-param property-value="#Salesrep_ID#" />                        <procedure-param property-value="#Area_Code#" />                        <procedure-param property-value="#Item_ID#" />                   </procedure>                </update-item>                <delete-item>                    <procedure name="SomeItems_Delete">                        <procedure-param property-value="#Session_ID#" />                        <procedure-param property-value="#Item_ID#" />                    </procedure>                </delete-item>            </server>        </properties>    </destination></service>

 

By default, ADEP returns results from SomeProduct.SomeItems destination to Flex side as ArrayCollection of SomeCoolClass instances but I need the data to be returned in simple AS3 Arrays. Recently, I found that there is small optional serialization configuration in channel-definition that should resolve my problem. So I updated my channel-definition in services-config.xml to this:

 

<channel-definition id="my-rtmp" class="mx.messaging.channels.RTMPChannel">     <endpoint url="rtmp://{server.name}:1000" class="flex.messaging.endpoints.RTMPEndpoint"/>     <properties>          <serialization>               <legacy-collection>true</legacy-collection>          </serialization>          <idle-timeout-minutes>20</idle-timeout-minutes>          <block-rtmpt-polling-clients>true</block-rtmpt-polling-clients>          <rtmpt-poll-wait-millis-on-client>0</rtmpt-poll-wait-millis-on-client>     </properties></channel-definition>

 

However, result are still returned in ArrayCollections.

 

Any ideas?

 

Thanks in advance


I'd like more information on PDF files and securing them so noone can print, share or copy.

$
0
0

Please have someone contact me with pricing and products to be able to do this.

 

Thanks!

Hi i am getting an error like this while installing Live Cycle Server " The file merge_modules\lc11_common_iam_zip does not exist This file is required sucessfullly run the Live Cycle Installer.Can any one help me on resolving this issue it would be of g

$
0
0

Hi i am getting an error like this while installing Live Cycle Server " The file merge_modules\lc11_common_iam_zip does not exist This file is required sucessfullly run the  Live Cycle Installer.Can any one help me on resolving this issue it would be of great help..thanks .

Question

$
0
0

I am trying to install LiveCycle from the download online that I purchase full version, which came with a serial number, when I use this is says it' invalid?

adobe-livecycle-weblogic.ear will NOT deploy

$
0
0

System setup:

Weblogic 12c

Jrockit (latest version)

Windows Server 2008 R2 Standard 64bit (32GB RAM)

SQL server 2012

Livecycle ES4

 

 

I have tried various methods to deploy the adobe-livecycle-weblogic.ear file.

 

I followed the guide for installation, configuration of both weblogic AND Livecycle EXACTLY.

 

It will not deploy through the LCES4 configuration tool, in fact none of the others would either. I was able to deploy all the other ear files manually through weblogic admin page. This last one however will not deploy. Searching on Google has been totally useless.

 

Below is an excerpt from the log file of just the error lines.

 

####<Jan 30, 2014 5:08:45 PM EST> <Error> <com.adobe.idp.dsc.registry.component.impl.ComponentStoreImpl> <MCO04-DPC-01> <Server1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-0021AAC9C8B4601DDAB8> <ca5fd3c1-636a-4117-8a04-3a5a9dbe5f73-000006bc> <1391119725737> <BEA-000000> <ComponentStoreImpl:getComponents:Exception:EJB Exception: >

 

a little further down

 

####<Jan 30, 2014 5:08:48 PM EST> <Error> <Deployer> <MCO04-DPC-01> <Server1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ca5fd3c1-636a-4117-8a04-3a5a9dbe5f73-000006bc> <1391119728873> <BEA-149265> <Failure occurred in the execution of deployment request with ID "1391119557672" for task "13". Error is: "weblogic.application.ModuleException: java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer not found"

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:25)

at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:730)

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:177)

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:69)

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:1263)

at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java :1781)

at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2808)

at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1661)

at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:823)

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 :125)

at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:214)

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:25)

at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:730)

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:177)

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:69)

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)

>

####<Jan 30, 2014 5:08:48 PM EST> <Error> <Deployer> <MCO04-DPC-01> <Server1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ca5fd3c1-636a-4117-8a04-3a5a9dbe5f73-000006bc> <1391119728873> <BEA-149202> <Encountered an exception while attempting to commit the 7 task for the application "adobe-livecycle-weblogic".>

Error During Deployment

$
0
0
I got the following error while deploying the adobe-livecycle-websphere.ear file.

Can anyone please help me...

Installing...
If there are enterprise beans in the application, the EJB deployment process can take several minutes. Please do not save the configuration until the process completes.

Check the SystemOut.log on the Deployment Manager or server where the application is deployed for specific information about the EJB deployment process as it occurs.

ADMA5016I: Installation of LiveCycle8 started.

ADMA0115W: Resource Assignment of name jms/PELongLivedQueue and type javax.jms.Queue, with JNDI name queue/adobe_PELongLivedQueue is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/PEScheduledMsgQueue and type javax.jms.Queue, with JNDI name queue/adobe_PEScheduledMsgQueue is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/POFSchemaTopic and type javax.jms.Topic, with JNDI name topic/adobe_POFSchemaTopic is not found within scope of module POF Components with URI adobe-pof.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/POFObjectTopic and type javax.jms.Topic, with JNDI name topic/adobe_POFObjectTopic is not found within scope of module POF Components with URI adobe-pof.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/TemplateEventTopic and type javax.jms.Topic, with JNDI name topic/adobe_TemplateEventTopic is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/PEScheduledMsgQueue and type javax.jms.Queue, with JNDI name queue/adobe_PEScheduledMsgQueue is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/ProcessEventTopic and type javax.jms.Topic, with JNDI name topic/adobe_ProcessEventTopic is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/PEDLongLivedQueue and type javax.jms.Queue, with JNDI name queue/adobe_PEDLongLivedQueue is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/TemplateEventTopic and type javax.jms.Topic, with JNDI name topic/adobe_TemplateEventTopic is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/POFObjectTopic and type javax.jms.Topic, with JNDI name topic/adobe_POFObjectTopic is not found within scope of module POF Components with URI adobe-pof.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/ProcessEventTopic and type javax.jms.Topic, with JNDI name topic/adobe_ProcessEventTopic is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ejb-jar.xml deployed to target WebSphere:cell=chnmc,node=chnmc,server=server1.

ADMA0115W: Resource Assignment of name jms/PELongLivedQueue and type javax.jms.Queue, with JNDI name queue/adobe_PELongLivedQueue is not found within scope of module adobe-wkf.jar with URI adobe-wkf.jar,META-INF/ej

Error in invoking a process in JBoss Cluster

$
0
0
Hi,
I have recently installed LC 8.2 on a JBoss 4.2.0 Cluster. The OS of the 2 cluster nodes are Windows 2003 R2 Enterprise Edition SP2.
And the database is SQL Server 2005 Ent. Ed. installed on another Windows 2003 R2 Enterprise Edition SP2.
I have created a simple process on the first node of the cluster. When I invoked the process through Workbench, I get ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error. with the following root cause:

Caused by: javax.naming.NameNotFoundException: adobe_JmsQueueXA not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1063)
... 142 more

I get the same error even I close the second node in the cluster.
How can I fix this error?

Thanks

Problem in uninstallation:LifeCycleDesigner7.1

$
0
0
I have Adobe Live Cycle Designer 7.1 installed in system. Now i need to install Adobe Live Cycle Designer 8. Before that i want to uninstall 7.1. But i could not uninstall 7.1 (through ADD OR REMOVE PROGRAMS), it is giving error message
"Failed to open /parse setup script. Please check if the script file 'setup/NwSapSetp.xsc' exists"
But 'setup/NwSapSetp.xsc' file is present in the system in location 'C:\Program Files\SAP\SapSeup\setup'.
If i open C:\Program Files\SAP\SapSeup\setup\NwSapSetp.exe it is giving same error.
I tried to uninstall using string
"C:\Program Files\SAP\SAPsetup\setup\NwSapsetup.exe" /product:"ALD" /uninstall /noRestart"
But it is giving same error.
Can any one help in this....

failed deploy livecycle ES components

$
0
0

Failed deploy LiveCycle ES components jar files.

 

com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-200]: Failed to deploy component
C:\Adobe\Adobe LiveCycle ES2\deploy\adobe-lc-pm-mobile-dsc.jar ...

 

My system is windows2003, jboss and mysql5. Help.

Send mail task

$
0
0

Hello!

 

I'm trying to set up a send mail task, but even after setting the taks properties or/and the server settings (SMTP server, e-mail address), I still get the following error message:

 

Failed to connect to email server: null. Reason: Could not connect to SMTP host: localhost, port: 25: com.adobe.idp.dsc.email.ConnectionFailedException: Failed to connect to email server: null. Reason: Could not connect to SMTP host: localhost, port: 25

 

Does anyone have any idea?

 

Thanks!

Sometimes JBoss fails to connect to server.

$
0
0

JBoss does not connect all the times during server re-boot.  The errors on the log are listed below.  It looks like the ports are in use, but re-starting the JBoss service or the server will resolve the connection issue.  This problem does not occur all the times.  Sometimes JBoss starts without any problem.  This is a Windows Server 2003 and SQL 2005 environment.

 

 

Caused by: javax.naming.CommunicationException: Failed to connect to server 0.0.0.0:1100 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 0.0.0.0:1100 [Root exception is java.net.ConnectException: Connection refused: connect]]

            at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:254)

            at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1370)

            ... 162 more

 

What could be the problem?  Thank you,

IDP_JMS_Bus / messaging engine failure on new install

$
0
0

Greetings:

I am trying to get a new install of 8.2 in a WebSphere 6.1 Win 2003 / SQLServer clustered environment up and running.

Currently the IDP_JMS_Bus will not start, and the SystemOut messages point to "No Messaging Engines running".

I have tried to start the engine, to no avail over multiple reboots.

This install took a number of tries to complete due to installation errors.

 

The first message in SystemOut around this is:

 

[5/12/10 10:52:40:359 CDT] 0000003a SibMessage    W   [:] CWSIV0775W: The creation of a connection for destination adobe_PECommandQueue on bus IDP_JMS_Bus for endpoint activation [com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation@39723972 <active=true> <connections={}> <messageEndpointFactory=com.ibm.ejs.container.MessageEndpointFactoryImpl@9496c24e> <endpointConfiguration=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl$JmsJcaEndp ointConfigurationImpl@1642750442 <JmsJcaActivationSpecImpl.this=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl@18 66755908 <userName=null> <password=null> <xaRecoveryAlias=null> <destination=queue://adobe_PECommandQueue?deliveryMode=Persistent&busName=IDP_JMS_Bus> <durableSubscriptionHome=null> <destinationType=javax.jms.Queue> <messageSelector=null> <acknowledgeMode=Auto-acknowledge> <subscriptionDurability=NonDurable> <shareDurableSubscriptions=InCluster> <clientId=null> <subscriptionName=null> <maxBatchSize=1> <maxConcurrency=10> <busName=IDP_JMS_Bus> <shareDataSourceWithCMP=false> <targetTransportChain=null> <readAhead=Default> <target=null> <targetType=BusMember> <targetSignificance=Preferred> <providerEndpoints=null>]>]> <endpointInvoker=com.ibm.ws.sib.api.jmsra.impl.JmsJcaEndpointInvokerImpl@68f268f2> <workManager=com.ibm.ejs.j2c.work.WorkManagerImpl@170e170e> <endpointMethodTransactional=true> <remoteConnection=null> <remoteDestination=true> <timer=java.util.Timer@4c0c4c0c>] failed with exception com.ibm.websphere.sib.exception.SIResourceException: CWSIT0088E: There are currently no messaging engines in bus IDP_JMS_Bus running. Additional failure information: CWSIT0103E: No messaging engine was found that matched the following parameters: bus=IDP_JMS_Bus, targetGroup=null, targetType=BusMember, targetSignificance=Preferred, transportChain=InboundBasicMessaging, proximity=Bus..

 

Then:

 

[5/12/10 10:52:46:266 CDT] 0000003b SibMessage    W   [:] CWSIV0775W: The creation of a connection for destination Default.Topic.Space on bus IDP_JMS_Bus for endpoint activation [com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation@12521252 <active=true> <connections={}> <messageEndpointFactory=com.ibm.ejs.container.MessageEndpointFactoryImpl@7aff2ec6> <endpointConfiguration=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl$JmsJcaEndp ointConfigurationImpl@303436310 <JmsJcaActivationSpecImpl.this=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl@16 80368680 <userName=null> <password=null> <xaRecoveryAlias=null> <destination=topic://adobe_TaskEventTopic?busName=IDP_JMS_Bus> <durableSubscriptionHome=null> <destinationType=javax.jms.Topic> <messageSelector=null> <acknowledgeMode=Auto-acknowledge> <subscriptionDurability=NonDurable> <shareDurableSubscriptions=InCluster> <clientId=null> <subscriptionName=null> <maxBatchSize=1> <maxConcurrency=10> <busName=IDP_JMS_Bus> <shareDataSourceWithCMP=false> <targetTransportChain=null> <readAhead=Default> <target=null> <targetType=BusMember> <targetSignificance=Preferred> <providerEndpoints=null>]>]> <endpointInvoker=com.ibm.ws.sib.api.jmsra.impl.JmsJcaEndpointInvokerImpl@12441244> <workManager=com.ibm.ejs.j2c.work.WorkManagerImpl@170e170e> <endpointMethodTransactional=false> <remoteConnection=null> <remoteDestination=true> <timer=java.util.Timer@12bc12bc>] failed with exception com.ibm.websphere.sib.exception.SIResourceException: CWSIT0088E: There are currently no messaging engines in bus IDP_JMS_Bus running. Additional failure information: CWSIT0103E: No messaging engine was found that matched the following parameters: bus=IDP_JMS_Bus, targetGroup=null, targetType=BusMember, targetSignificance=Preferred, transportChain=InboundBasicMessaging, proximity=Bus..

 

This is followed by numerous connection creation failure messages.

Can anyone provide pointers on how to correct this installation?

I have received advice to down the cluster, delete the SIB tables, and restart the cluster, but I do not want to try this without some verification that that is advisable.

 

Thank You in advance!

Mark

howto encrypt the login-config.xml password

$
0
0

hi i did create the encrypted password with:

 

/opt/java64/bin/java -cp /opt/jboss/lib/jboss-common.jar:/opt/jboss/lib/jboss-jmx.jar:/opt/jboss/server/default/li b/jbosssx.jar:/opt/jboss/server/default/lib/jboss-jca.jar org.jboss.resource.security.SecureIdentityLoginModule <password>

 

did something like

 

Encoded password: -e2215f74b8a3059

 

did put it into password in login-config.xml like:

 

<!--  <application-policy name = "OracleDbRealm">
      <authentication>
        <login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule" flag = "required">
          <module-option name = "principal">adobe</module-option>
          <module-option name = "userName">adobe1</module-option>
          <module-option name ="password">xxxxx</module-option>
          <module-option name = "managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=DefaultDS</module-option>
        </login-module>
      </authentication>
    </application-policy> -->

 

    <application-policy name="EncryptDBPasswordAppPolicy">
        <authentication>
            <login-module code="org.jboss.resource.security.SecureIdentityLoginModule" flag="required">
                <module-option name="username">adobe1</module-option>
                <module-option name="password">-e2215f74b8a3059</module-option>
                <module-option name="managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=DefaultDS</module-op tion>
            </login-module>
        </authentication>
    </application-policy>

 

 

 

and replaced login and config clausules in adobe-ds.xml and oracle-ds.xml with:

 

<security-domain>EncryptDBPasswordAppPolicy</security-domain>

 

 

 

the problem at start:

org.jboss.resource.JBossResourceException: No matching credentials in Subject!

and i cant login into adminui

How to set the language in the back end?

$
0
0

I'm using the Adobe LiveCycle ES2.

I'd like to change the language to italian. I tried but I have not found how do it.

Could help me?

 

Thanks

Giosue

RHEL6+LC ES2 + MySql5.1+JBOSS

$
0
0

Hi,

 

Is there a installation guide for LC ES2 for Linux noobies??

 

If there is please point me into that direction...the existing installation guides are quite hard to understand..specially the data sources thing..

 

if only there is a guide like

 

step 1 install this by doing this

step 2 edit this xml and put it to this path

step 3 run this service

step 4 test application

etc..

 

Please help..Thanks!


Installing multiple instances of Livecycle ES2 on one server

$
0
0

Hi All

 

I am currently trying to install 3 seperate instances of ES2 on one machine, all running on their own instances of JBoss and MySQL.

 

I started off by following the instructions set out in the "Preparing to install Livecycle ES2" document from Adobe, where it specifies how to set up the JBoss(it recommended using the one that comes with the ES2 installation files, so I used that one) and MySQL environments.

 

I also didn't want any port conflicts, so I followed the instructions set out here http://www.hugotroche.com/my_weblog/2008/06/binding-jboss-t.html on how to set the ports that each instance of JBoss uses by using the Binding Service present in JBoss.

 

After I finished following all of the configuration steps, I tried starting up one of the JBoss instances that I had created, getting one or two errors, but finding that JBoss is up and running by going to the instance in my browser

(ie: http://localhost:8181)

 

I then tried to bootstrap the MySQL DB by running the LC Configuration Manager and only selecting the "Initialize the Livecycle ES2 database".

However, when I try to run this step, I get the following error(this is the entire log file)

 

2012-06-11 12:52:46,492 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.

2012-06-11 12:52:46,492 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Setting up property manager MBean and JMX layer

2012-06-11 12:52:46,592 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting recovery manager

2012-06-11 12:52:46,632 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Recovery manager started

2012-06-11 12:52:46,632 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Binding TransactionManager JNDI Reference

2012-06-11 12:52:47,872 INFO  [org.jboss.ejb3.EJB3Deployer] Starting java:comp multiplexer

2012-06-11 12:52:48,682 INFO  [org.jboss.ws.core.server.ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)

2012-06-11 12:52:48,942 INFO  [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] SNMP agent going active

2012-06-11 12:52:49,262 INFO  [org.jboss.iiop.CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578 744578743A312E3000000000000200000000000000E4000102000000000A3132372E302E302E31000E2C000000 114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A41430000000001 0000001C0000000005010001000000010501000100010109000000010501000100000021000000600000000000 0000010000000000000024000000200000007E00000000000000010000000D3139322E3136382E36302E310000 0DC900400000000000000000001004010008060667810201010100000000000000000000000000000000000000 000000002000000004000000000000001F00000004000000030000000100000020000000000000000200000020 00000004000000000000001F0000000400000003]

2012-06-11 12:52:49,282 WARN  [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.startupWarning] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.startupWarning] You have chosen to enable multiple last resources in the transaction manager. This is transactionally unsafe and should not be relied upon.

2012-06-11 12:52:49,302 INFO  [org.jboss.tm.iiop.CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E46 6163746F72794578743A312E30000000000200000000000000E4000102000000000A3132372E302E302E31000E 2C000000144A426F73732F5472616E73616374696F6E732F46000000050000000000000008000000004A414300 000000010000001C00000000050100010000000105010001000101090000000105010001000000210000006000 000000000000010000000000000024000000200000007E00000000000000010000000D3139322E3136382E3630 2E3100000DC9004000000000000000000010040100080606678102010101000000000000000000000000000000 00000000000000002000000004000000000000001F000000040000000300000001000000200000000000000002 0000002000000004000000000000001F0000000400000003]

2012-06-11 12:52:49,552 INFO  [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files (x86)\Java\jdk1.6.0_03\bin;.;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Pr ogram Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsP owerShell\v1.0\;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;;C:\Program Files\Softex\OmniPass\;C:\Program Files\MySQL\MySQL Server 5.5\bin

2012-06-11 12:52:49,592 INFO  [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8181

2012-06-11 12:52:49,592 INFO  [org.apache.coyote.ajp.AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8109

2012-06-11 12:52:49,592 INFO  [org.apache.catalina.startup.Catalina] Initialization processed in 119 ms

2012-06-11 12:52:49,592 INFO  [org.apache.catalina.core.StandardService] Starting service jboss.web

2012-06-11 12:52:49,592 INFO  [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA

2012-06-11 12:52:49,622 INFO  [org.apache.catalina.startup.Catalina] Server startup in 28 ms

2012-06-11 12:52:49,672 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/

2012-06-11 12:52:49,922 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/

2012-06-11 12:52:50,012 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp25379jbossws-context-exp.war/

2012-06-11 12:52:50,072 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddi.war/

2012-06-11 12:52:50,122 INFO  [org.apache.juddi.registry.RegistryServlet] Loading jUDDI configuration.

2012-06-11 12:52:50,122 INFO  [org.apache.juddi.registry.RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties

2012-06-11 12:52:50,122 INFO  [org.apache.juddi.registry.RegistryServlet] Initializing jUDDI components.

2012-06-11 12:52:50,322 INFO  [org.jboss.mail.MailService] Mail Service bound to java:/Mail

2012-06-11 12:52:50,412 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar

2012-06-11 12:52:50,442 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar

2012-06-11 12:52:50,452 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar

2012-06-11 12:52:50,472 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar

2012-06-11 12:52:50,482 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar

2012-06-11 12:52:50,492 INFO  [org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter] start quartz!!!

2012-06-11 12:52:50,522 INFO  [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main

2012-06-11 12:52:50,542 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.6.0 created.

2012-06-11 12:52:50,542 INFO  [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.

2012-06-11 12:52:50,542 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'

2012-06-11 12:52:50,542 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.6.0

2012-06-11 12:52:50,542 INFO  [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.

2012-06-11 12:52:50,652 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=IDP_DS' to JNDI name 'java:IDP_DS'

2012-06-11 12:52:50,662 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=EDC_DS' to JNDI name 'java:EDC_DS'

2012-06-11 12:52:50,692 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'

2012-06-11 12:52:50,922 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-assembler-ivs.ear

2012-06-11 12:52:50,972 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/Assembler, warUrl=.../tmp/deploy/tmp25404adobe-assembler-ivs.ear-contents/adobe-assembler-ivs-exp.wa r/

2012-06-11 12:52:51,032 INFO  [org.jboss.deployment.EARDeployer] Started J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-assembler-ivs.ear

2012-06-11 12:52:51,172 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-livecycle-jboss.ear

2012-06-11 12:52:53,422 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-dscf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:53,552 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:53,752 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:53,942 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-dscf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:54,042 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:54,162 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:54,342 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-dscf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:54,412 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:54,522 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:54,642 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:54,852 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-ejb-receiver.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:57,022 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:57,312 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:57,492 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:57,602 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:57,752 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:58,032 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:52:59,902 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-wkf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:53:00,142 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:53:01,192 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:53:01,342 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-wkf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:53:01,582 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:53:01,852 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]

2012-06-11 12:53:11,232 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_AACComponent

2012-06-11 12:53:11,302 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_CoreSystemConfigComponent

2012-06-11 12:53:11,342 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_HealthMonitorComponent

2012-06-11 12:53:11,382 INFO  [org.jboss.ejb.EjbModule] Deploying SessionBundle

2012-06-11 12:53:11,432 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_TrustStoreComponent

2012-06-11 12:53:11,482 INFO  [org.jboss.ejb.EjbModule] Deploying CoreInitializer

2012-06-11 12:53:11,522 INFO  [org.jboss.ejb.EjbModule] Deploying DocumentManagerEJB

2012-06-11 12:53:11,572 INFO  [org.jboss.ejb.EjbModule] Deploying DSCInitializerBeanLocalEJB

2012-06-11 12:53:11,572 INFO  [org.jboss.ejb.EjbModule] Deploying DSCInitializerBeanRemoteEJB

2012-06-11 12:53:11,622 INFO  [org.jboss.ejb.EjbModule] Deploying EjbTransactionCMTAdapter

2012-06-11 12:53:11,622 INFO  [org.jboss.ejb.EjbModule] Deploying EjbTransactionBMTAdapter

2012-06-11 12:53:11,672 INFO  [org.jboss.ejb.EjbModule] Deploying Invocation

2012-06-11 12:53:11,702 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_OutputAdmin

2012-06-11 12:53:11,752 INFO  [org.jboss.ejb.EjbModule] Deploying OutputConfigEJB

2012-06-11 12:53:11,822 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFSequenceGeneratorEJB

2012-06-11 12:53:11,832 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFDataDictionaryLocalEJB

2012-06-11 12:53:11,832 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFDataDictionaryRemoteEJB

2012-06-11 12:53:11,842 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFSchemaManagerLocalEJB

2012-06-11 12:53:11,842 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFSchemaManagerRemoteEJB

2012-06-11 12:53:11,842 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFObjectManagerLocalEJB

2012-06-11 12:53:11,842 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFObjectManagerRemoteEJB

2012-06-11 12:53:11,852 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFDeletionProcessorEJB

2012-06-11 12:53:11,932 INFO  [org.jboss.ejb.EjbModule] Deploying RepositoryUrlDataProvider

2012-06-11 12:53:11,932 INFO  [org.jboss.ejb.EjbModule] Deploying XappstoreUrlDataProvider

2012-06-11 12:53:11,972 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_AdminManagerEJB

2012-06-11 12:53:12,002 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_WorkflowInitializerEJB

2012-06-11 12:53:12,032 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_WorkflowServiceMessageBeanLocalEJB

2012-06-11 12:53:12,152 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessManagerLocalEJB

2012-06-11 12:53:12,162 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessManagerRemoteEJB

2012-06-11 12:53:12,162 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessEngineCMTEJB

2012-06-11 12:53:12,162 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessEngineBMTEJB

2012-06-11 12:53:12,162 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_TemplateManagerLocalEJB

2012-06-11 12:53:12,172 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_TemplateManagerRemoteEJB

2012-06-11 12:53:12,172 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ComponentManagerLocalEJB

2012-06-11 12:53:12,172 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ComponentManagerRemoteEJB

2012-06-11 12:53:12,172 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_TaskManagerEJB

2012-06-11 12:53:12,252 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_UMUIComponent

2012-06-11 12:53:12,582 INFO  [org.jboss.ejb.EjbModule] Deploying AuthenticationManagerBean

2012-06-11 12:53:12,582 INFO  [org.jboss.ejb.EjbModule] Deploying LocalUserManagerBean

2012-06-11 12:53:12,592 INFO  [org.jboss.ejb.EjbModule] Deploying DirectoryServicesManagerBean

2012-06-11 12:53:12,592 INFO  [org.jboss.ejb.EjbModule] Deploying SynchronizationAuditLogManagerBean

2012-06-11 12:53:12,592 INFO  [org.jboss.ejb.EjbModule] Deploying UMHibernateGenericDao

2012-06-11 12:53:12,592 INFO  [org.jboss.ejb.EjbModule] Deploying HibernateSynchronizationDao

2012-06-11 12:53:12,602 INFO  [org.jboss.ejb.EjbModule] Deploying PreferencesBean

2012-06-11 12:53:12,602 INFO  [org.jboss.ejb.EjbModule] Deploying PreferencesRemoteBean

2012-06-11 12:53:12,602 INFO  [org.jboss.ejb.EjbModule] Deploying BootstrapperManagerBean

2012-06-11 12:53:12,772 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_AACComponent' to jndi 'ejb/AdobeIDP2UI_AACComponent'

2012-06-11 12:53:12,782 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/AACComponent.jar

2012-06-11 12:53:12,852 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_CoreSystemConfigComponent' to jndi 'ejb/AdobeIDP2UI_CoreSystemConfigComponent'

2012-06-11 12:53:12,852 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/CoreSystemConfigComponent.jar

2012-06-11 12:53:12,882 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_HealthMonitorComponent' to jndi 'ejb/AdobeIDP2UI_HealthMonitorComponent'

2012-06-11 12:53:12,882 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/HealthMonitorComponent.jar

2012-06-11 12:53:12,932 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SessionBundle' to jndi 'ejb/SessionBundleLocal'

2012-06-11 12:53:12,942 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SessionBundle' to jndi 'ejb/SessionBundleRemote'

2012-06-11 12:53:12,942 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/SessionBundle.jar

2012-06-11 12:53:12,952 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_TrustStoreComponent' to jndi 'ejb/AdobeIDP2UI_TrustStoreComponent'

2012-06-11 12:53:12,962 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/TrustStoreComponent.jar

2012-06-11 12:53:13,002 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'CoreInitializer' to jndi 'local/com/adobe/bmc/config/initializer/CoreInitializerLocal'

2012-06-11 12:53:13,002 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'CoreInitializer' to jndi 'com/adobe/bmc/config/initializer/CoreInitializer'

2012-06-11 12:53:13,012 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-csa-config.jar

2012-06-11 12:53:13,032 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'DocumentManagerEJB' to jndi 'adobe/idp/DocumentManagerEJB'

2012-06-11 12:53:13,032 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-docmanager-ejb.jar

2012-06-11 12:53:13,042 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'DSCInitializerBeanLocalEJB' to jndi 'local/DSCInitializerBeanLocalEJB@13259915'

2012-06-11 12:53:13,052 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'DSCInitializerBeanRemoteEJB' to jndi 'adobe/DSCInitializerBeanRemoteEJB'

2012-06-11 12:53:13,052 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-dsc-bootstrap-ejb.jar

2012-06-11 12:53:13,082 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'EjbTransactionCMTAdapter' to jndi 'adobe/EjbTransactionCMTAdapterLocal'

2012-06-11 12:53:13,092 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'EjbTransactionBMTAdapter' to jndi 'adobe/EjbTransactionBMTAdapterLocal'

2012-06-11 12:53:13,092 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-dscf.jar

2012-06-11 12:53:13,142 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'Invocation' to jndi 'ejb/Invocation'

2012-06-11 12:53:13,142 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-ejb-receiver.jar

2012-06-11 12:53:13,192 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_OutputAdmin' to jndi 'ejb/AdobeIDP2UI_OutputAdmin'

2012-06-11 12:53:13,192 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-output-admin-ejb.jar

2012-06-11 12:53:13,212 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'OutputConfigEJB' to jndi 'com.adobe.output.config.OutputConfigHome'

2012-06-11 12:53:13,212 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-output-config-ejb.jar

2012-06-11 12:53:13,242 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFSequenceGeneratorEJB' to jndi 'local/adobe_POFSequenceGeneratorEJB@33013371'

2012-06-11 12:53:13,242 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFDataDictionaryLocalEJB' to jndi 'local/adobe_POFDataDictionaryLocalEJB@21533658'

2012-06-11 12:53:13,262 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFDataDictionaryRemoteEJB' to jndi 'adobe/POFDataDictionary'

2012-06-11 12:53:13,272 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFSchemaManagerLocalEJB' to jndi 'local/adobe_POFSchemaManagerLocalEJB@31725673'

2012-06-11 12:53:13,282 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFSchemaManagerRemoteEJB' to jndi 'adobe/POFSchemaManager'

2012-06-11 12:53:13,292 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFObjectManagerLocalEJB' to jndi 'local/adobe_POFObjectManagerLocalEJB@23127958'

2012-06-11 12:53:13,302 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFObjectManagerRemoteEJB' to jndi 'adobe/POFObjectManager'

2012-06-11 12:53:13,312 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFDeletionProcessorEJB' to jndi 'adobe/POFDeletionProcessor'

2012-06-11 12:53:13,312 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-pof.jar

2012-06-11 12:53:13,342 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'RepositoryUrlDataProvider' to jndi 'com/adobe/local/repositoryUrlDataProvider'

2012-06-11 12:53:13,352 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'XappstoreUrlDataProvider' to jndi 'com/adobe/local/xappstoreUrlDataProvider'

2012-06-11 12:53:13,352 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-repository-bindings.jar

2012-06-11 12:53:13,372 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_AdminManagerEJB' to jndi 'local/adobe_AdminManagerEJB@30213361'

2012-06-11 12:53:13,382 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_AdminManagerEJB' to jndi 'adobe/AdminManager'

2012-06-11 12:53:13,382 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-wkf-admin.jar

2012-06-11 12:53:13,432 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_WorkflowInitializerEJB' to jndi 'local/adobe_WorkflowInitializerEJB@9516022'

2012-06-11 12:53:13,432 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_WorkflowInitializerEJB' to jndi 'adobe/WorkflowInitializerEJB'

2012-06-11 12:53:13,432 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-wkf-initializer-ejb.jar

2012-06-11 12:53:13,482 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_WorkflowServiceMessageBeanLocalEJB' to jndi 'local/adobe_WorkflowServiceMessageBeanLocalEJB@26209871'

2012-06-11 12:53:13,482 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-wkf-services-ejb.jar

2012-06-11 12:53:13,492 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ProcessManagerLocalEJB' to jndi 'local/adobe_ProcessManagerLocalEJB@6202565'

2012-06-11 12:53:13,502 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_ProcessManagerRemoteEJB' to jndi 'adobe/ProcessManager'

2012-06-11 12:53:13,512 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ProcessEngineCMTEJB' to jndi 'local/adobe_ProcessEngineCMTEJB@26107581'

2012-06-11 12:53:13,512 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ProcessEngineBMTEJB' to jndi 'local/adobe_ProcessEngineBMTEJB@19399109'

2012-06-11 12:53:13,522 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_TemplateManagerLocalEJB' to jndi 'local/adobe_TemplateManagerLocalEJB@9629061'

2012-06-11 12:53:13,532 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_TemplateManagerRemoteEJB' to jndi 'adobe/TemplateManager'

2012-06-11 12:53:13,532 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ComponentManagerLocalEJB' to jndi 'local/adobe_ComponentManagerLocalEJB@31101723'

2012-06-11 12:53:13,542 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_ComponentManagerRemoteEJB' to jndi 'adobe/ComponentManager'

2012-06-11 12:53:13,542 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_TaskManagerEJB' to jndi 'local/adobe_TaskManagerEJB@28671435'

2012-06-11 12:53:13,562 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_TaskManagerEJB' to jndi 'adobe/TaskManager'

2012-06-11 12:53:13,562 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-wkf.jar

2012-06-11 12:53:13,622 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_UMUIComponent' to jndi 'ejb/AdobeIDP2UI_UMUIComponent'

2012-06-11 12:53:13,622 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/um-adminui.jar

2012-06-11 12:53:13,642 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'AuthenticationManagerBean' to jndi 'com.adobe.idp.um.businesslogic.authentication.AuthenticationManagerHome'

2012-06-11 12:53:13,642 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'LocalUserManagerBean' to jndi 'com.adobe.idp.um.businesslogic.localuser.LocalUserManagerHome'

2012-06-11 12:53:13,652 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'DirectoryServicesManagerBean' to jndi 'com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManagerHome'

2012-06-11 12:53:13,662 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SynchronizationAuditLogManagerBean' to jndi 'com.adobe.idp.um.businesslogic.directoryservices.SynchronizationAuditLogManagerHome'

2012-06-11 12:53:13,662 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UMHibernateGenericDao' to jndi 'com.adobe.idp.um.businesslogic.dao.GenericDAOHome'

2012-06-11 12:53:13,662 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'HibernateSynchronizationDao' to jndi 'com.adobe.idp.um.businesslogic.synch.dao.SynchronizationDAOHome'

2012-06-11 12:53:13,672 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PreferencesBean' to jndi 'com.adobe.idp.config.PreferencesSPIHome'

2012-06-11 12:53:13,672 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'PreferencesRemoteBean' to jndi 'com.adobe.idp.config.remote.PreferencesSPIRemoteHome'

2012-06-11 12:53:13,682 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'BootstrapperManagerBean' to jndi 'com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerHome'

2012-06-11 12:53:13,682 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/um.jar

2012-06-11 12:53:13,712 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/AACComponent, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/AACComponent-exp.war/

2012-06-11 12:53:14,072 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'

2012-06-11 12:53:14,072 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/custom-rules.xml'

2012-06-11 12:53:14,072 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'

2012-06-11 12:53:14,212 INFO  [org.apache.struts.tiles.TilesPlugin] Tiles definition factory loaded for module ''.

2012-06-11 12:53:14,222 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/CoreSystemConfigComponent, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/CoreSystemConfigComponen t-exp.war/

2012-06-11 12:53:14,932 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/datamanagerservice, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/DataManagerService-exp.w ar/

2012-06-11 12:53:15,092 INFO  [com.adobe.service.DataManagerService] BMC512: Service DataManagerService: Starting

2012-06-11 12:53:15,112 INFO  [com.adobe.service.DataManagerService] BMC511: Service DataManagerService: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\DataManagerService

2012-06-11 12:53:15,422 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 18450577] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:15,422 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 18450577] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:15,422 WARN  [com.adobe.csa.config.CoreConfigManager] Could not obtain Core Preferences

2012-06-11 12:53:15,422 WARN  [com.adobe.service.DataManagerService] Could not obtain configurations

2012-06-11 12:53:15,432 INFO  [com.adobe.service.DataManagerService] BMC513: Service DataManagerService: Started

2012-06-11 12:53:15,452 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/HealthMonitor, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/HealthMonitorComponent-e xp.war/

2012-06-11 12:53:15,692 INFO  [com.adobe.monitor.stats.SystemStatistic] Health Monitor Thread started

2012-06-11 12:53:16,242 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/TrustStoreComponent, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/TrustStoreComponent-exp. war/

2012-06-11 12:53:16,452 INFO  [com.adobe.truststore.ui.TSAuthFilter] TSAuthFilter init

2012-06-11 12:53:16,562 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adminui, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adminui-exp.war/

2012-06-11 12:53:16,692 WARN  [org.apache.commons.digester.Digester] [NavigationRuleRule]{faces-config/navigation-rule} Merge(/*)

2012-06-11 12:53:16,852 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/XMLFMCallBackService, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-XMLFMCallBack-exp. war/

2012-06-11 12:53:16,912 INFO  [com.adobe.service.XMLFMCallBackService] BMC512: Service XMLFMCallBackService: Starting

2012-06-11 12:53:16,932 INFO  [com.adobe.service.XMLFMCallBackService] BMC511: Service XMLFMCallBackService: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\XMLFMCallBackService

2012-06-11 12:53:16,932 INFO  [com.adobe.service.XMLFMCallBackService] Starting XMLFM CallBack service

2012-06-11 12:53:16,942 INFO  [com.adobe.service.XMLFMCallBackService] BMC513: Service XMLFMCallBackService: Started

2012-06-11 12:53:16,952 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adobe-bootstrapper, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-bootstrapper-exp.w ar/

2012-06-11 12:53:17,012 INFO  [com.adobe.livecycle.bootstrap.framework.BootstrapServlet] Initializing BootstrapServlet ...

2012-06-11 12:53:17,022 INFO  [com.adobe.livecycle.bootstrap.framework.BootstrapServlet] BootstrapServlet initialization complete.

2012-06-11 12:53:17,032 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/cache-controller, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-cache-controller-e xp.war/

2012-06-11 12:53:17,092 INFO  [com.adobe.livecycle.cache.adapter.GemfireCacheController] BMC512: Service CacheController: Starting

2012-06-11 12:53:17,112 INFO  [com.adobe.livecycle.cache.adapter.GemfireCacheController] BMC511: Service CacheController: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\CacheController

2012-06-11 12:53:17,112 INFO  [com.adobe.livecycle.cache.adapter.GemfireCacheController] BMC513: Service CacheController: Started

2012-06-11 12:53:17,122 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/DocumentManager, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-docmanager-init-ex p.war/

2012-06-11 12:53:17,172 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adobe-forms-cacheService, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-forms-cacheService -exp.war/

2012-06-11 12:53:17,222 INFO  [com.adobe.formServer.common.config.CacheInitializationServlet] Initialization done for com.adobe.formServer.common.cachemanager.CacheManager and com.adobe.formServer.common.clustercache.ClusterCache

2012-06-11 12:53:17,232 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/launchpad, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-lc-launchpad-exp.w ar/

2012-06-11 12:53:17,272 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adobe-lcm-bootstrapper, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-lcm-bootstrapper-r edirector-exp.war/

2012-06-11 12:53:17,322 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/OutputAdmin, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-output-admin-exp.w ar/

2012-06-11 12:53:17,642 WARN  [com.adobe.output.admin.LocaleFilter] LF001: Bundle not found: forms.license.forms-productinfo

2012-06-11 12:53:17,642 INFO  [com.adobe.output.admin.LocaleFilter] LF002: Supported locales: [all]

2012-06-11 12:53:17,712 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/OutputService, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-output-mbean-exp.w ar/

2012-06-11 12:53:18,692 INFO  [com.adobe.output.mbean.Output] BMC512: Service Output: Starting

2012-06-11 12:53:18,712 INFO  [com.adobe.output.mbean.Output] BMC511: Service Output: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\Output

2012-06-11 12:53:18,712 INFO  [com.adobe.output.mbean.Output] FSC003: ========== Start Output Service =========

2012-06-11 12:53:18,712 INFO  [com.adobe.output.mbean.Output] BMC513: Service Output: Started

2012-06-11 12:53:18,722 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/remoting, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-remoting-provider- exp.war/

2012-06-11 12:53:18,872 ERROR [com.adobe.datamodel.repository.DBModelPersistence] SQL exception during loading of all data models: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'adobe.data_model_persistence' doesn't exist

2012-06-11 12:53:19,022 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/repository, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-repository-binding s-exp.war/

2012-06-11 12:53:19,082 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/rest, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-rest-provider-exp. war/

2012-06-11 12:53:19,142 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 18450577] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,142 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 18450577] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,142 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 18450577] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,142 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 18450577] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,152 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/soap, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-soap-provider-exp. war/

2012-06-11 12:53:19,232 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 18450577] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,232 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 18450577] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,232 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 18450577] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,232 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 18450577] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:19,242 INFO  [com.adobe.idp.dsc.provider.impl.soap.axis.Logging] SOAP501: Initializing Adobe SOAP Provider

2012-06-11 12:53:19,252 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/dsc, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/dsc-exp.war/

2012-06-11 12:53:19,302 INFO  [com.adobe.idp.dsc.management.impl.ArchiveFileManagerImpl] ArchiveFileManagerImpl:getLocalCacheRootDir():Adobe tmp directory is:C:\Users\ROSSLA~1\AppData\Local\Temp\adobejb_server1

2012-06-11 12:53:19,372 INFO  [com.adobe.idp.dsc.startup.DSCStartupServlet] Will not attempt to start DSC components since POF is not bootstrapped

2012-06-11 12:53:19,372 INFO  [com.adobe.idp.dsc.startup.DSCStartupServlet] Start Core components is skipped since POF is not bootstrapped

2012-06-11 12:53:19,382 INFO  [com.adobe.idp.dsc.startup.DSCStartupServlet] Start Core components is skipped since POF is not bootstrapped

2012-06-11 12:53:19,392 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/launchpad_help_en, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/launchpad_help_en-exp.wa r/

2012-06-11 12:53:19,432 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_de, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/lc_admin_de-exp.war/

2012-06-11 12:53:19,472 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_en, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/lc_admin_en-exp.war/

2012-06-11 12:53:19,512 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_fr, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/lc_admin_fr-exp.war/

2012-06-11 12:53:19,552 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_ja, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/lc_admin_ja-exp.war/

2012-06-11 12:53:19,592 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/umcache, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/um-cache-exp.war/

2012-06-11 12:53:19,652 INFO  [com.adobe.idp.um.services.UMCacheService] BMC512: Service UMCacheService: Starting

2012-06-11 12:53:19,682 INFO  [com.adobe.idp.um.services.UMCacheService] BMC511: Service UMCacheService: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\UMCacheService

2012-06-11 12:53:19,682 INFO  [com.adobe.idp.um.services.UMCacheService] BMC513: Service UMCacheService: Started

2012-06-11 12:53:19,692 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/umscheduler, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/um-scheduler-exp.war/

2012-06-11 12:53:19,742 INFO  [com.adobe.idp.um.scheduler.IDPScheduler] BMC512: Service IDPScheduler: Starting

2012-06-11 12:53:19,752 INFO  [com.adobe.idp.um.scheduler.IDPScheduler] BMC511: Service IDPScheduler: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\IDPScheduler

2012-06-11 12:53:22,152 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.6.0 created.

2012-06-11 12:53:22,152 INFO  [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.

2012-06-11 12:53:22,152 INFO  [org.quartz.impl.DirectSchedulerFactory] Quartz scheduler 'SimpleQuartzScheduler

2012-06-11 12:53:22,152 INFO  [org.quartz.impl.DirectSchedulerFactory] Quartz scheduler version: 1.6.0

2012-06-11 12:53:22,152 INFO  [org.quartz.core.QuartzScheduler] Scheduler SimpleQuartzScheduler_$_SIMPLE_NON_CLUSTERED started.

2012-06-11 12:53:22,162 INFO  [com.adobe.idp.um.scheduler.IDPScheduler] BMC513: Service IDPScheduler: Started

2012-06-11 12:53:22,172 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/umstartup, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/um-startup-exp.war/

2012-06-11 12:53:22,222 INFO  [com.adobe.idp.um.services.UMStartupService] BMC512: Service UMStartupService: Starting

2012-06-11 12:53:22,232 INFO  [com.adobe.idp.um.services.UMStartupService] BMC511: Service UMStartupService: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\UMStartupService

2012-06-11 12:53:22,322 INFO  [com.adobe.idp.common.util.GUIDGenerator] UserM:: [Thread Hashcode: 18450577] Got IP Address of LC Server:192.168.60.1

2012-06-11 12:53:22,322 INFO  [com.adobe.idp.um.services.UMStartupService] BMC513: Service UMStartupService: Started

2012-06-11 12:53:22,332 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/um, warUrl=.../tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/um-exp.war/

2012-06-11 12:53:22,402 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 18450577] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:22,402 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 18450577] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:22,402 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 18450577] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:22,402 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 18450577] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-06-11 12:53:22,552 INFO  [org.apache.struts.tiles.TilesPlugin] Tiles definition factory loaded for module ''.

2012-06-11 12:53:22,562 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'

2012-06-11 12:53:22,562 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'

2012-06-11 12:53:22,652 INFO  [com.adobe.idp.um.ui.UMActionServlet]

 

 

* System Properties **************************************************

PROPERTIES_FILE..............................: tsmx.properties

TSMX_VERSION.................................: unknown

adobe.server.common.dir......................: C:\Jboss_Adobe\server\lc_mysql1\svccommon

adobe.server.data.dir........................: C:\Jboss_Adobe\server\lc_mysql1\svcdata

adobe.server.root.dir........................: C:\Jboss_Adobe\server\lc_mysql1

adobeidp.serverName..........................: server1

awt.toolkit..................................: sun.awt.windows.WToolkit

catalina.base................................: C:\Jboss_Adobe\server\lc_mysql1

catalina.ext.dirs............................: C:\Jboss_Adobe\server\lc_mysql1\lib

catalina.home................................: C:\Jboss_Adobe\server\lc_mysql1

catalina.useNaming...........................: false

com.adobe.idp.DocumentManagerServlet.........: started

com.adobe.idp.enableLC7Compatibility.........: false

com.adobe.idp.enableLC7Compatibility.SetByDM.: true

com.adobe.serverInstanceId...................: adobejb_server1

com.adobe.tempDirectory......................: C:\Users\Ross Laptop\AppData\Local\Temp\adobejb_server1

com.arjuna.ats.arjuna.objectstore.objectStoreDir: C:\Jboss_Adobe\server\lc_mysql1\data/tx-object-store

com.arjuna.ats.jta.lastResourceOptimisationInterface: org.jboss.tm.LastResource

com.arjuna.ats.tsmx.agentimpl................: com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl

com.arjuna.common.util.logger................: log4j_releveler

com.arjuna.common.util.logging.DebugLevel....: 0x00000000

com.arjuna.common.util.logging.FacilityLevel.: 0xffffffff

com.arjuna.common.util.logging.VisibilityLevel: 0xffffffff

common.loader................................: ${catalina.home}/lib,${catalina.home}/lib/*.jar

file.encoding................................: utf8

file.encoding.pkg............................: sun.io

file.separator...............................: \

hibernate.bytecode.provider..................: cglib

jacorb.config.log.verbosity..................: 0

java.awt.graphicsenv.........................: sun.awt.Win32GraphicsEnvironment

java.awt.printerjob..........................: sun.awt.windows.WPrinterJob

java.class.path..............................: C:\Program Files (x86)\Java\jdk1.6.0_03\lib\tools.jar;C:\Jboss_Adobe\bin\run.jar

java.class.version...........................: 50.0

java.endorsed.dirs...........................: C:\Jboss_Adobe\lib\endorsed

java.ext.dirs................................: C:\Program Files (x86)\Java\jdk1.6.0_03\jre\lib\ext;C:\windows\Sun\Java\lib\ext

java.home....................................: C:\Program Files (x86)\Java\jdk1.6.0_03\jre

java.io.tmpdir...............................: C:\Users\ROSSLA~1\AppData\Local\Temp\

java.library.path............................: C:\Program Files (x86)\Java\jdk1.6.0_03\bin;.;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Pr ogram Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsP owerShell\v1.0\;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;;C:\Program Files\Softex\OmniPass\;C:\Program Files\MySQL\MySQL Server 5.5\bin

java.naming.factory.initial..................: org.jnp.interfaces.NamingContextFactory

java.naming.factory.url.pkgs.................: org.jboss.naming:org.jnp.interfaces

java.net.preferIPv4Stack.....................: true

java.protocol.handler.pkgs...................: org.jboss.net.protocol

java.rmi.server.RMIClassLoaderSpi............: org.jboss.system.JBossRMIClassLoader

java.rmi.server.codebase.....................: http://127.0.0.1:8183/

java.rmi.server.hostname.....................: 127.0.0.1

java.runtime.name............................: Java(TM) SE Runtime Environment

java.runtime.version.........................: 1.6.0_03-b05

java.specification.name......................: Java Platform API Specification

java.specification.vendor....................: Sun Microsystems Inc.

java.specification.version...................: 1.6

java.vendor..................................: Sun Microsystems Inc.

java.vendor.url..............................: http://java.sun.com/

java.vendor.url.bug..........................: http://java.sun.com/cgi-bin/bugreport.cgi

java.version.................................: 1.6.0_03

java.vm.info.................................: mixed mode

java.vm.name.................................: Java HotSpot(TM) Server VM

java.vm.specification.name...................: Java Virtual Machine Specification

java.vm.specification.vendor.................: Sun Microsystems Inc.

java.vm.specification.version................: 1.0

java.vm.vendor...............................: Sun Microsystems Inc.

java.vm.version..............................: 1.6.0_03-b05

javax.management.builder.initial.............: org.jboss.mx.server.MBeanServerBuilderImpl

jboss.bind.address...........................: 127.0.0.1

jboss.home.dir...............................: C:\Jboss_Adobe

jboss.home.url...............................: file:/C:/Jboss_Adobe/

jboss.identity...............................: dca57e6dea5676cax1876608ax137bc73cf92x-8000858

jboss.lib.url................................: file:/C:/Jboss_Adobe/lib/

jboss.remoting.domain........................: JBOSS

jboss.remoting.instanceid....................: dca57e6dea5676cax1876608ax137bc73cf92x-8000858

jboss.remoting.jmxid.........................: RossLaptop-PC_1339411964302

jboss.remoting.version.......................: 22

jboss.server.base.dir........................: C:\Jboss_Adobe\server

jboss.server.base.url........................: file:/C:/Jboss_Adobe/server/

jboss.server.config.url......................: file:/C:/Jboss_Adobe/server/lc_mysql1/conf/

jboss.server.data.dir........................: C:\Jboss_Adobe\server\lc_mysql1\data

jboss.server.home.dir........................: C:\Jboss_Adobe\server\lc_mysql1

jboss.server.home.url........................: file:/C:/Jboss_Adobe/server/lc_mysql1/

jboss.server.lib.url.........................: file:/C:/Jboss_Adobe/server/lc_mysql1/lib/

jboss.server.log.dir.........................: C:\Jboss_Adobe\server\lc_mysql1\log

jboss.server.name............................: lc_mysql1

jboss.server.temp.dir........................: C:\Jboss_Adobe\server\lc_mysql1\tmp

jbossmx.loader.repository.class..............: org.jboss.mx.loading.UnifiedLoaderRepository3

line.separator...............................:

 

 

org.apache.commons.logging.Log...............: org.apache.commons.logging.impl.Log4JLogger

org.jboss.ORBSingletonDelegate...............: org.jacorb.orb.ORBSingleton

org.omg.CORBA.ORBClass.......................: org.jacorb.orb.ORB

org.omg.CORBA.ORBSingletonClass..............: org.jboss.system.ORBSingleton

org.w3c.dom.DOMImplementationSourceList......: org.apache.xerces.dom.DOMXSImplementationSourceImpl

os.arch......................................: x86

os.name......................................: Windows Vista

os.version...................................: 6.1

package.access...............................: sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.be ans.

package.definition...........................: sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.

path.separator...............................: ;

program.name.................................: run.bat

server.loader................................:

shared.loader................................:

sun.arch.data.model..........................: 32

sun.boot.class.path..........................: C:\Jboss_Adobe\lib\endorsed\serializer.jar;C:\Jboss_Adobe\lib\endorsed\xalan.jar;C:\Jboss _Adobe\lib\endorsed\xercesImpl.jar;C:\Program Files (x86)\Java\jdk1.6.0_03\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.6.0_03\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.6.0_03\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jdk1.6.0_03\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.6.0_03\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.6.0_03\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.6.0_03\jre\classes

sun.boot.library.path........................: C:\Program Files (x86)\Java\jdk1.6.0_03\jre\bin

sun.cpu.endian...............................: little

sun.cpu.isalist..............................: pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86

sun.desktop..................................: windows

sun.io.unicode.encoding......................: UnicodeLittle

sun.java.launcher............................: SUN_STANDARD

sun.jnu.encoding.............................: Cp1252

sun.management.compiler......................: HotSpot Server Compiler

sun.os.patch.level...........................: Service Pack 1

sun.rmi.dgc.client.gcInterval................: 3600000

sun.rmi.dgc.server.gcInterval................: 3600000

tomcat.util.buf.StringCache.byte.enabled.....: true

user.country.................................: ZA

user.dir.....................................: C:\Jboss_Adobe\bin

user.home....................................: C:\Users\Ross Laptop

user.language................................: en

user.name....................................: Ross Laptop

user.timezone................................: Africa/Harare

user.variant.................................:

 

 

* JSP Engine ****

JSP-Specification..: 2.1

 

 

* Runtime ****

Total Memory.......: 972 mb

**********************************************************************

 

 

2012-06-11 12:53:22,652 INFO  [com.adobe.idp.um.ui.UMActionServlet]

 

 

* Servlet Context ****************************************************

Servlet API........: 2.5

ServerInfo.........: JBossWeb/2.0.0.GA

 

 

* Attributes ****

com.cc.framework.locale......................: true

com.cc.framework.painter.....................: [app, html, global]

javax.servlet.context.tempdir................: C:\Jboss_Adobe\server\lc_mysql1\work\jboss.web\localhost\um

org.apache.AnnotationProcessor...............: org.apache.catalina.util.DefaultAnnotationProcessor@102c93e

org.apache.catalina.WELCOME_FILES............: [Ljava.lang.String;@1ea310c

org.apache.catalina.jsp_classpath............: /C:/Jboss_Adobe/server/lc_mysql1/lib/jboss-iiop.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/ commons-codec.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25355trove.jar;/C:/Jboss_ Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/oscar.jar;/C: /Jboss_Adobe/server/lc_mysql1/lib/jboss-remoting-int.jar;/C:/Jboss_Adobe/server/lc_mysql1/ lib/jbossjta-integration.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/bcel.jar;/C:/Jboss_Adobe /server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-utilities.ja r;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/a dobe-dsc-bootstrap-ejb.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livec ycle-jboss.ear-contents/CoreSystemConfigComponent.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib /hibernate3.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss. ear-contents/um-startup-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/jbossts-common.jar;/ C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/jsaf eJCEFIPS.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear -contents/um-spi.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-j boss.ear-contents/commons-beanutils.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp253 77wsdl4j.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear -contents/adobe-wkf-util.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-liv ecycle-jboss.ear-contents/adobe-bootstrapper.jar;/C:/Jboss_Adobe/server/lc_mysql1/deploy/j bossws.sar/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear- contents/jcsi_sso.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle- jboss.ear-contents/adobe-fontmanager.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25 405adobe-livecycle-jboss.ear-contents/xmlsec.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/depl oy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-forms-cacheService-exp.war/;/C:/Jboss_ Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/jsafeFIPS.jar ;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25370jaxb-api.jar;/C:/Jboss_Adobe/server/l c_mysql1/lib/jsp-api.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25362jbossweb-serv ice.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-cont ents/adobe-cache-all.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/bsh.jar;/C:/Jboss_Adobe/serv er/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-repository-bindin gs.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/log4j.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp /deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-docmanager.jar;/C:/Jboss_Adobe/se rver/lc_mysql1/lib/jbosssx.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/log4j-snmp-appender.ja r;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/a dobe-docmanager-init-exp.war/;/C:/Jboss_Adobe/lib/jboss-common.jar;/C:/Jboss_Adobe/server/ lc_mysql1/tmp/deploy/tmp25401quartz-ra.rar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp 25405adobe-livecycle-jboss.ear-contents/um-boi.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/de ploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-output-admin-ejb.jar;/C:/Jboss_Adobe /server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-wkf-boi.jar; /C:/Jboss_Adobe/server/lc_mysql1/lib/commons-logging.jar;/C:/Jboss_Adobe/server/lc_mysql1/ lib/jboss-monitoring.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecyc le-jboss.ear-contents/TrustStoreComponent.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jboss-j axrpc.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/commons-collections.jar;/C:/Jboss_Adobe/ser ver/lc_mysql1/tmp/deploy/tmp25399jboss-local-jdbc.rar-contents/jboss-local-jdbc.jar;/C:/Jb oss_Adobe/server/lc_mysql1/lib/jboss-saaj.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/ tmp25373jbossws-core.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jbossws-integration.jar;/C:/ Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25380juddi-saaj.jar;/C:/Jboss_Adobe/server/lc_m ysql1/tmp/deploy/tmp25400jboss-xa-jdbc.rar-contents/jboss-xa-jdbc.jar;/C:/Jboss_Adobe/serv er/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/flex-messaging-remoting .jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-content s/jobmanager-common.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycl e-jboss.ear-contents/adobe-truststore-client.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/mail .jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/hibernate-entitymanager.jar;/C:/Jboss_Adobe/serv er/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/HealthMonitorComponent- exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-con tents/adobe-pki.jar;/C:/Jboss_Adobe/server/lc_mysql1/deploy/snmp-adaptor.sar/;/C:/Jboss_Ad obe/server/lc_mysql1/lib/xmlentitymgr.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/bsh-deploye r.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-cache-controller-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/jboss-jca.jar;/C:/ Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/jcsi_ba se.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25361jbossweb-extras.jar;/C:/Jboss_A dobe/server/lc_mysql1/lib/cglib.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405ad obe-livecycle-jboss.ear-contents/adobe-uisupport.jar;/C:/Jboss_Adobe/server/lc_mysql1/depl oy/uuid-key-generator.sar/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livec ycle-jboss.ear-contents/adobe-ejb-receiver.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy /tmp25405adobe-livecycle-jboss.ear-contents/adobe-event-client.jar;/C:/Jboss_Adobe/server/ lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-truststore-api.jar;/ C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/modu leloader.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear -contents/adobe-rest-provider-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/jboss-jsr88.ja r;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25364jstl.jar;/C:/Jboss_Adobe/server/lc_m ysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-pdfdocumentmanagercore.j ar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/ ldapbp.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jboss.jar;/C:/Jboss_Adobe/server/lc_mysql1 /tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/commons-digester.jar;/C:/Jboss_Adob e/server/lc_mysql1/lib/jboss-jsr77.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp2540 5adobe-livecycle-jboss.ear-contents/adobe-pof-cache.jar;/C:/Jboss_Adobe/server/lc_mysql1/t mp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-dscf.jar;/C:/Jboss_Adobe/server /lc_mysql1/lib/jacorb.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecy cle-jboss.ear-contents/adobe-log.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405a dobe-livecycle-jboss.ear-contents/adobe-output-admin-exp.war/;/C:/Jboss_Adobe/server/lc_my sql1/lib/antlr.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jbo ss.ear-contents/adobe-lcm-bootstrapper-redirector-exp.war/;/C:/Jboss_Adobe/server/lc_mysql 1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-docmanager-ejb.jar;/C:/Jboss _Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/flex-messagi ng-opt.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25354jboss-aspect-library-jdk50. jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/ejb3-persistence.jar;/C:/Jboss_Adobe/server/lc_my sql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-wkf-services-ejb.jar;/C:/ Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-d atamanager-client.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle- jboss.ear-contents/pdfcore.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-l ivecycle-jboss.ear-contents/adobe-lfs-license.jar;/C:/Jboss_Adobe/bin/run.jar;/C:/Jboss_Ad obe/server/lc_mysql1/lib/jboss-cache-jdk50.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy /tmp25405adobe-livecycle-jboss.ear-contents/AACComponent.jar;/C:/Jboss_Adobe/server/lc_mys ql1/deploy/jboss-aop-jdk50.deployer/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405a dobe-livecycle-jboss.ear-contents/adobe-wkf.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deplo y/tmp25405adobe-livecycle-jboss.ear-contents/adobe-pof.jar;/C:/Jboss_Adobe/server/lc_mysql 1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/lc_admin_fr-exp.war/;/C:/Jboss_Ado be/server/lc_mysql1/tmp/deploy/tmp25397jboss-ha-local-jdbc.rar-contents/jboss-ha-local-jdb c.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/opensaml.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss. ear-contents/xmpcore.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/servlet-api.jar;/C:/Jboss_Ad obe/server/lc_mysql1/tmp/deploy/tmp25379jbossws-context-exp.war/;/C:/Jboss_Adobe/server/lc _mysql1/lib/bindingservice-plugin.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405 adobe-livecycle-jboss.ear-contents/AACComponent-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/ tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-pdfmm-compatibility-core.jar;/ C:/Jboss_Adobe/server/lc_mysql1/lib/jpl-util.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/depl oy/tmp25405adobe-livecycle-jboss.ear-contents/flex-messaging-core.jar;/C:/Jboss_Adobe/serv er/lc_mysql1/deploy/jboss-web.deployer/ROOT.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/jbos s-ejb3x.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jbossjta.jar;/C:/Jboss_Adobe/server/lc_my sql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/flex-messaging-data.jar;/C:/Jbo ss_Adobe/server/lc_mysql1/lib/jboss-j2ee.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/t mp25405adobe-livecycle-jboss.ear-contents/lc_admin_de-exp.war/;/C:/Jboss_Adobe/server/lc_m ysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/lc_admin_en-exp.war/;/C:/Jboss _Adobe/server/lc_mysql1/tmp/deploy/tmp25398jboss-ha-xa-jdbc.rar-contents/jboss-ha-xa-jdbc. jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents /um-adminui.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss. ear-contents/adobe-truststore-provider.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp 25405adobe-livecycle-jboss.ear;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-l ivecycle-jboss.ear-contents/aglj40.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp2535 8jboss-dependency.jar;/C:/Jboss_Adobe/lib/log4j-boot.jar;/C:/Jboss_Adobe/server/lc_mysql1/ tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/output-productInfo.jar;/C:/Jboss_Ado be/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-output-con fig-ejb.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear- contents/jcsi_krb.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle- jboss.ear-contents/osgi.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25401quartz-ra. rar-contents/quartz-ra.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livec ycle-jboss.ear-contents/bcmail-jdk15-135.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/t mp25353jboss-aop-jdk50.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livec ycle-jboss.ear-contents/wss4j.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/mail-plugin.jar;/C: /Jboss_Adobe/server/lc_mysql1/deploy/jboss-bean.deployer/;/C:/Jboss_Adobe/server/lc_mysql1 /tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/flex-messaging-common.jar;/C:/Jboss _Adobe/server/lc_mysql1/lib/jboss-remoting.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/el-api .jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-content s/adminui-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jbo ss.ear-contents/um-cache-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/scheduler-plugin.ja r;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/x stream-1.3.1.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jmx-adaptor-plugin.jar;/C:/Jboss_Ado be/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/flex-messaging-d ata-req.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear- contents/SessionBundle.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livec ycle-jboss.ear-contents/commons-pool-1.2.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/t mp25405adobe-livecycle-jboss.ear-contents/adobe-licensemanager-client.jar;/C:/Jboss_Adobe/ server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/docmanager-migratio n-common.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear -contents/adobe-soap-provider-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp2535 9jboss-microcontainer.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecy cle-jboss.ear-contents/jaxen-1.1.1.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp2540 5adobe-livecycle-jboss.ear-contents/afe.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tm p25405adobe-livecycle-jboss.ear-contents/adobe-remoting-provider-exp.war/;/C:/Jboss_Adobe/ server/lc_mysql1/tmp/deploy/tmp25352jboss-ejb3.jar;/C:/Jboss_Adobe/server/lc_mysql1/deploy /juddi-service.sar/juddi.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-li vecycle-jboss.ear-contents/javax77.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/dom4j.jar;/C:/ Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/xbean.j ar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/ rideau.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25378xmlsec.jar;/C:/Jboss_Adobe/ server/lc_mysql1/lib/jaxen.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25372jboss-j axws.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-con tents/titan-cloak.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jbossha.jar;/C:/Jboss_Adobe/ser ver/lc_mysql1/deploy/jboss-web.deployer/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25 397jboss-ha-local-jdbc.rar;/C:/Jboss_Adobe/server/lc_mysql1/lib/mysql-connector-java-5.1.6 -bin.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-con tents/adobe-bootstrapper-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adob e-livecycle-jboss.ear-contents/jcsi_krb_provider.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/ jboss-hibernate.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jb oss.ear-contents/adobe-wkf-admin.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/javassist.jar;/C :/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe -remoting-provider.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle -jboss.ear-contents/PerlTools.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adob e-livecycle-jboss.ear-contents/commons-httpclient-3.0.1.jar;/C:/Jboss_Adobe/server/lc_mysq l1/tmp/deploy/tmp25375policy.jar;/C:/Jboss_Adobe/server/lc_mysql1/deploy/jbossws.sar/jboss ws.beans/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-co ntents/um.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ea r-contents/TrustStoreComponent-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/autonumber-pl ugin.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-con tents/bcprov-jdk15-135.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livec ycle-jboss.ear-contents/certjFIPS.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25356 jboss-bean-deployer.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycl e-jboss.ear-contents/backport-util-concurrent.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/dep loy/tmp25371jaxb-impl.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecy cle-jboss.ear-contents/adobe-lc-launchpad-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/de ploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-XMLFMCallBack-exp.war/;/C:/Jboss_Ado be/server/lc_mysql1/lib/hibernate-annotations.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/joe snmp.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-con tents/adobe-dscf-client.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-live cycle-jboss.ear-contents/CoreSystemConfigComponent-exp.war/;/C:/Jboss_Adobe/server/lc_mysq l1/lib/jboss-srp.jar;/C:/Jboss_Adobe/lib/endorsed/serializer.jar;/C:/Jboss_Adobe/server/lc _mysql1/tmp/deploy/tmp25360jasper-jdt.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp2 5405adobe-livecycle-jboss.ear-contents/jcsi_license.jar;/C:/Jboss_Adobe/lib/concurrent.jar ;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/ad obe-wkf-initializer-ejb.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/bsf.jar;/C:/Jboss_Adobe/s erver/lc_mysql1/tmp/deploy/tmp25357jboss-container.jar;/C:/Jboss_Adobe/server/lc_mysql1/de ploy/httpha-invoker.sar/invoker.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/jboss-transactio n.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-conten ts/adobe-applicationmanager-client-sdk.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp 25405adobe-livecycle-jboss.ear-contents/workflow-template-support.jar;/C:/Jboss_Adobe/serv er/lc_mysql1/tmp/deploy/tmp25351jboss-annotations-ejb3.jar;/C:/Jboss_Adobe/server/lc_mysql 1/tmp/deploy/tmp25382juddi.jar;/C:/Jboss_Adobe/lib/endorsed/xercesImpl.jar;/C:/Jboss_Adobe /server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/HealthMonitorCompo nent.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25383scout.jar;/C:/Jboss_Adobe/ser ver/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-workmanager.jar; /C:/Jboss_Adobe/server/lc_mysql1/lib/jpl-pattern.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/ jboss-vfs.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25374jbossws-jboss42-integrat ion.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-cont ents/pof-schema-support.jar;/C:/Jboss_Adobe/server/lc_mysql1/deploy/juddi-service.sar/;/C: /Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe- repository-bindings-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-liv ecycle-jboss.ear-contents/launchpad_help_en-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/ deploy/tmp25405adobe-livecycle-jboss.ear-contents/concurrent.jar;/C:/Jboss_Adobe/server/lc _mysql1/tmp/deploy/tmp25363jbossweb.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp254 05adobe-livecycle-jboss.ear-contents/adobe-pof-adapters.jar;/C:/Jboss_Adobe/server/lc_mysq l1/lib/scheduler-plugin-example.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405ad obe-livecycle-jboss.ear-contents/adobe-wkf-jaxen.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/ deploy/tmp25400jboss-xa-jdbc.rar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe -livecycle-jboss.ear-contents/saxpath.jar;/C:/Jboss_Adobe/lib/jboss-system.jar;/C:/Jboss_A dobe/server/lc_mysql1/lib/jboss-management.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy /tmp25399jboss-local-jdbc.rar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-li vecycle-jboss.ear-contents/adobe-forms-client-internal.jar;/C:/Jboss_Adobe/lib/endorsed/xa lan.jar;/C:/Jboss_Adobe/server/lc_mysql1/deploy/ejb3.deployer/;/C:/Jboss_Adobe/server/lc_m ysql1/lib/jnpserver.jar;/C:/Jboss_Adobe/server/lc_mysql1/conf/;/C:/Jboss_Adobe/lib/jboss-j mx.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jgroups.jar;/C:/Jboss_Adobe/server/lc_mysql1/t mp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-bmc-client.jar;/C:/Jboss_Adobe/ server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/commons-codec-1.3.j ar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/ commons-fileupload.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/quartz.jar;/C:/Jboss_Adobe/ser ver/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/dsc-exp.war/;/C:/Jboss _Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/um-scheduler -exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-co ntents/pdfencryption.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/activation.jar;/C:/Jboss_Ado be/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/castor-xml_0.9.4 .jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-content s/adobe-csa-config.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle -jboss.ear-contents/adobe-wkf-initializer-ejb.jar-contents/workflow_data.jar;/C:/Jboss_Ado be/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/gemfire.jar;/C:/ Jboss_Adobe/lib/jboss-xml-binding.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405 adobe-livecycle-jboss.ear-contents/adobe-forms-cache-utils.jar;/C:/Jboss_Adobe/server/lc_m ysql1/tmp/deploy/tmp25376stax-api.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/jboss-common-jd bc-wrapper.jar;/C:/Jboss_Adobe/server/lc_mysql1/lib/properties-plugin.jar;/C:/Jboss_Adobe/ server/lc_mysql1/lib/jboss-serialization.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/t mp25405adobe-livecycle-jboss.ear-contents/runtime-tlo-handler-lib.jar;/C:/Jboss_Adobe/serv er/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-wkf-net.jar;/C:/J boss_Adobe/server/lc_mysql1/deploy/httpha-invoker.sar/;/C:/Jboss_Adobe/server/lc_mysql1/tm p/deploy/tmp25384snmp-adaptor.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25381judd i-service.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ea r-contents/lc_admin_ja-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/lib/commons-httpclient.ja r;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25398jboss-ha-xa-jdbc.rar;/C:/Jboss_Adobe /server/lc_mysql1/lib/avalon-framework.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp 25405adobe-livecycle-jboss.ear-contents/um-exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/d eploy/tmp25405adobe-livecycle-jboss.ear-contents/flex-messaging-proxy.jar;/C:/Jboss_Adobe/ server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-contents/adobe-output-mbean- exp.war/;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.ear-con tents/json.jar;/C:/Jboss_Adobe/server/lc_mysql1/tmp/deploy/tmp25405adobe-livecycle-jboss.e ar-contents/DataManagerService-exp.war/

org.apache.catalina.resources................: org.apache.naming.resources.ProxyDirContext@3a2053

org.apache.commons.validator.VALIDATOR_RESOURCES: org.apache.commons.validator.ValidatorResources@205144

org.apache.struts.action.ACTION_SERVLET......: com.adobe.idp.um.ui.UMActionServlet@1b76d61

org.apache.struts.action.MESSAGE.............: org.apache.struts.util.PropertyMessageResources@16e0356

org.apache.struts.action.MODULE..............: org.apache.struts.config.impl.ModuleConfigImpl@19d2de4

org.apache.struts.action.PLUG_INS............: [Lorg.apache.struts.action.PlugIn;@3002b9

org.apache.struts.action.SERVLET_MAPPING.....: *.do

org.apache.struts.globals.MODULE_PREFIXES....: [Ljava.lang.String;@2d659

org.apache.struts.tiles.DEFINITIONS_FACTORY..: I18nFactorySet :

--- default factory ---

{${YOUR_DEFINITION_HERE}={name=${YOUR_DEFINITION_HERE}, path=null, role=null, controller=null, controllerType=null, controllerInstance=null, attributes={}}

}

--- other factories ---

 

 

org.apache.struts.validator.STOP_ON_ERROR....: true

**********************************************************************

 

 

2012-06-11 12:53:22,662 INFO  [org.jboss.deployment.EARDeployer] Started J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-livecycle-jboss.ear

2012-06-11 12:53:54,042 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-livecycle-native-jboss-x86_win32.ear

2012-06-11 12:53:55,382 WARN  [org.jboss.deployment.DeploymentInfo] Only the root deployment can set the loader repository, ignoring config=LoaderRepositoryConfig(repositoryName: com.adobe.service:loader=servicesnatives-2.war, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3, configParserClassName: null, repositoryConfig: null)

2012-06-11 12:53:57,042 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/servicesnatives-2, warUrl=.../tmp/deploy/tmp25406adobe-livecycle-native-jboss-x86_win32.ear-contents/Service sNatives-2-exp.war/

2012-06-11 12:53:57,202 INFO  [com.adobe.service.ServicesNatives] BMC512: Service ServicesNatives2: Starting

2012-06-11 12:53:57,302 INFO  [com.adobe.service.ServicesNatives] BMC511: Service ServicesNatives2: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\ServicesNatives2

2012-06-11 12:53:57,302 INFO  [com.adobe.service.ServicesNatives] BMC513: Service ServicesNatives2: Started

2012-06-11 12:53:57,312 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/approviderservice, warUrl=.../tmp/deploy/tmp25406adobe-livecycle-native-jboss-x86_win32.ear-contents/adobe-A pProvider-exp.war/

2012-06-11 12:53:57,402 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] BMC512: Service ApProviderService: Starting

2012-06-11 12:53:57,472 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] BMC511: Service ApProviderService: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\ApProviderService

2012-06-11 12:53:57,482 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] PoolMax: 4

2012-06-11 12:53:57,482 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] MaximumReUseCount: 10000

2012-06-11 12:53:57,482 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] ReportTimingInformation: false

2012-06-11 12:53:57,482 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] Debug: false

2012-06-11 12:53:57,482 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] ApProviderService.onStartService(), ApProviderService started

2012-06-11 12:53:57,482 INFO  [com.adobe.livecycle.approviderbmc.ApProviderService] BMC513: Service ApProviderService: Started

2012-06-11 12:53:57,492 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/convertpdfservice, warUrl=.../tmp/deploy/tmp25406adobe-livecycle-native-jboss-x86_win32.ear-contents/adobe-C onvertPdf-exp.war/

2012-06-11 12:53:57,582 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] BMC512: Service ConvertPdfService: Starting

2012-06-11 12:53:57,692 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] BMC511: Service ConvertPdfService: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\ConvertPdfService

2012-06-11 12:53:57,702 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] PoolMax: 4

2012-06-11 12:53:57,702 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] MaximumReUseCount: 10000

2012-06-11 12:53:57,702 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] ReportTimingInformation: false

2012-06-11 12:53:57,702 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] CT_AllowSystemFonts: true

2012-06-11 12:53:57,702 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] Debug: false

2012-06-11 12:53:57,702 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] ConvertPdfService.onStartService(), ConvertPdfService started

2012-06-11 12:53:57,702 INFO  [com.adobe.convertpdf.bmc.ConvertPdfService] BMC513: Service ConvertPdfService: Started

2012-06-11 12:53:57,712 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/xmlformservice, warUrl=.../tmp/deploy/tmp25406adobe-livecycle-native-jboss-x86_win32.ear-contents/adobe-X MLForm-exp.war/

2012-06-11 12:53:57,802 INFO  [com.adobe.document.XMLFormService] BMC512: Service XMLFormService: Starting

2012-06-11 12:53:58,922 INFO  [com.adobe.document.XMLFormService] BMC511: Service XMLFormService: Native files expanded in C:\Jboss_Adobe\server\lc_mysql1\svcnative\XMLFormService

2012-06-11 12:53:58,922 INFO  [com.adobe.document.XMLFormService] ALC-XTG-100-110: PoolMax: 4

2012-06-11 12:53:58,922 INFO  [com.adobe.document.XMLFormService] ALC-XTG-100-110: MaximumReuseCount: 10000

2012-06-11 12:53:58,922 INFO  [com.adobe.document.XMLFormService] ALC-XTG-100-110: ReportTimingInformation: false

2012-06-11 12:53:58,932 INFO  [com.adobe.document.XMLFormService] ALC-XTG-100-110: CTAllowSystemFonts: true

2012-06-11 12:53:58,942 INFO  [com.adobe.document.XMLFormService] BMC513: Service XMLFormService: Started

2012-06-11 12:53:58,952 INFO  [org.jboss.deployment.EARDeployer] Started J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-livecycle-native-jboss-x86_win32.ear

2012-06-11 12:54:00,282 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-output-ivs-jboss.ear

2012-06-11 12:54:01,192 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/OutputIVS/Help, warUrl=.../tmp/deploy/tmp25407adobe-output-ivs-jboss.ear-contents/OutputIVS_help-exp.war/

2012-06-11 12:54:01,242 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/OutputIVS, warUrl=.../tmp/deploy/tmp25407adobe-output-ivs-jboss.ear-contents/adobe-output-ivs-exp.wa r/

2012-06-11 12:54:01,292 INFO  [org.jboss.deployment.EARDeployer] Started J2EE application: file:/C:/Jboss_Adobe/server/lc_mysql1/deploy/adobe-output-ivs-jboss.ear

2012-06-11 12:54:01,332 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8181

2012-06-11 12:54:01,352 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8109

2012-06-11 12:54:01,362 INFO  [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 1m:17s:60ms

2012-06-11 13:02:54,367 INFO  [com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper] Bootstrapping using [java:comp/env/ejb/UserManagerInitializer]

2012-06-11 13:02:54,387 INFO  [com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper] Initializing DB ....

2012-06-11 13:02:54,397 INFO  [com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient] ================================== Bootstrapping User Manager component ==================================

2012-06-11 13:02:54,397 INFO  [com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient] Creating/Updating the database

2012-06-11 13:02:54,407 WARN  [com.adobe.idp.common.errors.exception.IDPLoggedException] UserM:GENERIC_WARNING: [Thread Hashcode: 23986260] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStatement] errorCode:12290 errorCodeHEX:0x3002 message:execute non-query failure(create table EDCVERSIONENTITYSQ2(seq bigint not null auto_increment, primary key(seq)) TYPE=InnoDB) chainedException:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1chainedExceptionMessage:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1 chainedException trace:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1

          at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39)

          at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27)

          at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

          at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)

          at com.mysql.jdbc.Util.getInstance(Util.java:381)

          at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)

          at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)

          at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)

          at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)

          at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)

          at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)

          at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)

          at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2019)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1937)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1922)

          at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeUpdate(CachedPreparedState ment.java:95)

          at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedSta tement.java:251)

          at com.adobe.idp.storeprovider.jdbc.DBStatement.executeNonQuery(DBStatement.java:412)

          at com.adobe.idp.storeprovider.jdbc.DBConnection.executeStatement(DBConnection.java:128)

          at com.adobe.idp.storeprovider.jdbc.DBConnection.executeDDLStatement(DBConnection.java:140)

          at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:1001)

          at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:1116)

          at com.adobe.idp.storeprovider.jdbc.DBSequence.<init>(DBSequence.java:47)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.doVersionCreation(DBStoreFactory.java:177 2)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.setupDB(DBStoreFactory.java:2061)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:945)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:783)

          at com.adobe.idp.storeprovider.database.DBProviderCache.initialize(DBProviderCache.java:175)

          at com.adobe.idp.storeprovider.database.DBProviderCache.createDatabaseSchema(DBProviderCache .java:144)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.createDatabase(Bootst rapperManagerBean.java:290)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.createDatabase(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:77)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

 

 

2012-06-11 13:02:54,407 ERROR [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] Error occured while creating database.

com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:initialization failurecom.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStatement] errorCode:12290 errorCodeHEX:0x3002 message:execute non-query failure(create table EDCVERSIONENTITYSQ2(seq bigint not null auto_increment, primary key(seq)) TYPE=InnoDB) chainedException:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1chainedExceptionMessage:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1 chainedException trace:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1

          at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39)

          at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27)

          at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

          at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)

          at com.mysql.jdbc.Util.getInstance(Util.java:381)

          at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)

          at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)

          at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)

          at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)

          at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)

          at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)

          at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)

          at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2019)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1937)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1922)

          at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeUpdate(CachedPreparedState ment.java:95)

          at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedSta tement.java:251)

          at com.adobe.idp.storeprovider.jdbc.DBStatement.executeNonQuery(DBStatement.java:412)

          at com.adobe.idp.storeprovider.jdbc.DBConnection.executeStatement(DBConnection.java:128)

          at com.adobe.idp.storeprovider.jdbc.DBConnection.executeDDLStatement(DBConnection.java:140)

          at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:1001)

          at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:1116)

          at com.adobe.idp.storeprovider.jdbc.DBSequence.<init>(DBSequence.java:47)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.doVersionCreation(DBStoreFactory.java:177 2)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.setupDB(DBStoreFactory.java:2061)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:945)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:783)

          at com.adobe.idp.storeprovider.database.DBProviderCache.initialize(DBProviderCache.java:175)

          at com.adobe.idp.storeprovider.database.DBProviderCache.createDatabaseSchema(DBProviderCache .java:144)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.createDatabase(Bootst rapperManagerBean.java:290)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.createDatabase(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:77)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

 

 

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:960)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:783)

          at com.adobe.idp.storeprovider.database.DBProviderCache.initialize(DBProviderCache.java:175)

          at com.adobe.idp.storeprovider.database.DBProviderCache.createDatabaseSchema(DBProviderCache .java:144)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.createDatabase(Bootst rapperManagerBean.java:290)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.createDatabase(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:77)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

2012-06-11 13:02:54,417 WARN  [com.adobe.idp.common.errors.exception.IDPLoggedException] UserM:GENERIC_WARNING: [Thread Hashcode: 23986260] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:initialization failurecom.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStatement] errorCode:12290 errorCodeHEX:0x3002 message:execute non-query failure(create table EDCVERSIONENTITYSQ2(seq bigint not null auto_increment, primary key(seq)) TYPE=InnoDB) chainedException:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1chainedExceptionMessage:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1 chainedException trace:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1

          at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39)

          at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27)

          at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

          at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)

          at com.mysql.jdbc.Util.getInstance(Util.java:381)

          at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)

          at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)

          at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)

          at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)

          at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)

          at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)

          at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)

          at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2019)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1937)

          at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1922)

          at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeUpdate(CachedPreparedState ment.java:95)

          at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedSta tement.java:251)

          at com.adobe.idp.storeprovider.jdbc.DBStatement.executeNonQuery(DBStatement.java:412)

          at com.adobe.idp.storeprovider.jdbc.DBConnection.executeStatement(DBConnection.java:128)

          at com.adobe.idp.storeprovider.jdbc.DBConnection.executeDDLStatement(DBConnection.java:140)

          at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:1001)

          at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:1116)

          at com.adobe.idp.storeprovider.jdbc.DBSequence.<init>(DBSequence.java:47)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.doVersionCreation(DBStoreFactory.java:177 2)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.setupDB(DBStoreFactory.java:2061)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:945)

          at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:783)

          at com.adobe.idp.storeprovider.database.DBProviderCache.initialize(DBProviderCache.java:175)

          at com.adobe.idp.storeprovider.database.DBProviderCache.createDatabaseSchema(DBProviderCache .java:144)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.createDatabase(Bootst rapperManagerBean.java:290)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.createDatabase(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:77)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

 

 

2012-06-11 13:02:54,437 ERROR [com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient] Some error occured while initializing database. Refer to logs provided before for more details.

2012-06-11 13:02:54,457 WARN  [com.adobe.idp.common.errors.exception.IDPLoggedException] UserM:GENERIC_WARNING: [Thread Hashcode: 23986260] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized

2012-06-11 13:02:54,457 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException in method: public abstract java.util.Map com.adobe.idp.config.PreferencesSPI.getSystemRoot() throws com.adobe.idp.common.errors.exception.IDPException,com.adobe.idp.common.errors.exception. IDPSystemException:

com.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized

          at com.adobe.idp.config.PreferencesBean.getSystemRoot(PreferencesBean.java:93)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)

          at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)

          at $Proxy205.getSystemRoot(Unknown Source)

          at com.adobe.idp.config.AdobeReadOnlyPreferenceFactory.systemRootReadOnly(AdobeReadOnlyPrefe renceFactory.java:45)

          at com.adobe.idp.um.config.util.UMConfigManager.doesUMPreferenceTreeExist(UMConfigManager.ja va:944)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:262)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.loadDefaultConfiguration(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

2012-06-11 13:02:54,467 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 23986260] Problem with system rootcom.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized

2012-06-11 13:02:54,477 INFO  [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] Loading default configuration as the preference tree does not exist in the database.

2012-06-11 13:02:54,477 WARN  [com.adobe.idp.common.errors.exception.IDPLoggedException] UserM:GENERIC_WARNING: [Thread Hashcode: 23986260] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized

2012-06-11 13:02:54,477 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException in method: public abstract java.util.Map com.adobe.idp.config.PreferencesSPI.getSystemRoot() throws com.adobe.idp.common.errors.exception.IDPException,com.adobe.idp.common.errors.exception. IDPSystemException:

com.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized

          at com.adobe.idp.config.PreferencesBean.getSystemRoot(PreferencesBean.java:93)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)

          at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)

          at $Proxy205.getSystemRoot(Unknown Source)

          at com.adobe.idp.config.AdobePreferenceFactory.systemRoot(AdobePreferenceFactory.java:137)

          at com.adobe.idp.config.PreferencesBean.importConfigNodeFromXML(PreferencesBean.java:339)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)

          at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)

          at $Proxy205.importConfigNodeFromXML(Unknown Source)

          at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:176 1)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:266)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.loadDefaultConfiguration(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

2012-06-11 13:02:54,487 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 23986260] Problem with system rootcom.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized

2012-06-11 13:02:54,487 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract void com.adobe.idp.config.PreferencesSPI.importConfigNodeFromXML(java.io.InputStream,java.lang .String,java.lang.String,boolean) throws java.lang.Exception:

java.lang.RuntimeException: nullgetProvider failure: factory not initialized

          at com.adobe.idp.config.AdobePreferenceFactory.systemRoot(AdobePreferenceFactory.java:178)

          at com.adobe.idp.config.PreferencesBean.importConfigNodeFromXML(PreferencesBean.java:339)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)

          at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)

          at $Proxy205.importConfigNodeFromXML(Unknown Source)

          at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:176 1)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:266)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.loadDefaultConfiguration(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

2012-06-11 13:02:54,497 ERROR [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] Failed to load default configuration. error:javax.ejb.EJBException: RuntimeException

javax.ejb.EJBException: RuntimeException

          at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:417)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:209)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)

          at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)

          at $Proxy205.importConfigNodeFromXML(Unknown Source)

          at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:176 1)

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:266)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.loadDefaultConfiguration(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

Caused by: java.lang.RuntimeException: nullgetProvider failure: factory not initialized

          at com.adobe.idp.config.AdobePreferenceFactory.systemRoot(AdobePreferenceFactory.java:178)

          at com.adobe.idp.config.PreferencesBean.importConfigNodeFromXML(PreferencesBean.java:339)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          ... 67 more

2012-06-11 13:02:54,517 ERROR [STDERR] com.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] errorCode:8193 errorCodeHEX:0x2001 message:Failed to load default configuration. error:javax.ejb.EJBException: RuntimeException

2012-06-11 13:02:54,517 ERROR [STDERR]           at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:280)

2012-06-11 13:02:54,517 ERROR [STDERR]           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-06-11 13:02:54,517 ERROR [STDERR]           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

2012-06-11 13:02:54,517 ERROR [STDERR]           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

2012-06-11 13:02:54,517 ERROR [STDERR]           at java.lang.reflect.Method.invoke(Method.java:597)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.invocation.Invocation.performCall(Invocation.java:359)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.ejb.Container.invoke(Container.java:960)

2012-06-11 13:02:54,517 ERROR [STDERR]           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-06-11 13:02:54,517 ERROR [STDERR]           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

2012-06-11 13:02:54,517 ERROR [STDERR]           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

2012-06-11 13:02:54,517 ERROR [STDERR]           at java.lang.reflect.Method.invoke(Method.java:597)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

2012-06-11 13:02:54,517 ERROR [STDERR]           at $Proxy222.loadDefaultConfiguration(Unknown Source)

2012-06-11 13:02:54,517 ERROR [STDERR]           at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)

2012-06-11 13:02:54,517 ERROR [STDERR]           at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

2012-06-11 13:02:54,517 ERROR [STDERR]           at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

2012-06-11 13:02:54,517 ERROR [STDERR]           at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

2012-06-11 13:02:54,517 ERROR [STDERR]           at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

2012-06-11 13:02:54,517 ERROR [STDERR]           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

2012-06-11 13:02:54,517 ERROR [STDERR]           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

2012-06-11 13:02:54,527 ERROR [STDERR]           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

2012-06-11 13:02:54,527 ERROR [STDERR]           at java.lang.Thread.run(Thread.java:619)

2012-06-11 13:02:54,527 ERROR [com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient] ***** Bootstrap FAILED to complete *****

2012-06-11 13:02:54,527 ERROR [com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient] Bootstrap cannot recover from error.

com.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] errorCode:8193 errorCodeHEX:0x2001 message:Failed to load default configuration. error:javax.ejb.EJBException: RuntimeException

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:280)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.loadDefaultConfiguration(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

2012-06-11 13:02:54,527 ERROR [com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper] ALC-TTN-011-003: Bootstrapping failed for platform component [UserManager].  The wrapped exception's message reads:

Failed to load default configuration. error:javax.ejb.EJBException: RuntimeException 

com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-011-003: Bootstrapping failed for platform component [UserManager].  The wrapped exception's message reads:

Failed to load default configuration. error:javax.ejb.EJBException: RuntimeException 

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 107)

          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)

          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

Caused by: com.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] errorCode:8193 errorCodeHEX:0x2001 message:Failed to load default configuration. error:javax.ejb.EJBException: RuntimeException

          at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:280)

          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.invocation.Invocation.performCall(Invocation.java:359)

          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)

          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)

          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)

          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)

          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)

          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)

          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)

          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)

          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)

          at org.jboss.ejb.Container.invoke(Container.java:960)

          at 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.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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)

          at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)

          at org.jboss.invocation.InvokerInterceptor.invokeLocalMarshalled(InvokerInterceptor.java:295 )

          at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:61)

          at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)

          at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)

          at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 12)

          at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)

          at $Proxy222.loadDefaultConfiguration(Unknown Source)

          at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)

          at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)

          ... 22 more

 

I can see the first error is regarding an error in the MySQL syntax and "InnoDB", but those are the settings that I was told to make changes to in the documentation.

 

If anyone could offer help or point me in the right direction, it would be greatly appreciated.

 

Regards

Ross Malan

Trial

can I install live cyle on my laptop and my pc with one licence

We have been trying to setup the connection to livecycle to an Oracle XE 64 bit, unfortunately it doesn't work.

$
0
0

I need to know if there are some incompability issues between livecycle ES4 and Oracle XE 11G R2 64bit?

The adobe livecycle and the Oracle intance is setup on a single PC.

Livecycle doesnt appear to have the proper drivers for this version of Oracle?

Vertical Scrolling Bar

$
0
0

How to i put a large amount of text in a smaller box and have a vertical scrolling bar

Viewing all 87219 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>