Session Synchronization with two EAR files

Hi,
We have 2 web applications (Portal , BI reports) packaged into two separate EAR file and deployed it on the same server. User login to portal and click a link to see a report. Reports open in a new window.
Now we have 2 active httpsessions. One for portal and another one for reports. The problem we are facing is when the user logs out of portal we wanted to clear out the reports session also ? What is the best way to achieve this?
The approach i tried was to use HttpClient utility to pass a GET request to reports servlet to kill the session. But this didnt work because portal is unaware of reports session id.
Any help is highly appreciated.

Maybe you shouldn't use HttpSessions but should use a different mechanism to track sessions. The OReilly site has an article on pseudo-sessions that might help.

Similar Messages

  • How to maintain Session between two ear files?

    HI Guys
    I have deployed two ear files in oc4j. One is used to open applet and other for business operations.
    My problem is after calling applet my session gets invalidate. How to save session between two context
    I am new in this field please help!!
    the sooner the better
    Rahul

    Can I do this if I integrate oc4j with apache!!
    Can I maintain session
    Plz. Help
    Rahul

  • Two ear file communicating with each other

    HI,
    I have one doubt,
    I Have two ear files (two webservices actually) deployed succesfully in the same application server (Weblogic7.0). Let us say them a.ear and b.ear
    In a.ear there are class say A.class and B.class. In B.java file there is a staic HashMap which stores some object based on some id. Also in B.java there is static method which takes the id as a parameter and return the corrospojnding object stored in the static hasmap.
    In b.ear file there class say B.class and C.class. Note that this ear file has its own copy of B.class file. In C.java file i create an object (though i dont need create being it a static method) of B.java and calls the static object passing it the id and expecting it that it will return me the object stored in the Hashmap. it returns me null though it has the objects stored for that id.
    Is it because both ear files has their own copy of B.class. but i though that that they are running in the same jvm in application server so it should not be a problem. if this is the reason then my problem will be solved if i put them in same ear file.
    Can anybody put his insights into his experiences and lemme know what is the cause of problem and solution and for my knowledge why it is happening.
    Best Regards,
    Akhil Nagpal

    You're right that the two have different copies of the class. This is because the EJB container uses a different classloader for different applications, to prevent statics clashing with each other and other related security reasons.
    Usually if you want to communicate from one to the other, you would use the EJB mechanism itself. The JNDI names should be global (from simple tests I did in the past, this seems to be the case) so that one application can look up an EJB from the other.

  • How to Persis session between two ear files

    Can anybody tell me how to persists session between two ear files?
    Please Help its urgent!!
    Rahul

    Rahul -- there's nothing as a J2EE spec requirement or even a proprietary feature of OC4J/OracleAS which will enable this.
    If you have two different EAR files, then they are two different applications, and each will have their own session which can't be shared amongst each other.
    If you have data which needs to be shared across different applications then you could either put it on a shared file system or write it to a database which you can then read from in the other application.
    One way to do this is to implement the HttpSessionAttributeListener interface which will be called when object are added/removed/updated from a session, and then make a determination on whether the new object needs to be stored in a common place to facilitate sharing between applications.
    This is more likely to be a hackaround and ideally you'd examine why you want to share session state across applications and rearchitect so you don't need to do it -- but if you want to try a solution without a major revisiting of the whole application, then perhaps it's an option.
    cheers
    -steve-
    cheers
    -steve-

  • 4.7 actionscript project with two .as files

    hi,
    Using FB 4.7 to make actionscript project with two .as file: Main.as and GFX.as. There are variable in GFX that Main cannot access. WHat do I need to do to the GFX.as file to make the variables it declares readable by Main.as?
    Thanks
    GReg

    Reason 1:
    put public before var . Example: public var foo:Number
    Reason 2:
    the variable that you can't load in Main.as should be inside function GFX() body. Example:
    package {
         import flash.display.MovieClip
         public class GFX
              public function GFX()
                   public var foo:Number  // Put your variables here that can be load by another class
              function anotherFunction(parameters:Number) // Another function starts here
                   foo = parameters
    Reason 3:
    In Main.as, put import GFX after package {

  • Hi, attempting to export h.264 for an mp4 but premiere cc automatically making m4v with two sep files

    hi, attempting to export h.264 for an mp4 file, but premiere cc automatically making m4v with two sep. files. This never happened before. The project had an issue with the GPu and I had to hack the cusa text file. I'm wondering if I messed something up and what should I do to retify. Thanks

    Correct except that at the end of encode it stays as two sep files..with
    this proj. I narrowed it down vrb1 vs vbr2.. its a two hour project. I just
    attempted a second attempt at vbr1..it should work. I will keep everyone
    posted..thank you all for the responses. I will be sure to be in contact
    with youu all.
    Rob

  • JDev Unexpected error Occurred with EarHcmCompensation.ear file

    Hi,
    I have installed Jdeveloper 11.1.1.6.3 as per oracle white paper How to Get Started With JDeveloper Customizations for Fusion Applications and then configured Integrated Weblogic server. I also installed Common Resource Library. I added AddVMOption -Dide.extension.extra.search.path=C:/JDeveloper/mywork/mywork/EarHcmCompensation.ear/APP-INF/lib in jdev.conf file and then when I started and created a fusion customization application with ear file. Following is the error message. Can you please help me?
    Performing action New...[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command:
    Invoking command: Initialize Unbounded Task Flow
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: Adding default render kit id
    Invoking command: Update skin version
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command:
    Invoking command: add_adf_config
    Invoking command: add_adf_model_config
    Invoking command: set-adf-config-useBindVarsForLiterals
    Invoking command: set-adf-config-setUseBindValuesInFindByKey
    Invoking command: add_adfm_config_startup
    Invoking command: add_adfm_config_am_overrides
    Invoking command: add_adfm_config_database
    Invoking command: set-adf-config-setDatabaseAttr
    Invoking command: add_adf_config_ns
    Invoking command: add_adfcontext_config
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: ADF Security
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Initial Reformat
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: add_adf_config_element1382685463666
    Invoking command: add_adf_config_element1382685463690
    Invoking command: add_adf_config_element1382685463709
    Invoking command: add_adf_config_element1382685463726
    Invoking command: add_adf_config_element1382685463739
    Invoking command: add_adf_config_element1382685463754
    Invoking command: add_adf_config_element1382685463770
    Invoking command: add_adf_config_element1382685463811
    Invoking command: add_adf_config_element1382685467177
    Invoking command: add_applcore_trinidad_config_element1382685467199
    Invoking command: add_applcore_trinidad_config_element1382685467314
    Invoking command: add_applcore_trinidad_config_element1382685467392
    Invoking command: add_credential_store_config
    Invoking command: add_jps_config_ns
    oracle.jps.common:Oct 25, 2013 12:47:47 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685467965
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685468266
    Invoking command: add_applcore_trinidad_config_element1382685468998
    Invoking command: add_applcore_trinidad_config_element1382685469072
    Invoking command: add_applcore_trinidad_config_element1382685469231
    Invoking command: add_adf_config_element1382685469253
    Invoking command: add_applcore_trinidad_config_element1382685469420
    Invoking command: add_applcore_trinidad_config_element1382685469598
    Invoking command: add_applcore_trinidad_config_element1382685469682
    Invoking command: add_applcore_trinidad_config_element1382685469780
    Invoking command: add_applcore_trinidad_config_element1382685470006
    Invoking command: add_applcore_trinidad_config_element1382685470103
    Invoking command: add_applcore_trinidad_config_element1382685470205
    Invoking command: add_applcore_trinidad_config_element1382685470305
    Invoking command: add_applcore_trinidad_config_element1382685470461
    Invoking command: add_applcore_trinidad_config_element1382685470646
    Invoking command: add_applcore_trinidad_config_element1382685470782
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685471027
    Invoking command: XML Edit
    Invoking command: Add change manager entries to adf-config
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:47:51 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper copyJaznDataFileToApp
    WARNING: FA Custom App Wizard: No jazn-data.xml copied over for the base application, you will need to set this up manually.
    Invoking command: modify_mds_config
    oracle.adf.share.security:Oct 25, 2013 12:47:51 PM oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore getURLFromJPSConfigPath
    WARNING: C:\JDeveloper\mywork\mywork\EarHcmCompensation.ear/META-INF/jps-config.xml is not a valid URL -unknown protocol: c
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:47:51 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:47:53 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/setup/salarySetupService/SalarySetupService.xsd
    Oct 25, 2013 12:47:59 PM oracle.adf.share.jndi.MDSBackingStore getDocument
    SEVERE: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
        at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
        at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
        at oracle.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
        at oracle.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
        at oracle.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
        at oracle.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
        at oracle.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
        at oracle.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at oracle.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
        at oracle.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
        at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
        at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
        at org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
        at oracle.jsp.el.OracleExpressionEvaluator.evaluate(Unknown Source)
        at oracle.jsp.el.OracleExpression.evaluate(Unknown Source)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
        at oracle.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
        at oracle.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
      o.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
      o.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
      o.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
      o.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
      o.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
      o.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
      o.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
      o.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      j.lang.reflect.Method.invoke(Method.java:597)
      o.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
      o.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
      org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
      org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
      org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
      o.jsp.el.OracleExpressionEvaluator.evaluate()
      o.jsp.el.OracleExpression.evaluate()
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
      o.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
      o.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
      o.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
      o.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
      o.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
      o.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
      o.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
      o.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
      o.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
      j.a.Dialog$1.run(Dialog.java:1046)
      j.a.Dialog$3.run(Dialog.java:1098)
      j.security.AccessController.doPrivileged(Native Method)
      j.a.Dialog.show(Dialog.java:1096)
      j.a.Component.show(Component.java:1585)
      j.a.Component.setVisible(Component.java:1537)
      j.a.Window.setVisible(Window.java:842)
      j.a.Dialog.setVisible(Dialog.java:986)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
      o.i.wizard.WizardManager.invokeWizard(WizardManager.java:372)
      o.i.wizard.WizardManager$1.run(WizardManager.java:420)
      o.i.util.IdeUtil$3.run(IdeUtil.java:1089)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection AtkRPSoapConn. EL resolution skipped for connection AtkRPSoapConn.
    javax.naming.NamingException [Root exception is oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.
        at oracle.bi.presentation.soap.connection.impl.BaseBISoapConnection.setReference(BaseBISoapConnection.java:217)
        at oracle.bi.presentation.soap.connection.impl.DTBISoapConnection.<init>(DTBISoapConnection.java:62)
        at oracle.bi.presentation.soap.connection.BISoapConnectionFactory.getObjectInstance(BISoapConnectionFactory.java:733)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/extendedLookups/extendedLookupCodeService/ExtendedLookupCodeService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/plans/planSetupService/PlanSetupService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.logging.ADFLogger doLog
    WARNING: Lookup failed for connection MapViewer. EL resolution skipped for connection MapViewer.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=null
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/performance/documents/performanceRatingService/PerformanceRatingService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/core/modelTest/mls/model/MLSAppModuleService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection SpacesWebServiceEndpoint. EL resolution skipped for connection SpacesWebServiceEndpoint.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=no protocol: ://:/webcenter/SpacesWebService
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException: no protocol: ://:/webcenter/SpacesWebService
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/core/salaryService/SalaryService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/extract/extractService/CompExtractService.xsd
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Some servlet classes cannot be found in any jar files.
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmCountryCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmOrganizationCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.contextualInfo.publicUi.PersonVCard
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.images.publicUi.PersonImage
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.tablet.server.RESTfulAPIServlet
    Started CommandProcessor transaction: Business Components Project Modifications on thread AWT-EventQueue-0 at batch level 1
    Invoking command:
    Invoking command:
    Invoking command: Business Components Project Modifications
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Please help.
    Thanks,
    Mehabub

    Hi Frank,
    Thank you for your reply. The white paper is published byOracle Fusion Developer Relations group and is available here(https://blogs.oracle.com/fadevrel/entry/announcement_how_to_series_explaining).
    Yes it is related to Fusion Customization. Is there any way to move this to Fusion Customization forum?
    Thanks,
    Mehabub

  • Problem using a library with an EAR file (ServletNotFoundException)

    Hello
    I'm trying to use a library (J2EE library project) an associated it to an Enterprise Application Project.
    The application was built using the Spring MVC framework.
    When I did deploy I got the following warning:
    Apr 25, 2006 9:44:17 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [004]Finished Deployment
    And when I try to run the application  I got the following error:
    404 Not Found
    The request cannot be processed.
    Details:   com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [data-entryLib/servlet/data-entry].  The ID of this error is
    Exception id: [00306E5DA8D2004E00000068000052550004124234F31271].
    The application run properly when I use the jars file in the WEB-INF/lib folder.
    I have been reading some recomendations in this forum, but nobody tell me how to solve this problem
    Thanks
    Adriana.

    Hi Rajesh
    Thanks for your answer.
    Yes, I deployed the .sda file, add the jars file in the archive server/provider.xml and I checked this: (Problem with EAR referencing a library DC)
    The type of reference that I gave in the EAR file was in the archive application-j2EE-engine.xml:
    <reference
        reference-type="hard">
        <reference-target
          provider-name="sap.com"
        target-type="library">LibreriaDataEntry</reference-target>
    </reference>
    <provider-name>sap.com</provider-name>
       <fail-over-enable
       mode="disable"/>
    Thanks
    Adriana

  • How can i expose a stateless session bean with in .ear as web service?

    This is my situation.
    I have an .ear file and in that i have several other .jar files which are
    inter-dependant, lets say
    A.jar
    B.jar
    C.jar files
    and i want to expose only A.jar as
    webservice, how can i do that ?
    Does WLS8.1 provided any way how to do that?
    I Appreciate any suggestions and advices.
    Thanks
    kk

    I used a different method...
    I used servicegen with only a.jar to create the ear.
    I touch-ed my own application.xml to make it newer than the one already in the
    newly created ear.
    I used the ant <ear> task to add b.jar, c.jar, and application.xml to the ear.
    Worked like a charm.
    Mike
    Bruce Stephens <[email protected]> wrote:
    Hello,
    See if Neal's answer here helps solve your problem using servicegen's
    service element "IncludeEJBs" attribute:
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.webservices&item=2932&utag=
    HTHs,
    Bruce
    kk wrote:
    This is my situation.
    I have an .ear file and in that i have several other .jar files whichare
    inter-dependant, lets say
    A.jar
    B.jar
    C.jar files
    and i want to expose only A.jar as
    webservice, how can i do that ?
    Does WLS8.1 provided any way how to do that?
    I Appreciate any suggestions and advices.
    Thanks
    kk

  • Deployable Proxy with two wsdl files

    Hello,
    I have a problem with deployable proxies and two wsdl files.
    In wsdl A returns a method an object of type Foo.
    In wsdl B a method expects a parameter of type Foo.
    Foo is a class of the Web service provider.
    I created a new deployable proxy called p.
    For both wsdl files I chose Create -> new client proxy definiton and for both of them I had to create a new package (a and b).
    Now I have two Foo classes:
    p.a.types.Foo and p.b.types.Foo
    But I would like to have only one Foo class and use it for both proxy definitions.
    Is this possible?
    Thanks and regards
    Patrick

    Hi,
    no I haven't found a solution.
    > I was looking for options to create single proxy with multiple wsdl files
    I was thinking the same because the folder is called WSDL Files.
    Hope somebody could help.
    Regards
    Patrick

  • JDev Unexpected Severe error Occurred with EarHcmCompensation.ear file

    Hi,
    I have installed Jdeveloper 11.1.1.6.3 as per oracle white paper How to Get Started With JDeveloper Customizations for Fusion Applications and then configured Integrated Weblogic server. I also installed Common Resource Library. I added AddVMOption -Dide.extension.extra.search.path=C:/JDeveloper/mywork/mywork/EarHcmCompensation.ear/APP-INF/lib in jdev.conf file and then when I started and created a fusion customization application with ear file. Following is the error message. Can you please help me?
    Performing action New...[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command:
    Invoking command: Initialize Unbounded Task Flow
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: Adding default render kit id
    Invoking command: Update skin version
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command:
    Invoking command: add_adf_config
    Invoking command: add_adf_model_config
    Invoking command: set-adf-config-useBindVarsForLiterals
    Invoking command: set-adf-config-setUseBindValuesInFindByKey
    Invoking command: add_adfm_config_startup
    Invoking command: add_adfm_config_am_overrides
    Invoking command: add_adfm_config_database
    Invoking command: set-adf-config-setDatabaseAttr
    Invoking command: add_adf_config_ns
    Invoking command: add_adfcontext_config
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: ADF Security
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Initial Reformat
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: add_adf_config_element1382685463666
    Invoking command: add_adf_config_element1382685463690
    Invoking command: add_adf_config_element1382685463709
    Invoking command: add_adf_config_element1382685463726
    Invoking command: add_adf_config_element1382685463739
    Invoking command: add_adf_config_element1382685463754
    Invoking command: add_adf_config_element1382685463770
    Invoking command: add_adf_config_element1382685463811
    Invoking command: add_adf_config_element1382685467177
    Invoking command: add_applcore_trinidad_config_element1382685467199
    Invoking command: add_applcore_trinidad_config_element1382685467314
    Invoking command: add_applcore_trinidad_config_element1382685467392
    Invoking command: add_credential_store_config
    Invoking command: add_jps_config_ns
    oracle.jps.common:Oct 25, 2013 12:47:47 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685467965
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685468266
    Invoking command: add_applcore_trinidad_config_element1382685468998
    Invoking command: add_applcore_trinidad_config_element1382685469072
    Invoking command: add_applcore_trinidad_config_element1382685469231
    Invoking command: add_adf_config_element1382685469253
    Invoking command: add_applcore_trinidad_config_element1382685469420
    Invoking command: add_applcore_trinidad_config_element1382685469598
    Invoking command: add_applcore_trinidad_config_element1382685469682
    Invoking command: add_applcore_trinidad_config_element1382685469780
    Invoking command: add_applcore_trinidad_config_element1382685470006
    Invoking command: add_applcore_trinidad_config_element1382685470103
    Invoking command: add_applcore_trinidad_config_element1382685470205
    Invoking command: add_applcore_trinidad_config_element1382685470305
    Invoking command: add_applcore_trinidad_config_element1382685470461
    Invoking command: add_applcore_trinidad_config_element1382685470646
    Invoking command: add_applcore_trinidad_config_element1382685470782
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685471027
    Invoking command: XML Edit
    Invoking command: Add change manager entries to adf-config
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:47:51 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper copyJaznDataFileToApp
    WARNING: FA Custom App Wizard: No jazn-data.xml copied over for the base application, you will need to set this up manually.
    Invoking command: modify_mds_config
    oracle.adf.share.security:Oct 25, 2013 12:47:51 PM oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore getURLFromJPSConfigPath
    WARNING: C:\JDeveloper\mywork\mywork\EarHcmCompensation.ear/META-INF/jps-config.xml is not a valid URL -unknown protocol: c
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:47:51 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:47:53 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/setup/salarySetupService/SalarySetupService.xsd
    Oct 25, 2013 12:47:59 PM oracle.adf.share.jndi.MDSBackingStore getDocument
    SEVERE: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
        at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
        at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
        at oracle.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
        at oracle.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
        at oracle.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
        at oracle.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
        at oracle.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
        at oracle.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at oracle.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
        at oracle.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
        at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
        at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
        at org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
        at oracle.jsp.el.OracleExpressionEvaluator.evaluate(Unknown Source)
        at oracle.jsp.el.OracleExpression.evaluate(Unknown Source)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
        at oracle.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
        at oracle.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
      o.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
      o.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
      o.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
      o.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
      o.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
      o.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
      o.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
      o.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      j.lang.reflect.Method.invoke(Method.java:597)
      o.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
      o.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
      org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
      org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
      org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
      o.jsp.el.OracleExpressionEvaluator.evaluate()
      o.jsp.el.OracleExpression.evaluate()
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
      o.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
      o.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
      o.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
      o.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
      o.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
      o.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
      o.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
      o.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
      o.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
      j.a.Dialog$1.run(Dialog.java:1046)
      j.a.Dialog$3.run(Dialog.java:1098)
      j.security.AccessController.doPrivileged(Native Method)
      j.a.Dialog.show(Dialog.java:1096)
      j.a.Component.show(Component.java:1585)
      j.a.Component.setVisible(Component.java:1537)
      j.a.Window.setVisible(Window.java:842)
      j.a.Dialog.setVisible(Dialog.java:986)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
      o.i.wizard.WizardManager.invokeWizard(WizardManager.java:372)
      o.i.wizard.WizardManager$1.run(WizardManager.java:420)
      o.i.util.IdeUtil$3.run(IdeUtil.java:1089)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection AtkRPSoapConn. EL resolution skipped for connection AtkRPSoapConn.
    javax.naming.NamingException [Root exception is oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.
        at oracle.bi.presentation.soap.connection.impl.BaseBISoapConnection.setReference(BaseBISoapConnection.java:217)
        at oracle.bi.presentation.soap.connection.impl.DTBISoapConnection.<init>(DTBISoapConnection.java:62)
        at oracle.bi.presentation.soap.connection.BISoapConnectionFactory.getObjectInstance(BISoapConnectionFactory.java:733)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/extendedLookups/extendedLookupCodeService/ExtendedLookupCodeService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/plans/planSetupService/PlanSetupService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.logging.ADFLogger doLog
    WARNING: Lookup failed for connection MapViewer. EL resolution skipped for connection MapViewer.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=null
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/performance/documents/performanceRatingService/PerformanceRatingService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/core/modelTest/mls/model/MLSAppModuleService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection SpacesWebServiceEndpoint. EL resolution skipped for connection SpacesWebServiceEndpoint.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=no protocol: ://:/webcenter/SpacesWebService
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException: no protocol: ://:/webcenter/SpacesWebService
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/core/salaryService/SalaryService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/extract/extractService/CompExtractService.xsd
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Some servlet classes cannot be found in any jar files.
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmCountryCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmOrganizationCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.contextualInfo.publicUi.PersonVCard
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.images.publicUi.PersonImage
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.tablet.server.RESTfulAPIServlet
    Started CommandProcessor transaction: Business Components Project Modifications on thread AWT-EventQueue-0 at batch level 1
    Invoking command:
    Invoking command:
    Invoking command: Business Components Project Modifications
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Please help.
    Thanks,
    Mehabub

    What happens when you ignore these and continue with your planned customization?
    Some of these are know errors which are already fixed for future releases and are harmless.
    Some of these are occurs because the customization workspace is created using the very minimal set of files required to run and test the customizations locally. So, various dependencies are not pulled unless required for customization purposes. This is really helpful to test the customizations with minimal efforts.
    So, please try to proceed with your intended customizations and do post if you face further issues. We will investigate this log in more detail to make sure there are no earlier unknown issues and take appropriate actions.
    Hope this helps
    Vik
    http://blogs.oracle.com/fadevrel

  • Working With Two External Files With T-SQL Commands

    Hi friends,
    In a VSTO Excel AddIn of mine I have come across a need to use T-SQL commands before bringing the dataset on the activesheet, derived from two tables in the shape of external CSV files. However,
    since using SQL Express in this regard requires connection to a server. With Visual Studio as well as SSMS installed on my laptop I'm able to use the said facility but I am unable to distribute such an addin to other team members not having any of the studios
    installed nor access to any server.
    Is there any way to use the similar features on the users' side?
    In other words, how to develop a macro, for example, in which I could consider two CSV files as two different tables as in a database, and carryout some T-SQL functions/commands on the same like:
    UNION of first three columns from both the tables;
    Creating a temporary table with the DISTINCT sets of the said three columns; and
    Then carryout LEFT JOINS between the new table and the earlier two tables;
    to derive a simple comparative dataset?
    Looking forward for you experts' valuable advices in this regard.
    Thanx in advance.
    Thanx in advance, Best Regards, Faraz A Qureshi

    Hi FARAZ,
    As with Excel files, you can also use Odbc driver to connect to CSV files. As long as the user's machine installs the ODBC driver, you can OdbcConnection to connect to the CSV files.
    The sample code to manimulate CSV files with ODBC driver(C#):
    string connectionString = @"Driver={Microsoft Text Driver (*.txt; *.csv)}; Dbq=C:\; Extensions=asc,csv,tab,txt;";
    using (OdbcConnection conn = new OdbcConnection(connectionString))
    conn.Open();
    string sql = "SELECT u.UserName,u.Age,c.Phone,c.Address FROM user.csv u left join contact.csv c on u.Id=c.UserId";
    using (OdbcCommand cmd = new OdbcCommand(sql, conn))
    But if you want to publish the Add-in to the user's machine, you still need to install the .Net Framework and the VSTO runtime to support the Add-in.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Log4j issue with two ears in weblogic cluster

    Hi,
    I am having issue with log4j.I am having 2 ear files say AppA and AppB.I have used log4j(DailyRollingFileAppender) in both so that logs from AppA gets written to a.log and from AppB gets written to b.log.
    This approach is working fine in non-clustered environment(weblogic admin server).
    But when i try the same in a clustered(weblogic cluster) environment the logs from both AppA and AppB gets written to a.log.
    Could you please help me to resolve this issue.

    Include ${weblogic.Name} in your log4j property file thiis will create the log file name with server name
    log4j.appender.TEST_LOGGER.File=/logs/${weblogic.Name}_TEST_LOGGER_LOG.txt
    Do not keep log4j within your ear
    move it to server and include it in your class path of your server.

  • RDBMS Synchronization with a .CSV file

    Good morning. I am trying to create a testable .csv file that I can import into our ACS on a prescheduled basis.
    Here are my questions about this process:
    1. Do I need to use the PASS_Expire action or is there a STOP_DATE? I have looked at the codes and didn't really see one.
    2. Is there a way that I can extract a copy of the dump.txt or get my actual database exported to a different system?
    3. What are the group's recommendations on synchronization? Are there some lesson's learned I should look out for?
    Thanks
    Dwane

    can you help me add vendor UDV and attributs to ACS.
    I tried it it showing me UDV, but getting a error RDBMS report for one attribut.
    when v3 is integer
    Error: ACS 'ACS_A1' Action failed [SI=6 A=352 UN="" GN="" AI="" VN="Login-Service" V1="2011" V2="10" V3="integer"] Reason: UDV VSA error - User Defined Vendor/VSA operation failed (VSA name not unique)
    when v3 is string
    Error: ACS 'rdevid-4eafe3cf' Action failed [SI=6 A=352 UN="" GN="" AI="" VN="Login-Service" V1="2011" V2="7" V3="string"] Reason: UDV VSA error - User Defined Vendor/VSA operation failed (VSA name not unique)
    actually i am doing it for H3c.dct  it is for 3com.
    Below is the file which i used.
    SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status
    1,0,,,350,3COM-H3C,AUTO_ASSIGN_SLOT,2011,,,,,,0
    2,0,,,352,h3c-User-Access-Level,2011,26,integer,,,,,0
    3,0,,,352,Administrator,2011,3,string,,,,,0
    4,0,,,352,Manager-(write),2011,2,string,,,,,0
    5,0,,,352,Monitor-(read),2011,1,string,,,,,0
    6,0,,,352,Login-Service,2011,5,string,,,,,0
    7,0,,,352,SSH,2011,50,string,,,,,0
    8,0,,,352,Terminal,2011,52,string,,,,,0
    9,0,,,353,,2011,221,IN OUT,,,,,0
    10,0,,,355,,,,,,,,,0
    Also please let me know how can delete the UDV if i want to. i tried procedure mentioned in user guide but failed.

  • Permissions with two jar files

    Hello,
    I've run across a interesting problem. I'm using Java 1.3.1 with JAAS 1.0. I've written a LoginModule, Principal, and CallbackHandler that reside in one jar, authentication.jar. The class that use the authentication.jar is in another jar file, client.jar. When ever I run client.jar, I always get:
    Exception in thread "main" java.security.AccessControlException: access denied (
    javax.security.auth.AuthPermission createLoginContext)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:154)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:319)
    at test.authenticate.Authenticator
    .<init>(Authenticator.java:38)
    at test.authenticate.Authenticator
    .getInstance(Authenticator.java:58)
    at JaasAuthTest.main(JaasAuthTest.java:14)
    If I move the JaasAuthTest class from client.jar to the Authentication.jar, everything works fine. I've been messing with permissions and I can't seem to find configuration that works. I've tried granting AllPermission and .AuthPermission "createLoginContext" to each of may jar files with no success. Is there any reason I can't have my JAAS code in one jar and my client code in another? Has anyone else seen this before?
    Thanks,
    -Jon

    The JAVA class loader puts all code in a so called Protection Domain depending on its origin and class loader.
    Class files from different jars are typically put in different domains as they have a different origin and propably class loader.
    If you set up an appropriate policy file with permissions for the second jar file as the code base, it should be working fine, I believe.
    Oliver

Maybe you are looking for