OC4J redeploy problem

I redeploy EAR application from within JDeveloper (9.0.3.2) to OAS9i. Everything is OK, except that some classes are not redeployed and are kept from the earlier version. Specifically, old versions of MsgBundles from the BC4J project are not redeployed. The only solution is to restart the server.
This happens with standalone OC4J, as well as with embedded OC4J (run JSP, modify MsgBundle and run JSP again without shutting down the server). Even if I manually undeploy application trhough IAS Admin and deploy the EAR file again, result is same.
Can anybody help?
Thanks, Viliam

The version of JDev is 9.0.3.2, but I remember this problem with older versions too. I'm sure I have new classes packaged in the EAR, because when I restart the OC4J instance, new classes are used without redeploy. I've prepared an EAR with which you can reproduce this. As I found out, this problem happens only with UIX JSP & BC4J, not with just JSP & BC4J, maybe UIX caches something it should not, I should look there. Give me an e-mail address if you want to see the EAR.

Similar Messages

  • Oc4j deployment problem

    i have a bc4j-web-application. i have deployed the jsp-application to the oc4j, running on my windows system.
    but after opening the jsp page, i got following error:
    oracle.jbo.JboException: JBO-33001: Cannot find the configuration file mypackage
    \common\bc4j.xcfg in the classpath
    i have followed the instructions of the rc2-bc4j-webapp-deployment-tutorial but it doesn4t work.
    1. the bc4j.xcfg file is in the jar-file
    2. under projectsettings the path of the file is added to the classpaths of the jsp project
    3. the libary of the bc4j-prj is added to the selected libraries of the jsp project.
    4. under web-inf/lib (settings of the war deployment profile) the libraries (the classes of the bc4j project) are selected.
    but what must i do on the j2ee? what configurations must i do?
    is there any other possible problem which can cause this exception?
    or can somebody imagine, what i4m doing wrong? (maybe someone had the same problem).
    thanks in advance,
    andre

    I have faced this problem and the reason is that the jar for the businnes component is not containing all the files the file bc4j.xcfg in not included in the jar try to redeploy the application or if this error is only coming for one component then try making the jar using jar -cvf command
    the file bc4j.xcfg is located in folder classes/modulename/common/ folder
    To make a jar please copy the following folders at one place (in one folder)
    classes/modulename folder
    classes/all the other folder which you require
    classes/connection.xml
    src/Meta-Inf folder
    now use this command
    jar -cvf jarfilename.jar *.*
    not replace the previous jar with this one and your problem will be solved.

  • Bc4j/oc4j/petstore problem

    After installing BC4J runtime on top of OC4J running on Win2k and Sun JDK1.3.1, bc4j demo is OK. the Sun's J2EE demo petstore stops working. Any idea?
    Thx.
    Request URI:/apps/petstore/template.jsp
    Exception:
    oracle.jsp.parse.JspParseException: Line # 8,
    Error: oracle.xml.parser.v2.XMLParseException: Invalid element 'servlet' in content of 'web-app', expected elements '[servlet-mapping, session-config, mime-mapping, welcome-file-list, error-page, taglib, resource-ref, security-constraint, login-config, security-role, env-entry, ejb-ref]'.
    at oracle.jsp.parse.JspDirectiveTaglib.validateAttributes(JspDirectiveTaglib.java:80)
    at oracle.jsp.parse.JspParseTagDirective.validateTagAttributes(JspParseTagDirective.java:107)
    at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:672)
    at oracle.jsp.parse.JspParseTagDirective.parse(JspParseTagDirective.java:174)
    at oracle.jsp.parse.JspParseTag.parseNextTag(JspParseTag.java:548)
    at oracle.jsp.parse.JspParseTagFile.parse(JspParseTagFile.java:100)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:40)
    at oracle.jsp.app.JspAppLoader.translatePage(JspAppLoader.java:1513)
    at oracle.jsp.app.JspAppLoader.reloadPage(JspAppLoader.java:1146)
    at oracle.jsp.app.JspAppLoader.loadPage(JspAppLoader.java:1005)
    at oracle.jsp.app.JspAppLoader.getPage(JspAppLoader.java:671)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:337)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
    at oracle.jsp.JspServlet.service(JspServlet.java:148)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:339)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:141)
    at com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:198)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:312)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:339)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:549)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)
    null

    Yes - this was a bug in the first version of the bc4j-oc4j installer. We have a new version of the installer that contains the correct version of orion.jar, and should fix the bug that you found. You can download it from http://otn.oracle.com/products/jdev/howtos/bc4jdeployment.html
    My apologies - and please let us know if you continue to have problems.
    Blaise

  • Deploy to OC4J standaone problem

    Dears,
    I developed an application in jdev 10.2 and it works successfully with embedded OC4J, but when deploy to OC4J standalone or Tomcat it doesn't work.
    I use JSON in my application.
    The log (for OC4J standalone and Tomcat) is empty from errors and exceptions, Only
    JSONRPCBridge.analyzeClass analyzing package1name.package2name.package3name.DAO.classNmaeDAO
    is written and my code didn't work and JSP is empty.
    Any ideas, what may be the problem there???

    When I deploy to oc4j from jdev... I get an error.
    Unknown site: http-web-site
    How do I figure out what my http site is via my oc4j configuration?
    I know in my Connection properties for oc4j in jdev, there is a target web site property where I entered "http-web-site", thinking this was the correct target.
    Thanks. Look in <oracle_home>\j2ee\home\config\server.xml
    Web sites are defined by the web-site entry. E.g
    <web-site path="./http-web-site.xml" />
    <web-site default="true" path="./default-web-site.xml" />
    Dhiraj

  • Oc4j restart problem.

    Hi ,
    By using controller i am running my script ,the script is taking to OHS and OHS is routing the request to OC4J .It was working fine for the first time .i need to stop the oc4j and again bring back the oc4j server,this time OHS is routing the request to OC4J but the OC4J is not able to handle the user requests. We found the below error repeatedly in the application log file.
    " Caused by: java.lang.ClassCastException: narrow () failed for class:com.siebel.nexus.repository.runtime.helper.RepositoryServiceRemoteHome
    Check classpath to _iiopClient.jar containing stub classes "
    Thanks
    Ramesh

    To restart Oc4J it has be be up and running.
    1) So please start the Oc4J server as follows in one window:
    java -jar orion.jar --> starts
    2) Go to another command window:
    Now try to restart Oc4j as follows:
    java -jar admin.jar ormi://localhost admin password -restart
    Hope this helps !!
    regards
    Debu panda
    Oracle
    I have problem to restart my oc4j in following format:
    <<<<<<<<<
    C:\oracle\iASHome817\j2ee\home>java -jar admin.jar
    ormi://sf003dell admin quentinhu -restart
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Co
    nnection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    >sf003dell is Oracle 8.16 server, I also tried to point to my 9iDB got the same message. Before each trial, I did modification on datasource.xml file under my j2ee container.I can start OC4J in a basic format "java -jar orion.jar" without error displayed.
    I can also setup connention to both DBs from jDev5.0 very easily. Anyone in this forum can give me a clue what is going wrong?
    Thanks a lot,

  • OC4J session problem - values not sticking in session

    OC4J 10g (9.0.4.0.0)
    I have been developing with JDeveloper and OC4J for a few years. My machine started to crap out last week (old laptop) so I purchased a new machine. I have installed the same versions of OC4J and JDeveloper on my new machine that were on my old machine. Everything seemed OK but I have noticed that none of the session values are "sticking" between requests, works fine on old machine by the way
    Example:
    a.jsp
    // put a simple value in the session
    session.setAttribute("firstName", new String("Chris"));
    // later in that same jsp I can retrieve tha value - no problem
    String fname = (String)session.getValue("firstName");
    b.jsp
    // but in a different jsp, the same call to retrieve the value from the session (after running other jsp to set the value) comes back null
    String fname = (String)session.getValue("firstName");
    The same exact code works great on one machine and not on the other - same versions of OC4J installed.
    Anyone seen this before?
    Thanks,
    Chris

    The urls appear to be correct:
    http://hostname:8888/contextroot/filename.jsp
    The same result can be seen if I re-run one JSP over and over:
    <%
    Integer bigInt = (Integer)session.getValue("counter");
    if (bigInt == null)
    session.setAttribute("counter", new Integer(1));
    bigInt = new Integer(1);
    else
    int newCounter = bigInt.intValue() + 1;
    session.setAttribute("counter", new Integer(newCounter));
    bigInt = new Integer(newCounter);
    %>
    Counter = <%= bigInt.intValue() %>
    If I run this over and over on one machine I see the counter value of 1 each time. On the other it increments.

  • Eclipse Tomcat Hibernate Struts - JDeveloper OC4J migration problem.

    In my current project, everybody uses Eclipse and Tomcat as development environment. I decide to try JDeveloper in this project. Not that this configuration works with eclipse WPT.
    When I try to open project, I get an error as below.
    Target URL -- http://127.0.0.1:8988/PSSO/index.html
    30.Haz.2008 21:50:03 oracle.classloader.util.ClassLoadLogger log
    WARNING: Code-source D:\atilla\projects\javaProjects\meteksan\EclipseWorkspace_RTUK\BuildScripts\DirectoryThirdPartyLibraries\jta.jar (from <classpath> in D:\atilla\projects\javaProjects\meteksan\EclipseWorkspace_RTUK\PSSO\WebContent) has the same filename but is not identical to /E:/downloads/tools/jdevstudiobase1111/j2ee/home/lib/jta.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in E:\downloads\tools\jdevstudiobase1111\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader current-workspace-app.web.PSSO:0.0.0.
    30.Haz.2008 21:50:03 oracle.classloader.util.ClassLoadLogger log
    WARNING: Code-source E:\downloads\tools\jdevstudiobase1111\jakarta-struts\lib\struts.jar (from <classpath> in D:\atilla\projects\javaProjects\meteksan\EclipseWorkspace_RTUK\PSSO\WebContent) has the same filename but is not identical to /D:/atilla/projects/javaProjects/meteksan/EclipseWorkspace_RTUK/BuildScripts/DirectoryThirdPartyLibraries/struts.jar (from <classpath> in D:\atilla\projects\javaProjects\meteksan\EclipseWorkspace_RTUK\PSSO\WebContent). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader current-workspace-app.web.PSSO:0.0.0.
    08/06/30 21:50:17 Hibernate: select t.name, sa.value from RTUK_PSSO.ytk_sistem_attribute sa, RTUK_PSSO.ytk_attribute t where sa.attribute_id = t.id
    21:50:20,687 ERROR ActionServlet:364 - Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency.
    javax.servlet.ServletException: org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken [from tr.com.meteksan.genel.gnlKurumOrganizasyon.GnlKurumOrganizasyon ko order by ko.organizasyonKodu]
    at tr.com.meteksan.web.plugin.InitSozlukDegerleriPlugIn.init(InitSozlukDegerleriPlugIn.java:49)
    at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869)
    at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)
    what is interesting is that
    first query with hibernate works, but second query does not works.
    My JDeveloper as below
    CVS Version Internal to Oracle JDeveloper 11g Technology Preview 4 (client-only)
    Java(TM) Platform 1.5.0_15
    Oracle IDE 11.1.1.0.22.49.49
    Versioning Support 11.1.1.0.22.49.49
    I wonder if it is related to struts and jta jars defined twice.

    There might be a problem with the OC4J not finding the hibernate library you are trying to use.
    Try setting the library also in the tools->embedded OC4J preferences.

  • OC4J starting problem

    When I try to strart oc4j, it shows the following message:
    Unable to register the NameService:
    Error starting up the IIOPService...
    Oracle application server containers for j2EE 10g initialized ...
    !!!No valid java compiler found!!!
    javac.exe not found under c:\program files\java\jre1.6.0_06, please use a valid jdk or sepcify the location of your java compiler in server.xml using the <java-compiler..../> tag
    Whats the problem? What should I do?

    Hmm...javac should be installed in the jdk/bin directory of your ORACLE_HOME. And OC4j should be set to look there :-S
    Try this,
    Open the server.xml file found at ORACLE_HOME\j2ee\DevSuite\config
    Add the following between the opening and closing <application-server> tags:
    &lt;j2ee-logging-config path="./j2ee-logging.xml" /&gt;
    &lt;java-compiler name="javac"
    bindir="<Your ORACLE_HOME here>\\jdk\\bin" /&gt;
    &lt;log&gt;
    &lt;file path="../log/server.log"/&gt;
    &lt;/log&gt;And restart the OC4J instance.
    Otherwise, is it possible to do a clean install?
    Hope it helps,
    A

  • Oc4j start problem

    I am installing OBIEE on windows server 2003 with java version 1.6.0_12
    find below java - version command output
    java version"1.6.0_12"
    java(TM)SE Runtime Environment (build 1.6.0_12-bo4)
    java Hotspot (TM) client VM (build 11.2-b01,mixed mode,sharing)
    everything was working fine untill suddenly OC4j failed to start with the following error
    Starting oc4j from c:\oracleBi\oc4j_bi\j2ee\home
    WARNING:Application.setconfig Application:default is in failed state as initialization failed
    java.lang.ClassCastException: B cannot be cast to javax.naming context
    Error initializating server:application:default is in failed state as initialization failed
    Fatal error server exiting
    Thanks in advance
    Edited by: user12266474 on Feb 7, 2010 3:26 AM

    J Developer 11 is too slow also. Yesterday I have downloaded J developer 10.1.1.3 version and I is really fast. Moreover this version OC4J run faster than Jdev 11. At this point I have one more question, in older version I have tryed to run ADF Faces Rich Client Components demo but I couldn't.
    I think it is because the version problem. I want to start a project to use adf faces and I am really beginner and I need to know that if I can use some components from ADF Faces Rich Client Components demo project in the older version of Jdeveloper. (10.1.1.3) thank you my friends.

  • OC4J IAS Problem

    Hello, I`m new to deploying stuff in IAS, and I got this problem:
    Unknown web-site default-web-site, for OC4J instance ormi://localhost:3202
    Any clue of what should I check to try solving it? Or may be causing it?
    Thanks

    Hello,
    Oracle Containers for J2EE (OC4J) support multiple web site (a an entity where you manage various web application). My guess is simply that you are trying to deploy an application to an OC4J , using the web-site name "default-web-site," and this site does not exist.
    It will be useful for us that you give:
    - the exact version of OracleAS that you are using
    - the tools that you use for deployment (EM, JDev, Command line, ...)
    and the parameter you are using to do the deployment.
    Regards
    Tugdual Grall

  • Partial redeployment problem for J2EE module update

    hi, all
    I have one application file (.ear) composed of three EJB modules. I tried to paritally redeploy one of them, but it didn't work.
    Here is the command-line for partial redeployment: java weblogic.Deployer -adminurl t3://XX.XX.XX.XX:XXXX -username XXXX -password XXXX -name XA_MOrderEAR -source XAMOrderEAR -targets MOrderBM.jar@SquadA_N1 -redeploy, where XAMOrderEAR is the name of the exploded archive, MOrderBM.jar is the EJB module to be partially redeployed, SquadA_N1 is a cluster.
    Here is the result:
    <2010/2/22 下午02時10分06秒 GMT+08:00> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for appl
    ication, XA_MOrderEAR [archive: null], to SquadA_N1 .>
    Task 29 initiated: [Deployer:149026]redeploy application XA_MOrderEAR on SquadA_N1.
    Task 29 failed: [Deployer:149026]redeploy application XA_MOrderEAR on SquadA_N1.
    Target state: redeploy failed on Cluster SquadA_N1
    weblogic.application.CannotRedeployException: Module 'MOrderBM.jar' has the same ClassLoader as the Application 'XA_MOrd
    erEAR'. Consider redeploying the entire application.
    Please tell me how to solve the problem. I tried to set enable-bean-class-redeploy to true in weblogic-ejb-jar.xml. It didn't work too.
    thanks
    Blithe Meng

    Hiya
    You can debug this quite easily yourself.
    Enable the SQL Trace for that session and see the Last SQL in the raw trace file.
    You can also run the trace with the option to view bind variables.
    This way you can find out why the SQL is returning no_data_found
    thanks
    anil passi

  • Automatic starting of OC4J services problem

    Hi,
    When I log into Oracle Management Server
    http://localhost:1810
    And go to the infrastructure, I see all of the OC4J stopped by default.
    I have to manually start all the services to make all the portal features to wok.
    Is there anyway to start all the services automatically.
    Please help.
    regards
    Kamlesh

    Hi,
    I found out the problem.
    The HTTP Server was not getting started when the computer was switched on even tough the status was displayed as started.
    I started the HTTP Server via the Start menu -> Programs.
    The OC4J services were started after this.
    regards
    Kamlesh

  • Oc4J resource problems...

    Apologies for raising vendor specific question here.
    Actually I am trying to configure a resource similar to one defined in my Tomcat server.xml
    as follows to my Oc4J setup:
    <DefaultContext debug="0" reloadable="true">
    <Resource name="xxx/yyy" auth="Container"
    type="javax.sql.DataSource"/>
    <ResourceParams name="ABC/PQR">
         <parameter>
         <name>factory</name>          
    <value>
    org.apache.commons.dbcp.BasicDataSourceFactory
    </value>
    I am facing problems in the same due the fact that equivalent structure in OC4J is not very clear to me.Any pointers will be very helpful.
    Thanks.

    I'm trying to do the same thing. I found that you can configure 3rd party data sources with the "property" element. So, your data-sources.xml should look something like:
    <data-source
    name="MyTableDS"
    location="jdbc/MyTableDS"
    class="org.apache.commons.dbcp.BasicDataSource"
    >
    <property name="driverClassName" value="oracle.jdbc.driver.OracleDriver" />
    <property name="url" value="jdbc:oracle:thin:@server:1521:sid" />
    <property name="username" value="user" />
    <property name="password" value="pass" />
    <property name="maxActive" value="20" />
    <property name="maxIdle" value="10" />
    <property name="maxWait" value="2000" />
    </data-source>
    This seems to work with my EJB. But my JSP fails. It either cannot find the data source or doesn't get a valid data source.
    I'm also using Castor for my database access.
    I hope this is of some help. If you find out more, I'd appreciate a response.
    Thanks.
    Chrisjan

  • Struts redeploy problem: failed while destroying filter

    I've deployed a webapp with struts2 on weblogic 8.1/java 1.4.1_02 from a war file. It works fine, but when I make a redeploy it throws an exception with the following two stack traces. The NoClassDefFoundError seems strange to me, because the two jars struts2-core.jar and backpost-util-concurrent.jar (for retrotranslation of struts2) contain the classes correctly.
    Thanks for any help.
    <Failed while destroying filter: struts2.java.lang.NoClassDefFoundError: org/apache/struts2/util/ObjectFactoryDestroyable
    at org.apache.struts2.dispatcher.Dispatcher.cleanup(Dispatcher.java:260)
    at org.apache.struts2.dispatcher.FilterDispatcher.destroy(FilterDispatcher.java:221)
    at weblogic.servlet.internal.WebAppServletContext$FilterDestroyAction.run(WebAppServletContext.java:6394)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.destroyFilters(WebAppServletContext.java:5786)
    at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:5682)
    at weblogic.servlet.internal.ServletContextManager.removeContext(ServletContextManager.java:188)
    at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:740)
    at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:767)
    at weblogic.servlet.internal.WebAppModule.rollback(WebAppModule.java:745)
    at weblogic.j2ee.J2EEApplicationContainer.rollbackModule(J2EEApplicationContainer.java:3057)
    at weblogic.j2ee.J2EEApplicationContainer.rectifyClassLoaders(J2EEApplicationContainer.java:1429)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1176)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    <Failed while destroying filter: struts2.java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/Arrays
    at edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList.toArray(CopyOnWriteArrayList.java:99)
    at edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArrayList.<init>(CopyOnWriteArrayList.java:35)
    at com.opensymphony.xwork2.config.ConfigurationManager.setConfigurationProviders(ConfigurationManager.java:100)
    at com.opensymphony.xwork2.config.ConfigurationManager.destroyConfiguration(ConfigurationManager.java:141)
    at org.apache.struts2.dispatcher.Dispatcher.cleanup(Dispatcher.java:283)
    at org.apache.struts2.dispatcher.FilterDispatcher.destroy(FilterDispatcher.java:221)
    at weblogic.servlet.internal.WebAppServletContext$FilterDestroyAction.run(WebAppServletContext.java:6394)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.destroyFilters(WebAppServletContext.java:5786)
    at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:5682)
    at weblogic.servlet.internal.ServletContextManager.removeContext(ServletContextManager.java:188)
    at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:740)
    at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:767)
    at weblogic.servlet.internal.WebAppModule.rollback(WebAppModule.java:745)
    at weblogic.j2ee.J2EEApplicationContainer.rollbackModule(J2EEApplicationContainer.java:3057)
    at weblogic.j2ee.J2EEApplicationContainer.rectifyClassLoaders(J2EEApplicationContainer.java:1429)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1176)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >

    I had similar problem a while ago. The remedy I had at that time is placing the jar files containing the classes in the "global" classpath to BEA servers, not just put them in the directories that only available for one particular web application. It's a working solution. I am sure there's other way to fix it. My guess is that the security manager for individual applications is setup more strictly. However, I haven't really been able to verify that.

  • Looking to get the patch for OC4J MDB problem

    I am looking to get the patch to fix the problem with oc4j 9.0.2.
    The problem can be replicated very easly by forcing MDB to raise the EJBException or
    calling setRollbackOnly() in the onMessage method. At this point the container should send a rollback
    message to the provider. Intead its erroring out. Can I get a definite date when we will be able to
    download the patch and if the 9.0.3 will fix this problem?
    Regards,
    Mark.A

    Hi Mark,
    I recall (I think it was on this forum) someone saying that the
    9.0.3 production version of OC4J should be released by the end
    of August, and that the problem you mention is fixed in that version.
    I don't work for Oracle -- so don't quote me -- I'm just relaying
    information I have picked up.
    I get the impression that Oracle are not going to release a patch
    before releasing the 9.0.3 production version.
    Good Luck,
    Avi.

Maybe you are looking for

  • Multiple apple ID's stopped updating to pc

    I have multiple apple ID's for multiple devices.  I use icloud on my pc to sync the photostreams for all of them.  In the last 2 weeks they all stopped updating completely but one.  I have tried everything but 2 dont work and one still does. I have t

  • Failed installation of Lightroom 5 from Creative Cloud App Manager on Windows Vista 64Bit

    Hi, I recently subscribed to the Creative Cloud. All applications from the App Manager downloaded and installed successfully, except for Lightroom 5, with the error message below. The LR5 download seems to be successful, but after about 2/3 of the wa

  • Opening .xls in Numbers is causing data format issue

    I have an excel spreadsheet (*.xls) downloaded from a database. When I open it in Excel or in OpenOffice it looks fine. But when I open it in Numbers, although I get no warning/error message, it seems unable to read the data properly. It looks like t

  • Error in reversing PGI

    Hi, I have a scenario where OBD got created for a STO and it was PGI'ed. After PGI, IBD got auto created. After sometime, we came to know that, the mov. types for some of the items in OBD was wrong which was 603 instead of 641. We observe that mov. t

  • Sounds suddenly stop working

    Certain sounds on my iPhone (text alerts, text sent sound, etc) will suddenly stop working.  I will get notification of an incoming text with a sound all day long and then out of the blue there will be no sound to accompany the alerts anymore.  When