Impact on .ear from wls6.1 to wls9.1

What will be the impact on the following
1.Servlets
2.Jsps
3.EJBs
4.Xml files(say message.xml,controller.xml)
5.POJOS
6.Jsp Tag Libraries
if an .ear application is upgraded to weblogic 9.1 from weblogic 6.1 app server.

Nivas,
For technical changes, please see:
Oracle E-Business Suite Concepts
Oracle E-Business Suite Technology Stack and Applications DBA Release Notes for Release 12.2.3 (Doc ID 1606170.1)
For functional changes, please see:
R12.1 / R12.2 : Oracle E-Business Suite Releases 12.1 and 12.2 Release Content Documents (Doc ID 1302189.1)
Oracle E-Business Suite Product Specific Release Notes, Release 12.2.3 (Doc ID 1605928.1)
For data model changes, please see:
11i - 12 EBS Data Model Comparison Report Overview (Doc ID 1290886.1)
BS Seed Data Comparison Reports Now Available
https://blogs.oracle.com/stevenChan/entry/ebs_seed_data_comparison_reports
eTRM
http://etrm.oracle.com/
Thanks,
Hussein

Similar Messages

  • Deployment error while upgrading from WLS6.1 to WLS9.1

    We are upgrading from Weblogic 6.1 to Weblogic 9.1.
    We are facing with two issues while upgrading.
    1. We are having a start up servlet and that servlet uses Database appender and uses log4j. This class is inside a jar file and this jar is part of the ear file.
    The admin server starts but with the following error.
    log4j:ERROR Could not create an Appender. Reported error follows.
    java.lang.ClassNotFoundException: com.tuiuk.greenfield.foundation.logging.log4j.Dat
    abaseAppender
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericCla
    ssLoader.java:222)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoa
    der.java:195)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoa
    der.java:130)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at org.apache.log4j.helpers.Loader.loadClass(Loader.java:160)
    at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:
    164)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.
    java:140)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigur
    ator.java:153)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMCon
    figurator.java:415)
    at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:384)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:66
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:61
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:60
    2)
    at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConver
    ter.java:460)
    at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)
    at org.apache.log4j.Category.getInstance(Category.java:514)
    at org.apache.commons.logging.impl.Log4JCategoryLog.<init>(Log4JCategoryLog
    .java:104)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA
    ccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
    tructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImp
    l.java:525)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImp
    l.java:272)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImp
    l.java:246)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
    at com.bea.console.preferences.spi.FilePreferencesProvider.<clinit>(FilePre
    ferencesProvider.java:53)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.bea.portlet.prefs.spi.ProviderFactory.createInstance(ProviderFactory
    .java:78)
    at com.bea.portlet.prefs.spi.ProviderFactory.setDefaultProviderClass(Provid
    erFactory.java:47)
    at com.bea.portlet.prefs.spi.IPreferenceStore$Factory.registerDefaultProvid
    er(IPreferenceStore.java:128)
    at com.bea.netuix.servlets.manager.SingleFileServlet.init(SingleFileServlet
    .java:113)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:94)
    at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebA
    ppServletContext.java:1641)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManage
    rImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    log4j:ERROR Could not parse input source [org.xml.sax.InputSource@5d8e63].
    java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:396)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.
    java:141)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigur
    ator.java:153)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMCon
    figurator.java:415)
    at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:384)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:66
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:61
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:60
    2)
    at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConver
    ter.java:460)
    at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)
    at org.apache.log4j.Category.getInstance(Category.java:514)
    at org.apache.commons.logging.impl.Log4JCategoryLog.<init>(Log4JCategoryLog
    2. The second error is
    The managed server starts without any problem. Using the appication, we connect to 3rd party library to validate payment details. This 3rd party jar is also part of the ear file.
    Basically the ear contains all the ejb jars, 3rd party jars and war files.
    In this case we are getting the following error.
    com.tuiuk.greenfield.template.navigation.web.handler.GreenfieldExceptionHandler
    com.tuiuk.greenfield.foundation.exception.GreenfieldRuntimeException: Locating the PaymentManager Nested exception is:
         java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
    com.tuiuk.greenfield.foundation.exception.GreenfieldRuntimeException: Locating the PaymentManager Nested exception is:
         java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
         at weblogic.ejb.container.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
         at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:713)
         at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:681)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObject.java:447)
         at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(StatelessEJBObject.java:72)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseEJBObject.java:374)
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentServiceEJB_hlf8l4_EOImpl.getCardType(PaymentServiceEJB_hlf8l4_EOImpl.java:288)
         at com.tuiuk.greenfield.template.orchestration.book.PaymentImpl.getCardType(PaymentImpl.java:190)
         at com.tuiuk.greenfield.template.orchestration.book.BookOrchestratorImpl.getCardType(BookOrchestratorImpl.java:2044)
         at com.tuiuk.greenfield.template.navigation.web.action.book.CheckPaymentCardAction.executeAction(CheckPaymentCardAction.java:109)
         at com.tuiuk.greenfield.template.extension.navigation.struts.action.BaseAction.execute(BaseAction.java:202)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at com.tuiuk.greenfield.template.navigation.web.processor.book.BeachBookRequestProcessor.processActionPerform(BeachBookRequestProcessor.java:81)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:493)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:493)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:493)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3150)
         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:1973)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Caused by: java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentManagerEJB.getPreAuthorisationFacade(PaymentManagerEJB.java:255)
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentManagerEJB.getCardType(PaymentManagerEJB.java:158)
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentServiceEJB_hlf8l4_EOImpl.getCardType(PaymentServiceEJB_hlf8l4_EOImpl.java:274)
         ... 66 more
    I have added explicitly this 3rd party jar in to the manifest file of the ejb jar that is looking for this jar.
    Can you please throw some light in to this.

    Hi Sebastiaan,
    which database version are you using?
    Anyway I would suggest that you get in contact with your DBA and he with Oracle Support.
    Based on the bug description this error has something to do with your database and DBMS_STATS (used to calculate statistics for your data) and not really with APEX itself.
    Oracle Support should be able to help you to find out which database patch you have to install.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Error deploying ear in WLS6.1

    I've developed and export my *.ear file from IBM Websphere Application Developer
    4. I'm pretty sure I didn't use any WebSphere specific calls.
    However, when I tried to deploy the ear into WLS6.1, I get the following error
    (see attached).
    I think it's because I didn't have the weblogic-ejb-jar.xml file. I've consulted
    the manual and been advised that I need to generate the descriptor manually by
    using the following command: -
    java weblogic.ant.taskdefs.war.DDInit C:\MyApp
    But i got the following error: -
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/ant/taskdefs/war/DDInit
    Any help is appreciated.
    BTW:All my apps runs under Win2K

    hi michael,
    I had the same problem once. There are 2 possibilities:
    1. You didn't use setEnv.cmd to set the classpath.
    2. Your weblogics.jar file in /lib doesnt contain the necessary classes.
    I found out that 6.01 sp1 didnt have the ant tool in the weblogic.jar file
    so I upgraded to 6.1 sp3.
    "Michael" <[email protected]> schrieb im Newsbeitrag
    news:[email protected]..
    >
    I've developed and export my *.ear file from IBM Websphere ApplicationDeveloper
    4. I'm pretty sure I didn't use any WebSphere specific calls.
    However, when I tried to deploy the ear into WLS6.1, I get the followingerror
    (see attached).
    I think it's because I didn't have the weblogic-ejb-jar.xml file. I'veconsulted
    the manual and been advised that I need to generate the descriptormanually by
    using the following command: -
    java weblogic.ant.taskdefs.war.DDInit C:\MyApp
    But i got the following error: -
    Exception in thread "main" java.lang.NoClassDefFoundError:weblogic/ant/taskdefs/war/DDInit
    >
    Any help is appreciated.
    BTW:All my apps runs under Win2K

  • Undeploying EARs from Netweaver 7.1 SP5

    Hi there,
    We are running into troubles here because we need to deploy an ear that was already deployed in the application server. Is there a (simple) was to completely undeploy an EAR in Netweaver 7.1 SP5.
    I come from a Glassfish/Jboss world where undeploying an app requires one click or simply deleting the ear from the auto-deploy folder and I'm sure such a feature exists in Netweaver 7.1 SP5.
    I checked the thread how do you deploy and undeploy a J2EE application to web App server but that does not really help since it talks about an older version of NW.
    Thanks a whole lot for your kind help,
    Dom

    Hi Marcel,
    Thanks for your reply however, this folder does not seem to exist anymore in Netweaver 7.1.
    I found a way to undeploy my applications using the admin console:
    1) Log onto the physical machine holding the AS.
    2) Navigate to: C:\usr\sap\SP5\J00\j2ee\console (or replace C: by anywhere you installed you stuff).
    3) Double click on the guiconsole.bat
    5) Now login with the credentials that you use for accessing the AS (e.g. Administrator, s... in the case of KA).
    6) With "man" you get a summary of all functionalities.
    7) Using LIST_APP you can list the apps deployed on the server.
    8) Use UNDEPLOY name=FULL_APP_NAME (e.g. SII_application_service_catalog).
    9) Wait a while and check using LIST_APP again to see whether it was undeployed.
    Hope that helps the next ones,
    Dom

  • Help!! Undeployed async.ear from by mistake

    Hi everybody,
    I have installed 9iAS 9.0.2.0.1 and applied patch 9.0.2.6.0. I mistakenly undeloyed the async.ear from OC4J_Wireless. Can anybody send me the fiel to my email [email protected] Or advise How can I get it back? Thank you for your cooperation.
    Abdullah

    Abdullah,
    You have the following options:
    - File an iTAR on metalink. Oracle Support should be able to help you with this.
    - In wireless/j2ee/applications in your installation, there is the async.ear file. This file is also in the j2ee/OC4J_Wireless/applications directory. I presume you know how to re-deploy .ear files. Just make sure that your patches are being applied properly after re-deployment.
    /Ali

  • Keyword exporting bug also impacts catalogs imported from PSE 6

    Hi,
    I haven't seen any mention of it, but the keyword exporting bug reported for catalogs imported from LR 1.x also impacts catalogs imported from Photoshop Elements 6. i.e. all Keywords imported from my PSE 6 catalog have "Include in export", "Export Containing Keywords", and "Export Synonyms" properties set to false.
    I've reported the bug, but as it seems the same as described in KB 405074 (and more importantly, its fix works for formerly PSE catalogs as well!), I'm sure it will be fixed in the next update.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405074&sliceId=2
    Thanks,
    Matt

    Hi Brian,
    When I installed the trial for LR2 I was asked whether I wanted to upgrade my existing PSE6 catalog.
    Screenshot of this can be found here: http://dawsons.id.au/temp/pse6-to-lr2-catalog.png
    That's it. I haven't imported any keywords via any other method.
    Thanks,
    Matt
    PS I'm impressed with the level of Lightroom team involvement in these forums. I've been a PSE user for at least 5 years and have never received feedback from that team re posts/support calls/feature request/bug reports. I've been a LR user for about two weeks and I've already had Tom and yourself reply to my posts. You've got to be happy with that!

  • Deploy EAR from command prompt

    What is the best way to deploy an EAR from the command prompt using JDEV11g?

    Are you trying to deploy your application as EAR or are you trying to deploy the EAR file to an WLS ?
    If you are trying to deploy your application you can use ojdeploy
    ojdeploy -workspace /usr/jdoe/Application1.jws  -profile * If you are trying to deploy the EAR to an WLS
    wlserver_10.3\server\bin\setWLSEnv.cmd
    java weblogic.Deployer -adminurl "http://wls:7101" -remote -username "user" -password  "pass" -deploy -upload MyApp.ear -targets  AdminServer

  • Impact of upgrade from SAP CRM Interaction Center 4.0 to 5.0 on Genesys CTI

    Hi Friends,
    I would like to know that what is the impact of upgrade from SAP CRM Interaction Center 4.0 to 5.0 on Genesys CTI software.
    1) Will there be anything we need to change?
                for e.g.
                     a) Settings
                     b) Software
                     c) Hardware
    2) What do we need to keep in mind when upgrading from SAP CRM Interaction Center 4.0 to 5.0?

    Hello!
    The biggest change you must face is related to Java. If you had CRM4.0 Java configuration, you must change your settings to the non-java configuration CRM5.0 has. Most of those changes are performed by the upgrade program, but you must activate services in transaction SCIF.
    Your other concerns:
    - Software: Most of the Genesys releases are compatible with both java and non java configurations. Anyway, I am sure Genesys has compatibility instructions.
    - Hardware: No changes to my knowledge
    <b>Hope it helps. Please, reward points if so</b>
    Regards
    Joaquin

  • Execute Ear from commandline

    Hi,
    I want to delplooy(execute) an Ear into WAS from commandprompt,please help me how to deploy the Ear from commandprompt,....can any body give the related links
    ragards
    srinivas

    Hi
    please go through this thread
    how to deploy ear files from command line
    If you find this helpful ,dont forget to reward some points
    regards
    rajeshkr

  • Find classes in ear from a outside class

    How can we find classes located in a ear from a class that is located outside the
    archive? Is it possible?
    Regards
    Nick

    Well, the purpose of an ear file is to bundle your entire application into one
    file.
    If you have a class B that needs to use class A which just happens to be in your
    ear file, I would think that this file resides in a completely different Application
    on the server.
    If that's the case, then you definitely need to place class A which is in your
    ear file into the classpath of the application which contains class B, or into
    the same ear file of class B's application.
    If not and both are part of the same application, then why isn't class B included
    in the ear file to begin with?
    Hope this helps..
    "Nick" <[email protected]> wrote:
    >
    How can we find classes located in a ear from a class that is located
    outside the
    archive? Is it possible?
    Regards
    Nick

  • HOW DO I REMOVE APPLICATIONS FROM WLS6 CONSOLE?

    Hi everybody,
    I compiled an ejb into a jar file and ADDED it to the list of already
    added applications through the WLS6 console (I have WLS6 installed on my Windows
    2000 machine).
    In the WLS6 console I clicked Deployments->EJB->Install a new EJB->Upload
    (to add a new ejb jar file).
    Now I wish to REMOVE (uninstall) this ejb from the list of added
    (installed) EJBs.
    I tried to delete the jar file from the WebLogic folder where this
    jar file was stored, but when I restarted WLS6 it displayed a panic that it was
    unable to find the EJB component. So I had to undelete the jar file from the Recycle
    Bin to the same WebLogic folder.
    What I conclude is that although the ejb component got removed it
    did not get UNINSTALLED .i.e some references to the jar file stayed on somewhere.
    How do I remove and UNINSTALL my ejb?
    Thanks in advance. As usual I am posting this everywhere to get attention.
    As usual sorry for the multiple postings.
    snodx

    Manual method:
    Stop the server. Back up anything important.
    There is a config.xml file that has an entry that points to your JAR. Delete
    this entry.
    There is your JAR file. Delete this JAR.
    There is data from/about your JAR in "do not delete" directory. Delete the
    directory that says "do not delete".
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "snodx" <[email protected]> wrote in message
    news:3b5bdc84$[email protected]..
    >
    Hi everybody,
    I compiled an ejb into a jar file and ADDED it to the list ofalready
    added applications through the WLS6 console (I have WLS6 installed on myWindows
    2000 machine).
    In the WLS6 console I clicked Deployments->EJB->Install a newEJB->Upload
    (to add a new ejb jar file).
    Now I wish to REMOVE (uninstall) this ejb from the list ofadded
    (installed) EJBs.
    I tried to delete the jar file from the WebLogic folder wherethis
    jar file was stored, but when I restarted WLS6 it displayed a panic thatit was
    unable to find the EJB component. So I had to undelete the jar file fromthe Recycle
    Bin to the same WebLogic folder.
    What I conclude is that although the ejb component gotremoved it
    did not get UNINSTALLED .i.e some references to the jar file stayed onsomewhere.
    >
    How do I remove and UNINSTALL my ejb?
    Thanks in advance. As usual I am posting this everywhere toget attention.
    As usual sorry for the multiple postings.
    snodx

  • UnDeploying EAR from Oracle App server using Ant Script

    I am trying to deploy & undeploy the ear file using the ant script.
    I am using the following script to undeploy the application
              <target name="undeploy" description="Undeploy Application">
              <java jar="${OCM_DIR}/jdev/lib/oc4j_remote_deploy.jar" fork="true">
                   <arg value="http://${ias.host}:${ias.em.port}/${ias.dcmservlet}/"/>
                   <arg value="${ias.admin}"/>
                   <arg value="${ias.admin.password}"/>
                   <arg value="undeploy"/>
                   <arg value="${ias.oracle.home}"/>
                   <arg value="${app.name}"/>
                   <arg value="${ias.oc4j.instance}"/>
              </java>
         </target>
    & getting the following error
    [java] Initializing log
    [java] Servlet interface for OC4J DCM commands
    [java] Command timeout defined at 600 seconds
    [java] Executing DCM command...
    [java] Executing command undeploy /oramp01/app/oracle/product/devmid01 jisdev JIS_sandbox_dev UNDEFINED
    [java] Command = UNDEPLOY
    [java] Opening connection to Oc4jDcmServlet
    [java] Setting userName to ias_admin
    [java] Sending command to DCM servlet
    [java] HTTP response code = 200, HTTP response msg = OK
    [java] Command was successfully sent to Oc4jDcmServlet
    [java] Receiving session id from servlet to check command status
    [java] Session id = aa63b901712fe1d1f07cfd44380b5459eda2437e860
    [java] Please, wait for command to finish...
    [java] Checking command status...
    [java] Setting userName to ias_admin
    [java] Setting Cookie to JSESSIONID=aa63b901712fe1d1f07cfd44380b5459eda2437e860
    [java] Checking command status
    [java] HTTP response code = 200, HTTP response msg = OK
    [java] Command has finished
    [java] Receiving command exit value
    [java] Receiving command output
    [java] **** No output was received from command
    [java] Closing connection to Oc4jDcmServlet
    [java] #### DCM command did not complete successfully (-8)
    [java] #### HTTP return code was -8
    [java] Java Result: -8
    Can you please let me know what is the problem and how can we fix it.
    Both the oracle as well as the jdev/lib/oc4j_remote_deploy.jar are of the version 10.1.2.
    Thanks,
    Vishnu

    I think you need:
    <arg value="-undeploy"/>
    (notice the -)
    Have you had any luck?

  • Upgrade from WLS6.0sp2rp3 Express  to WLS7.0 Express

    Hey all,
    I'm planning to upgrade our WLS6.0 Express to WLS 7.0 Express in our production
    server. I'm just wondering is it possible to upgrade directly from 6.0 to 7.0
    without upgrade to 6.1 first?
    Any successful story? Thx in advance!
    Henry

    see http://e-docs.bea.com/wls/docs70/upgrade/upgrade6xto70.html#1004574
    Henry Lo wrote:
    Hey all,
    I'm planning to upgrade our WLS6.0 Express to WLS 7.0 Express in our production
    server. I'm just wondering is it possible to upgrade directly from 6.0 to 7.0
    without upgrade to 6.1 first?
    Any successful story? Thx in advance!
    Henry

  • Impact delete Statuses from existing status profile

    Hi experts,
    What is the impact to the existing trade promotion plan if in configuration delete the existing statuses from  the existing status profile?
    Cheers.

    Hi Mini,
    We had to do this after we went live and it had a wide variety of consequences.
    I will just assume that this is not being done when already in production.
    a) If you have built some logic in the search based on the user status you will have to redo that
    b) Any logic which was done around authorization or status drop-down field control on UI has to be redone.
    c) Of-course if there was any reporting already done on the status then thats another point for you.
    Other than this the data integrity of the existing Promotions is affected.
    I hope this information will be helpful for you in making a cautious decision.
    Thanks!
    Amrut

  • Redeploying .ear in WLS6.0SP1 fails?

    When we redeploy an .ear file (uncheck the deployed box, copy the .ear
    file, check the deployed box - autoredeploy = off in this case ) in
    WLS6.0SP1 th EJB's are successfully redeployed, but the web-app always
    fails. It complains that the webapp xxx is already in use. (That
    figures, because we redeploy.).
    Another - related? - issue is when automatic redeploy is enabled under
    WinNT and you have a learge .ear file, it starts unjarring the file
    before it's completely copies thus throwing a zipfile in use error.

    When we redeploy an .ear file (uncheck the deployed box, copy the .ear
    file, check the deployed box - autoredeploy = off in this case ) in
    WLS6.0SP1 th EJB's are successfully redeployed, but the web-app always
    fails. It complains that the webapp xxx is already in use. (That
    figures, because we redeploy.).
    Another - related? - issue is when automatic redeploy is enabled under
    WinNT and you have a learge .ear file, it starts unjarring the file
    before it's completely copies thus throwing a zipfile in use error.

Maybe you are looking for

  • Could not complete the smart sharpen command because there is not enough memory (RAM)

    Hi, I'm trying to complete the AutoSharpen (Filter->Sharpen->AutoSharpen) feature but, i'm getting the following error when i click on "Ok". Error in Dialogue Box "Could not complete the smart sharpen command because there is not enough memory (RAM)"

  • Split and transform words

    I have a problem I'm having trouble solving. I have an application I write a textbox: 'SQL SQL' MICROSOFT 'SQL SQL' When I click a button, I wanted to receive as stored procedure parameter:   @ String = 'SQL SQL "OR MICROSOFT OR MICROSOFT OR' SQL SQL

  • XML Tree structure

    Hi there, I am in a datastructures class and we're supposed to create classes to represent an XML hierarchy in java. There is a base class that is inherited by the different node types (Document, Element, Text). Unfortunately I am running into an iss

  • Download error when I try to download ios5 from itunes

    ios5 downloads until the file is updated and then it causes an error message, says my network connection timed out, which is inaccurate! What can I do to install ios5?

  • Can't Install iOS 4.2 To My iPad....

    I've been trying to install the iPad update software but it stops when it reaches the Step 2 of the backing up process. Then iTunes crashes and goes no further. I force quit iTunes and try a soft reboot of the iPad. The iPad remains dark and unrespon