AIA: Missing aia xpath func getEBMHeaderSenderSystemNode in JDev 11.1.1.6

Hi,
I have JDev 11.1.1.6 with AIA Service Constructor extension (11.1.1.6).
In Assign-activity in BPEL I can see aia xpath functions such as getServiceProperty, but I can not see getEBMHeaderSenderSystemNode.
In xslt aia xpath function getServiceProperty is valid, but function getEBMHeaderSenderSystemNode can not be found.
If i look in aia.jar under <JDEV_HOME>\jdeveloper\lib I can see function aia:getEBMHeaderSenderSystemNode in ext-soa-xpath-functions-config.xml
How can I get function getEBMHeaderSenderSystemNode visible inside JDev?
(I guess this is only a dev-time problem and it will work in run-time, but it is anyway annoying)
Thankful for help
Henrik

Hi,
just as I though, there is no problem during run-time, only during development.
Anyone know if this is a known issue?
/Henrik

Similar Messages

  • Missing Descriptior with Toplink 1013 and Jdev 1013

    Hi guys,
    I keep getting the following error when I try to run my project:
    Exception [TOPLINK-6007] (Oracle TopLink - 10g release 3 (10.1.3.0.0) (Build 050912)): oracle.toplink.exceptions.QueryException
    Exception Description: Missing descriptor for
    The project is a Web Application with a Model and View/Controller projects. The Model has a Toplink project in it and I created the mappings, classes, and the sessions.xml for it.
    What am I doing wrong? This seems to work in Jdev 1012.

    * Does the sample client work ok when you use sessions.xml?
    * What is the sequence of steps you are taking to create view project and in which project you are getting the errors? A detailed sequence of steps will be helpful in reproducing this issue.
    * If you are running into this issue in your view project using ADF and your use case simply involves reading objects, perhaps you can try writing a plain sample client in java yourself to simulate the use case and see whether this client works.
    Also
    * Take a look at my response to your other question at Mutliple writeable mappings in Jdev 1013 and setup your mappings correctly.
    * If you are running into this issue in the view project with the use of ADF, then try regenerating the datacontrol and recreating your view project. Make sure your logging in the sessions.xml is turned on.
    Hope this helps.

  • Triggers missing from offline database source in JDev 10.1.3.4/5

    Hi,
    I cannot copy triggers to offline database source in JDev 10.1.3.4/5.
    In a project under Offline Database Source->[Schema Name] -Right Click- Import Database Objects -> Connection-> Filter Types (Triggers are not listed)
    Is this a setup issue in JDev or the database or are triggers not supported in this version of JDev?
    thanks,
    Brenden

    Hi,
    the BPEL extension is developed and owned by the BPEL group. Please try the BPEL forum at BPEL Note that if they can't provide immediate help for your probem, you may consider customer support for help
    Frank

  • Importing AIA Xpath Functions in to Jdeveloper

    Hi,
    I have a requirement of using aia Xpath functions, i downloaded the AIAXpath zip folder form metalink and edited the setup.ev to Jdev home even after running the bat file restarted the system but could not see the aia Xpath functions in my Jdev during assiging expression though they were present in jdev/lib/patches.
    Please provide your inputs.

    Please refer to metalink DOC ID 550378.1.

  • AIA 11g ABCS compilation error

    We are having issues with our ABCS compilations (trying this on Jdev 11.1.1.2).. The error message is ..
    Error(17,60): Failed to compile bpel generated classes. failure to compile the generated BPEL classes for BPEL process "SyncCustomerPartyListEbizReqABCSImpl" of composite "default/SyncCustomerPartyListEbizReqABCSImpl!1.0" The class path setting is incorrect. Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    It’s failing on composite.xml, and the error is at SyncCustomerPartyListEbizReqABCSImpl… We have already deployed the referenced/related artifacts into our Weblogic server. Please help.
    Thanks.

    In JDeveloper have you added aia.jar using Tools -> Preferences -> SOA ?.
    This error usually indicates a problem with embedded Java code. This could be because of missing aia.jar library.

  • XPATH building assistant locks up in JDev 10.1.2 beta 3

    When I attempt to use either the XPATH building assistant or XPATH expression builder in JDev 10.1.2 beta 3 it locks up JDev apparently going into a tight loop using 99% of the CPU and it won't come out. I end up killing the process. I've tried several different techniques to work around the lock up but can't seem to bypass it.
    The building assistant locks up almost right away, while the expression builder waits until I'm finished constructing the expression.
    I can't get very far with this condition. Any help would be appreciated.

    Hi John ,
    Thanks for sending your project accross.
    I tried to reproduce it but couldn't due to missing XSDs and wsdls used by your project.
    I can see some schema import from URL in your project WSDL :
    <import namespace="http://www.eds.com/ns/iC"           schemaLocation="http://localhost:9700/orabpel/xmllib/providerEnrollment.xsd"/>
    and
    a online wsdl :
    http://W2ZZZZIDNN:9700/orabpel/default/licenseReceipt/licenseReceipt?wsdl
    Without these artifacts, process doesn't find the variable definition.
    I have few suggestions :
    1. Make sure you have XSDs in right place and the XSDs are valid.
    2. Make sure your engine is started otherwise those XSDs won't be accessible.
    3. Go to Jdeveloper->Tools->Preferences->Web Browser and Proxy [Set it right] but if it localhost then I don't think it is required.
    If possible pass those XSDs as well to me so that I can verify that those XSDs are working fine with our tool.
    Please pass me the WSDL as well.
    HTH.
    Thanks,
    rakesh

  • Error while deploying AIA composites

    Hi All,
    We are trying to migrate code from Dev to QA server and are using below scripts/steps for the deployment.
    • source AIA_HOME/aia_instances/instance_name/bin/aiaenv.sh
    • Create a file with name dp.xml as shown below
    <?xml version="1.0" standalone="yes" ?>
    <DeploymentPlan component="FP" version="3.0">
    <Configurations>
    <EndpointConfigurator target-server="fp" dir="/opt/apps/deploy" />
    </Configurations>
    <Deployments>
    <Composite wlserver="fp" compositedir="/opt/apps/JournalEntryProviderABCS" compositeName="JournalEntryProviderABCS" revision="1.0" action="deploy" />
    </Deployments>
    </DeploymentPlan>
    •     cp dp.xml $AIA_HOME/Infrastructure/Install/AID/
    •     ant -f $AIA_HOME/Infrastructure/Install/AID/AIAInstallDriver.xml -DDeploymentPlan=dp.xml -DPropertiesFile=$AIA_HOME/aia_instances/instance_name/config/AIAInstallProperties.xml
    However the ant script is giving errors while trying to deploy the composites.
    scac:
    [scac] Validating composite : '/opt/apps/deploy/JournalEntryProviderABCS/composite.xml'
    [scac] FATAL_ERROR: location {ns:composite/ns:import[@location='oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl']}(21,30): Load of wsdl "oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl" failed
    [scac] FATAL_ERROR: location {ns:composite/ns:reference[@name='JE_Singleton']}(46,106): Cannot find Port Type "{http://xmlns.oracle.com/JE_SingletonBPEL_jws/JE_SingletonBPEL/JE_SingletonBPEL}JE_SingletonBPEL" for "JE_Singleton" in WSDL Manager
    BUILD FAILED
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/AIAInstallDriver.xml:72: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/AIAExecuteDriver.xml:80: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/aia_instances/AIAInst1/tmp/AIDExecuteDP_temp_179498849.xml:4: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:139: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:179: The following error occurred while executing this line:
    /opt/apps/Oracle/Oracle_SOA1/bin/ant-sca-package.xml:36: The following error occurred while executing this line:
    /opt/apps/Oracle/Oracle_SOA1/bin/ant-sca-compile.xml:264: Java returned: 1 Check log file : /opt/apps/Oracle/AIA3_0/aia_instances/AIAInst1/tmp/out.err for errors
    Checked the /opt/apps/Oracle/AIA3_0/aia_instances/AIAInst1/tmp/out.err file and below is message in it.
    Load of wsdl "oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl" failed
    oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl does not exist.
    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:273)
    at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:538)
    at oracle.fabric.common.metadata.MetadataManagerImpl.getDocumentAsInputStream(MetadataManagerImpl.java:152)
    at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:400)
    at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:172)
    at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:233)
    at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:892)
    at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:534)
    at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:223)
    Caused by: java.io.IOException: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl does not exist.
    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:388)
    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:176)
    at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:67)
    at java.net.URL.openStream(URL.java:1010)
    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:269)
    ... 8 more
    Caused by: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl does not exist.
    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:339)
    ... 12 more
    I have checked in mds and the file exists (oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl.
    Any idea/suggestions on what might be causing this error ? Is there any other way to deploy the AIA composites ; apart from doing it from Jdev using a config plan :-) ?
    Regards
    Subhankar

    Hi Subhankar,
    Q1 : This error can be rectified by placing the abstract wsdl of the process JE_SingletonBPEL in \AIAMetadata and try to load the wsdl from that path.
    for. e.g. oramds:/AIAMetadata/*****/*****/JE_SingletonBPEL.wsdl.
    and then in binding.ws place the concrete wsdl with appropriate binding for the process JE_SingletonBPEL.
    Q2: Other ways of deployment is to harvest the composites to PLW and generate Bill of Materials and deploy using AIAInstallDriver.
    Hope this helps you.
    Regards,
    Rahul

  • AIA XREF Functions in Jdeveloper

    Hi,
    I am using XREFs and DVMs in my flows using AIA 3.0. I am not able to see the functions like generate-guid(), functions related to XREF and DVM in the XSLT designer. I remember having installed a AIAXpathFunctions patch for JDeveloper in SOA 10g.
    Is there a similar patch available for 11g or how do we use these functions in XSLs ? Have the definition of the function changed and can we use it the same way we used in AIA 2.0/SOA 10g.
    Cheers,
    - AR

    This is the content from the latest Installation Guide
    JDeveloper enables you to modify AIA delivered content or develop and deploy new AIA custom content. AIA uses special XPath functions and it is necessary to import these into the JDeveloper library. You can import these using either of the following procedures:
    - If you download the AIA plugin from update center to use AIA service constructor, the aia.jar is automatically made available for you.
    - In JDeveloper, navigate to Tools, Preferences, SOA and add the library aia.jar. The aia.jar is available under AIA_HOME/lib directory
    As per the first option, Robert is asking you to use the Service constructor but because this is EAP, we havent made it available in the update center.

  • AIA FP 11.1.1.6.0 "Metadata transfer operation failed"

    Hi,
    I wonder if anyone can help. I am receiving the error below while performing a fresh install of AIA FP 11.1.1.6.0
    "Metadata transfer operation failed" MDS-00597 failure to open the archive file /tmp/archive4766411343835100171.jar
    Sure the above error points to a non-existent file but where do I get this file from? The directory is not write protected and the user performing the installation can write to that
    directory. Also, there is adequate memory so I don't think its a system resource issue.
    It is important to note that this error appears at the "Deploy Application Configurations" stage of the install.
    System Info
    Weblogic 10.3.6.0
    SOA 11.1.1.6.0
    OER 11.1.1.6.0
    Oracle Database XE 10.2.0.1.0
    [exec] soa_server1
    [exec] Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
    [exec] For more help, use help(domainRuntime)
    [exec]
    [exec] Uploading metadata to server . . . . .
    [exec] Metadata tranfer operation failed
    [exec]
    [exec] This Exception occurred at .
    [exec] javax.management.MBeanException: MDS-00597: Failure to open the archive file /tmp/archive4766411343835100171.jar. Cannot create ArchiveMetadataStore for the archive file /tmp/archive4766411343835100171.jar.
    [exec] error in opening zip file
    [exec] Problem invoking WLST - Traceback (innermost last):
    [exec] File "/home/oracle/Oracle/Middleware/AIA/Infrastructure/Install/AID/lib/py/updateMetadata.py", line 53, in ?
    [exec] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [exec] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [exec] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [exec] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [exec]
    [exec] java.lang.Exception: java.lang.Exception: Error!!! Import MetaData Failed !!
    [exec]
    BUILD FAILED
    /home/oracle/Oracle/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:222: The following error occurred while executing this line:
    /home/oracle/Oracle/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:65: The following error occurred while executing this line:
    /home/oracle/Oracle/Middleware/AIA/aia_instances/AIA/tmp/AIDExecuteDP_temp_1380328407.xml:94: The following error occurred while executing this line:
    /home/oracle/Oracle/Middleware/AIA/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:845: exec returned: 1
    Total time: 5 minutes 27 seconds
    Deployment Command Return Value Configuration: 1

    You will face this issue when something goes wrong with SOA server.. your SOA server must be in running status..
    Edited by: 945735 on 09-Aug-2012 03:43

  • AIA error email : The composite instance link in the email doesn't  work

    The error messages raised through email contain the link to the composite instance which upon clicking is
    supposed (after login) to show the composite instance in the EM. This link is not working for clustered environment whereas it works fine for non-clustered environment
    (after submitting login credential the page is again redirected to login page)
    Please let me know, if anyone knows the solution .
    AIAEHNotification.xml resides in server path /u01/middleware/aia/instances/aia/AIAMetaData/config

    Hi,
    Verify that the link in your AIAEHNotification.xml is as under.
    - soa_domain is the name of my domain, you can replace this with your domain name
    - SOA_Cluster is the name of our SOA cluster
    *http://<BIGIP hostname>/em/faces/ai/soa/messageFlow?target=/Farm_soa_domain/soa_domain/SOA_Cluster/#@#PROPS.{compositeName}#@#+[#@#PROPS.{compositeRevision}#@#]%26type=oracle_soa_composite%26soaContext=#@#PROPS.{compositeDN}#@#/#@#PROPS.{compositeInstanceID}#@#*
    Also to receive better response with AIA product, please post your thread in the AIA forum.
    Application Integration Architecture (AIA)
    Regards,
    Neeraj Sehgal

  • Intergration between Siebel and AIA in Comm PIP

    I need your help in understanding “how interfacing is happening between Siebel and AIA in Comm Pack” for an outbound flow from Siebel. I will take an example of Order Synchronization flow between Siebel and BRM through AIA.
    Step 1: When the order is confirmed / approved in Siebel, an event is captured and Sales Order ABM XML message is generated and put it into a JMS queue.
    I have few doubts in Step 1 only where I need your help :
    - What is the type of JMS Queue ? Is it OJMS (JMS Interface to Oracle Database Streams Advanced Queueing (AQ)) or OracleAS JMS (native Java implementation that provides file-based persistence).
    - How the data is put into the JMS Queue? Is it through the “ProcessSalesOrderSiebelJMSConsumer” BPEL Service or through some other mechanism.
    - If it is through “ProcessSalesOrderSiebelJMSConsumer” BPEL Service, does the Siebel call “ProcessSalesOrderSiebelJMSConsumer” as a Web Service or is it through JCA Resource Adapter.
    - Other thing is if it is through WebService Call (Invoking “ProcessSalesOrderSiebelJMSConsumer” BPEL Service), then what if the SOA Server is down during the call ? This will mean that we have lost the data as we haven’t put in the queue yet. And I don’t think Order will be created / confirmed / approved in Siebel again. Also Siebel can directly invoke the “ProcessSalesOrderSiebelReqABCSImpl” BPEL Service directly rather the invoking JMS Producer if data has to be passed through webservice call.
    Thanks.

    - What is the type of JMS Queue ? Is it OJMS (JMS Interface to Oracle Database Streams Advanced Queueing (AQ)) or OracleAS JMS (native Java implementation that provides file-based persistence).
    Siebel will call a WebService of AIA. AIA will store this into his JMS queue.- How the data is put into the JMS Queue? Is it through the “ProcessSalesOrderSiebelJMSConsumer” BPEL Service or through some other mechanism.
    AIA Will handle this, out of the box functionality.- If it is through “ProcessSalesOrderSiebelJMSConsumer” BPEL Service, does the Siebel call “ProcessSalesOrderSiebelJMSConsumer” as a Web Service or is it through JCA Resource Adapter.
    It will call the producer webservice.- Other thing is if it is through WebService Call (Invoking “ProcessSalesOrderSiebelJMSConsumer” BPEL Service), then what if the SOA Server is down during the call ?
    Siebel gets an error back; server not reachable.Regards,
    Marc
    http://orasoa.blogspot.com

  • AIA install error ant deploy sca_AIAErrorTaskAdministrationProcess_rev1.0

    Hi,
    I am installing AIA and at the time of deployment of composites and applications it's failing. Below is the error I am getting. "AIAHomeApp" and "AIAApplication" got installed
    but the remaining composites and applications it's not. It's exiting on failure when deploying the sca_AIAErrorTaskAdministrationProcess_rev1.0.jar. Don't know why it's giving deployment error
    during composite deployments as AIAHomeApp and AIAApplication got installed fine. Any help is appreciated.
    Am using SOA 11.1.1.5. Have a 2 node cluster environment with OHS for software load-balancing. OHS is frontend with NetScalar Load Balancer.
    All my servers are up and running and get to them fine but somehow the script is complaining. Any help is really appreciated as I am stuck and have no clue what might be broken.
    Here is a detailed error I am getting when running
    ant -f AIAInstallDriver.xml -DPropertiesFile=$AIA_HOME/aia_instances/AIA_01/config/AIAInstallProperties.xml -logfile $AIA_HOME/aia_instances/AIA_01/logs/FPInstall.new.log -DDeploymentPlan=$AIA_HOME/aia_instances/AIA_01/config/FPInstallDP.new.xmlHere is the snippet of FPInstallDP.new.xml
    <?xml version="1.0" standalone="yes" ?>
    <!--  Do not modify the contents of this file manually
      -->
    <DeploymentPlan component="FP" version="3.0">
    <Deployments>
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess" compositeName="AIAErrorTaskAdministrationProcess" revision="1.0" action="deploy" />
      <Application name="ActorNotNull_FYINull" filelocation="${AIA_HOME}/Infrastructure/Install/applications/ActorNotNull_FYINull.ear" wlserver="fp" failonerror="false" action="deploy" />
      <Application name="Actor_FYI_NotNull" filelocation="${AIA_HOME}/Infrastructure/Install/applications/Actor_FYI_NotNull.ear" wlserver="fp" failonerror="false" action="deploy" />
      <Application name="FYI_Actor_FYI_NotNull" filelocation="${AIA_HOME}/Infrastructure/Install/applications/FYI_Actor_FYI_NotNull.ear" wlserver="fp" failonerror="false" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAReadJMSNotificationProcessApp/AIAReadJMSNotificationProcess" compositeName="AIAReadJMSNotificationProcess" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAAsyncErrorHandlingBPELProcess" compositeName="AIAAsyncErrorHandlingBPELProcess" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/CAVS/ReloadProcess" compositeName="ReloadProcess" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/B2B/src/AIAB2BInterfaceApp/AIAB2BInterface" compositeName="AIAB2BInterface" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAB2BErrorHandlerInterfaceApp/AIAB2BErrorHandlerInterface" compositeName="AIAB2BErrorHandlerInterface" revision="1.0" action="deploy" />
      </Deployments>
    <PostInstallScript>
    <java dir="${MW_HOME}/wlserver_10.3/server/lib" jar="${MW_HOME}/wlserver_10.3/server/lib/wljarbuilder.jar" fork="true" failonerror="true">
      <jvmarg value="-Xms128m" />
      <jvmarg value="-Xmx1024m" />
      </java>
    <move todir="${AIA_HOME}/lib">
      <fileset file="${MW_HOME}/wlserver_10.3/server/lib/wlfullclient.jar" />
      </move>
      </PostInstallScript>
      </DeploymentPlan>
    Here is error
    deploy:
        [input] skipping input as property serverURL has already been set.
        [input] skipping input as property sarLocation has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=<AIA_HOME>/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess/deploy/sca_AIAErrorTaskAdministrationProcess_rev1.0.jar
    [deployComposite] Adding sar file - <AIA_HOME>/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess/deploy/sca_AIAErrorTaskAdministrationProcess_rev1.0.jar
    [deployComposite] INFO: Creating HTTPS connection to host:hostname.com, port:443
    [deployComposite] INFO: Received HTTP response from the server, response code=500
    [deployComposite] SEVERE: Invalid logging line: <HTML>
    [deployComposite] SEVERE: Invalid logging line: <HEAD>
    [deployComposite] SEVERE: Invalid logging line: <TITLE>Weblogic Bridge Message
    [deployComposite] SEVERE: Invalid logging line: </TITLE>
    [deployComposite] SEVERE: Invalid logging line: </HEAD>
    [deployComposite] SEVERE: Invalid logging line:  <BODY>
    [deployComposite] SEVERE: Invalid logging line: <H2>Failure of server APACHE bridge:</H2><P>
    [deployComposite] SEVERE: Invalid logging line: <hr>Cannot open TEMP post file '/tmp/_wl_proxy/_post_17020_6' for POST of 72775 bytes
    [deployComposite] SEVERE: Invalid logging line: <hr> </BODY>
    [deployComposite] SEVERE: Invalid logging line: </HTML>
    [deployComposite] SEVERE: Invalid logging line: <HTML>
    [deployComposite] SEVERE: Invalid logging line: <HEAD>
    [deployComposite] SEVERE: Invalid logging line: <TITLE>Weblogic Bridge Message
    [deployComposite] SEVERE: Invalid logging line: </TITLE>
    [deployComposite] SEVERE: Invalid logging line: </HEAD>
    [deployComposite] SEVERE: Invalid logging line:  <BODY>
    [deployComposite] SEVERE: Invalid logging line: <H2>Failure of server APACHE bridge:</H2><P>
    [deployComposite] SEVERE: Invalid logging line: <hr><PRE>Internal Server failure, APACHE plugin.  Cannot continue.</PRE>
    [deployComposite] SEVERE: Invalid logging line: <hr> </BODY>
    [deployComposite] SEVERE: Invalid logging line: </HTML>
    [deployComposite] ---->response code=500, error:nullThanks

    Hi,
    Yes Https works fine for all the URL's and that's how we access it currently
    OHS is running as xxsoau and the owner of */tmp/_wl_proxy* is xxsoad. So wondering if I rename that directory and create the same directory as xxsoau the user that runs OHS will it solve the issue. As it looks like even setting chmod 777 permissions on the directory am getting the same errors.
    Or is there a way to set a custom directory rather than pointing to /tmp/_wl_proxy. I read about setting WLTempDir in http.conf file. But I have a custom cluster.conf file that is included at the end of httpd.conf. My custom cluster.conf file is below so wondering if have to set WLTempDir where in the below text I need to add that to fix the above error so can deploy the AIA composites. This is blog where it talks about this but need more info on where to set this variable in my case as I have a custom conf file.
    http://www.techpaste.com/2012/04/open-temp-post-file-tmp_wl_proxy_post_21626_12548-apache/
    <VirtualHost *:8888>
            ServerName ebs.uat.com
            RewriteEngine On
            RewriteOptions inherit
      <IfModule ossl_module>
       AddCertHeader HTTPS
       SimulateHttps On
      </IfModule>
            <Location /weblogic>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
        # Admin Server's port
                    WeblogicPort 7007
            </Location>    
            <Location /console>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
                    WeblogicPort 7007
            </Location>
            <Location /consolehelp>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
                    WeblogicPort 7007
            </Location>
            <Location /em>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
                    WeblogicPort 7007
            </Location>
            <Location /wsm-pm>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:7017,ebscon2.uat.com:7017
            </Location>
      # SOA Suite
            <Location /soa-infra>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
            <Location /integration/>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
            <Location /b2bconsole>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
            <Location /soa/composer>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
      # BAM
      <Location /OracleBAM>
                    SetHandler weblogic-handler
        # WebLogicCluster PREFIXbam-web1.eprod.com:WLS_BAM1 port,host 2 from environment table:WLS_BAM2 port
                    WebLogicCluster ebscon1.uat.com:9007,ebscon2.uat.com:9007
            </Location>
      # BPM
      <Location /bpm/composer>
          SetHandler weblogic-handler
          WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
      </Location>
      <Location /bpm/workspace>
          SetHandler weblogic-handler
          WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
      </Location>
      # OSB
      <Location /sbinspection.wsil*>
       SetHandler weblogic-handler
       WebLogicCluster ebscon1.uat.com:4017,ebscon2.uat.com:4017
      </Location>
      <Location /sbresource*>
       SetHandler weblogic-handler
       WebLogicCluster ebscon1.uat.com:4017,ebscon2.uat.com:4017
      </Location>
      <Location /sbconsole>
       SetHandler weblogic-handler
       WebLogicHost ebscon.uat.com
                     WeblogicPort 7007
      </Location> 
      # AIA
      <Location /AIA>
        SetHandler weblogic-handler
        WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
      </Location>
    </VirtualHost>Any help is appreciated.
    Thanks

  • AD Certificate Services CRL & AIA configuration

    I'm prototyping a two tier PKI setup as a prerequisite to SCCM 2012 R2. In this setup I have on offline root CA (not domain joined) and two subordinate Enterprise Issuing CAs with AD Certificate Services installed. I have the Online Responder
    service installed and configured on both Issuing CAs. I'm using the Online responder to sync the two using the Array Configuration. I also plan to load balance the two OCSP responder service systems using an address like
    http://pki.contoso.com/ocsp . However, I'm a little confused about how the CDP and AIA locations should be configured on each of the three systems since I've read so much seemingly contradictory information.  
    Here's the CDP & AIA settings for the three systems:
    MyRootCA1-CDP
    C:\Windows\system32\CertSrv\CertEnroll\<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl
    <CRLNameSuffix><DeltaCRLAllowed>.crl">http://MySubCA01.contoso.com/CertEnroll/<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl
    ,CN=AIA,CN=Public">ldap:///CN=<CATruncatedName>,CN=AIA,CN=Public
    Key Services,CN=Services,<ConfigurationContainer><CAObjectClass>
    _<CaName><CertificateName>.crt">http://MySubCA02.contoso.com/CertEnroll/<ServerDNSName>_<CaName><CertificateName>.crt
    MySubCA01-CDP
    C:\Windows\system32\CertSrv\CertEnroll\<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl
    <CRLNameSuffix><DeltaCRLAllowed>.crl">file://MySubCA01.contoso.com\pki\<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl
    MySubCA01-AIA
    ,CN=AIA,CN=Public">ldap:///CN=<CATruncatedName>,CN=AIA,CN=Public
    Key Services,CN=Services,<ConfigurationContainer><CAObjectClass>
    http://pki.contoso.com/ocsp
    MySubCA02-CDP
    C:\Windows\system32\CertSrv\CertEnroll\<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl
    <CRLNameSuffix><DeltaCRLAllowed>.crl">file://MySubCA02.contoso.com\pki\<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl
    MySubCA02-AIA
    ,CN=AIA,CN=Public">ldap:///CN=<CATruncatedName>,CN=AIA,CN=Public
    Key Services,CN=Services,<ConfigurationContainer><CAObjectClass>
    http://pki.contoso.com/ocsp
     I haven't seen any issues. Since I've cobbled the configuration from different sources, I just want to get some feedback and know that the configuration is appropriate for the design.
    Thanks in advance.

    See this:PKI Certificate Requirements for Configuration Manager

  • Missing XML files in Export of Portal Resource in WebCenter Portal App

    Using JDeveloper 11.1.1.5.0
    1) Create a JSF fragment in the Portal Project/WebContent/oracle/webcenter/portalapp/pages -> untiltled3.jsff.
    2) From the Component Palette -> Webcenter Content Display Templates, drag a Content Template Def onto the jsff.
    3) Create var = "node".
    4) Drag an AdfOutputText into the contentTemplateDef.
    5) Save.
    6) In Application Navigator, right click on untitled3.jsff -> View Page Definition. No page definition has been created. Create a new page definition.
    7) In Application Navigator, right click on untitled3.jsff -> Create Portal Resource.
    7.1) Select my Content Repository Name(already created a content server Application Resource called UML)
    7.2) Content Type - IDC:GlobalProfile
    7.3) Content Type Default View: true
    7.4) View ID - testTemplate
    7.5) Display Name - untitled3
    7.6) Content Directory - defaulted to /C:/Projects/Application1/Portal/public_html/oracle/webcenter/portalapp/shared/
    8) Click OK.
    9) In Application Navigator, right click on untitled3.jsff -> Export Portal Resource.
    1) Export Archive File Name -> M:\testTemplate6102011
    10) Click OK.
    11) Results in the following:
    This is displayed in the Messages - Log:
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3PageDef.xml is missing.
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3.jsff is missing.
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3PageDef.xml is missing.
    How do I setup JDev to include the missing xml files? What am I doing wrong?
    Follow Up:
    When I Upload my testTemplate6102011.ear in Webcenter Spaces-> Resources -> Content Presenter I get the following error in the Spaces log file:
    Message ID     WCS-12045
    Message Level     1
    Relationship ID     0
    Component     WCSpaces
    Module     oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation
    Thread ID     [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'
    ECID     5b329033a707e8d5:2d924c4d:130755eef60:-8000-00000000000061c3
    Message     Operation aborted because of an exception thrown by subunit (oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit)
    Supplemental Detail     oracle.webcenter.lifecycle.LifecycleException: Unexpected error occurred while adding a generic site resource.
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:222)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:129)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:198)
    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 com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:43)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:250)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:696)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:109)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.webcenter.portalframework.genericsiteresources.GenericSiteResourcesException: Unexpected error occurred while adding a generic site resource.
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:333)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:214)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:130)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.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 com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:34)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:45)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:253)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:701)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:116)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    ... 6 more
    Caused by: oracle.security.idm.OperationFailureException: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: DomainDnsZones.fitchdevna.corp:389 [Root exception is java.net.UnknownHostException: DomainDnsZones.fitchdevna.corp]]
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.throwException(LDAPRealm.java:773)
    at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:162)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:44)
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:273)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:366)
    at oracle.webcenter.framework.service.Utility.findUserByGuid(Utility.java:765)
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:179)
    ... 104 more
    Caused by: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: DomainDnsZones.fitchdevna.corp:389 [Root exception is java.net.UnknownHostException: DomainDnsZones.fitchdevna.corp]]
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:224)
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171)
    at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:137)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:43)
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:273)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:366)
    at oracle.webcenter.framework.service.Utility.findUserByGuid(Utility.java:765)
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:179)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:214)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:129)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:198)
    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 com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:43)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterCh

    Hi,
    try this forum: WebCenter Portal
    Frank

  • Issue with ant-sca-compile.xml

    We have installed AIA 11.1.1.3, and using Jdev 11.1.1.3,
    We are facing issue while deploying ABCSImpl Composite(AIA Service Constructor Based composites) through Jdev 11.1.1.3 ,
    SOA-log showing
    Buildfile: C:\Jdev11113\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite "H:\AIASOAProject\AIAPOInterface\CreatePurchaseOrderListEbizProvABCSImpl\composite.xml"
    Its not moving forward, Jdeveloper is getting struck during validation step.
    Messages-log showing -
    Compiling...
    Context: MakeProjectAndDependenciesCommand selection=CreatePurchaseOrderListEbizProvABCSImpl.jpr application=AIAPOInterface.jws project=CreatePurchaseOrderListEbizProvABCSImpl.jpr node=CreatePurchaseOrderListEbizProvABCSImpl.jpr
    Its happening with AIA Service Constructor based composites.
    Non Service Constructor based Composites are getting deployed i.e. Provider Service, EBS and Requestor Services are getting deployed.
    Its very urgent kindly provide some suggestions or tips, Its urgent for us.

    Hi Manish,
    Compilation of Requester and Provider ABCS takes longer time than other AIA components.So check the Xms and Xmx values in ant-sca-compile.xml and check whether it is matching with your OS environment or try setting at a higher value and then try deploying again.
    Is it building properly or is getting stuck at build level only?
    If its issue with deployment then check $FM_HOME/user_projects/domains/[domain_name]/servers/soa_server1/logs/soa-server1-diagnostic.log.
    Rgds,
    Mandrita.

Maybe you are looking for

  • Copy of Attachments at Item Level and Replicate the order with Attachment

    Dear Frnds, Here i have two questions , 1) I want to copy the attachments from Quotations to Sales Orders Item Level , it is possible at header level.Is there any way i can copy from Document to Document at Item Level.I tried copy control of item lev

  • Patch Digest

    Hello All, I downloaded Oracle 11.2.0.3.0 from Oracle e-delivery cloud, what I usually did was to check the checksum to see if my files are OK, and the was some check sum information mentioned as below: Oracle Database 11g Release 2 (11.2.0.1.0) for

  • SMB and NETBIOS

    Hi! Sorry in advance if this is not the right Group for my topic, but since it's related to connecting a Mac to a PC over a enterprise type network, I thought the Windows Compatibility group would be appropriate. Please let me know if not for the fut

  • What's wrong with my JNI!

    The below is my code, DesEncrypt() is a function to encrypt data, and variable result will be returned by DES encrypting function. The question is that sometimes it will produce wrong result. For example, If I input data "111111111", the result maybe

  • Autotrace with logon trigger?

    Hi, I've a view and the view is be reading by an external program. How can i see how and how long do they communicate ? Thanks in advance. With best regards Nicole