Design mode troubles - "Error during component layout."

Hi all.
Since this is getting pretty annoying, I thought someone might know the right solution to this. Whenever I try to open Design mode on my AIR app (Spark + MX), I get:
Design mode: Error during component layout. Choose Design > Refresh to refresh design mode.    MyTestApp.mxml    /MyTestApp/src    Unknown    Problem
The MXML code for it is as simple as it can get:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx"
                            skinClass="spark.skins.spark.SparkChromeWindowedApplicationSkin"
                            >
</s:WindowedApplication>
And app descriptor XML only contains transparent set to true and systemChrome to none, even tho it shouldn't make any difference in the Design view anyway. Refresh doesn't solve the error, and sometimes the Design view itself goes into infinite loop of refreshing.
However, if I remove the skinClass, it all works fine and Design view loads (but then I don't get the window chrome on run-time). Same goes if I declare the skin within <fx:Style /> tag, it only breaks when using skinClass attribute in the WindowedApplication declaration. And the same thing happens if I try to edit some of the Spark skins in the Design view.
I've tried creating a new project, switching workspaces, building a blank workspace, switching from Flex SDK 4.1 to 4.0 - all to no avail, the same error always occurs and it never goes away.
Any ideas?

Instead of declaring the skin within the WindowedApplication tag, you have to call the Skin class from a Style tag right after you close your window tag:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
Xmlns:mx="library://ns.adobe.com/flex/mx"
title="YOUR APP">
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
s|WindowedApplication
skinClass:ClassReference("spark.skins.spark.SparkChromeWindowedApplicationSkin");
background-color:#999999;
background-alpha:"0.7";
</fx:Style>
source: http://help.adobe.com/en_US/air/build/air_buildingapps.pdf

Similar Messages

  • Design mode: Error during component layout. Choose Design Refresh to refresh design mode.

    Description Resource Path Location Type
    Design mode: Error during component layout. Choose Design > Refresh to refresh design mode. etPlayer.mxml /etPlayer/src Unknown Problem
    Refreshing wont work..
    any ideas?

    Some elements can cause the design view to break, it recently happened to me and this was my solution.
    I began by commenting out most of the visual elements from code and going back and forth to design view to try and get it working.
    Finally I narrowed it down to the "ToggleButtonBar" component. After I commented this line out the design view was up and running.
    This might not be the solution but it will get you back up and running.

  • Logo Component - Design mode shows the edit component toolbar don't show "Edit" button

    I just created a Logo component on my website following the CQ "How to create a Fully Featured Internet Website" guide.
    I do create the logo component, edited the jsp page with the following code
    <%@include file="/libs/foundation/global.jsp"%>
    <%@ page import="com.day.text.Text,
                     com.day.cq.wcm.foundation.Image,
                     com.day.cq.commons.Doctype" %>
    <%  String home = Text.getAbsoluteParent(currentPage.getPath(), 2);
        Resource res = currentStyle.getDefiningResource("fileReference");
        if (res == null) {
            res = currentStyle.getDefiningResource("file");
        log.error("path is:" + currentStyle.getPath());
    %>
        <a href="<%= home %>.html"> <%
        if (res == null) {
            %> Home Page <%
        }else {
            Image img = new Image(res);
            img.setItemName(Image.NN_FILE, "file");
            img.setItemName(Image.PN_REFERENCE, "fileReference");
            img.setSelector("img");
            img.setDoctype(Doctype.fromRequest(request));
            img.setAlt("Home Page");
            img.draw(out);
        %>
        </a>
    Then, I created the tag "<cg:include>" in my jsp page, calling this jsp.
    After all that, I created the Design Dialog for my logo component, then a "items" node under the tab1 node of the design dialog.
    After this, finnaly, the widget node (absParent), under the items created before.
    A lot of propertys later, I got my Logo object in the page, but the toolbar with the "Edit" button on Design mode don't show me the "Edit button" 
    Someone can tell me how to get the button there?
    Is some property that I may have forgotten?
    Thanks.

    Basically, the edit toolbar has the same with as your component, which indeed is problematic for narrow components.
    But you can work-around that with a basic CSS hack:
    .cq-editbar {
        min-width: 200px !important;
        _width: 200px !important; /* IE6 */
    This seems to be fixed in CQ 5.5.

  • How to differentiate design mode /running in extended component

    Hi,
    Is there a way to know if a component is render in the design
    mode of FB3? (Another post was done more than one year ago but no
    answer...)
    Regards

    Hi,
    in your code you can:
    boolean designtimeChecked = false;
    boolean isDesigntime = false;
    if (!designtimeChecked){
    //prevent this code being executed in designtime
    FacesContext fctx = FacesContext.getCurrentInstance();
    HttpServletRequest rq = (HttpServletRequest)fctx.getExternalContext().getRequest();
    isDesigntime = rq.getServerPort()==-1;
    designtimeChecked=true;
    later on you just call if (!isDesigntime){
    // execute code
    Frank

  • Error during Component Deployment Validation

    Windows 2008 SP2 64-bit server running JBoss and LiveCycle ES2 SP1 after installing SP2, running the Configuration Manager, I get the following error in the LiveCycle Component Deployment Validation stage:
    adobe-usermanager-dsc.jar is deployed but is not currently running
    adobe-usermanager-jit-dsc.jar is deployed but is not currently running
    Then validation completes.
    If I go onto the Configure PDF Generator ES2 step, it doesn't have my previously configured user credentials for multi-threaded native conversions, and if I attempt to add any I get:
    An error occurred while adding user. See LCM logs for details.
    Swapping over to the admin webpage, there are no longer any users listed under PDFG User Accounts, in fact that page has this error in the moddle
    ALC-PDG-001-000-Conversion of the input file failed because of an exception.
    And no users or profiles in Settings -> Trust Store Management -> User and Password Credentials. Adding a profile here gives:
    An error has occurred. Please see error log for details.
    If I go into Services -> Applications and Services -> Service Management, and filter for Stopped services, I can see four usermanager services stopped; AuthorizationManagerService, DirectoryManagerService, SPIRegistrationService and AuthenticationManagerService. Selecting any of these and trying to Start them gives:
    ALC-AAC-0017-000: Service(s) failed to start. It could be configuration problem

    Server.log
    2011-02-01 17:30:52,630 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
    2011-02-01 17:30:52,630 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Setting up property manager MBean and JMX layer
    2011-02-01 17:30:52,786 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting recovery manager
    2011-02-01 17:30:52,849 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Recovery manager started
    2011-02-01 17:30:52,864 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Binding TransactionManager JNDI Reference
    2011-02-01 17:30:55,115 INFO  [org.jboss.ejb3.EJB3Deployer] Starting java:comp multiplexer
    2011-02-01 17:30:56,771 INFO  [org.jboss.ws.core.server.ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
    2011-02-01 17:30:57,396 INFO  [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] SNMP agent going active
    2011-02-01 17:30:57,990 INFO  [org.jboss.iiop.CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578 744578743A312E3000000000000200000000000000E8000102000000000D31302E32302E32312E31373000000D C8000000114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300 000000010000001C00000000050100010000000105010001000101090000000105010001000000210000006000 000000000000010000000000000024000000200000007E00000000000000010000000D31302E32302E32312E31 373000000DC9004000000000000000000010040100080606678102010101000000000000000000000000000000 00000000000000002000000004000000000000001F000000040000000300000001000000200000000000000002 0000002000000004000000000000001F0000000400000003]
    2011-02-01 17:30:58,021 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.
    2011-02-01 17:30:58,037 INFO  [org.jboss.tm.iiop.CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E46 6163746F72794578743A312E30000000000200000000000000E8000102000000000D31302E32302E32312E3137 3000000DC8000000144A426F73732F5472616E73616374696F6E732F4600000005000000000000000800000000 4A414300000000010000001C000000000501000100000001050100010001010900000001050100010000002100 00006000000000000000010000000000000024000000200000007E00000000000000010000000D31302E32302E 32312E31373000000DC90040000000000000000000100401000806066781020101010000000000000000000000 0000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000 000000020000002000000004000000000000001F0000000400000003]
    2011-02-01 17:30:58,427 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\Java\jdk1.6.0_19\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Wi ndows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Windows Imaging\;D:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Common Files\Adobe\AGL
    2011-02-01 17:30:58,537 INFO  [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-10.20.21.170-8080
    2011-02-01 17:30:58,537 INFO  [org.apache.coyote.ajp.AjpProtocol] Initializing Coyote AJP/1.3 on ajp-10.20.21.170-8009
    2011-02-01 17:30:58,537 INFO  [org.apache.catalina.startup.Catalina] Initialization processed in 232 ms
    2011-02-01 17:30:58,537 INFO  [org.apache.catalina.core.StandardService] Starting service jboss.web
    2011-02-01 17:30:58,537 INFO  [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
    2011-02-01 17:30:58,568 INFO  [org.apache.catalina.startup.Catalina] Server startup in 29 ms
    2011-02-01 17:30:58,646 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
    2011-02-01 17:30:59,115 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
    2011-02-01 17:30:59,334 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp1594363530041496429jbossws-context-exp.war/
    2011-02-01 17:30:59,568 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddi.war/
    2011-02-01 17:30:59,646 INFO  [org.apache.juddi.registry.RegistryServlet] Loading jUDDI configuration.
    2011-02-01 17:30:59,677 INFO  [org.apache.juddi.registry.RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
    2011-02-01 17:30:59,677 INFO  [org.apache.juddi.registry.RegistryServlet] Initializing jUDDI components.
    2011-02-01 17:30:59,990 INFO  [org.jboss.mail.MailService] Mail Service bound to java:/Mail
    2011-02-01 17:31:00,646 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
    2011-02-01 17:31:00,678 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
    2011-02-01 17:31:00,787 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
    2011-02-01 17:31:00,818 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
    2011-02-01 17:31:00,849 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
    2011-02-01 17:31:00,865 INFO  [org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter] start quartz!!!
    2011-02-01 17:31:00,912 INFO  [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
    2011-02-01 17:31:00,928 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.6.0 created.
    2011-02-01 17:31:00,928 INFO  [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
    2011-02-01 17:31:00,928 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    2011-02-01 17:31:00,928 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.6.0
    2011-02-01 17:31:00,928 INFO  [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    2011-02-01 17:31:01,099 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=IDP_DS' to JNDI name 'java:IDP_DS'
    2011-02-01 17:31:01,099 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=EDC_DS' to JNDI name 'java:EDC_DS'
    2011-02-01 17:31:01,099 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=CTA_DS' to JNDI name 'java:CTA_DS'
    2011-02-01 17:31:01,178 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    2011-02-01 17:31:02,271 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/D:/jboss/server/lc_sqlserver/deploy/adobe-assembler-ivs.ear
    2011-02-01 17:31:02,412 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/Assembler, warUrl=.../tmp/deploy/tmp8865139024421213565adobe-assembler-ivs.ear-contents/adobe-assemb ler-ivs-exp.war/
    2011-02-01 17:31:02,506 INFO  [org.jboss.deployment.EARDeployer] Started J2EE application: file:/D:/jboss/server/lc_sqlserver/deploy/adobe-assembler-ivs.ear
    2011-02-01 17:31:04,678 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/D:/jboss/server/lc_sqlserver/deploy/adobe-livecycle-jboss.ear
    2011-02-01 17:31:07,787 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-dscf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:07,928 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:08,319 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:08,663 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-dscf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:08,756 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:08,881 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:09,100 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-dscf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:09,163 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:09,319 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:09,459 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:09,710 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-ejb-receiver.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:11,913 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:12,100 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:12,257 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:12,397 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:12,553 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:12,741 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:12,991 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:13,163 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-wkf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:13,366 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:13,585 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:13,679 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for adobe-wkf.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:13,944 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:14,225 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for um.jar: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
    2011-02-01 17:31:51,321 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_AACComponent
    2011-02-01 17:31:51,618 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_CoreSystemConfigComponent
    2011-02-01 17:31:51,743 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_HealthMonitorComponent
    2011-02-01 17:31:51,821 INFO  [org.jboss.ejb.EjbModule] Deploying SessionBundle
    2011-02-01 17:31:52,305 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_TrustStoreComponent
    2011-02-01 17:31:52,384 INFO  [org.jboss.ejb.EjbModule] Deploying CoreInitializer
    2011-02-01 17:31:52,431 INFO  [org.jboss.ejb.EjbModule] Deploying DocumentManagerEJB
    2011-02-01 17:31:52,524 INFO  [org.jboss.ejb.EjbModule] Deploying DSCInitializerBeanLocalEJB
    2011-02-01 17:31:52,524 INFO  [org.jboss.ejb.EjbModule] Deploying DSCInitializerBeanRemoteEJB
    2011-02-01 17:31:52,618 INFO  [org.jboss.ejb.EjbModule] Deploying EjbTransactionCMTAdapter
    2011-02-01 17:31:52,634 INFO  [org.jboss.ejb.EjbModule] Deploying EjbTransactionBMTAdapter
    2011-02-01 17:31:52,759 INFO  [org.jboss.ejb.EjbModule] Deploying Invocation
    2011-02-01 17:31:52,790 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_OutputAdmin
    2011-02-01 17:31:52,852 INFO  [org.jboss.ejb.EjbModule] Deploying OutputConfigEJB
    2011-02-01 17:31:53,181 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_PGUIComponent
    2011-02-01 17:31:53,759 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFSequenceGeneratorEJB
    2011-02-01 17:31:53,759 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFDataDictionaryLocalEJB
    2011-02-01 17:31:53,759 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFDataDictionaryRemoteEJB
    2011-02-01 17:31:53,774 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFSchemaManagerLocalEJB
    2011-02-01 17:31:53,868 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFSchemaManagerRemoteEJB
    2011-02-01 17:31:53,868 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFObjectManagerLocalEJB
    2011-02-01 17:31:53,868 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFObjectManagerRemoteEJB
    2011-02-01 17:31:53,868 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_POFDeletionProcessorEJB
    2011-02-01 17:31:53,977 INFO  [org.jboss.ejb.EjbModule] Deploying RepositoryUrlDataProvider
    2011-02-01 17:31:53,993 INFO  [org.jboss.ejb.EjbModule] Deploying XappstoreUrlDataProvider
    2011-02-01 17:31:54,087 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_AdminManagerEJB
    2011-02-01 17:31:54,118 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_WorkflowInitializerEJB
    2011-02-01 17:31:54,165 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_WorkflowServiceMessageBeanLocalEJB
    2011-02-01 17:31:54,321 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessManagerLocalEJB
    2011-02-01 17:31:54,321 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessManagerRemoteEJB
    2011-02-01 17:31:54,321 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessEngineCMTEJB
    2011-02-01 17:31:54,337 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ProcessEngineBMTEJB
    2011-02-01 17:31:54,337 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_TemplateManagerLocalEJB
    2011-02-01 17:31:54,337 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_TemplateManagerRemoteEJB
    2011-02-01 17:31:54,337 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ComponentManagerLocalEJB
    2011-02-01 17:31:54,352 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_ComponentManagerRemoteEJB
    2011-02-01 17:31:54,352 INFO  [org.jboss.ejb.EjbModule] Deploying adobe_TaskManagerEJB
    2011-02-01 17:31:54,681 INFO  [org.jboss.ejb.EjbModule] Deploying AdobeIDP2UI_UMUIComponent
    2011-02-01 17:31:54,806 INFO  [org.jboss.ejb.EjbModule] Deploying AuthenticationManagerBean
    2011-02-01 17:31:54,837 INFO  [org.jboss.ejb.EjbModule] Deploying LocalUserManagerBean
    2011-02-01 17:31:54,852 INFO  [org.jboss.ejb.EjbModule] Deploying DirectoryServicesManagerBean
    2011-02-01 17:31:54,868 INFO  [org.jboss.ejb.EjbModule] Deploying SynchronizationAuditLogManagerBean
    2011-02-01 17:31:54,868 INFO  [org.jboss.ejb.EjbModule] Deploying UMHibernateGenericDao
    2011-02-01 17:31:54,868 INFO  [org.jboss.ejb.EjbModule] Deploying HibernateSynchronizationDao
    2011-02-01 17:31:54,884 INFO  [org.jboss.ejb.EjbModule] Deploying PreferencesBean
    2011-02-01 17:31:54,884 INFO  [org.jboss.ejb.EjbModule] Deploying PreferencesRemoteBean
    2011-02-01 17:31:54,884 INFO  [org.jboss.ejb.EjbModule] Deploying BootstrapperManagerBean
    2011-02-01 17:31:55,665 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_AACComponent' to jndi 'ejb/AdobeIDP2UI_AACComponent'
    2011-02-01 17:31:55,665 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/AACComponent.jar
    2011-02-01 17:31:55,759 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_CoreSystemConfigComponent' to jndi 'ejb/AdobeIDP2UI_CoreSystemConfigComponent'
    2011-02-01 17:31:55,759 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/CoreSystemConfigComponent.jar
    2011-02-01 17:31:55,821 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_HealthMonitorComponent' to jndi 'ejb/AdobeIDP2UI_HealthMonitorComponent'
    2011-02-01 17:31:55,821 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/HealthMonitorComponent.jar
    2011-02-01 17:31:55,962 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SessionBundle' to jndi 'ejb/SessionBundleLocal'
    2011-02-01 17:31:55,962 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SessionBundle' to jndi 'ejb/SessionBundleRemote'
    2011-02-01 17:31:55,978 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/SessionBundle.jar
    2011-02-01 17:31:56,024 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_TrustStoreComponent' to jndi 'ejb/AdobeIDP2UI_TrustStoreComponent'
    2011-02-01 17:31:56,024 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/TrustStoreComponent.jar
    2011-02-01 17:31:56,103 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'CoreInitializer' to jndi 'local/com/adobe/bmc/config/initializer/CoreInitializerLocal'
    2011-02-01 17:31:56,103 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'CoreInitializer' to jndi 'com/adobe/bmc/config/initializer/CoreInitializer'
    2011-02-01 17:31:56,103 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-csa-config.jar
    2011-02-01 17:31:56,134 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'DocumentManagerEJB' to jndi 'adobe/idp/DocumentManagerEJB'
    2011-02-01 17:31:56,134 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-docmanager-ejb.jar
    2011-02-01 17:31:56,149 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'DSCInitializerBeanLocalEJB' to jndi 'local/DSCInitializerBeanLocalEJB@2107292101'
    2011-02-01 17:31:56,165 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'DSCInitializerBeanRemoteEJB' to jndi 'adobe/DSCInitializerBeanRemoteEJB'
    2011-02-01 17:31:56,165 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-dsc-bootstrap-ejb.jar
    2011-02-01 17:31:56,399 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'EjbTransactionCMTAdapter' to jndi 'adobe/EjbTransactionCMTAdapterLocal'
    2011-02-01 17:31:56,462 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'EjbTransactionBMTAdapter' to jndi 'adobe/EjbTransactionBMTAdapterLocal'
    2011-02-01 17:31:56,462 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-dscf.jar
    2011-02-01 17:31:56,540 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'Invocation' to jndi 'ejb/Invocation'
    2011-02-01 17:31:56,540 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-ejb-receiver.jar
    2011-02-01 17:31:56,603 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_OutputAdmin' to jndi 'ejb/AdobeIDP2UI_OutputAdmin'
    2011-02-01 17:31:56,603 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-output-admin-ejb.jar
    2011-02-01 17:31:56,853 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'OutputConfigEJB' to jndi 'com.adobe.output.config.OutputConfigLocalHome'
    2011-02-01 17:31:56,853 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'OutputConfigEJB' to jndi 'com.adobe.output.config.OutputConfigHome'
    2011-02-01 17:31:57,056 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-output-config-ejb.jar
    2011-02-01 17:31:57,071 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_PGUIComponent' to jndi 'ejb/AdobeIDP2UI_PGUIComponent'
    2011-02-01 17:31:57,087 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-pg-uicomponent.jar
    2011-02-01 17:31:57,134 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFSequenceGeneratorEJB' to jndi 'local/adobe_POFSequenceGeneratorEJB@1278683798'
    2011-02-01 17:31:57,196 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFDataDictionaryLocalEJB' to jndi 'local/adobe_POFDataDictionaryLocalEJB@1334574952'
    2011-02-01 17:31:57,196 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFDataDictionaryRemoteEJB' to jndi 'adobe/POFDataDictionary'
    2011-02-01 17:31:57,212 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFSchemaManagerLocalEJB' to jndi 'local/adobe_POFSchemaManagerLocalEJB@1412892778'
    2011-02-01 17:31:57,228 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFSchemaManagerRemoteEJB' to jndi 'adobe/POFSchemaManager'
    2011-02-01 17:31:57,243 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_POFObjectManagerLocalEJB' to jndi 'local/adobe_POFObjectManagerLocalEJB@1992663799'
    2011-02-01 17:31:57,259 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFObjectManagerRemoteEJB' to jndi 'adobe/POFObjectManager'
    2011-02-01 17:31:57,274 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_POFDeletionProcessorEJB' to jndi 'adobe/POFDeletionProcessor'
    2011-02-01 17:31:57,274 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-pof.jar
    2011-02-01 17:31:57,306 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'RepositoryUrlDataProvider' to jndi 'com/adobe/local/repositoryUrlDataProvider'
    2011-02-01 17:31:57,306 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'XappstoreUrlDataProvider' to jndi 'com/adobe/local/xappstoreUrlDataProvider'
    2011-02-01 17:31:57,306 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-repository-bindings.jar
    2011-02-01 17:31:57,353 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_AdminManagerEJB' to jndi 'local/adobe_AdminManagerEJB@284206056'
    2011-02-01 17:31:57,353 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_AdminManagerEJB' to jndi 'adobe/AdminManager'
    2011-02-01 17:31:57,353 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-wkf-admin.jar
    2011-02-01 17:31:57,524 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_WorkflowInitializerEJB' to jndi 'local/adobe_WorkflowInitializerEJB@1594420688'
    2011-02-01 17:31:57,524 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_WorkflowInitializerEJB' to jndi 'adobe/WorkflowInitializerEJB'
    2011-02-01 17:31:57,540 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-wkf-initializer-ejb.jar
    2011-02-01 17:31:57,618 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_WorkflowServiceMessageBeanLocalEJB' to jndi 'local/adobe_WorkflowServiceMessageBeanLocalEJB@712543094'
    2011-02-01 17:31:57,634 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-wkf-services-ejb.jar
    2011-02-01 17:31:57,634 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ProcessManagerLocalEJB' to jndi 'local/adobe_ProcessManagerLocalEJB@51535841'
    2011-02-01 17:31:57,649 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_ProcessManagerRemoteEJB' to jndi 'adobe/ProcessManager'
    2011-02-01 17:31:57,681 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ProcessEngineCMTEJB' to jndi 'local/adobe_ProcessEngineCMTEJB@1209177426'
    2011-02-01 17:31:57,681 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ProcessEngineBMTEJB' to jndi 'local/adobe_ProcessEngineBMTEJB@1699041128'
    2011-02-01 17:31:57,681 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_TemplateManagerLocalEJB' to jndi 'local/adobe_TemplateManagerLocalEJB@30528184'
    2011-02-01 17:31:57,696 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_TemplateManagerRemoteEJB' to jndi 'adobe/TemplateManager'
    2011-02-01 17:31:57,696 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_ComponentManagerLocalEJB' to jndi 'local/adobe_ComponentManagerLocalEJB@1434344637'
    2011-02-01 17:31:57,712 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_ComponentManagerRemoteEJB' to jndi 'adobe/ComponentManager'
    2011-02-01 17:31:57,712 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'adobe_TaskManagerEJB' to jndi 'local/adobe_TaskManagerEJB@843999483'
    2011-02-01 17:31:57,728 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'adobe_TaskManagerEJB' to jndi 'adobe/TaskManager'
    2011-02-01 17:31:57,728 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/adobe-wkf.jar
    2011-02-01 17:31:57,868 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AdobeIDP2UI_UMUIComponent' to jndi 'ejb/AdobeIDP2UI_UMUIComponent'
    2011-02-01 17:31:57,868 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/um-adminui.jar
    2011-02-01 17:31:57,915 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'AuthenticationManagerBean' to jndi 'com.adobe.idp.um.businesslogic.authentication.AuthenticationManagerHome'
    2011-02-01 17:31:57,915 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'LocalUserManagerBean' to jndi 'com.adobe.idp.um.businesslogic.localuser.LocalUserManagerHome'
    2011-02-01 17:31:57,931 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'DirectoryServicesManagerBean' to jndi 'com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManagerHome'
    2011-02-01 17:31:57,946 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SynchronizationAuditLogManagerBean' to jndi 'com.adobe.idp.um.businesslogic.directoryservices.SynchronizationAuditLogManagerHome'
    2011-02-01 17:31:57,962 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UMHibernateGenericDao' to jndi 'com.adobe.idp.um.businesslogic.dao.GenericDAOHome'
    2011-02-01 17:31:57,962 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'HibernateSynchronizationDao' to jndi 'com.adobe.idp.um.businesslogic.synch.dao.SynchronizationDAOHome'
    2011-02-01 17:31:57,978 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PreferencesBean' to jndi 'com.adobe.idp.config.PreferencesSPIHome'
    2011-02-01 17:31:57,978 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'PreferencesRemoteBean' to jndi 'com.adobe.idp.config.remote.PreferencesSPIRemoteHome'
    2011-02-01 17:31:57,993 INFO  [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'BootstrapperManagerBean' to jndi 'com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerHome'
    2011-02-01 17:31:57,993 INFO  [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss .ear-contents/um.jar
    2011-02-01 17:31:58,025 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/AACComponent, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/AACCompone nt-exp.war/
    2011-02-01 17:31:58,618 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'
    2011-02-01 17:31:58,618 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/custom-rules.xml'
    2011-02-01 17:31:58,618 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'
    2011-02-01 17:31:58,790 INFO  [org.apache.struts.tiles.TilesPlugin] Tiles definition factory loaded for module ''.
    2011-02-01 17:31:58,806 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/CoreSystemConfigComponent, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/CoreSystem ConfigComponent-exp.war/
    2011-02-01 17:31:59,290 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/datamanagerservice, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/DataManage rService-exp.war/
    2011-02-01 17:31:59,525 INFO  [com.adobe.service.DataManagerService] BMC512: Service DataManagerService: Starting
    2011-02-01 17:31:59,556 INFO  [com.adobe.service.DataManagerService] BMC511: Service DataManagerService: Native files expanded in D:\jboss\server\lc_sqlserver\svcnative\DataManagerService
    2011-02-01 17:32:02,275 INFO  [com.adobe.fontmanager.FontManager] ALC-FMR-001-010:FontManager: Loading Adobe Server fonts from directory: D:\Adobe\Adobe LiveCycle ES2\fonts
    2011-02-01 17:32:07,697 INFO  [com.adobe.fontmanager.FontManager] ALC-FMR-001-010:FontManager: Loading System fonts from directory: C:\Windows\Fonts
    2011-02-01 17:32:17,713 INFO  [com.adobe.service.DataManagerService] BMC513: Service DataManagerService: Started
    2011-02-01 17:32:17,729 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/HealthMonitor, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/HealthMoni torComponent-exp.war/
    2011-02-01 17:32:18,525 INFO  [com.adobe.monitor.stats.SystemStatistic] Health Monitor Thread started
    2011-02-01 17:32:19,182 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/TrustStoreComponent, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/TrustStore Component-exp.war/
    2011-02-01 17:32:19,494 INFO  [com.adobe.truststore.ui.TSAuthFilter] TSAuthFilter init
    2011-02-01 17:32:19,994 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adminui, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adminui-ex p.war/
    2011-02-01 17:32:20,182 WARN  [org.apache.commons.digester.Digester] [NavigationRuleRule]{faces-config/navigation-rule} Merge(/*)
    2011-02-01 17:32:20,416 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/XMLFMCallBackService, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-XMLF MCallBack-exp.war/
    2011-02-01 17:32:20,510 INFO  [com.adobe.service.XMLFMCallBackService] BMC512: Service XMLFMCallBackService: Starting
    2011-02-01 17:32:20,541 INFO  [com.adobe.service.XMLFMCallBackService] BMC511: Service XMLFMCallBackService: Native files expanded in D:\jboss\server\lc_sqlserver\svcnative\XMLFMCallBackService
    2011-02-01 17:32:20,541 INFO  [com.adobe.service.XMLFMCallBackService] Starting XMLFM CallBack service
    2011-02-01 17:32:20,557 INFO  [com.adobe.service.XMLFMCallBackService] BMC513: Service XMLFMCallBackService: Started
    2011-02-01 17:32:20,588 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adobe-bootstrapper, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-boot strapper-exp.war/
    2011-02-01 17:32:20,666 INFO  [com.adobe.livecycle.bootstrap.framework.BootstrapServlet] Initializing BootstrapServlet ...
    2011-02-01 17:32:20,682 INFO  [com.adobe.livecycle.bootstrap.framework.BootstrapServlet] BootstrapServlet initialization complete.
    2011-02-01 17:32:20,713 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/cache-controller, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-cach e-controller-exp.war/
    2011-02-01 17:32:20,791 INFO  [com.adobe.livecycle.cache.adapter.GemfireCacheController] BMC512: Service CacheController: Starting
    2011-02-01 17:32:20,807 INFO  [com.adobe.livecycle.cache.adapter.GemfireCacheController] BMC511: Service CacheController: Native files expanded in D:\jboss\server\lc_sqlserver\svcnative\CacheController
    2011-02-01 17:32:20,807 INFO  [com.adobe.livecycle.cache.adapter.GemfireCacheController] BMC513: Service CacheController: Started
    2011-02-01 17:32:20,822 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/DocumentManager, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-docm anager-init-exp.war/
    2011-02-01 17:32:20,916 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adobe-forms-cacheService, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-form s-cacheService-exp.war/
    2011-02-01 17:32:21,010 INFO  [com.adobe.formServer.common.config.CacheInitializationServlet] Initialization done for com.adobe.formServer.common.cachemanager.CacheManager and com.adobe.formServer.common.clustercache.ClusterCache
    2011-02-01 17:32:21,026 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/launchpad, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-lc-l aunchpad-exp.war/
    2011-02-01 17:32:21,104 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/adobe-lcm-bootstrapper, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-lcm- bootstrapper-redirector-exp.war/
    2011-02-01 17:32:21,197 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/OutputAdmin, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-outp ut-admin-exp.war/
    2011-02-01 17:32:21,447 WARN  [com.adobe.output.admin.LocaleFilter] LF001: Bundle not found: forms.license.forms-productinfo
    2011-02-01 17:32:21,447 INFO  [com.adobe.output.admin.LocaleFilter] LF002: Supported locales: [all]
    2011-02-01 17:32:21,682 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/OutputService, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-outp ut-mbean-exp.war/
    2011-02-01 17:32:21,807 INFO  [com.adobe.output.mbean.Output] BMC512: Service Output: Starting
    2011-02-01 17:32:21,822 INFO  [com.adobe.output.mbean.Output] BMC511: Service Output: Native files expanded in D:\jboss\server\lc_sqlserver\svcnative\Output
    2011-02-01 17:32:21,822 INFO  [com.adobe.output.mbean.Output] FSC003: ========== Start Output Service =========
    2011-02-01 17:32:21,822 INFO  [com.adobe.output.mbean.Output] BMC513: Service Output: Started
    2011-02-01 17:32:21,838 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/pdfg-ipp, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-pdfg -ipp-support-exp.war/
    2011-02-01 17:32:21,932 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/pdfgui, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-pdfg ui-exp.war/
    2011-02-01 17:32:22,447 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/pdfg-adminui, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-pg-a dminui-exp.war/
    2011-02-01 17:32:22,979 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/remoting, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-remo ting-provider-exp.war/
    2011-02-01 17:32:23,494 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/repository, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-repo sitory-bindings-exp.war/
    2011-02-01 17:32:23,588 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/rest, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-rest -provider-exp.war/
    2011-02-01 17:32:23,823 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/soap, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-soap -provider-exp.war/
    2011-02-01 17:32:24,104 INFO  [com.adobe.idp.dsc.provider.impl.soap.axis.Logging] SOAP501: Initializing Adobe SOAP Provider
    2011-02-01 17:32:24,119 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/dsc, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/dsc-exp.wa r/
    2011-02-01 17:32:24,213 INFO  [com.adobe.idp.dsc.management.impl.ArchiveFileManagerImpl] ArchiveFileManagerImpl:getLocalCacheRootDir():Adobe tmp directory is:C:\LCTemp\adobejb_server1
    2011-02-01 17:32:25,526 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] Initializing DSC Container
    2011-02-01 17:32:31,495 INFO  [com.adobe.idp.Document] DOCS502: The document storage sweep interval is set to 30000 seconds.
    2011-02-01 17:32:31,495 INFO  [com.adobe.idp.Document] DOCS503: The global document storage root directory is: D:\LCGlobalDocumentStorage
    2011-02-01 17:32:31,495 INFO  [com.adobe.idp.Document] DOCS509: The local storage root directory is: C:\LCTemp\AdobeDocumentStorage\local
    2011-02-01 17:32:31,495 INFO  [com.adobe.idp.Document] DOCS505: The document storage default disposal timeout is set to 600 seconds.
    2011-02-01 17:32:31,495 INFO  [com.adobe.idp.Document] DOCS506: The document storage default max inline size is set to 65536 bytes.
    2011-02-01 17:32:31,495 INFO  [com.adobe.idp.Document] DOCS508: Accessing the global document storage filesystem: true
    2011-02-01 17:32:31,495 INFO  [com.adobe.idp.Document] DOCS510: Called from within the EAR: true
    2011-02-01 17:33:07,684 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] IDPSchedulerService onLoad called
    2011-02-01 17:33:09,246 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] Initializing SCHEDULER FACTORY from properties ...
    2011-02-01 17:33:09,262 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] SCHEDULER FACTORY initialized.
    2011-02-01 17:33:09,278 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] IDPSchedulerService onLoad complete
    2011-02-01 17:33:09,278 INFO  [com.adobe.idp.event.EventMgmtLifeCycleImpl] Called onLoad:
    2011-02-01 17:33:09,450 INFO  [com.adobe.idp.event.EventMgmtLifeCycleImpl] onLoad completed:
    2011-02-01 17:33:09,465 INFO  [com.adobe.idp.workflow.dsc.lifecycle.WorkflowDSCLifeCycle] Now loading workflow-dsc service.
    2011-02-01 17:33:09,465 INFO  [com.adobe.idp.workflow.dsc.lifecycle.WorkflowDSCLifeCycle] Workflow-dsc service load completed.
    2011-02-01 17:33:14,059 INFO  [com.adobe.idp.dsc.webservice.WebServiceImpl] WebServiceImpl.onLoad
    2011-02-01 17:33:14,137 INFO  [com.adobe.pdfg.ConfigServiceOnLoad] Calling onLoad of Config Service
    2011-02-01 17:33:14,137 INFO  [com.adobe.pdfg.ConfigServiceOnLoad] Application server started as user: GBVM011742$
    2011-02-01 17:33:14,465 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Called onLoad: GeneratePDF
    2011-02-01 17:33:14,465 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "Acrobat_PATH" is set to "D:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"
    2011-02-01 17:33:14,465 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "Notepad_PATH" is set to "C:\Windows\System32\Notepad.exe"
    2011-02-01 17:33:14,465 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "Photoshop_PATH" is set to "D:\Program Files (x86)\Adobe\Adobe Photoshop CS2\Photoshop.exe"
    2011-02-01 17:33:14,481 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "WordPerfect_PATH" is set to " "
    2011-02-01 17:33:14,481 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "PageMaker_PATH" is set to " "
    2011-02-01 17:33:14,481 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "FrameMaker_PATH" is set to " "
    2011-02-01 17:33:14,481 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "OpenOffice_PATH" is set to " "
    2011-02-01 17:33:14,481 INFO  [com.adobe.pdfg.GeneratePDFOnLoad] Environment variable "JAVA_HOME_32" is set to "C:\Program Files (x86)\Java\jdk1.6.0_19"
    2011-02-01 17:33:15,309 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] DSC Container initialized
    2011-02-01 17:33:15,325 INFO  [com.adobe.idp.dsc.startup.DSCStartupServlet] Install and start of components complete. Now starting core asynchronous services ...
    2011-02-01 17:33:15,325 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] Starting Core Components...
    2011-02-01 17:33:15,325 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] Starting WorkManager Component...
    2011-02-01 17:33:15,872 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] WorkManager Component started successfully
    2011-02-01 17:33:15,872 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] Starting services which need post-dsc-initialization (Scheduler, docmanager purge)...
    2011-02-01 17:33:15,903 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] Start scheduler service
    2011-02-01 17:33:15,903 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] Context classloader is org.jboss.util.loading.DelegatingClassLoader
    2011-02-01 17:33:15,903 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] Creating new scheduler. isInUpgrade:false
    2011-02-01 17:33:15,903 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] Scheduler is shutdown, will attempt to recreate.
    2011-02-01 17:33:16,012 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.6.0 created.
    2011-02-01 17:33:16,012 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Using thread monitor-based data access locking (synchronization).
    2011-02-01 17:33:16,075 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Removed 0 Volatile Trigger(s).
    2011-02-01 17:33:16,075 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Removed 0 Volatile Job(s).
    2011-02-01 17:33:16,091 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] JobStoreTX initialized.
    2011-02-01 17:33:16,091 INFO  [com.adobe.idp.scheduler.DSCSchedulerFactory] Quartz scheduler 'IDPSchedulerService' initialized from an externally provided properties instance.
    2011-02-01 17:33:16,091 INFO  [com.adobe.idp.scheduler.DSCSchedulerFactory] Quartz scheduler version: 1.6.0
    2011-02-01 17:33:16,091 INFO  [com.adobe.idp.scheduler.SchedulerServiceImpl] Scheduler loaded with name IDPSchedulerService
    2011-02-01 17:33:16,091 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Freed 1 triggers from 'acquired' / 'blocked' state.
    2011-02-01 17:33:16,091 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Handling 5 trigger(s) that missed their scheduled fire-time.
    2011-02-01 17:33:16,153 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Recovering 0 jobs that were in-progress at the time of the last shut-down.
    2011-02-01 17:33:16,153 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Recovery complete.
    2011-02-01 17:33:16,169 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Removed 0 'complete' triggers.
    2011-02-01 17:33:16,169 INFO  [com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] Removed 1 stale fired job entries.
    2011-02-01 17:33:16,169 INFO  [org.quartz.core.QuartzScheduler] Scheduler IDPSchedulerService_$_20 started.
    2011-02-01 17:33:16,169 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] Started services which need post-dsc-initialization (Scheduler, docmanager purge) successfully
    2011-02-01 17:33:16,169 INFO  [com.adobe.idp.dsc.impl.DSCManagerImpl] Core Components started successfully
    2011-02-01 17:33:16,231 INFO  [com.adobe.idp.dsc.startup.DSCStartupServlet] Install and start of components complete. Now starting core asynchronous services ...
    2011-02-01 17:33:18,771 WARN  [com.adobe.livecycle.cache.adapter.GemfireCacheAdapter] Cache region 'PartitionedGuaranteed_dsc_sc_endpoint' was already created
    2011-02-01 17:33:30,070 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/launchpad_help_en, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/launchpad_ help_en-exp.war/
    2011-02-01 17:33:30,159 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_de, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/lc_admin_d e-exp.war/
    2011-02-01 17:33:30,232 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_en, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/lc_admin_e n-exp.war/
    2011-02-01 17:33:30,306 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_fr, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/lc_admin_f r-exp.war/
    2011-02-01 17:33:30,376 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/lc_admin_ja, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/lc_admin_j a-exp.war/
    2011-02-01 17:33:30,455 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/umcache, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/um-cache-e xp.war/
    2011-02-01 17:33:30,551 INFO  [com.adobe.idp.um.services.UMCacheService] BMC512: Service UMCacheService: Starting
    2011-02-01 17:33:30,569 INFO  [com.adobe.idp.um.services.UMCacheService] BMC511: Service UMCacheService: Native files expanded in D:\jboss\server\lc_sqlserver\svcnative\UMCacheService
    2011-02-01 17:33:30,570 INFO  [com.adobe.idp.um.services.UMCacheService] BMC513: Service UMCacheService: Started
    2011-02-01 17:33:30,582 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/umscheduler, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/um-schedul er-exp.war/
    2011-02-01 17:33:30,668 INFO  [com.adobe.idp.um.scheduler.IDPScheduler] BMC512: Service IDPScheduler: Starting
    2011-02-01 17:33:30,685 INFO  [com.adobe.idp.um.scheduler.IDPScheduler] BMC511: Service IDPScheduler: Native files expanded in D:\jboss\server\lc_sqlserver\svcnative\IDPScheduler
    2011-02-01 17:33:30,698 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.6.0 created.
    2011-02-01 17:33:30,698 INFO  [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
    2011-02-01 17:33:30,698 INFO  [org.quartz.impl.DirectSchedulerFactory] Quartz scheduler 'SimpleQuartzScheduler
    2011-02-01 17:33:30,698 INFO  [org.quartz.impl.DirectSchedulerFactory] Quartz scheduler version: 1.6.0
    2011-02-01 17:33:30,698 INFO  [org.quartz.core.QuartzScheduler] Scheduler SimpleQuartzScheduler_$_SIMPLE_NON_CLUSTERED started.
    2011-02-01 17:33:30,708 INFO  [com.adobe.idp.um.scheduler.IDPScheduler] BMC513: Service IDPScheduler: Started
    2011-02-01 17:33:30,721 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/umstartup, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/um-startup -exp.war/
    2011-02-01 17:33:30,822 INFO  [com.adobe.idp.um.services.UMStartupService] BMC512: Service UMStartupService: Starting
    2011-02-01 17:33:30,839 INFO  [com.adobe.idp.um.services.UMStartupService] BMC511: Service UMStartupService: Native files expanded in D:\jboss\server\lc_sqlserver\svcnative\UMStartupService
    2011-02-01 17:33:30,911 INFO  [STDOUT] Got IP Address of LC Server:10.20.21.170
    2011-02-01 17:33:30,912 INFO  [com.adobe.idp.um.services.UMStartupService] BMC513: Service UMStartupService: Started
    2011-02-01 17:33:30,926 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/um, warUrl=.../tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/um-exp.war /
    2011-02-01 17:33:31,364 INFO  [org.apache.struts.tiles.TilesPlugin] Tiles definition factory loaded for module ''.
    2011-02-01 17:33:31,366 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'
    2011-02-01 17:33:31,367 INFO  [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'
    2011-02-01 17:33:31,474 INFO  [com.adobe.idp.um.ui.UMActionServlet]
    * System Properties **************************************************
    PROPERTIES_FILE..............................: tsmx.properties
    TSMX_VERSION.................................: unknown
    adobe.server.common.dir......................: D:\jboss\server\lc_sqlserver\svccommon
    adobe.server.data.dir........................: D:\jboss\server\lc_sqlserver\svcdata
    adobe.server.root.dir........................: D:\jboss\server\lc_sqlserver
    adobeidp.serverName..........................: server1
    awt.toolkit..................................: sun.awt.windows.WToolkit
    bind.address.................................: 10.20.21.170
    catalina.base................................: D:\jboss\server\lc_sqlserver
    catalina.ext.dirs............................: D:\jboss\server\lc_sqlserver\lib
    catalina.home................................: D:\jboss\server\lc_sqlserver
    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:\LCTemp\adobejb_server1
    com.arjuna.ats.arjuna.objectstore.objectStoreDir: D:\jboss\server\lc_sqlserver\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...............................: \
    gemfire.disableShutdownHook..................: true
    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\Java\jdk1.6.0_19\lib\tools.jar;D:\jboss\bin\run.jar
    java.class.version...........................: 50.0
    java.endorsed.dirs...........................: D:\jboss\lib\endorsed
    java.ext.dirs................................: C:\Program Files\Java\jdk1.6.0_19\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home....................................: C:\Program Files\Java\jdk1.6.0_19\jre
    java.io.tmpdir...............................: C:\Windows\TEMP\
    java.library.path............................: C:\Program Files\Java\jdk1.6.0_19\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Wi ndows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Windows Imaging\;D:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Common Files\Adobe\AGL
    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://10.20.21.170:8083/
    java.rmi.server.hostname.....................: 10.20.21.170
    java.runtime.name............................: Java(TM) SE Runtime Environment
    java.runtime.version.........................: 1.6.0_19-b04
    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_19
    java.vm.info.................................: mixed mode
    java.vm.name.................................: Java HotSpot(TM) 64-Bit 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..............................: 16.2-b04
    javax.management.builder.initial.............: org.jboss.mx.server.MBeanServerBuilderImpl
    jboss.bind.address...........................: 10.20.21.170
    jboss.home.dir...............................: D:\jboss
    jboss.home.url...............................: file:/D:/jboss/
    jboss.identity...............................: 1f0ac9f04d8e357cx-36a1f369x129b18f2917x-8000127
    jboss.lib.url................................: file:/D:/jboss/lib/
    jboss.remoting.domain........................: JBOSS
    jboss.remoting.instanceid....................: 1f0ac9f04d8e357cx-36a1f369x129b18f2917x-8000127
    jboss.remoting.jmxid.........................: gbvm011742_1296581443348
    jboss.remoting.version.......................: 22
    jboss.server.base.dir........................: D:\jboss\server
    jboss.server.base.url........................: file:/D:/jboss/server/
    jboss.server.config.url......................: file:/D:/jboss/server/lc_sqlserver/conf/
    jboss.server.data.dir........................: D:\jboss\server\lc_sqlserver\data
    jboss.server.home.dir........................: D:\jboss\server\lc_sqlserver
    jboss.server.home.url........................: file:/D:/jboss/server/lc_sqlserver/
    jboss.server.lib.url.........................: file:/D:/jboss/server/lc_sqlserver/lib/
    jboss.server.log.dir.........................: D:\jboss\server\lc_sqlserver\log
    jboss.server.name............................: lc_sqlserver
    jboss.server.temp.dir........................: D:\jboss\server\lc_sqlserver\tmp
    jbossmx.loader.repository.class..............: org.jboss.mx.loading.UnifiedLoaderRepository3
    jgroups.bind_addr............................: 10.20.21.170
    line.separator...............................:
    org.apache.commons.logging.Log...............: org.apache.commons.logging.impl.Log4JLogger
    org.apache.xerces.xni.parser.Configuration...: org.apache.xerces.parsers.XMLGrammarCachingConfiguration
    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......................................: amd64
    os.name......................................: Windows Server 2008
    os.version...................................: 6.0
    p2p.useSSL...................................: false
    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..........................: 64
    sun.boot.class.path..........................: D:\jboss\lib\endorsed\serializer.jar;D:\jboss\lib\endorsed\xalan.jar;D:\jboss\lib\endorse d\xercesImpl.jar;C:\Program Files\Java\jdk1.6.0_19\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_19\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_19\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_19\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_19\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_19\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_19\jre\classes
    sun.boot.library.path........................: C:\Program Files\Java\jdk1.6.0_19\jre\bin
    sun.cpu.endian...............................: little
    sun.cpu.isalist..............................: amd64
    sun.desktop..................................: windows
    sun.io.unicode.encoding......................: UnicodeLittle
    sun.java.launcher............................: SUN_STANDARD
    sun.jnu.encoding.............................: Cp1252
    sun.management.compiler......................: HotSpot 64-Bit Server Compiler
    sun.os.patch.level...........................: Service Pack 2
    sun.rmi.dgc.client.gcInterval................: 3600000
    sun.rmi.dgc.server.gcInterval................: 3600000
    tomcat.util.buf.StringCache.byte.enabled.....: true
    user.country.................................: GB
    user.dir.....................................: D:\jboss\bin
    user.home....................................: C:\
    user.language................................: en
    user.name....................................: GBVM011742$
    user.timezone................................: Europe/London
    user.variant.................................:
    * JSP Engine ****
    JSP-Specification..: 2.1
    * Runtime ****
    Total Memory.......: 1691 mb
    2011-02-01 17:33:31,481 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................: D:\jboss\server\lc_sqlserver\work\jboss.web\localhost\um
    org.apache.AnnotationProcessor...............: org.apache.catalina.util.DefaultAnnotationProcessor@307dea47
    org.apache.catalina.WELCOME_FILES............: [Ljava.lang.String;@1a9ff430
    org.apache.catalina.jsp_classpath............: /D:/jboss/server/lc_sqlserver/tmp/deploy/tmp8487529096491474650jboss-ha-xa-jdbc.rar-conte nts/jboss-ha-xa-jdbc.jar;/D:/jboss/server/lc_sqlserver/lib/bsf.jar;/D:/jboss/server/lc_sql server/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/gemfire.jar;/D: /jboss/server/lc_sqlserver/deploy/snmp-adaptor.sar/;/D:/jboss/server/lc_sqlserver/tmp/depl oy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/javax77.jar;/D:/jboss/server/l c_sqlserver/lib/jaxen.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642a dobe-livecycle-jboss.ear-contents/adobe-dsc-bootstrap-ejb.jar;/D:/jboss/server/lc_sqlserve r/lib/joesnmp.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp5744798618431161839quartz-ra .rar;/D:/jboss/server/lc_sqlserver/deploy/jbossws.sar/;/D:/jboss/server/lc_sqlserver/deplo y/httpha-invoker.sar/;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe -livecycle-jboss.ear-contents/CoreSystemConfigComponent.jar;/D:/jboss/server/lc_sqlserver/ tmp/deploy/tmp6138912020851092714jboss-ha-local-jdbc.rar-contents/jboss-ha-local-jdbc.jar; /D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-c ontents/lc_admin_en-exp.war/;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp36511446303422966 42adobe-livecycle-jboss.ear-contents/jcsi_license.jar;/D:/jboss/server/lc_sqlserver/tmp/de ploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-event-client.jar;/D:/j boss/server/lc_sqlserver/lib/jboss-iiop.jar;/D:/jboss/server/lc_sqlserver/lib/commons-http client.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle- jboss.ear-contents/adobe-pdfg-common.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp36511 44630342296642adobe-livecycle-jboss.ear-contents/commons-codec-1.3.jar;/D:/jboss/server/lc _sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-bmc-c lient.jar;/D:/jboss/server/lc_sqlserver/deploy/httpha-invoker.sar/invoker.war/;/D:/jboss/s erver/lc_sqlserver/lib/autonumber-plugin.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3 651144630342296642adobe-livecycle-jboss.ear-contents/ldapbp.jar;/D:/jboss/server/lc_sqlser ver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/adobe-remoting-pro vider.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp1594363530041496429jbossws-context-e xp.war/;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jbo ss.ear-contents/adobe-pof-adapters.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144 630342296642adobe-livecycle-jboss.ear-contents/jsafeJCEFIPS.jar;/D:/jboss/server/lc_sqlser ver/lib/servlet-api.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642ado be-livecycle-jboss.ear-contents/SessionBundle.jar;/D:/jboss/server/lc_sqlserver/deploy/uui d-key-generator.sar/;/D:/jboss/server/lc_sqlserver/deploy/juddi-service.sar/juddi.war/;/D: /jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-cont ents/pdfencryption.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adob e-livecycle-jboss.ear-contents/flex-messaging-common.jar;/D:/jboss/server/lc_sqlserver/tmp /deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/um-spi.jar;/D:/jboss/serv er/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jboss.ear-contents/jsafeF IPS.jar;/D:/jboss/server/lc_sqlserver/tmp/deploy/tmp3651144630342296642adobe-livecycle-jbo ss.ear-

  • Error during Opening Layout on PDF Forms

    Hi All,
    I am trying to develop a PDF Form and I have succcessfully created interface and when i try to create a form, upon pressing the LAYOUT Tab or Button i get an error message and the trnasaction closes down
    Error Details are:
    ==================================================================================
    Error while opening document
    Message no. SOFFICEINTEGRATION143
    Diagnosis
    An error occurred in the desktop application while opening a document.
    Procedure
    Check first whether you can insert a document from this desktop application as an embedded object in another application. The necessary menu item is usually 'Insert --> Object'. The application then lists all of the OLE document types. Choose the type corresponding to the desktop applciation. If the insertion fails, the error is in the desktop application itself.
    This error has various causes. Often, it is caused by activating certain add-ins. Sometimes, the desktop application is wrongly installed. The error should not recur once you have disabled any add-ins or reinstalled the desktop application.
    Procedure for System Administration
    If you cannot solve the problem as described above, enter a problem message. There are notes relating to how to generate the log file using the program SAPROFFICEINTEGRATIONTRACE.
    ===============================================================================
    I check with the guys who do the SAP GUI installation and he did all he can do with no success. My GUI is 710 version with Patch level 7
    Can anyone help me in identifying what I should be doing to have Layout opened in my system?
    Thanks in advance to all of you,
    Rgds,
    Lakshmi

    Please follow these steps.
    1) uninstall all adobe related stuff
    2) uninstall sap gui also
    3) again install sap gui
    4) Then install all adobe related stuff like ALDsetup.exe, xACF_NW04_SP21.exe
    5) Just open the formdesigner.exe from Designer 7.1 folder from your desktop
    6) Then go to T-code SFP and try to open the layout, it will work fine.
    Take the help of basis if required.

  • Error during Opening Layout on PDF Forms - SFP

    Hi All,
    I am trying to develop a PDF Form and I have succcessfully created interface and when i try to create a form, upon pressing the LAYOUT Tab or Button i get an error message and the trnasaction closes down
    Error Details are:
    ==================================================================================
    Error while opening document
    Message no. SOFFICEINTEGRATION143
    Diagnosis
    An error occurred in the desktop application while opening a document.
    Procedure
    Check first whether you can insert a document from this desktop application as an embedded object in another application. The necessary menu item is usually 'Insert --> Object'. The application then lists all of the OLE document types. Choose the type corresponding to the desktop applciation. If the insertion fails, the error is in the desktop application itself.
    This error has various causes. Often, it is caused by activating certain add-ins. Sometimes, the desktop application is wrongly installed. The error should not recur once you have disabled any add-ins or reinstalled the desktop application.
    Procedure for System Administration
    If you cannot solve the problem as described above, enter a problem message. There are notes relating to how to generate the log file using the program SAPROFFICEINTEGRATIONTRACE.
    ===============================================================================
    I check with the guys who do the SAP GUI installation and he did all he can do with no success. My GUI is 710 version with Patch level 7
    Can anyone help me in identifying what I should be doing to have Layout opened in my system?
    Thanks in advance to all of you,
    Rgds,
    Lakshmi

    Seems to be GUI installation issue and will try re-installing required things.
    Rgds,
    Lakshmi

  • Flash IDE Components in Flex 3 Design Mode. Can they be visible there?

    Hi,
    Im exploring Flex to get a grasp on its concepts and am currently looking into building components in the Flash IDE. Though i guess its likely that when you're more familiar with Flex you build your components in Flex, like said Im exploring its concepts and like to know where and how the Flash IDE fits in its workflow.
    I made a simple Flex Component in the Flex IDE, which shows up fine when I run the Flex project. But it does not show in Flex Design Mode.
    I have exported the component from Flash as an SWC and added the SWC to the Flex library path. The symbol in the Flash IDE extends UIMovieClip. Now I read in 'Using Adobe FlexBuilder 3' (p.67) that the Flex Components panel only lists visible components, according to the documentation 'components that extend UIComponent'.
    Note that my question is about being visible on the stage in Design Mode, not in the component panel. As UIMovieClip doesnt inherit from UIComponent (and the UIComponent class doesnt seem to be available in the Flash IDE), is this also the cause that the Flash IDE component is not visible on the Flex stage in Design Mode?
    Can someone confirm, or deny this?
    Regards,
    Marcel

    Hi Latha,
    thanks for your feedback. Reading it back though, Im still not sure whether Flex components build in the Flash IDE (using the Flex Component Kit for Flash CS3) can be visible in Flex 3 Design Mode.Maybe you can be a bit more specific and save a lot of Flex beginners a lot of headaches.
    I understand that MXML components can be used in Design Mode. I also understand that if your component is AS you have to create a Library and link that to your project to make them visible in Design Mode. I also understand that Flash Builder 4 does "support rendering of UIMovieClip objects which are in library (swc) and added to the project build path"
    This actually doesnt answer my question really. Does this mean there is no way to render Flex components build in the Flash IDE (using the Flex Component Kit for Flash CS3)  in Flex 3 Design Mode?
    Regards,
    Marcel

  • Error during check of component BP_EEW view ContactRelEL in WCF_CC T.code

    In CRM 7.0 EhP1, Perform Check showed error in UI Configuration that:
    "Context Node Attribute does not exist: STRUCT.ZZFIELD in Object type: BP_ACCOUNT, Subobject type: ZZI5TEEWCONTACT
    Role Config Key: <DEFAULT>, Component Usage: <DEFAULT>".
    Please help on how to resolve this.
    Also, appreciate your help in providing information resources in working with WCF_CC t.code, how to rectify errors?

    Thanks Leon.
    I selected the edit button, which lauched the UI Config tool. I noticed that the field attribute properties is not Hidden.
    I do not see an assignment to Design layer. I tried to add Assignment.
    Selected the object type BP_ACCOUNT & expanded it. But did not find the sub objectype ZZI5TEEWCONTACT.
    What is the assignment I should make?
    Information I'm looking for is to how to work with the transaction. It is intuitive, but I'm looking for information as to how to navigate to various places and fix issues.
    For Eg: Error during check of component BP_EEW view RelEL was the error message.
    I couldn't find any clue to proceed with this.
    Please tell me the needful information I should be equipped with to understand & resolve issues.
    Edited by: crmdevelopers on Jan 25, 2012 7:08 PM

  • Invalid Token while viewing Slide Show Component in Design Mode

    Hi Guys,
    I am having an issue where my SWF files that appear in a slide show component are displaying an invalid token error while in design mode in Xcelsius.  When I export the SWF file to Infoview, this error flashes on the screen for a second before the logon token is passed and the child SWF is loaded.
    I am trying to find a way to solve my issue so the invalid token error message does not appear and therefore does not get flashed to the user before the file actually loads.
    I downloaded Fix Pack 1 for SP3 because there was a line in the fixed issues detailing:
    "An Invalid logon token message appeared in Infoview when you viewed Flash objects (SWF files) that contain a QaaWS or Live Office connection."
    "This issue has been resolved".
    It is still happening even with FP 1 installed.
    Has anyone ever encountered this issue before and found a solution for it.
    Thanks in advance!!
    - Anthony

    Ok, I found out it has definitively something to do with the "Design mode could not load swiz-framework-1.0.0-RC1.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)" warning. This somehow affects the loading of the mx:Image.
    Recompiling the SWC might work with the swiz swc, but there are more swc's giving this error like the google maps swc which does not have the source avalable freely.
    This is a real pain as I like to use a mockup image in Design Mode to place components exactly as provided by the design team.

  • SWC Load Error - Design Mode Problem

    Hi,
    I'm loading custom .swcs into my Flash Builder (4.5 Burrito) project and I get these errors. These will only appear in design mode (not in source mode) and will not be labelled under the Problems tab, rather the Design Mode Problems tab:
    SWC Load Error
    SWC file failed to load. Any component dependent on this SWC file will not be displayed in the Design Mode.
    The SWC may have failed to load because of: 
    *  Incompatible definitions caused by usage of a different SDK version 
    *  Missing referred class definitions
    I don't think this problem is caused by an SDK incompatibility, as all these swcs have been created under flex 4 and I'm pretty sure under the 4.5 SDK.
    Loading the components contained in these swcs onto my canvas (at design time) will work fine. I'm able to build and run the application without any errors caught by flash builder.
    Any idea how to fix this problem, or what it means?

    SWC Load error indicates that the swc used does not match with the definitions present in design view or with what is present in already loaded other lirbaries.  The issue is reported by the flash loader.  It looks like that, your swc is compiled with a previous version of the sdk and the design view and the related definition correpsonds to another version.
    The incompatability logic is not in DV.  When DV tries to load all the swc details available in the project, the loading fails as the loader reports the issue. There is hardly anything, we can do here from DV.  If the player reports the incompatability issue, the loader is corrupted and all further loading is ignored. So to avoid such issue, DV ignores the failed swc's and tries to proceed.
    If you pass me the swc , I can give the details of the incompatability. Ideally between 4.5 and 4.5.1 there should not have been any incompatability.  However your case shows there is.  You can contact me at [email protected]

  • Strange Error During Page Load in Debug Mode (only) - Please Help!

    Hi All,
    Data base version: oracle 11g
    Apex version: Apex 4.1.1
    Webserver: Apache
    Need help with how to troubleshoot a Critical problem. The following error only occurs during page load in "Debug" mode. And, only occurs on a specific page within the application. A web page is served-up containing the following message and the application is blocked from running the page. The browser's (IE 8.0) back button must be clicked to proceed outside of "Debug" mode.
    "Error occurred while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small"
    Debug log follows:
    "S H O W: application="2006" page="6" workspace="" request="" session="500549669426301"
    Computation point: Before Header
    ...Perform computation of item: APP_SERVER, type=FUNCTION_BODY
    ...Performing function body computation
    ...Execute Statement: declare function x return varchar2 is begin return owa_util.get_cgi_env('SERVER_NAME'); return null; end; begin wwv_flow.g_computation_result_vc := x; end;
    ......Result = 156.9.122.214
    ...Session State: Save "APP_SERVER" - saving same value: "156.9.122.214"
    Processes - point: BEFORE_HEADER
    ...Process "GET_POSITION" - Type: PLSQL
    ...Execute Statement: begin wwv_flow.g_boolean := :F109_POSITION_ID IS NULL and :APP_PAGE_ID != 101; end;
    ......Result = FALSE
    ......Skip because condition or authorization evaluates to FALSE
    ...Process "Get JARS Sifter Log File Record Count" - Type: PLSQL
    ...Execute Statement: begin DECLARE vcnt NUMBER := 0; BEGIN d('Get JARS Sifter Log File Record Count'); Select count(*) into vcnt From JARS.JARS_SIFTER_LOG Where moveid = to_number(:P6_MOVEID) and sifter_status IN ('F','J'); :F1000_P6_SIFTER_LOG_COUNT := to_char(vcnt); END; end;
    Custom: Get JARS Sifter Log File Record Count
    ...Process "Set PTM Planned Trip Status" - Type: PLSQL
    ......Skip because condition or authorization evaluates to FALSE
    ...compatibility mode - do not set mime type
    ...compatibility mode - do not set additional http headers
    ...close http header
    ...metadata, fetch item type settings
    ...metadata, fetch items
    Show page template header
    Rendering form open tag and internal values
    Add error onto error stack
    ...Error data:
    ......message: Error processing request.
    ......additional_info: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......display_location: ON_ERROR_PAGE
    ......is_internal_error: true
    ......apex_error_code: APEX.UNHANDLED_ERROR
    ......ora_sqlcode: -6502
    ......ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 3027 ORA-06512: at "APEX_040100.WWV_FLOW", line 7867
    ...Show Error on Error Page
    ......Performing rollback
    Rendering form open tag and internal values
    ...Unhandled Error while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ...Error Backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 2707 ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 185
    End Page Rendering"
    Thanks!
    Bernard

    All,
    It appears that the page Javascript maximum limit size was reached. The error stopped appearing after some of the page Javascript code was removed out to Application Static Files. I wonder if there exists any "direct" indicator by the system whenever the size limit has been reached?
    Again, the run error only occurred when the page was loaded in "Debug" mode.
    Bernard

  • Workspace : Unexpected error during interactive component execution

    Hi !
    During execution, we have random events where this error appears. It appears for different field names and objects. The error code is displayed in the workspace and this is an excerpt of the workspace log.
    We have 2 workspaces using websphere. We noticed that in the past, a few times this was solved by synchronizing the nodes. I does not get fixed like that anymore.
    Any clues? this same deployed application worked in the past, it was not updated.
    THANKS,
    Regards,
    Matias
    <W>, "May 11, 2011 2:04:59 PM", Default, Main, <2> WebContainer : 0, "Error workspace-1305483686838
    Unexpected error during interactive component execution.
    Caused by: Invalid type for field newProduct . Expected : 'xobject.company.BusinessObjects.Product'. Received : 'Lxobject/company/BusinessObjects/Product;' .
    fuego.web.execution.exception.UnexpectedExecutionException: Unexpected error during interactive component execution.
         at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:187)
         at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
         at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
         at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1087)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:837)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:680)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:588)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:321)
         at fuego.web.execution.servlet.ServletExternalContext.forwardInternal(ServletExternalContext.java:197)
         at fuego.web.execution.servlet.ServletExternalContext.finishExecution(ServletExternalContext.java:103)
         at fuego.xobject.runtime.components.XObjectHtmlRuntimeController.service(XObjectHtmlRuntimeController.java:342)
         at fuego.web.execution.servlet.ServletRedirector$ControllerRedirector.forward(ServletRedirector.java:197)
         at fuego.web.execution.servlet.ServletRedirector.redirect(ServletRedirector.java:58)
         at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:224)
         at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:104)
         at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
         at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
         at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1087)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
         at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
         at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
         at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
         at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:837)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:680)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:588)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:751)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    Caused by: java.lang.ClassCastException: Invalid type for field newProduct . Expected : 'xobject.company.BusinessObjects.Product'. Received : 'Lxobject/company/BusinessObjects/Product;' .
         at fuego.io.ObjectSerialization.resolveFieldValue(ObjectSerialization.java:434)
         at fuego.io.ObjectSerialization.customReadObject(ObjectSerialization.java:290)
         at xobject.Moving.BusinessObjects.Agreements.Agreement.readObject(Agreement.xcdl)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.access$300(ObjectInputStream.java:212)
         at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2108)
         at java.io.ObjectInputStream.readFields(ObjectInputStream.java:548)
         at fuego.io.ObjectSerialization.customReadObject(ObjectSerialization.java:197)
         at xobject.Moving.BusinessObjects.AccountAgreement.readObject(AccountAgreement.xcdl)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:378)
         at java.util.ArrayList.readObject(ArrayList.java:617)
         at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.access$300(ObjectInputStream.java:212)
         at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2108)
         at java.io.ObjectInputStream.readFields(ObjectInputStream.java:548)
         at fuego.io.ObjectSerialization.customReadObject(ObjectSerialization.java:197)
         at xobject.Moving.BusinessObjects.Account.readObject(Account.xcdl)
         at sun.reflect.GeneratedMethodAccessor347.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:378)
         at java.util.HashMap.readObject(HashMap.java:1318)
         at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.access$300(ObjectInputStream.java:212)
         at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2108)
         at java.io.ObjectInputStream.readFields(ObjectInputStream.java:548)
         at fuego.io.ObjectSerialization.customReadObject(ObjectSerialization.java:197)
         at xobject.Moving.BusinessObjects.Person.readObject(Person.xcdl)
         at sun.reflect.GeneratedMethodAccessor348.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.access$300(ObjectInputStream.java:212)
         at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2108)
         at java.io.ObjectInputStream.readFields(ObjectInputStream.java:548)
         at fuego.io.ObjectSerialization.customReadObject(ObjectSerialization.java:197)
         at xobject.Moving.BusinessObjects.Account.readObject(Account.xcdl)
         at sun.reflect.GeneratedMethodAccessor347.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.access$300(ObjectInputStream.java:212)
         at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2108)
         at java.io.ObjectInputStream.readFields(ObjectInputStream.java:548)
         at fuego.io.ObjectSerialization.customReadObject(ObjectSerialization.java:197)
         at xobject.Moving.Views.AbstractView.readObject(AbstractView.xcdl)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:378)
         at java.util.HashMap.readObject(HashMap.java:1318)
         at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1036)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1755)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341)
         at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1670)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1335)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:378)
         at fuego.papi.impl.j2ee.Marshaller.unmarshall(Marshaller.java:46)
         at fuego.papi.impl.j2ee.EJBTaskExecutionResult.unmarshall(EJBTaskExecutionResult.java:73)
         at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:204)
         at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
         at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
         at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
         at fuego.web.papi.TaskExecutor.processResult(TaskExecutor.java:266)
         at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:101)
         ... 59 more
    "

    Hi
    Please let me know, how your exception got resolved ?
    Thanks,
    Brijesh Kumar Singh

  • Unexpected error during interactive component execution.

    I have an automatic activity within a screenflow. When I try to access this, it is giving the following exception in logs :(workspace.log)
    [<D> 0719 07:52:42.519] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): ExecutionDispatcher.actionId: RUN_APPLICATION_TASK
    [<D> 0719 07:52:42.519] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): ExecutionDispatcher.runApplicationTask: Global Excecution ->fuego.papi.impl.j2ee.EJBGlobalExecution@9994d62
    [<D> 0719 07:52:42.519] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): ExecutionDispatcher.customRunTask(): 4b10000
    [<W> 0719 07:52:42.835] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): Unexpected error during interactive component execution.
    *[     (cont)     ] Main: Caused by: The catalog manager [bpmXtest/2009-09-25 11:06:11-05:00.1327] is not registered.*
    [     (cont)     ] Main: fuego.web.execution.exception.UnexpectedExecutionException: Unexpected error during interactive component execution.
    [     (cont)     ] Main: at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:187)
    [     (cont)     ] Main: at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    [     (cont)     ] Main: at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    [     (cont)     ] Main: at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    [     (cont)     ] Main: at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    [     (cont)     ] Main: at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    [     (cont)     ] Main: at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    [     (cont)     ] Main: at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    [     (cont)     ] Main: at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    [     (cont)     ] Main: at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    [     (cont)     ] Main: at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    [     (cont)     ] Main: at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    [     (cont)     ] Main: at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    [     (cont)     ] Main: at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main: at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    [     (cont)     ] Main: at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main: at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main: at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    [     (cont)     ] Main: at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    [     (cont)     ] Main: at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    [     (cont)     ] Main: at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    [     (cont)     ] Main: at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    [     (cont)     ] Main: at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    [     (cont)     ] Main: at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    [     (cont)     ] Main: at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [     (cont)     ] Main: at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [     (cont)     ] Main: Caused by: java.lang.ClassNotFoundException: The catalog manager [bpmXtest/2009-09-25 11:06:11-05:00.1327] is not registered.
    [     (cont)     ] Main: at fuego.util.CatalogLoaderMgrCache.findOrCreateCatalogClassloader(CatalogLoaderMgrCache.java:83)
    [     (cont)     ] Main: at fuego.util.CatalogLoaderMgr.getCatalogClassLoader(CatalogLoaderMgr.java:68)
    [     (cont)     ] Main: at fuego.papi.impl.j2ee.EJBTaskExecutionResult.unmarshall(EJBTaskExecutionResult.java:72)
    [     (cont)     ] Main: at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:204)
    [     (cont)     ] Main: at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    [     (cont)     ] Main: at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    [     (cont)     ] Main: at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    [     (cont)     ] Main: at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    [     (cont)     ] Main: at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    What does the exception refer to:Caused by: java.lang.ClassNotFoundException: The catalog manager [bpmXtest/2009-09-25 11:06:11-05:00.1327] is not registered.

    Just guessing here, but I'd suspect that you have a BPM Object that you are using in your screenflow. Inside your BPM Object you probably have a method that makes the database call. I'm assuming that you might be using Dynamic SQL in your method.
    If this is the case then make sure that this method has the property set to "Server Side".
    Dan

  • Report opens in "Design" mode and throws error

    Hi All,
    One of my user gets an attached error when he opens a report. I noticed that, this happens because his report always open in "Design" mode. Now when we click on "Reading" mode, it works fine.
    Also, this behavior is happening only for one report. What can be the issue ? Is there a way in settings that I can do, so that the report always opens in "Reading" mode.
    BI4.1 SP1
    Thanks,
    Anupam,

    Check this KB:
                  2016483  - error: "while trying to
    invoke the method java.util.List.iterator() of null object loaded from
    local variable 'nodes' (Error: INF)”

Maybe you are looking for

  • ME27 behaving different for different accounting types?

    Hey Team ABAP, we got a custom report called "returns monitor", from which you can do different things. One of those things is to transpose actual selected line into a rearrangement. This worked quite fine till today. Today we have new entries in our

  • "A sharing violation occured..."

    While modifying a DW template, I suddenly began receiving sharing violation error messages which disallow saving the file and thus, updating the html pages based on the template. As I am the only one to use the program, I consider this some sort of g

  • Ora -6550 warnings

    Hello , I have downloaded a trial version of warehouse builder 9.2 and installed it perfectly. I created a simple source table and a target table,which I linked with the filter operator and named the mapping t_map. Even after the validation of the ma

  • Can I make photo albums to get printed off like on iPhoto on the Mac? I only own an iPad.

    Can I make photo albums to get printed off like on iPhoto on the Mac? I only own an iPad.

  • Iweb keywords vs. old metatags

    I just got my personal domain working. In the process I lost my place in google search. Since iweb doesn't use tags, how can I get my web site to show up again? I did put in a lot of key words in my copy, but my .com doesn't even show up in a google