FilteringClassLoader missing between ear and war classloaders (10.3)

Hi,
When deploying an ear application, and viewing it's class loader hierarchy by using the CAT tool, I can see the following:
- On a 12.1 WebLogic server, the hierarchy is : FilteringClassLoader (this contains the filters declared with <prefer-application-packages>) --> GenericClassLoader --> FilteringClassLoader --> ChangeAwareClassLoader
- On a 10.3 WebLogic server, It's almost the same: FilteringClassLoader (this contains the filters declared with <prefer-application-packages>) --> GenericClassLoader --> ChangeAwareClassLoader
The FilteringClassLoader between the app class loader and the web class loader is missing.
Is this a known difference between 12.1 and 10.3?
Is there any way i can define the filters at this level or make sure a FilteringClassLoader is created (like it is in 12.1)?
Thanks a lot in advance,
Talya

Alright, my research points to the idea that this might have something to do with staging. Since this is a dev setup we don't have any managed servers or anything. All we have is AdminServer and that is it. We have only one domain and it is "base_domain". Does anyone know if this is wrong?

Similar Messages

  • Idoc "missing" between SAP and PI

    Hi!
    We have an issue with Idocs that are "missing" between SAP and PI. First 5 idocs were processed ok, then 3 went into yellow status. We have set up queue processing on this particular idoc type as there can be posted 2 at the same time. The problem started when 2 idocs were processed at the same time
    What have been done
    - SMQ1/2 in SAP system does not show any trace of these messages
    - SMQ1/2 in PI system does not show any trace of the messages
    - Message monitoring in PI does not show any trace of the messages
    - SM58 in SAP system is empty
    - SM58 in PI system is empty
    What checks remain to find out where these Idocs are stuck?
    Thanks!
    regards Ole

    Hi Ole,
    Refer This link for IDOC Monitoring.
    http://help.sap.com/saphelp_nw70/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    In this it is mentioned like
    Main Tools
    XI Runtime Workbench
    Transactions:
    u25CF     IDX1
    u25CF     IDX5
    u25CF     SXMB_MONI
    u25CF     SM58
    u25CF     SM21
    using these we can monitor..
    Thanks.

  • How to make ear and war file

    hi ,
    can anyone tell me how to make the ear and war file ??/
    Regards,
    Shruti.

    hello shruti
    to make war file enter the following command through command prompt
    jar -cvf filename.war give one space then .(dot)
    bye

  • Explain about JAR,EAR and WAR files

    Explain :what is JAR,EAR and WAR files and how is useful in creating archive files in java with more example?

    Please look up this type of information on your own.
    http://java.sun.com/reference/glossary/index.html

  • EAR and WAR

    Hi,
    i need to know about .ear and .war,what exactly do in atg. why we use.
    thanks.

    They are the standard file formats for storing and distributing JEE applications. A War file groups JSPs, servlets and all related files to create web applications, and a Ear file groups all the various War and Jar files required to create an 'enterprise' application.
    Hope this helps.

  • What is the difference between JAR and WAR

    would u pls tell me how to answer the Diffrences between JAR and WAR, if interwiever asked

    I hope you know what a JAR file is. If not, you need to study the Deployment trail in The Java Tutorial.
    If you have basic knowledge about programming web applications in Java, you should also know what a WAR file is. It's a special kind of JAR file that contains a standard directory structure, which includes a WEB-INF directory with the deployment descriptor and other parts of the web application.

  • EAR and WAR file deployment

    hi,
    Does anyone have information on how to use the EARASSEMBLER
    tool for creating ear files and war files?????
    thanks

    Hi Cheenai,
    EARASSEMBLER is an Orion tool and it is not supported in the
    current release of Oracle9iAS Containers for J2EE (even though
    it's bundled with the installation).
    You may download Oracle9i JDeveloper Release Candidate as the
    integrated development tool to build, assemble, package and
    deploy any J2EE applications (EJB-JAR, WAR, EAR files etc.):
    http://otn.oracle.com/software/products/jdev/content.html
    You may also download the "ant" command line tool to build and
    package J2EE files:
    http://jakarta.apache.org/ant/

  • Ear and War file difference

    I have created and loaded WAR files for Web Applications on my Tomcat 4.1.27 web container.
    I have also heard about EAR files and was wondering if I have the correct definition. On one of my Google searches it says: EAR files contain JAR files and WAR files.
    I assume an EAR file can contain many JAR and WAR files wrapped into one file (EAR)? Another way of looking at it is if I have for example 3 WAR files, I can put all 3 in an EAR file?

    All the archive files used in Java apps are basically ZIP files with the extension changed.
    JARs are used to package classes.
    WARs are used to package web applications ( the complete directory structure are mandated by J2EE specs ) and may contain JARs
    EARs are used to package a J2EE application ( think web app + EJBs in general ) and may consist of many web modules packaged as WARs.
    Take a look at this too: http://searchwebservices.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid26_gci837938,00.html
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    (Yes I know it's on JavaRanch but I think it applies everywhere)
    ----------------------------------------------------------------

  • Creating ear and war file from deploy file programatically

    Hi All,
    Is there any API available in oc4j to create an ear or war file from a .deploy file...........??
    Thanx in advance.

    There isn't a public API that let's you hook up to the deploy file in JDeveloper.
    You might be able to achieve this with the JDeveloper Ant task:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/anttasks/index.html

  • DIFF BETWEEN DEPOT AND WARE HOUSE

    HI
    MY CLIENT IS IN THE TRADING NOT IN MANUFACTURING SO IS THERE RG23D REGISTER UPDATE?? BUT THEY CALLED IT DEPO.
    WAT IS DIFF BETWEEN DEPOT AND WAREHOUSE??
    POINTS WILL BE MAXIUM!!!!!!!!

    Dear Devesh,
    Depot
    A unit, in India, that is dedicated to the storage and sale of goods, as opposed to a manufacturing plant.
    Depots:Do not participate in the CENVAT scheme
    Depots:Are required to keep a register of all goods receipts and goods issues (register RG 23D)
    Warehouse
    An organizational division of a plant for managing materials stored in different places.
    I hope this will help you,
    Regards,
    Murali.

  • Common JAR file between EJB and WAR inside an EAR

    Hi,
    I'm trying to deploy an EAR application outside the development environment and I have the following problem.
    My EAR has the following structure :
    application.ear
    |-- ejbs.jar
    |-- web.war
    Inside the WAR, in /WEB-INF/lib/, I have a set of JAR files that are used by the Web app and also, of course, by the EJB.
    During the deployment step, EJB module cannot be deployed because it miss some classes into the classpath.
    I think it is a common problem in J2EE development, so does someone has a solution for this problem ?
    Please note I'm using Macromedia JRun 4 SP1 on Windows XP.
    Regards,
    Damien.

    Ok,
    I have found a solution that seems elegant to me. I'm going to try and explain...
    My appli.jar EJB module and my appli.war Web module are using both two JAR, let's say common.jar and util.jar.
    The way to share those JAR between the two modules is to have the following structure for the EAR :
    appli.ear
      |-- appli.jar
      |-- appli.war
      |-- common.jar
      |-- util.jar
      |-- META-INF
           |-- application.xml
           |-- manifest.mfIn this structure :
    * the common.jar and the util.jar are not part of the WAR (/web-inf/lib)
    * the manifest.mf file has the following content :
    Manifest-Version: 1.0
    Created-By: My Application
    Class-Path: common.jar util.jarPlease note that space is used as separator for the classpath entry to allow independancy from OS.
    And you know what ? It works ! Well, on Macromedia JRun 4.0 SP1 and on Windows XP but I hope it works on other platforms.
    I hope it will help a lot of people because I spent a lot of time before to find a solution !
    Regards,
    Damien.

  • Where do I put classes shared between EJBs and WAR

    I have written some ValueObject classes stored in their own jar, they are used by a number of ejbs and and a Web application WAR. I have packaged the thing up as a single EAR but neither the EJBs or the jsps can see these classes.
    How do I share these classes at each end. is their a general deployment descriptor solution or is it application server specific.
    I am deploying to IBM Websphere 6

    verify .classpath file under your web folder for both options
    Sorry, what do you mean is their a classpath value in the xml descriptors. I put my ValueObject into a jar within the WEB-INF\lib of the WAR but these arent seen by the EJBs which are within the EAR but not the WAR. Im not aware that there is a seperate WEB-INF directory for the EAR.
    Structure as follows
    app.ear
            testejb.jar
            META-INF
            testweb.war
                   test.jsp
                   META-INF
                   WEB_INF
                         classes
                              testui.class
                         lib
                             valueobjects.jar

  • Description of EAR and WAR files

    Does anybody know or has a link with the description of the files/directory's that are standard in EAR/WAR files.
    Example: what is the functionality of the web.xml.
    Thnx.

    http://java.sun.com/webservices/docs/ea2/tutorial/doc/WebApp3.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/WCC3.html#64295
    http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/deployment.html
    http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/000101.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Tools8.html#63061

  • Integration missing between Bridge and Version Cue CS4?

    Hi there,
    I've installed Design Standard CS4, set-up Version Cue and successfully saved an image from Illustrator.
    But when I open bridge there is no sign of Version Cue on the left hand side, the help file suggests that I need to select some options for Version Cue in the Start-up Scripts, but they aren't there...
    Has anyone had the same experience?

    Adobe recommends that you do not follow the steps above to enable Version Cue CS4 in Bridge CS4.
    Please see this thread for more details:
    http://www.adobeforums.com/webx/.59b6d12f

  • Missing em.ear file while installing 11gR2 in windows 2003 R2

    hi,
    i have downloaded the oracle 11gR2 for windows 32 bit version but while installing "copying files" i am getting the error "file missing <>\applicatons\OC4J\em\em.ear and em.war files...
    is there files missed while down loads? i have two zip files with 1.5 GB and 700MB of sizes.
    i might think the anti-virus might be preventing some of the ear and war files to be downloaded ? anybody encountered this issue before?
    Thank you.

    >
    11gR2 only certified on Windows7 Platform
    >
    11gR2 is certified on Win 2003 - http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/reqs.htm#CHDHGGFE
    I believe this issue has been discussed in these forums before. Have you unzipped both files into the same directory ? See these related threads
    Oracle 11g R2 Windows Installation issue
    Re: 11g R2 install failure
    HTH
    Srini

Maybe you are looking for

  • How to delete and edit particular line in a file and save it in same file ?

    Hi, I want to delete and edit text at particular line in a file. But edit and delete should reflect in same file. I have done googling for this but it results with using another file, that i dont want as i need to save changes in same file. How can i

  • Limit for a Transactional RFC to be executed

    Hi all, I would like to know if there is a profile parameter in SAP NW 7.0 that defines the limit the time an transactional RFC can keep running? If there is no profile parameter for that my question is can a transactional RFC running forever without

  • Can't see some pictures

    dear all, I have IPhoto 11, version 9.2.3 running on Mac OS 10.7.3, i recentely notied that I am not able to see a few of my pictures. they show up as a blank. even when i import them directly from my camera, it is still the problem. this is not seen

  • True stereo does it Work with Java3D?

    Hi, I'm doing some research in the 3D field, looking in to Java 3D now. Is it possible to output Java 3D to two different displays at the same time for true 3D Stereo? ie, setting the display variable on a unix machine? Many Thanks Marcus

  • Period Year conversion

    Hi, I need to convert Period & year to a calender date. How to acheive this ?. I sthere any Function module? Pls help Thanks Ram