Issue with deploying in WLS 10.3, Jdev11g

I previously has issue with ClassNotFoundException on log4j.logger class and I was able to resolved it by following suggestion on this thread: Re: Question about dependent projects (and their libraries) in 11g and add the following to my WEB-INF/weblogic.xml:
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
However, after I i have this added, I'm unable to deploy my application because of invalid cast exception:
java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory cannot be cast to javax.xml.stream.XMLInputFactory
     at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:137)
     at weblogic.servlet.internal.TldCacheHelper$TldIOHelper.parseXML(TldCacheHelper.java:124)
     at weblogic.descriptor.DescriptorCache.parseXML(DescriptorCache.java:380)
     at weblogic.servlet.internal.TldCacheHelper.parseTagLibraries(TldCacheHelper.java:65)
     at weblogic.servlet.internal.War.getTagInfo(War.java:891)
Any help would be greatly appreciated
Thanks
Tony

WLS 10.3 supports two options for adding application wide libraries in the EAR file. You can add them either to the APP-INF/lib or a library directory of your choice.
- Select the application in the Application Navigator drop down.
- Open the Context Menu and select Application Properties.
- In Deployment create a Deployment Profile
- In the Application Assembly select all the libraries and enter a directory name for each (eg. APP-INF/lib)
If you like to have a library directory of your choice do all the steps above plus:
- Expand the Application Resources accordion
- Expand the Deployment Descriptors
- Add the application.xml Deployment Descriptor version 5.0
- Add the <library-directory>libname</library-directory>
Will blog this later today.
--olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Issues with Deployment to WLS Running on Virtual Box

    Hi
    JDeveloper 11.1.1.6, BPM 11.1.1.6, WLS 10.3.6
    I just installed the SOA & BPM Development VM 11.1.1.6 available at http://www.oracle.com/technetwork/middleware/soasuite/learnmore/vmsoa-172279.html
    Domain selected : dev_bpm_spaces
    My Host OS is : Windows 7 Prof 64bit (Total 16GB Ram)
    Memory allocated to VM : 8GB, Processors : 4
    I am able to install everything, start the servers and access the consoles.
    Everything looks fine.
    But when I am trying to Deploy a BPM Application to the WLS in the VM, I am getting the below Exception. (Tried to Deploy from Local JDeveloper)
    When I see the WLS Console -> Servers, I see the following servers.
    AdminServer, bam_server1, UCM_server1, WC_Collaboration, WC_Spaces, IBR_server1
    First, I started only the AdminServer and tried to Deploy the BPM Application, and I was getting the errors shown at the end.
    Then I started the bam_server1, UCM_server1, WC_Collaboration, WC_Spaces servers on the VM and tried to deploy again. Then I got the error only for IBR_server1.
    I cannot see the server IBR_server1 in the 'VM Control Center', but it is only shown in the WLS Console Servers.
    So I tried to start the IBR_server1 from the WLS Console. I got the following errors
    ------For server IBR_server1, the Node Manager associated with machine LocalMachine is not reachable.
    ------All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
    So my doubts are as follows
    1. Only AdminServer is not enough to Deploy the BPM Applications? Why is it trying to connect to other servers while deploying?
    When I created a separate Domain manually (local machine - not the VM), only with AdminServer I was able to deploy BPM Applications.
    2. If IBR_server1 is also required, how can I start it?
    3. I could not see the Node Manager start script in the VM (in the same folder where the start scripts for WLS are present : /home/oracle/bin)
    Deployment Exception Logs
    [03:51:51 PM] Deploying Application...
    [03:51:54 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application BookRequest on AdminServer.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
    [03:51:54 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application BookRequest on AdminServer.: [Deployer:149145]Unable to contact 'UCM_server1'. Deployment is deferred until 'UCM_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'UCM_server1'.
    [03:51:54 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application BookRequest on AdminServer.: [Deployer:149145]Unable to contact 'IBR_server1'. Deployment is deferred until 'IBR_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'IBR_server1'.
    [03:51:54 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application BookRequest on AdminServer.: [Deployer:149145]Unable to contact 'WC_Collaboration'. Deployment is deferred until 'WC_Collaboration' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'WC_Collaboration'.
    [03:51:54 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application BookRequest on AdminServer.: [Deployer:149145]Unable to contact 'WC_Spaces'. Deployment is deferred until 'WC_Spaces' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'WC_Spaces'.
    [03:51:54 PM] [Deployer:149193]Operation 'deploy' on application 'BookRequest' has failed on 'AdminServer'
    [03:51:54 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application BookRequest on AdminServer.: .
    [03:51:54 PM] Weblogic Server Exception: weblogic.application.ModuleException:
    [03:51:54 PM] Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    [03:51:54 PM] See server logs or server console for more details.
    [03:51:54 PM] weblogic.application.ModuleException:
    [03:51:54 PM] Taskflow deployment failed to deploy to server. Remote deployment failed
    [03:51:54 PM] #### Deployment incomplete. ####
    [03:51:54 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Thanks for any help
    Regards
    Sameer

    Hi Vlad
    Thank you for your response.
    I did deploy the BPM Application to only AdminServer. Infact only AdminServer was shown in the JDeveloper Deployment Wizard.
    Even then during the Deployment, I think it is somehow trying to connect to the other servers from AdminServer.
    So I copied my BPM Application code from my local Windows to Linux in VM and deployed from JDeveloper in Linux with only AdminServer running.
    It was still giving the same error.
    Then I started all the Servers and Deployed the BPM Application from the JDeveloper in Linux, then it got Deployed Successfully.
    Coming to the issue of the ORA-12505, I have Oracle DB Installed on my local system and is running on the same port 1521 as that of database in Linux in the VM.
    I think that is that causing the issue. When I deploy from local JDeveloper, it is trying to connect to the local database which is on same port but different SID.
    So it was giving that error.
    So my learnings are
    1. All the servers in the domain 'dev_bpm_spaces' should be running for deploying the applications.
    2. We should deploy it from the Linux, expecially when we have local database server running.
    3. I understand that the ports mapping between the linux and windows is already configured in the VM, but sometimes the BPM workspace is not accessible from the local windows.
    So it is better to use the Linux for development, deployment and testing.
    Thanks and Regards
    Sameer

  • Issue with deploying EAR to Weblogic 10.3.4 from STS

    Hi,
    I am using Spring Source Tool 2.6 as the IDE. While publishing the EAR to weblogic from STS, it is not happening. It doesnt give any error too. When I check from the admin console under deployments it will not be found. However, I am able to deploy the same ear file from admin console without any issue. Am I missing some thing while configuring the domain? Is there any work around for this? (Note: I am creating the domain by selecting the default options in dev environment).
    Thanks,
    Vishnu

    There appears to be an issue with tooling versions for Oracle tools and underlying eclispe. see following
    http://forum.springsource.org/showthread.php?104597-STS-2.6.0-M2-does-not-allow-adding-Weblogic-Servers

  • Oracle Weblogic Server 12c, issue with deploying the war created from Wavemaker tool

    Hi
    Recently, I am facing an issue with Oracle Web logic Server 12c, on deploying the war file (created from Wavemaker tool) to running Web logic server, it shows deployment health status is OK and web application is Active. But when I visit the home page of the application, it is unable to load the javascript files in the context and I am getting below error. Please you can check these errors in the Inspect window of the browser :
    Here are the errors on hitting index page after deploying the war file to Web Logic.
    http://localhost:7001/TestWarProject
    http://localhost:7001/TestWarProject/lib/runtimeLoader.js  404 (Not Found) index.html:39
    http://localhost:7001/TestWarProject/config.js  404 (Not Found) index.html
    Uncaught ReferenceError: wm is not defined project.a.js:1
    (anonymous function) project.a.js:1
    Uncaught ReferenceError: wm is not defined index.html:89
    (anonymous function) index.html:89
    But when I exploded the war file and copy the whole application in the auto deploy folder and restart the server, it is working fine.
    Can you please what is the issue not setting context path properly on deploying the war on the fly?
    Has anyone found any appropriate solution or workaround? Can you please share?
    Thanks in advance for helping me out.
    ~pcg

    Hi
    Recently, I am facing an issue with Oracle Web logic Server 12c, on deploying the war file (created from Wavemaker tool) to running Web logic server, it shows deployment health status is OK and web application is Active. But when I visit the home page of the application, it is unable to load the javascript files in the context and I am getting below error. Please you can check these errors in the Inspect window of the browser :
    Here are the errors on hitting index page after deploying the war file to Web Logic.
    http://localhost:7001/TestWarProject
    http://localhost:7001/TestWarProject/lib/runtimeLoader.js  404 (Not Found) index.html:39
    http://localhost:7001/TestWarProject/config.js  404 (Not Found) index.html
    Uncaught ReferenceError: wm is not defined project.a.js:1
    (anonymous function) project.a.js:1
    Uncaught ReferenceError: wm is not defined index.html:89
    (anonymous function) index.html:89
    But when I exploded the war file and copy the whole application in the auto deploy folder and restart the server, it is working fine.
    Can you please what is the issue not setting context path properly on deploying the war on the fly?
    Has anyone found any appropriate solution or workaround? Can you please share?
    Thanks in advance for helping me out.
    ~pcg

  • Issues with deploying 6880-X in VSS Mode

    Hi Everyone,
    I wanted to query the support community to see if folks are encountering issues in deploying the 6880-X in VSS mode.  We first looked at this soluition when it was running 15.1(2) SY2 as the recommened GA code.  We ran into several issues:
    1) VSL Link Timeout - Workaround:modify LMP timer or upgrade to 15.1(2)SY4
    2) Port-member goes into suspendstate when using 1000BASE-SX - shut/no shut suspended interface
    We ran into this and some other issues even with the eFSU upgrade process.  So my question is have you run into similiar difficulties in running the 6880 in VSS mode.  Did you go ahead and deploy?  If so did you deploy with 15.1(2)SY4 (new Cisco GA code) or did you live with the state you are in?
    Were there ways that you mitigated these issues?
    Thanks,
    Patnaik

    Hi Reza,
    Here you go.  Just so you know I resolved the suspended port-member by OIR the optic that was displayed as a 10G interface.
    lab6880#sh run inter te1/3/14
    Building configuration...
    Current configuration : 1546 bytes
    interface TenGigabitEthernet1/3/14
     no switchport
     mtu 9216
     no ip address
     no ip proxy-arp
     platform qos queue-mode mode-dscp
     wrr-queue bandwidth 100 150 125 150 0 0 100 
     wrr-queue queue-limit 20 40 10 10 0 0 5 
     wrr-queue random-detect min-threshold 1 50 60 80 100 
     wrr-queue random-detect min-threshold 2 70 100 100 100 
     wrr-queue random-detect min-threshold 3 70 100 100 100 
     wrr-queue cos-map 4 1 3 
     wrr-queue cos-map 5 1 4 
     wrr-queue dscp-map 1 1 1 2 3 4 5 6 7 8 
     wrr-queue dscp-map 1 1 9 11 13 15 16 17 19 21 
     wrr-queue dscp-map 1 1 23 25 27 29 31 33 35 37 
     wrr-queue dscp-map 1 1 39 41 42 43 44 45 47 49 
     wrr-queue dscp-map 1 1 50 51 52 53 54 55 57 58 
     wrr-queue dscp-map 1 1 59 60 61 62 63 
     wrr-queue dscp-map 1 2 0 
     wrr-queue dscp-map 2 1 10 12 14 
     wrr-queue dscp-map 3 1 18 20 22 
     wrr-queue dscp-map 3 2 26 28 30 
     wrr-queue dscp-map 4 1 24 32 34 36 38 
     wrr-queue dscp-map 7 1 48 56 
     rcv-queue dscp-map 1 1 1 2 3 4 5 6 7 8 
     rcv-queue dscp-map 1 1 9 11 13 15 17 19 21 23 
     rcv-queue dscp-map 1 1 25 27 29 31 33 35 37 39 
     rcv-queue dscp-map 1 1 41 42 43 44 45 47 49 50 
     rcv-queue dscp-map 1 1 51 52 53 54 55 57 58 59 
     rcv-queue dscp-map 1 1 60 61 62 63 
     rcv-queue dscp-map 1 2 0 
     rcv-queue dscp-map 1 3 16 
     rcv-queue dscp-map 2 1 10 12 14 
     rcv-queue dscp-map 3 1 18 20 22 
     rcv-queue dscp-map 3 2 26 28 30 
     rcv-queue dscp-map 4 1 24 32 34 36 38 
     rcv-queue dscp-map 7 1 48 56 
     macro description UPLINK
     arp timeout 300
     channel-group 100 mode active
    end
    lab6880#sh run inter te2/5/14
    Building configuration...
    Current configuration : 1546 bytes
    interface TenGigabitEthernet2/5/14
     no switchport
     mtu 9216
     no ip address
     no ip proxy-arp
     platform qos queue-mode mode-dscp
     wrr-queue bandwidth 100 150 125 150 0 0 100 
     wrr-queue queue-limit 20 40 10 10 0 0 5 
     wrr-queue random-detect min-threshold 1 50 60 80 100 
     wrr-queue random-detect min-threshold 2 70 100 100 100 
     wrr-queue random-detect min-threshold 3 70 100 100 100 
     wrr-queue cos-map 4 1 3 
     wrr-queue cos-map 5 1 4 
     wrr-queue dscp-map 1 1 1 2 3 4 5 6 7 8 
     wrr-queue dscp-map 1 1 9 11 13 15 16 17 19 21 
     wrr-queue dscp-map 1 1 23 25 27 29 31 33 35 37 
     wrr-queue dscp-map 1 1 39 41 42 43 44 45 47 49 
     wrr-queue dscp-map 1 1 50 51 52 53 54 55 57 58 
     wrr-queue dscp-map 1 1 59 60 61 62 63 
     wrr-queue dscp-map 1 2 0 
     wrr-queue dscp-map 2 1 10 12 14 
     wrr-queue dscp-map 3 1 18 20 22 
     wrr-queue dscp-map 3 2 26 28 30 
     wrr-queue dscp-map 4 1 24 32 34 36 38 
     wrr-queue dscp-map 7 1 48 56 
     rcv-queue dscp-map 1 1 1 2 3 4 5 6 7 8 
     rcv-queue dscp-map 1 1 9 11 13 15 17 19 21 23 
     rcv-queue dscp-map 1 1 25 27 29 31 33 35 37 39 
     rcv-queue dscp-map 1 1 41 42 43 44 45 47 49 50 
     rcv-queue dscp-map 1 1 51 52 53 54 55 57 58 59 
     rcv-queue dscp-map 1 1 60 61 62 63 
     rcv-queue dscp-map 1 2 0 
     rcv-queue dscp-map 1 3 16 
     rcv-queue dscp-map 2 1 10 12 14 
     rcv-queue dscp-map 3 1 18 20 22 
     rcv-queue dscp-map 3 2 26 28 30 
     rcv-queue dscp-map 4 1 24 32 34 36 38 
     rcv-queue dscp-map 7 1 48 56 
     macro description UPLINK
     arp timeout 300
     channel-group 100 mode active
    end
    interface Port-channel100
     no switchport
     dampening 20
     mtu 9216
     ip address 172.16.2.250 255.255.255.254
     ip pim sparse-dense-mode
     ip ospf network point-to-point
     logging event link-status
     logging event nfas-status
     logging event bundle-status
     load-interval 30
     carrier-delay msec 0

  • Urgent :- Issue with deploying application in Oracle Application server

    Hello All,
    Hope all of you are doing good ! I am facing an issue relating to deploying applications using the Enterprise manager. When i deploy the war file using Deploy WAR file option in the OEM, i get the following error -
    Failed to deploy web application "gCube". Failed to deploy web application "gCube". . The configuration files for this OracleAS 10G instance are inconsistent with the
    configuration stored in the repository. In order to protect the repository,
    no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem is resolved. This condition arises when a prior operation was unsuccessful. The exception associated with this failed operation is:
    {0}
    . Please also check the logs located at
    ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
    the configuration files on disk. Some possible causes are:
    * permissions on files
    * file contention issues on Windows NT
    * internal Oracle error
    After resolving the problem that prevented DCM from updating the configuration
    files, you may use the dcmctl resyncInstance command to resolve the problem.
    Alternatively, you can stop and then restart the active dcmctl or EMD
    process and resyncInstance will automatically be performed.
    Root Cause: invalid stream header
    Resolution: . invalid stream header
    Please could you throw some light on this issue and also provide a resolution to fix this issue at the earliest ?
    Your help in this , will be greatly appreciated.
    Thanks and Regards,
    Ramanan.

    Hello All,
    Could anyone assist me with a fix for the problem ?
    Would appreciate it greatly.
    Thanks.

  • Issues with deploying BC4J/JSP applications on OC4J

    To everyone who's been having problems deploying BC4J/JSP applications to OC4J.
    We are aware that you're having problems deploying to OC4J, and we're working on them. OC4J was not available in time for us to add support for OC4J deployment to the JDeveloper 3.2.3 release. In addition there are some bugs in the first release of OC4J that have an impact on BC4J applications. This note describes the issues, and how we plan to address them.
    Issue 1: Classpath problems
    People have been getting "class not found" or "properties file not found" errors when they try to run their JSP. The answer is to make sure that all relevant archives and your JSP's .properties file are in the OC4J classpath - there's a note addressing the .properties file problem at http://technet.oracle.com:89/ubb/Forum99/HTML/000028.html. In general though, setting up the classpath can be tricky.
    Issue 2: JSP TAG NOT RELEASED ON END TAG. SAME TAG IS REUSED.
    This issue affects JSP pages whose behaviour relies on a tag instance being cleaned up as a result of release() being called.
    Your tag will not be released, and subsequent instances of the tag will reuse the first instance, rather than instantiating a new
    one.
    Issue 3:JSP SCRIPTABLE VARIABLE NULL
    A scriptable variable set in a tag cannot be accessed by a scriptlet. For example, this JSP code will throw a
    NullPointerException, because the scriptlet cannot access the value of resultRow:
    <jbo:Row id="resultRow" action="CURRENT" datasource="customer_vo1" />
    <%
    session.putValue("FIRSTNAME", resultRow.getAttribute("Firstname").toString());
    %>Workaround: Add a line of code at the beginning of the scriptlet to explicitly get the variable's value from the page context, for
    example:
    <jbo:Row id="resultRow" action="CURRENT" datasource="customer_vo1" />
    <%
    resultRow = (oracle.jbo.Row)pageContext.findAttribute("resultRow");
    session.putValue("FIRSTNAME", resultRow.getAttribute("Firstname").toString());
    %>
    What we plan to do
    To address issue 1, we're currently testing a utility that installs the BC4J runtime libraries to OC4J, and provides a script to start OC4J with the correct classpath. We plan to post this by the end of this week, along with instructions for deploying a BC4J application to OC4J; deployment will be a lot simpler after running the utility.
    To address issues 2 and 3, we're working on a second utility that installs BC4J runtime and provides a fix to the JSP compiler. We plan to post this second utility by the end of next week.
    We do apologise for the problems you're having; please bear with us as we work on making it easier for you to deploy BC4J applications to OC4J.
    Thanks
    Blaise

    Hi, I have been trying desparately to deploy
    a simple example JDeveloper application for months and months.
    I HAVE NEVER BEEN SUCCESSFUL IN DEPLOYING ANYTHING.
    I don't know much about webservers and I am relying
    on the instructions from JDeveloper help and this website.
    I have already tried Apache, and WebLogic
    because there are instructions in the JDev help.
    No luck.
    Now I am trying to use OC4J on 9ias because there are instructions.
    I have read the instructions about how to install a BC4J
    app on OC4J about 25 times, but I can't get this thing to work.
    It works fine inside of JDeveloper.
    I create a BC4J project using the scott
    schema (just the dept and emp tables).
    Then I create an empty project for my JSP client.
    I choose JSP Application from the web
    objects and it connects to my BC4J project.
    As I say, when I run it in JDeveloper, there is no problem.
    In the instructions for installing BC4J
    in OC4J, it first says install JDev 3.2.3 and OC4J.
    This is done, and it tested fine.
    Then it says to install the deployment software.
    No problem.
    But when I deploy the app according to the instructions,
    it just hangs (like Rick Wang's program did).
    The main.jsp page loads and displays correctly,
    but when I click on the links to the DeptView.jsp
    or EmpView.jsp it just hangs.
    Here is the entire batch file I'm using
    to start OC4J: cd c:\oracle_9ias\j2ee\home
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\default-web-app\lib
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\classes
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\classes12.jar
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\xmlparserv2.jar
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jdev-rt.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jbojdbcpatch.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\connectionmanager.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jbohtml.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jboimdomains.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\ordim817.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\ordvir817.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\ordhttp.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jbomt.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jbodomorcl.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jboremote.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jndi.jar
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\jbodatum12.zip
    set CLASSPATH=%CLASSPATH%;c:\oracle_9ias\j2ee\home\lib\al_BC4J.jar
    java -cp C:\oracle_9ias\j2ee\home\orion.jar;%CLASSPATH%
    com.evermind.server.ApplicationServer
    pause
    The file al_BC4J.jar contains my application.properties file
    and my connections.properties file, as well as my business components.
    All of the files referenced in my classpath are
    present in my c:\oracle_9ias\j2ee\home\lib directory.
    I noticed that Raghu's classpath contains a file called jdev.jar
    So does the classpath of another fellow who says
    he was successful in deployment (his name is Jeffrey Jackson).
    I searched my JDev_3.2.3 for this file and found it nowhere.
    I also searched my OC4J home and my 9iAS for this file and
    found it nowhere.
    It is nowhere on my C:\.
    Is this file necessary?
    I will also try removing my application.properties file
    and my connections.properties file from my BC4J .jar file
    and put them in a separate .jar file at the root level (as Raghu did).
    However, Jeffery Jackson did not do this and says he was
    successfull in deployment.
    ***DO I NEED TO JAR UP ANY OF MY THE FILES FROM the JSP
    FOLDER IN JDevHome\myhtml???***
    ***or place them in the classpath?***
    I have read over all of the discussions at: http://technet.oracle.com:89/ubb/Forum2/HTML/008232.html
    and http://technet.oracle.com:89/ubb/Forum99/HTML/000028.html
    many, many times.
    Can anyone help me?

  • Issues with Deploying Struts application on Weblogic Server 10.3.3

    We are trying to deploy a web application on Weblogic 10.3 server domain. The configuration is we have 2 physical boxes with one box running an Admin Server and one managed Server and the other box running only a Managed server. Both these servers are in one cluster. When we deploy a Struts 2 web application on this domain, it works as expected on the managed server running on the same box and Admin server. However, when we do the same action on the managed server, we get an error. In the application we are using Interceptor and the error we see in the log file is Action Interceptor Result ---exception.
    Any help would be greatly appreciated as we have been struggling with this for a few days.
    Thank you
    Sam

    Sounds to me as if you are saving the users' uploaded images somewhere in your application's directory structure - which is going to get blown away each time you redeploy. Why not store uploaded images in a database (there are blogs showing how to upload and display images to/from a DB in ADF if you don't know how). If you search {forum:id=83}, you can find them easily.
    John

  • Issue with Deploying and calling a BPEL process on ALBPM enterprise server

    Hi,
    I am trying to put in place a POC using Aqualogic BEA products (using ALBPM 5.7, Enterprise Server 5.7, ALSB 2.6, Weblogic App server 9.2). My goal is to put in place a simple BPEL process (using ALBPM) which would call a webservice exposed through ALSB. This BPEL process is initiated by a wrapper BPMN process calling the BPEL process through fuego code.
    Though we are able to do the above on a standalone ALBPM studio, When we try to deploy the exported BPM project on the enterprise server and access it through the hiper workspace portal we are getting the following error in the BPM Process Administrator Log of the Engine.
    A component failed while executing activity '/Process#Default-1.0/Global' (BP-method Global). Details: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. Caused by: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. fuego.lang.ComponentExecutionException: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:916) at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1068) at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:389) at fuego.server.execution.GlobalTaskExecution.invoke(GlobalTaskExecution.java:106) at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:481) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:655) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:616) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:442) at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:164) at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:142) at fuego.server.execution.Global.execute(Global.java:81) at fuego.server.AbstractProcessBean$38.execute(AbstractProcessBean.java:2496) at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:290) at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:462) at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:540) at fuego.transaction.TransactionAction.start(TransactionAction.java:213) at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:117) at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66) at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2491) at fuego.ejbengine.EJBProcessControlAdapter.runGlobalActivity(EJBProcessControlAdapter.java:386) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl.runGlobalActivity(EJBProcessControlAdapter_hu750h_EOImpl.java:2877) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl_921_WLStub.runGlobalActivity(Unknown Source) 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:585) at fuego.papi.impl.AbstractProcessControlHandler.invokeInternal(AbstractProcessControlHandler.java:48) at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:111) at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:66) at $Proxy77.runGlobalActivity(Unknown Source) 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:585) at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1478) at fuego.lang.JavaObject.invoke(JavaObject.java:185) at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:200) at fuego.portal.wapi.InteractiveExecution.process(InteractiveExecution.java:157) at fuego.portal.wapi.WebInteractiveExecution.process(WebInteractiveExecution.java:54) at fuego.portal.wapi.InteractiveExecution.process(InteractiveExecution.java:200) at fuego.portal.servlet.ExecutionDispatcher.runGlobalActivity(ExecutionDispatcher.java:659) at fuego.portal.servlet.ExecutionDispatcher.processRequest(ExecutionDispatcher.java:144) at fuego.portal.servlet.ExecutionDispatcher.doPost(ExecutionDispatcher.java:105) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at fuego.portal.servlet.AuthenticatedWamServlet.service(AuthenticatedWamServlet.java:1049) at fuego.portal.servlet.SingleThreadPerSession.service(SingleThreadPerSession.java:73) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at fuego.servlet.multipart.BaseMultipartFilter.doFilter(BaseMultipartFilter.java:57) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Caused by: fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. at fuego.connector.ConnectorException.connectorNotFound(ConnectorException.java:55) at fuego.connector.ConnectorService.getConnectorInterface(ConnectorService.java:586) at fuego.connector.ConnectorTransaction.getConnectorInterface(ConnectorTransaction.java:618) at fuego.connector.ConnectorTransaction.getResource(ConnectorTransaction.java:254) at fuego.soaptype.WSConfiguration.getInstance(WSConfiguration.java:55) at fuego.soaptype.Endpoint.create(Endpoint.java:42) at fuego.soaptype.WebServiceInstantiator.instantiate(WebServiceInstantiator.java:58) at fuego.component.Component.instantiateDynamic(Component.java:123) at CapGemini.Process.Default_1_0.Instance.CIL_callBPEL(Instance.java:241) at CapGemini.Process.Default_1_0.Instance.CIL_callBPEL(Instance.java:307) 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:585) at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:907) ... 64 more
    Two things here that might help to understand the problem better :
    1) As I understand the error is due to some issue while calling the BPEL process from the Fuego code.
    The Fuego code which call's the BPEL from the BPMN process is as follows :
    helloResponse as String = "someoutput"
    helloRequest as String = "someinput"
    sessionid as String
    // Starting a Session.
    // In case you are testing this in the Studio,
    // the password must be the same as the user
    startSession BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using user = "test",
    password = "test"
    returning sessionid = result
    // createTest is the name of the operation
    // in the exposed process.
    // In this case the process "ExposedProcess"
    // has a web service operation
    // called "createTest" that is a "Process Creation" type
    // and uses the Begin activity's argument set
    callHello BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using sessionId = sessionid,
    arg1 = helloRequest
    returning helloResponse = result
    // Closing the session
    discardSession BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using sessionId = sessionid
    display "The BPEL's response : " + helloResponse
    2) Further, I had catalogued the BPEL's wsdl to the location http://localhost:9000/fuegoServices/ws/ProcessServiceListener?WSDL while running the same in Studio, but while deploying on the enterprise server , I made this point to http://localhost:7001/fuegoServices/ws/ProcessServiceListener?WSDL Is this correct ?
    Any thought on this issue would be appreciated.
    Regards
    Deepak

    Hi Deepak,
    We are also facing a similar problem, while accessing an external webservice from a BPM process.
    Were you able to resolve this issue.
    If so, Could you please let us know the procedure that you followed to resolve the issue.
    Thanks in Advance,
    Krishnaveni.

  • Issue with deployment

    We tried deploying the component through JSPM, but JSPM is not working properly, so we are trying to deploy the software components through SDM.
         We have started to deploy the all the component together it is getting stuck after some time.
         We have started to deploy the component one by one it is still getting stuck after some time.
    Can anybody please help us out.
    Below is the  log.
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[G:\usr\sap\NWB\DVEBMGS00\SDM\program\log\sdmlog20090413.log]/>
    <!PATTERN[sdmlog20090413.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Apr 13, 2009 3:02:25 PM  Info:
    Apr 13, 2009 3:02:25 PM  Info: ===============================================
    Apr 13, 2009 3:02:25 PM  Info: =   Starting to execute command 'remotegui'   =
    Apr 13, 2009 3:02:25 PM  Info: ===============================================
    Apr 13, 2009 3:02:27 PM  Info: SDM started successfully.
    Apr 13, 2009 3:06:12 PM  Info:
    Apr 13, 2009 3:06:12 PM  Info: ===============================================
    Apr 13, 2009 3:06:12 PM  Info: =   Starting to execute command 'remotegui'   =
    Apr 13, 2009 3:06:12 PM  Info: ===============================================
    Apr 13, 2009 3:06:14 PM  Info: SDM started successfully.
    Apr 13, 2009 3:06:48 PM  Info:
    Apr 13, 2009 3:06:48 PM  Info: ============================================
    Apr 13, 2009 3:06:48 PM  Info: =   Starting to execute command 'server'   =
    Apr 13, 2009 3:06:48 PM  Info: ============================================
    Apr 13, 2009 3:06:48 PM  Info: Starting SDM - Software Deployment Manager...
    Apr 13, 2009 3:06:48 PM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Apr 13, 2009 3:06:49 PM  Info: ====================================
    Apr 13, 2009 3:06:49 PM  Info: JControl is shutting SDM Server down
    Apr 13, 2009 3:06:49 PM  Info: ====================================
    Apr 13, 2009 3:06:49 PM  Info: Server finished sending back the answer of the ShutdownRequest.
    Apr 13, 2009 3:06:49 PM  Info: Shutting dispatcher down
    Apr 13, 2009 3:06:54 PM  Info:
    Apr 13, 2009 3:06:54 PM  Info: ============================================
    Apr 13, 2009 3:06:54 PM  Info: =   Starting to execute command 'server'   =
    Apr 13, 2009 3:06:54 PM  Info: ============================================
    Apr 13, 2009 3:06:54 PM  Info: Starting SDM - Software Deployment Manager...
    Apr 13, 2009 3:06:55 PM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Apr 13, 2009 3:06:57 PM  Info: SDM operation mode successfully set to: Integrated
    Apr 13, 2009 3:06:58 PM  Info: JStartupFramework is requesting to start the SDM Server.
    Apr 13, 2009 3:06:58 PM  Info: Start the SDM Server integrated in the JStartupFramework.
    Apr 13, 2009 3:06:58 PM  Info: Initializing Network Manager (50017)
    Apr 13, 2009 3:06:58 PM  Info: Starting SDM Server listening on port 50018
    Apr 13, 2009 3:06:58 PM  Info: SDM started successfully.
    Apr 13, 2009 3:08:44 PM  Info:
    Apr 13, 2009 3:08:44 PM  Info: ===============================================
    Apr 13, 2009 3:08:44 PM  Info: =   Starting to execute command 'remotegui'   =
    Apr 13, 2009 3:08:44 PM  Info: ===============================================
    Apr 13, 2009 3:08:45 PM  Info: SDM started successfully.
    Apr 13, 2009 3:11:44 PM  Info:
    Apr 13, 2009 3:11:44 PM  Info: ===============================================
    Apr 13, 2009 3:11:44 PM  Info: =   Starting to execute command 'remotegui'   =
    Apr 13, 2009 3:11:44 PM  Info: ===============================================
    Apr 13, 2009 3:11:45 PM  Info: SDM started successfully.
    Apr 13, 2009 3:11:52 PM  Info: Opened client connection to punitp02979 (IP address punitp02979/<ipaddress>, remote port 2561)
    Apr 13, 2009 3:11:52 PM  Error: Wrong password supplied - Request for Logon rejected. Remaining logon attempts until SDM server will be shut down: 2
    Apr 13, 2009 3:11:55 PM  Info: Close client connection to punitp02979/<ipaddress>, remote port 2561
    Apr 13, 2009 3:12:04 PM  Info:
    Apr 13, 2009 3:12:04 PM  Info: ===============================================
    Apr 13, 2009 3:12:04 PM  Info: =   Starting to execute command 'remotegui'   =
    Apr 13, 2009 3:12:04 PM  Info: ===============================================
    Apr 13, 2009 3:12:05 PM  Info: SDM started successfully.
    Apr 13, 2009 3:15:02 PM  Info:
    Apr 13, 2009 3:15:02 PM  Info: ===============================================
    Apr 13, 2009 3:15:02 PM  Info: =   Starting to execute command 'remotegui'   =
    Apr 13, 2009 3:15:02 PM  Info: ===============================================
    Apr 13, 2009 3:15:04 PM  Info: SDM started successfully.
    Apr 13, 2009 3:15:11 PM  Info: Opened client connection to punitp02979 (IP address punitp02979/<ipaddress>, remote port 2654)
    Apr 13, 2009 3:15:11 PM  Info: Request for Logon as admin accepted
    Apr 13, 2009 3:16:14 PM  Info: Loading archive 'G:\usr\sap\trans\EPS\in\BPMDMAPPLI06_4.sca'
    Apr 13, 2009 3:16:27 PM  Info: Actions per selected component:
    Apr 13, 2009 3:16:27 PM  Info: No action: Selected development component 'com.sap.mdm.uwl'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'1' will not update currently deployed development component 'com.sap.mdm.uwl'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'0'.
    Apr 13, 2009 3:16:27 PM  Info: No action: Selected development component 'com.sap.mdm.uwl.config'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'1' will not update currently deployed development component 'com.sap.mdm.uwl.config'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'0'.
    Apr 13, 2009 3:16:27 PM  Info: Initial deployment: Selected software component 'BP_MDM_APPLICATION'/'sap.com'/'SAP AG'/'1000.5.50.6.4.20090119093241''/'1' will be deployed.
    Apr 13, 2009 3:16:27 PM  Info: No action: Selected development component 'com.sap.pct.mdm.appl.masteriviews'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'1' will not update currently deployed development component 'com.sap.pct.mdm.appl.masteriviews'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'0'.
    Apr 13, 2009 3:16:27 PM  Info: Initial deployment: Selected development component 'com.sap.pct.mdm.appl.packages.mdm_550'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'1' will be deployed.
    Apr 13, 2009 3:16:37 PM  Info: Saved current Engine state.
    Apr 13, 2009 3:16:39 PM  Info: Starting: Initial deployment: Selected development component 'com.sap.pct.mdm.appl.packages.mdm_550'/'sap.com'/'SAP AG'/'5.50.20090119083803.0000'/'1' will be deployed.
    Apr 13, 2009 3:16:39 PM  Info: SDA to be deployed: G:\usr\sap\NWB\DVEBMGS00\SDM\root\origin\sap.com\com.sap.pct.mdm.appl.packages.mdm_550\SAP AG\1\5.50.20090119083803.0000\com.sap.pct.mdm.appl.packages.mdm_550.epa
    Apr 13, 2009 3:16:39 PM  Info: Software type of SDA: single-module
    Apr 13, 2009 3:16:39 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Module) *****

    Hi,
    You could check the most recent logs under the SDM log directory:
    <drive>:\usr\sap\<sid>\JC00\SDM\program\log
    esp ones like sdm_*.err. These normally contain information about issues related to memory while loading the archives for deployment. We had memory issue resulting in SDM getting hung.
    Hope it helps.
    Regards,
    Srikishan

  • Issue with Deployment of SOA application which contains rule

    Hi,
    I am working on SOA OrderBooking Workshop
    When i create a rule and try to deploy the application on my machine i am getting error message . But the same application when i try to deploy on my colleague machine its works perfectly fine.
    Note : There is no compile time error this error only comes at the time of deploying the application.
    Please find the error message mentioned below.
    2013-02-14T22:08:13.271+05:30] [AdminServer] [ERROR] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <.> Error compiling fact classes.[[
    Error while compiling fact classes for service OrderRule.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    OrderRule Error compiling fact classes.
    Error while compiling fact classes for service OrderRule.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    OrderRule
         at oracle.bpel.services.rules.fabric.ComponentModelDeployer.deploy(ComponentModelDeployer.java:365)
         at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.deploy(BusinessRulesServiceEngine.java:1068)
         at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.deploy(BusinessRulesServiceEngine.java:290)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:240)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:94)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:150)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:77)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy375.load(Unknown Source)
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:59)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         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:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         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:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         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:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2013-02-14T22:08:13.304+05:30] [AdminServer] [NOTIFICATION] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <DecisionServiceCache.remove> Remove all objects from path: default/OrderBooking!1.0*soa_83895478-965e-44b4-8647-e468817d6657/OrderRule, #rule engines: 0
    [2013-02-14T22:08:14.071+05:30] [AdminServer] [NOTIFICATION] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <InstanceTracker.initServer> Perform DDL check for oracle
    [2013-02-14T22:08:14.180+05:30] [AdminServer] [NOTIFICATION] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <InstanceTracker.performDDLCheck> Done.
    [2013-02-14T22:08:14.201+05:30] [AdminServer] [NOTIFICATION] [SOA-21561] [oracle.integration.platform.blocks.deploy.mds] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] Removing label soa_83895478-965e-44b4-8647-e468817d6657 in namespace /deployed-composites of MDS storage
    [2013-02-14T22:08:14.247+05:30] [AdminServer] [ERROR] [SOA-21537] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] Sending back error message: There was an error deploying the composite on AdminServer: Deployment Failed: Error occurred during deployment of component: OrderRule to service engine: implementation.decision, for composite: OrderBooking: Error compiling fact classes.[[
    Error while compiling fact classes for service OrderRule.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    OrderRule..

    From our experience, we decided to have our server re-imaged and re-installed all the necessary Oracle Suites. We believe something in the registry was preventing us from installing the application adapter. Once we cleaned out our box, everything went well and we were able to install the Application Adapter with no error. This may not be ideal if you are in a production environment, but for development this maybe quick and clean.

  • Dicussions configuration - issue with deploy-jive-portlet.jar deployment

    Hi,
    I'm setting up discussions on 10.1.3.2 webcenter out of the box install. After running this command on linux: java -client -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 -jar deploy-jive-portlet.jar
    I do not have updated jiveforums-5.1.0.jar file in $ORACLE_HOME/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/lib, instead only the old backup file jiveforums-5.1.0.jar_backup exists in that directory.
    I found out that during the time I run the comman a tmp (e.g. called jiveforums-5.1.0.jar30019.tmp) gets created in the /tmp directory of my linux server. I extracted xwork-community.xml from the tmp file and noticed differences (e.g. added SSO classes) compared to the xwork-community.xml from the backup jiveforums-5.1.0.jar_backup file.
    I've now manually copied the temporary file to $ORACLE_HOME/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/lib and discussions login seems to work fine (through sso).
    I've followed these two instructions with the setup but with both I got same result (i.e. updated jiveforums-5.1.0.jar missing and changed jiveforums-5.1.0.jarxxxtmp created in /tmp)
    http://download-west.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_jive.htm#CBBHFIIA
    and
    Note: 458616.1
    I would like to ask is there some known bug with the discussions configuration (I have not managed to find anything from webiv) which causes this? And is the work-a-round which I've done (using tmp file) possibly valid one or is it likely something will break later on because of this?
    Thanks!

    Hi - just wanted to also update the output of the deployment command as that did not have any errors which would have shown why the file was not created in the expected directory. Here is the output:
    $ java -client -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 -jar deploy-jive-portlet.jar <
    File "/u01/app/oracle/product/webcenter_1013/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/web.xml" modified successfully
    Extracting "xwork-community.xml"...
    File "/u01/app/oracle/product/webcenter_1013/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/xwork-community.xml" modified successfully
    File "jiveforums-5.1.0.jar" modified successfully
    Extracting "WEB-INF/WSRP_v1_Service-java-wsdl-mapping.xml"...
    Extracting "WEB-INF/WSRP_v2_Service-java-wsdl-mapping.xml"...
    Extracting "WEB-INF/classes/DataBindings.cpx"...
    Extracting "WEB-INF/jive-portlet-for-web.xml"...
    Extracting "WEB-INF/jsso-action-classes.xml"...
    Extracting "WEB-INF/lib/oracle-jive-portlet-10.1.3.2.jar"...
    Extracting "WEB-INF/lib/oracle-portlet-tags.jar"...
    Extracting "WEB-INF/oracle-portlet.xml"...
    Extracting "WEB-INF/oracle-webservices.xml"...
    Extracting "WEB-INF/orion-application.xml.default"...
    Extracting "WEB-INF/portlet.xml"...
    Extracting "WEB-INF/webservices.xml"...
    Extracting "WEB-INF/wsdl/WSRP_v1_Service.wsdl"...
    Extracting "WEB-INF/wsdl/WSRP_v2_Service.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_bindings.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_interfaces.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_types.xsd"...
    Extracting "WEB-INF/wsdl/wsrp_v2_bindings.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v2_interfaces.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v2_types.xsd"...
    Extracting "WEB-INF/wsdl/xml.xsd"...
    Extracting "WEB-INF/wsrp_mime_cs_mappings.properties"...
    Extracting "oracle/jive/discussions/CategoryRenderer.jsp"...
    Extracting "oracle/jive/discussions/ThreadRenderer.jsp"...
    Extracting "oracle/jive/discussions/categoryview_qualifier.png"...
    Extracting "oracle/jive/discussions/createtopic_ena.png"...
    Extracting "oracle/jive/discussions/discussions_qualifier.png"...
    Extracting "oracle/jive/discussions/home_ena.png"...
    Extracting "oracle/jive/discussions/replytopic_ena.png"...
    File "../META-INF/orion-application.xml" generated successfully
    Enter the full path to your jiveHome directory:
    /u01/app/custom/discussions/jive_forums_silver_5_1_0/jiveHomeFile "/u01/app/oracle/stage/webcenter_101320/webcenter_additional_service/discussions/jive_forums_silver_5_1_0/jiveHome/jive_startup.xml" modified successfully
    Deployment Complete
    Thanks!
    Nina

  • Converted to Crystal Reports 2008 and now have an issue with deployment

    Post Author: lwager
    CA Forum: Deployment
    I have converted my application to Crystal reports 2008 and I have that as a prerequisite in my set up program but everytime I try to install the software package on the client's machine I get this error when it is trying to install Crystal Reports
    Verifying file integrity of C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msiWinVerifyTrust returned 0File trustedError: Setup has detected that the file 'C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msi' has changed since it was initially published.
    Does anyone know why I am getting this error?  Thanks in advance for your help.

    I'm having the same problem ! Can someone help me with this problem ????

  • Issues with Deploying Projects in chapter 3 Of  Definitive Guide to SOA

    Hi I'm using the Definitive Guide to SOA second edition book and I tried to deploy the project as mentioned in the page 43 of the book but I'm getting the following on workshop studio. I also added all the missing lib files.
    org.eclipse.core.runtime.CoreException: Conflicts found during publish.
         at com.bea.alsb.server.publish.ALSBPublishOperation.checkPublishStatus(ALSBPublishOperation.java:532)
         at com.bea.alsb.server.publish.ALSBPublishOperation.doImport(ALSBPublishOperation.java:421)
         at com.bea.alsb.server.publish.ALSBPublishOperation.publishNewContainer(ALSBPublishOperation.java:298)
         at com.bea.alsb.server.publish.ALSBPublishOperation.execute(ALSBPublishOperation.java:150)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1189)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:744)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)Can you help on this
    Thanks

    Try this program...it's free...and it will write the embed tag and the javascript so the video will be seen in IE7 for window.
    http://www.qtbridge.com/pageot/pageot.html
    Here a link on how to use it to embed a simple movie...
    http://discussions.apple.com/thread.jspa?threadID=885867&tstart=0

  • Technical issue with deployment

    I created a project into bcc.but could not do full deployment. Now while trying to delete the current project im not getting the delete option .Is der any way to delete the project from dyn admin or any other way to delete it,.

    first of all you cannot do a full deployment via a project.
    You need to goto ContentAdministration>Admin Console>
    you ll see a "Full Deployment" button when you select the respective "Production" or "Staging" sites.
    Secondly, to delete a project you can either do it via BCC or ACC
    In BCC, your project needs to be at the first step or the "Author" stage.
    Goto ContentAdministration>Browse projects
    and select your project. Make sure its in author stage.
    You ll see the delete project option in the dropdown.
    Thanks

Maybe you are looking for

  • How to declare a string parameter

    Hi all, I declared a parameter of type string in parameters declaration part. System giving me a error as 'deep data type "string" is not allowed'. My requirement is to declare a parameter of type string for file name in GUI_DOWNLOAD FM. If I declare

  • 1:n mapping using existing DB

    Hi folks, I have two Tables: PARTNER and ADRESSE were a partner can have n addresses. I tried everything and from my point of view everything looks like the example in the documentation but unfortunatelly it doesn't work. I'm able to retrive PARTNER

  • Need to read all files in a foldert to a list BUT HOW !

    Hi guys Thanks for all the help I have been getting here. I just wish I could help someone else, but that day will come. Well I hope so. I would like to know the best way (no the easiest way) of reading the entire file in a folder into a list. Can so

  • How to use BC4J messaging adapters with prod/test

    Two issues... First, is there a set a sample code using the BC4J messaging adapters? I haven't located anything so far. I always prefer to see working examples over digging it out of skimpy Javadocs... Second, in the jdev help, the only way to specif

  • Oracle Analytic function tuning

    Hi all, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi PL/SQL Release 10.2.0.3.0 - Production CORE 10.2.0.3.0 Production TNS for IBM/AIX RISC System/6000: Version 10.2.0.3.0 - Productio NLSRTL Version 10.2.0.3.0 - Production I have