Upgrading to Weblogic 9.2

Hi
I'm upgrading an 8.1 app to 9.2. I've managed to deploy it, but when I try to access a web service I have deployed there it returns a 401 error, because it's trying to do basic authentication. It worked fine under 8.1.
I tried adding <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
to my config.xml, but this hasn't made any difference.
Is there anything else I need to do?
Any help would be appreciated.

Hi,
Upgrade report is giving me following warning. Is my above problem is due to this warning?
The project <Application Name> references netui-pageflow.jar, which contains an 8.1 WLS XMLBean, com.bea.wlw.netui.pageflow.schema.webapp23.EjbLinkDocument. Regenerate the JAR to use Apache XMLBeans.
If yes then how to resolve this issue. Any suggestion guys.
Thanks in advance.
Regards,
SandeepK

Similar Messages

  • How to upgrade  from  weblogic  10.3.5 to  10.3.6

    Hello   I have been deployed  three  Weblogic  domains  across  two Windows servers  2008 R2,  one  domain  host  oracle business intelligence  publisher,  one domain  host  JEE enterprise applications and one domain  will  host Oracle form and Oracle  report.
    My  JEE applications are  supposed to  be deployed on  WEBLOGIC  10.3.6 since  the first  thing  I  did  was  installed  ORACLE  BUSINESS INTELLIGENCE PUBLISHER  following  Oracle recommendation which is  to run setup.exe enterprise install for new installation on the first Windows server and run setup.exe enterprise install scale out out on the second server,
    I hoped the installer  was  installed weblogic server 10.3.6 but instead was installed WebLogic Server 10.3.5.0; The version Of BI_PUBLISher standalone I installed is 11.1.1.7.0, according the certification Matrix this version on Windows 2008 R2 is certified for Oracle JDK 1.6.0_35+ for WEBLOGIC 10.3.5.0  and Oracle JDK 1.7.0_07+ for  weblogic 10.3.6 I do not underatnd  why the installer  installed  Windows 10.3.5 rather than 10.3.6.
    My  question is  can I upgrade to WEBLOGIC 10.3.6 and Oracle JDK 1.7.0_07+, if yes could you explain to  me   the procedure...  

    check this Installing and Setting Up Oracle BI Applications
    Prerequisite to Running the Business Analytics Applications Suite Installer
    Make sure you have met the following prerequisites before you run the Business Analytics Applications Suite installer:
    The installer is a generic installer and requires JDK or JRockit to be installed. See Section 3.2.1, "Installing JDK or JRockit," for more information.
    35 GB free disk space is required to run the Business Analytics Applications Suite installer. This disk space will be released after the installer finishes.
    To run the Business Analytics Applications Suite installer:
    Launch the Business Analytics Applications Suite installer by entering the following: 
    The Business Analytics Applications Suite installer displays the Welcome screen.
    Platform
    Command
    Windows
    In a command prompt:
    setup.exe -jreLoc <Drive:\...\jdk or jrockit location>
    Where jdk or jrockit location is the directory that contains the bin folder.
    For example:
    setup.exe -jreLoc C:\jdk
    UNIX and Linux
    ./runInstaller -jreLoc <jdk or jrockit location>
    Note: If you are running the installer on a Linux machine that does not have the file /etc/oraInst.loc, the Specify Inventory Location screen will display. For information about this screen, see Section B.1, "Specify Inventory Location."
    open a new thread for new issues please

  • Upgrade from Weblogic 10.3.1 to 10.3.3    Issues

    Hi
    We are in process of migrating/upgrading from Weblogic server 10.3.1 to 10.3.3.
    A heavily distributed application is being migrated with high volume transaction on clustered environment.
    Have anybody experienced any issues/ concerns when migrating from Weblogic 10.3.1 to 10.3.3?
    Please share your experience.
    Thanks
    Edited by: user4151568 on Oct 28, 2011 8:55 AM
    Edited by: user4151568 on Oct 28, 2011 8:55 AM
    Edited by: user4151568 on Oct 28, 2011 8:55 AM

    Hi,
    Use the below link to  upgrade from 10.3.5 to 10.3.6
    https://gdgprasad.wordpress.com/2014/05/03/how-to-upgrade-web-logic-server-wls-10-3-5-to-10-3-6-in-windows-64-bit/
    http://docs.oracle.com/cd/E24902_01/doc.91/e18840/upgrade_1036.htm#EOHWL193
    How Can I Download Upgrade Installers for Oracle WebLogic Server (WLS)? [ID 1074946.1]
    First try to upgrade your test Environment and then you can see if you face any issue or not.
    Hope it helps

  • NoClassDefFoundError after upgrading to Weblogic 8.1 sp2 to sp4

    Hi ,
    I have stuck in a problem where my application is using jco.jar file for SAP integration to my java application.
    I have a java class "BAPI_IncentiveReport" in which it calls "addClientPool" that is in JCO class in jco.jar file but it is giving NoClassDefFoundError after i upgraded my Weblogic server 8.1 sp2 to sp4.
    I have jco.jar under /opt/mspd/domains/mspdapps/lib as well as  libjRFC11.jco,libjRFC12.jco and librfccm.so files there. I also tried by keeping them under my application WEB-INF/lib folder but it is giving me same error.
    package com.mindspeed.incentiverpt;
    import com.sap.mw.jco.*;
    import java.util.*;
    import java.io.*;
    import com.mindspeed.Configuration;
    public class BAPI_IncentiveReport
        private String rptId;
        private String aecode;
        private boolean submit= false;
        private static final String POOL_NAME=
            com.mindspeed.Configuration.get("sap_inckey");
    BAPI_IncentiveReport constructor comment.
    public BAPI_IncentiveReport() {
        super();
    BAPI_IncentiveReport constructor comment.
    public BAPI_IncentiveReport(String rptId, String aecode)
        super();
        this.aecode = aecode;
        this.rptId = rptId;
    public EmployeeAttr[] getAeCodeNames()
        boolean retval= false;
        JCO.Client client= null;
        EmployeeAttr[] empnames= null;
        Hashtable empallData= new Hashtable();
        Hashtable aecodeData= new Hashtable();
        try
               /* This is the point where it is giving NoClassDefFoundError.Till here every thing is executing------>*/
                 JCO.addClientPool(
                com.mindspeed.Configuration.get("sap_inckey"),
                Integer.parseInt(Configuration.get("sap_maxcon")),
                Configuration.get("sap_client"),
                Configuration.get("sap_incuser"),
                Configuration.get("sap_incpassword"),
                Configuration.get("sap_language"),
                Configuration.get("sap_host"),
                Configuration.get("sap_incsystemnumber"));
            String timeinterval= "99991231";
            IRepository repos=
                JCO.createRepository("ESSRepos", Configuration.get("sap_inckey"));
            client= JCO.getClient(Configuration.get("sap_inckey"));
            System.out.println("Sagar");
            System.out.println(rptId);
            System.out.println(aecode);
            IFunctionTemplate ftemplate= repos.getFunctionTemplate("ZRFC_GET_PID");
            JCO.Function function= new JCO.Function(ftemplate);
            JCO.ParameterList input= function.getImportParameterList();
            input.setValue(rptId, "RPT_ID");
            input.setValue(aecode, "AECODE");
            client.execute(function);
            JCO.ParameterList output= function.getExportParameterList();
            System.out.println(output);
            JCO.Table dirrpt= function.getTableParameterList().getTable("DIRRPT");
    . and more code
    The error it is giving is
    >
    <Apr 5, 2006 5:13:13 AM PDT> <Error> <HTTP> <BEA-101017> <[ServletContext(id=138
    06908,name=web,context-path=/web)] Root cause of ServletException.
    java.lang.NoClassDefFoundError
            at com.mindspeed.incentiverpt.BAPI_IncentiveReport.getAeCodeNames(BAPI_I
    ncentiveReport.java:112)
            at jsp_servlet._incentiverpt.__incrpthome._jspService(__incrpthome.java:
    193)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
            at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1006)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:419)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:315)
            at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
    cherImpl.java:322)
            at com.mindspeed.incentiverpt.Inc
    Please help me out.
    Thanks in advance
    Nirmal Shah

    I have the same problem - my data had better not be gone!  Why won't Apple address this problem?

  • Upgrading the weblogic portal from 9.2 to 10.3

    Can you please help me on the list of activities to be carried out in upgrading the weblogic portal from 9.2 to 10.3

    If you are currently running Mac OS 9.2.x from your hard drive, you are already doing it. You should be able to download and run the appropriate firmware updater.
    http://docs.info.apple.com/article.html?artnum=86117

  • Windows Server Upgrade and Weblogic 8.1

    Hi,
    We have a J2EE Application currently running on Windows 2000 Server with "Websphere App Server 8.1.5", JDK 1.4.2 and Documentum 5.2.5. Plnning to upgrade the windows server to 2008. I hope Weblogic Server 8.1 can be installed on 2008 server, but can anybody had hands on experience of installing and working with weblogic 8.1.5 on windows 2008 server. Any information on this is appreciated.
    Thanks
    Sam

    That is an internal use API that you shouldn't be using.
    I don't know enough about what your jndi authenticator code needs to suggest
    a replacement, but it sounds like it needs a JCE provider. You could try to
    replace it with
    another JCE provider (maybe SunJCE, or BouncyCastle would work?)
    Tony
    "Pam Schultz" <[email protected]> wrote in message
    news:[email protected]..
    >
    In Weblogic 7.1, we had an jndi authenticator class for SSL with this lineof code:
    >
    java.security.Security.addProvider(new com.certicom.ecc.jcae.Certicom());
    The com.certicom.ecc.jcae.Certicom() class was included in the 7.1eblogic.jar
    file. It is no longer part of the 8.1 weblogic.jar file. Anyone know whatit should
    be replaced with?
    Thanks...

  • Options for upgrading from weblogic 10.3.0 for 'workshop' applications?

    We have a few upgraded Workshop applications that we need to keep running and don't want to have to rewrite - they are successfully deployed on a 10.3.0.0 server. As of 10.3.1 Oracle seems to have dropped all support for workshop. Is there a way to upgrade the 10.3.0.0 server such that the apps will run, or to run these apps on a 10.3.2 or later server? If so, does documentation exist? Thanks!

    hi,
    Even i want to connect webspere MQ 7 with weblogic 10.3, can u suggest me some document where i can follow step by step?
    I have too tried using some binding file,but it is not reading the same.

  • Upgrading from weblogic 10.3.0.0 to 10.3.2.0?

    Hey guys,
    I am currently trying to upgrade my 10.3.0.0 weblogic server to 10.3.2.0 and i receive an error message stating that
    "The product maintenance level of the current installer (Weblogic Server:10.3.2.0) is not compatible with the maintenance level of the product installed on your system (Weblogic Server 10.3.0.0). Please obtain a compatible installer or perform maintenance on your current system to achieve the desired level."
    My question is:
    - Is there an out of the box easy way to upgrade from 10.3.0.0 to 10.3.2.0?
    thanks.

    Hi,
    Try giving a different BEA_HOME for weblogic server 10.3.2.0. I think this should help!

  • Steps to upgrade from Weblogic Portal 8.1 to Webcenter Portal 11.1.1.6

    Currently I'm involved in consulting for a client who has Weblogic Portal (WLP) 8.1. I'm trying to find documentation for upgrade from WLP 8.1 to Webcenter 11.1.1.6.
    I found the below link but the starting point for upgrade is Oracle WebCenter 10g (10.1.3)
    http://docs.oracle.com/cd/E23943_01/doc.1111/e22628/wcmap.htm
    I'm not clear if I should migrate from WLP 8.1 to WLP 10.3.x and then to Webcenter or direct migration from WLP 8.1 to Webcenter is possible ?
    Any pointers / links / case study would be helpful.
    Thanks for the helping soul in advance.

    Thank you jiri for the quick response.
    Regarding your comment 'upgrade from WLP 8.1 to WLP 10.3.5 is not for free', I did some search and found that the documentation is available for upgrading from 8.1 to 10.3.4 as below :
    http://docs.oracle.com/cd/E26806_01/wlp.1034/e14253/upgrade_process.htm
    Also when I went to the 10.3.5 documentation library (http://docs.oracle.com/cd/E35968_01/index.htm), I found the below link (where the upgrade process points 8.1 to 10.3.4 instead of 8.1 to *10.3.5*)
    http://docs.oracle.com/cd/E26806_01/wlp.1034/e14253/toc.htm
    My understanding (after reading the documentation + your comment) is that we can upgrade from 8.1 to 10.3.4 but to upgrade to 10.3.5 we need to pay Oracle. Could you point me to a link which has that information ?
    Thank you for your help.

  • Error after upgrading to Weblogic Server 4.5.1

    Hi,
    We upgraded Weblogic server version 4.0.3 to version 4.5.1 service pack
    18. Since after the upgrade, when I try to check the version installed,
    I get the error message that T3 admin. is not found. I can't even use
    java utils to check my version. I have tried redoing the class path and
    shared library path, but nothing works. Can please somebody help me? We
    are using Solaris 2.7 operating system and JDK version 1.1.8_12.
    Thanks.

    Hi Robert,
    Thanks for the suggestion. I reinstalled 4.5.1 from the CD and everything works. I haven't installed the
    service patch 13 yet. My next question from you is: Do I need to make changes to the application to use it
    on WLS 4.5.1. This application was written around 4.0.3 and JDK 1.1.6. I have also upgraded the JDK to
    version "Solaris_JDK_1.1.7_08a".
    Following is the error I receive in the log file:
    com.leretanet.common.hi.LoginServlet init parameters:
    Loading com/leretanet/common/leretanet.properties
    Unable to load properties file 'com/leretanet/common/leretanet.properties'.
    File 'com/leretanet/common/leretanet.properties' not found on classpath.
    Mon Jan 08 20:48:36 PST 2001:<E> <ServletContext-Servlets> Servlet failed with RuntimeException
    Mon Jan 08 20:48:36 PST 2001:<E> <ServletContext-Servlets> java.lang.NullPointerException
    Attached is the startup batch script that we are using to start weblogic services.Application classes are
    under the /work/weblogic/classes directory. Logically, it should find everything. Application does display
    the Login page. It dies after I enter userId and password.
    Any input? Since you were so helpful last time, I thought I'll try my luck.
    Thanks.
    Zahida
    Robert Patrick wrote:
    It sounds like your installation has been corrupted. I just sent you email with the classes from this
    directory -- if this doesn't work, you should probably re-download and re-install...
    Hope this helps,
    Robert
    Zahid aSharief wrote:
    Hi Robert,
    Thanks for being so helpful. You have helped me more than the BEA tech support. I've been going in
    circle with them and not being able to find any answers. Well, the InitialReferenceConstants.class
    is part of NT install. I do have an NT development server, when I did the search on that class I
    found it in rmi/entention directory. I don't see it in Unix classes. Although, I downloaded the
    upgrade from BEA's website, may be I used the wrong download?
    Just for testing purpose, I copied that class file from my NT server to the Unix server and when I
    did the version check I got the ClassDef error on another Class. I kept copying the class files
    that it was not finding on my Unix server from my NT server. I'm down to a file that does not
    exist in NT. Here's the error:
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/BasicRemoteObjectReference
    at weblogic.rjvm.Kernel.declareProperties(Compiled Code)
    at weblogic.rjvm.Kernel.ensureInitialized(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.Admin.connect(Compiled Code)
    at weblogic.Admin.main(Compiled Code)
    Now what do I do?
    Thanks again.
    Zahida.
    Robert Patrick wrote:
    Make sure that your classpath is set properly...
    D:\>dir weblogic451\classes\weblogic\rmi\extensions\InitialReferenceConstants.class
    Volume in drive D has no label.
    Volume Serial Number is 501A-BD5F
    Directory of D:\weblogic451\classes\weblogic\rmi\extensions
    09/30/99 05:48p 553 InitialReferenceConstants.class
    1 File(s) 553 bytes
    1,465,065,472 bytes free
    D:\>
    Zahid aSharief wrote:
    Hi Robert,
    Thanks for your help. I tried changing the classpath. Now I get the following error message:
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/InitialReferenceConstants
    at weblogic.Admin.connect(Compiled Code)
    at weblogic.Admin.main(Compiled Code)
    What else am I missing?
    Thanks again.
    Robert Patrick wrote:
    WL_HOME=/opt/weblogic; export WL_HOME
    CLASSPATH=$WL_HOME/lib/weblogic451sp13.jar:$WL_HOME/classes:$WL_HOME/lib/weblogicaux.jar;
    export CLASSPATH
    java weblogic.Admin t3://localhost:7001 VERSION
    Hope this helps,
    Robert
    Zahid aSharief wrote:
    Hi,
    We upgraded Weblogic server version 4.0.3 to version 4.5.1 service pack
    18. Since after the upgrade, when I try to check the version installed,
    I get the error message that T3 admin. is not found. I can't even use
    java utils to check my version. I have tried redoing the class path and
    shared library path, but nothing works. Can please somebody help me? We
    are using Solaris 2.7 operating system and JDK version 1.1.8_12.
    Thanks.

  • Javax.jms.InvalidSelectorException occurs when upgrade to weblogic 12c

    Recently, our team upgrade weblogic server from 11g to 12c,  some errors occur when start web application in weblogic domain.
    The error is related to message driven bean,  below is the part of  ejb-jar.xml definition:
      <message-driven id="message-driven_1">
          <description>Message Driven Bean</description>
          <display-name>Message Configuration (MDB)</display-name>
          <ejb-name>Logger</ejb-name>
          <ejb-class>com.logging.mdb.Logger</ejb-class>
          <messaging-type>javax.jms.MessageListener</messaging-type>
          <transaction-type>Container</transaction-type>
          <message-destination-type>javax.jms.Queue</message-destination-type>
          <activation-config>
                <activation-config-property>
                    <activation-config-property-name>messageSelector</activation-config-property-name>
                    <activation-config-property-value>DELIVERY='IMMEDIATE'</activation-config-property-value>
                </activation-config-property>
                <activation-config-property>
                    <activation-config-property-name>acknowledgeMode</activation-config-property-name>
                    <activation-config-property-value>Auto-acknowledge</activation-config-property-value>
                </activation-config-property>
                <activation-config-property>
                     <activation-config-property-name>destinationType</activation-config-property-name>
                     <activation-config-property-value>javax.jms.Queue</activation-config-property-value>
                </activation-config-property>
          </activation-config>
      </message-driven>
    When start application below errors show up:
    <Dec 18, 2013 6:24:05 AM PST> <Warning> <EJB> <SLC02PGO> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1387376645415> <BEA-010061> <The Message-Driven EJB Logger is unable to connect to the JMS destination edx/queue/logger. The Error was:
    javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    ####<Dec 18, 2013 6:24:15 AM PST> <Warning> <EJB> <SLC02PGO> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1387376655414> <BEA-010096> <The Message-Driven EJB MessageDispatcher is unable to connect to the JMS destination or bind to JCA resource adapter edx.queue.outbound. The onnection failed after 124 attempts. The MDB will attempt to reconnect/rebind every 10 seconds. This log message will repeat every 600 seconds until the condition clears.>
    It works well in weblogic 11g,   not sure whether there's any changes in weblgic 12c.
    I'm appreciate if there's someone can help me on this issue.
        <message-driven id="message-driven_1">
          <description>Message Driven Bean</description>
          <display-name>Message Configuration (MDB)</display-name>
          <ejb-name>Logger</ejb-name>
          <ejb-class>com.edocs.fs.logging.mdb.Logger</ejb-class>
          <messaging-type>javax.jms.MessageListener</messaging-type>
          <transaction-type>Container</transaction-type>
          <message-destination-type>javax.jms.Queue</message-destination-type>
          <activation-config>
            <activation-config-property>
              <activation-config-property-name>messageSelector</activation-config-property-name>
              <activation-config-property-value>DELIVERY='IMMEDIATE'</activation-config-property-value>
            </activation-config-property>
            <activation-config-property>
              <activation-config-property-name>acknowledgeMode</activation-config-property-name>
              <activation-config-property-value>Auto-acknowledge</activation-config-property-value>
            </activation-config-property>
            <activation-config-property>
              <activation-config-property-name>destinationType</activation-config-property-name>
              <activation-config-property-value>javax.jms.Queue</activation-config-property-value>
            </activation-config-property>
          </activation-config>
          <resource-ref id="ResRef_Logger_1">
            <res-ref-name>jdbc/LoggerDataSource</res-ref-name>
            <res-type>javax.sql.DataSource</res-type>
            <res-auth>Container</res-auth>
          </resource-ref>
        </message-driven>

    Hi,
    I debug the application, I found my @ViewScoped ManagedBeans, they're recreated after you click a button or select a item in combobox
    Here is a piece of code:
        @PostConstruct
        public void resolveEntity() {
            Object sEntity = FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get("entity");
            entity = (BctTbOportunidade) sEntity;
             FacesContext.getCurrentInstance().getExternalContext().getSessionMap().remove("entity");
            if (entity == null) {
                entity = new BctTbOportunidade();
    I use @postConstruct to get a entity from another page in sessionMap(I set a item from a table and use this method to modify a entity in a other page).
    When I click a button or select a item in combobox in same page @PostConstruct method is called but values are lost. No Exceptions are thrown by server.
    I found a artice written by BalluC that some versions of jsf 2.1 has this behavior The BalusC Code: The benefits and pitfalls of @ViewScoped
    I already configured my web.xml to set false javax.faces.PARTIAL_STATE_SAVING 
    But this behavior continues.
    The jsf version deployed in my weblogic 12c is 2.1.7.

  • After upgrade of Weblogic 8.1 to 9.2 web application fails to function

    Hi,
    After spending days and days together to get the upgrade to complete and finally build the web application, when i now try to run the web application, the admin (note i am runing under weblogic workshop domain) server gives the following warnings when starting up and the application throws a lot of exceptions related to netui pageflows. Kindly help.
    <Jul 2, 2010 1:40:02 PM PDT> <Error> <WSRP-Consumer> <BEA-420731> <Exception [java.security.PrivilegedActionException: com.bea.wsrp.consumer.managemen
    t.portlet.ProxyPortletManagerException: java.lang.ClassCastException: com.bea.wsrp.services.persistence.internal.ProxyPortletPersistenceManagerImpl_fx
    ifd8_LocalHomeImpl] thrown while trying to do task [handleTimerNotification] in class [com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveList
    ener].
    java.security.PrivilegedActionException: com.bea.wsrp.consumer.management.portlet.ProxyPortletManagerException: java.lang.ClassCastException: com.bea.
    wsrp.services.persistence.internal.ProxyPortletPersistenceManagerImpl_fxifd8_LocalHomeImpl
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener.handleNotification(ProxyPortletRemoveListener.java:197)
    at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
    at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
    Truncated. see log file for complete stacktrace
    com.bea.wsrp.consumer.management.portlet.ProxyPortletManagerException: java.lang.ClassCastException: com.bea.wsrp.services.persistence.internal.ProxyP
    ortletPersistenceManagerImpl_fxifd8_LocalHomeImpl
    at com.bea.wsrp.consumer.management.ProxyPortletManagerImpl.getRemovableProxyPortlets(ProxyPortletManagerImpl.java:485)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener$ProxyPortletRemover.run(ProxyPortletRemoveListener.java:330)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener.handleNotification(ProxyPortletRemoveListener.java:197)
    Truncated. see log file for complete stacktrace
    java.lang.ClassCastException: com.bea.wsrp.services.persistence.internal.ProxyPortletPersistenceManagerImpl_fxifd8_LocalHomeImpl
    at com.bea.wsrp.consumer.management.AbstractAdapter.getLocalPPPM(AbstractAdapter.java:313)
    at com.bea.wsrp.consumer.management.AbstractAdapter.getProxyPortletPersistenceManager(AbstractAdapter.java:293)
    at com.bea.wsrp.consumer.management.ProxyPortletManagerImpl.getRemovableProxyPortlets(ProxyPortletManagerImpl.java:483)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener$ProxyPortletRemover.run(ProxyPortletRemoveListener.java:330)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    Truncated. see log file for complete stacktrace
    <Jul 2, 2010 1:40:04 PM PDT> <Error> <netuix> <BEA-423147> <Exception [java.lang.ClassCastException: Cannot narrow remote object com.bea.netuix.applic
    ation.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImpl@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationM
    anagerHome] thrown while trying to do task [initPortalPresentationManager] in class [com.bea.netuix.servlets.manager.PortalServlet].
    java.lang.ClassCastException: Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImp
    l@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationManagerHome
    at weblogic.corba.server.naming.ReferenceHelperImpl.narrow(ReferenceHelperImpl.java:206)
    at weblogic.rmi.extensions.PortableRemoteObject.narrow(PortableRemoteObject.java:88)
    at weblogic.iiop.PortableRemoteObjectDelegateImpl.narrow(PortableRemoteObjectDelegateImpl.java:32)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:137)
    at com.bea.netuix.servlets.manager.PortalServlet.initPortalPresentationManager(PortalServlet.java:418)
    Truncated. see log file for complete stacktrace
    <Jul 2, 2010 1:40:04 PM PDT> <Error> <netuix> <BEA-423393> <An exception was thrown while running PortalServlet.init: [ javax.servlet.ServletException
    : Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImpl@11ef9a9 to com.bea.netuix.
    application.manager.persistence.PortalPresentationManagerHome ].
    javax.servlet.ServletException: Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeI
    mpl@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationManagerHome
    at com.bea.netuix.util.ThrowServletException.throwServletException(ThrowServletException.java:28)
    at com.bea.netuix.servlets.manager.PortalServlet.initPortalPresentationManager(PortalServlet.java:430)
    at com.bea.netuix.servlets.manager.PortalServlet.initCommon(PortalServlet.java:378)
    at com.bea.netuix.servlets.manager.PortalServlet.reinitInternal(PortalServlet.java:234)
    at com.bea.netuix.servlets.manager.PortalServlet.initInternal(PortalServlet.java:225)
    Truncated. see log file for complete stacktrace
    java.lang.ClassCastException: Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImp
    l@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationManagerHome
    at weblogic.corba.server.naming.ReferenceHelperImpl.narrow(ReferenceHelperImpl.java:206)
    at weblogic.rmi.extensions.PortableRemoteObject.narrow(PortableRemoteObject.java:88)
    at weblogic.iiop.PortableRemoteObjectDelegateImpl.narrow(PortableRemoteObjectDelegateImpl.java:32)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:137)
    at com.bea.netuix.servlets.manager.PortalServlet.initPortalPresentationManager(PortalServlet.java:418)
    Truncated. see log file for complete stacktrace

    Hi,
    After spending days and days together to get the upgrade to complete and finally build the web application, when i now try to run the web application, the admin (note i am runing under weblogic workshop domain) server gives the following warnings when starting up and the application throws a lot of exceptions related to netui pageflows. Kindly help.
    <Jul 2, 2010 1:40:02 PM PDT> <Error> <WSRP-Consumer> <BEA-420731> <Exception [java.security.PrivilegedActionException: com.bea.wsrp.consumer.managemen
    t.portlet.ProxyPortletManagerException: java.lang.ClassCastException: com.bea.wsrp.services.persistence.internal.ProxyPortletPersistenceManagerImpl_fx
    ifd8_LocalHomeImpl] thrown while trying to do task [handleTimerNotification] in class [com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveList
    ener].
    java.security.PrivilegedActionException: com.bea.wsrp.consumer.management.portlet.ProxyPortletManagerException: java.lang.ClassCastException: com.bea.
    wsrp.services.persistence.internal.ProxyPortletPersistenceManagerImpl_fxifd8_LocalHomeImpl
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener.handleNotification(ProxyPortletRemoveListener.java:197)
    at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
    at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
    Truncated. see log file for complete stacktrace
    com.bea.wsrp.consumer.management.portlet.ProxyPortletManagerException: java.lang.ClassCastException: com.bea.wsrp.services.persistence.internal.ProxyP
    ortletPersistenceManagerImpl_fxifd8_LocalHomeImpl
    at com.bea.wsrp.consumer.management.ProxyPortletManagerImpl.getRemovableProxyPortlets(ProxyPortletManagerImpl.java:485)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener$ProxyPortletRemover.run(ProxyPortletRemoveListener.java:330)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener.handleNotification(ProxyPortletRemoveListener.java:197)
    Truncated. see log file for complete stacktrace
    java.lang.ClassCastException: com.bea.wsrp.services.persistence.internal.ProxyPortletPersistenceManagerImpl_fxifd8_LocalHomeImpl
    at com.bea.wsrp.consumer.management.AbstractAdapter.getLocalPPPM(AbstractAdapter.java:313)
    at com.bea.wsrp.consumer.management.AbstractAdapter.getProxyPortletPersistenceManager(AbstractAdapter.java:293)
    at com.bea.wsrp.consumer.management.ProxyPortletManagerImpl.getRemovableProxyPortlets(ProxyPortletManagerImpl.java:483)
    at com.bea.wsrp.consumer.management.portlet.ProxyPortletRemoveListener$ProxyPortletRemover.run(ProxyPortletRemoveListener.java:330)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    Truncated. see log file for complete stacktrace
    <Jul 2, 2010 1:40:04 PM PDT> <Error> <netuix> <BEA-423147> <Exception [java.lang.ClassCastException: Cannot narrow remote object com.bea.netuix.applic
    ation.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImpl@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationM
    anagerHome] thrown while trying to do task [initPortalPresentationManager] in class [com.bea.netuix.servlets.manager.PortalServlet].
    java.lang.ClassCastException: Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImp
    l@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationManagerHome
    at weblogic.corba.server.naming.ReferenceHelperImpl.narrow(ReferenceHelperImpl.java:206)
    at weblogic.rmi.extensions.PortableRemoteObject.narrow(PortableRemoteObject.java:88)
    at weblogic.iiop.PortableRemoteObjectDelegateImpl.narrow(PortableRemoteObjectDelegateImpl.java:32)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:137)
    at com.bea.netuix.servlets.manager.PortalServlet.initPortalPresentationManager(PortalServlet.java:418)
    Truncated. see log file for complete stacktrace
    <Jul 2, 2010 1:40:04 PM PDT> <Error> <netuix> <BEA-423393> <An exception was thrown while running PortalServlet.init: [ javax.servlet.ServletException
    : Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImpl@11ef9a9 to com.bea.netuix.
    application.manager.persistence.PortalPresentationManagerHome ].
    javax.servlet.ServletException: Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeI
    mpl@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationManagerHome
    at com.bea.netuix.util.ThrowServletException.throwServletException(ThrowServletException.java:28)
    at com.bea.netuix.servlets.manager.PortalServlet.initPortalPresentationManager(PortalServlet.java:430)
    at com.bea.netuix.servlets.manager.PortalServlet.initCommon(PortalServlet.java:378)
    at com.bea.netuix.servlets.manager.PortalServlet.reinitInternal(PortalServlet.java:234)
    at com.bea.netuix.servlets.manager.PortalServlet.initInternal(PortalServlet.java:225)
    Truncated. see log file for complete stacktrace
    java.lang.ClassCastException: Cannot narrow remote object com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImp
    l@11ef9a9 to com.bea.netuix.application.manager.persistence.PortalPresentationManagerHome
    at weblogic.corba.server.naming.ReferenceHelperImpl.narrow(ReferenceHelperImpl.java:206)
    at weblogic.rmi.extensions.PortableRemoteObject.narrow(PortableRemoteObject.java:88)
    at weblogic.iiop.PortableRemoteObjectDelegateImpl.narrow(PortableRemoteObjectDelegateImpl.java:32)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:137)
    at com.bea.netuix.servlets.manager.PortalServlet.initPortalPresentationManager(PortalServlet.java:418)
    Truncated. see log file for complete stacktrace

  • Appc error when upgrade from weblogic sp5 to sp6

    Hi,
    I got an appc compilation error for an Entity Bean. It is exactly the same code. the generated xxxx__WebLogic_CMP_RDBMS.java compiles in weblogic8.1sp5. After upgrading to sp6, I got the following error for "cannot resolve symbol
    symbol : method setStringForClob (int,java.lang.String)
    location: interface oracle.jdbc.OraclePreparedStatement".
    I checked the generated java code. addition code is generated on sp6 which reference to oracle.jdbc.OraclePreparedStatement.setStringForClob().
    The databased used is oracle 9i. driver is oracle shipped ojdbc14.jar for 9i. If I change to 10g driver, it compiles of course. But we don't have plan to upgrade the driver.
    Would someone help me find what is wrong.
    Thanks alot
    JC

    any ideas about this problem?? i am getting the same error. is it a bug in the weblogic sp 6??
    Thanks,
    Raj

  • Upgrading the weblogic domain from 10.0 to 10.3

    i am having my weblogic domain version 10.0 , i would like to upgrade my domain to 10.3. Is there any way i can upgrade to 10.3 without new installation using some patch or smartupdate tool.Or, do i definitely need a new installation. Can you please suggest me and can you please let me know if there is any procedure to do that.

    Your Weblogic 10.0 domain should be able to work (at least with WLS 10.3.5) without any modificaiton.
    In any case if you still want to update, WLS comes with a tool that performes that for you (Weblogic Upgrade Wizard) which is documented here:
    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13754/upgrade_dom.htm#i1089586

  • Solved: Upgrading JDeveloper/WebLogic/ADF - What are the steps?

    Before installing the new JDeveloper, are there any best practices on upgrading that include WebLogic and ADF?
    Thanks, Ken

    Shay,
    Okay, that wan't quite the answer I was looking for. After looking through the docs as you suggested (two paragraphs weren't enough help), I found the following that meets my needs:
    http://www.oracle.com/technology/products/middleware/upgrade/index.html
    http://download.oracle.com/docs/cd/E12839_01/upgrade.1111/e10127/upgrade_adf_env.htm#CCAGGHFIA version of Oracle JDeveloper 11g (11.1.1.0.x) was made available to Oracle customers before the release of Oracle Fusion Middleware 11g.
    If you have already installed and configured an Oracle WebLogic Server domain using the Oracle JDeveloper 11g (11.1.1.0.x), then you should be aware that Oracle Fusion Middleware 11g and the new Oracle JDeveloper 11g (11.1.1.1.0) provides a newer version of the Oracle ADF runtime software.
    To upgrade your existing Oracle WebLogic Server domain with the newer Oracle ADF 11g (11.1.1.1.0) runtime software:
    1. Open the uninstaller for of the Oracle WebLogic Server instance you want to upgrade.
    You can find the Oracle WebLogic Server uninstaller in the following location:
    On UNIX systems:
    WLS_HOME/wlserver_10.3/uninstall/uninstall.sh
    On Windows systems:
    WLS_HOME\wlserver_10.3\uninstall\uninstall.cmd
    Note that on a headless server (such as a Linux or UNIX-based system), you may have to set the DISPLAY variable to an X Server like VNC or Xming.
    2. Select JDeveloper 11g (11.1.1.0.x) Studio Edition 11.1.1.0.0.
    3. Deselect everything under WebLogic Server.
    4. Click Next to complete the uninstall. If you're interested you can click on the Details button to see what was uninstalled.
    5. Open the JDeveloper 11.1.1.1.0 installer.
    6. Select the Oracle WebLogic Server instance where you want to install the new version of the ADF runtime.
    7. Deselect everything, and then select only Application Development Framework Runtime.
    Note that this will also automatically select the JDeveloper and ADF folders.
    8. To avoid class loading issues, rebuild all your EAR files.

  • Error upgrading from weblogic 7 to weblogic 10.3

    We are upgrading app from weblogic 7 to 10.3. Thie app compiles ok and every page before the login is displayed successfully. When we try to login we are getting the following error:
    Exception in thread "main" java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
         at weblogic.xml.schema.binding.BeanCodecBase.gatherContents(BeanCodecBase.java:299)
         at weblogic.xml.schema.binding.CodecBase.serializeFill(CodecBase.java:297)
         at weblogic.xml.schema.binding.CodecBase.serialize_internal(CodecBase.java:234)
         at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:193)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:192)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:178)
         at weblogic.webservice.core.DefaultPart.invokeSerializer(DefaultPart.java:335)
         at weblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:304)
         at weblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:651)
         at weblogic.webservice.core.ClientDispatcher.send(ClientDispatcher.java:209)
         at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:146)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:473)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:459)
         at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:306)
         at com.workscape.aws.examples.weblogic.clientclases.PINService_PortType_Stub.authenticateUser(Unknown Source)
    could someone advise how to fix this problem?
    Thanks in advance

    Hi,
    Your EJB 2.1 application should deploy and run fine on WLS 10.3 without modification.
    - Matt

Maybe you are looking for

  • Days of the month in Fox

    Hi, I need to convert one key figure into other one with the following formula. if the month is JANUARY keyfigure1 / 31, if is february keyfigure1 / (28 or 29, depends of the year). How can I do that? how can I obtain the days of the month in a fox f

  • Outbound IDOC not getting triggered while new master data is created

    Hi Experts, I am trying to trigger an outbound idoc for Cost Center master data when ever cost center is being created or cost center is being changed. (Usinf COSMAS) I have successfully made use of change pointers and now able to trigger the idoc wh

  • Batch rename to .pdf

    Hi folks Is there a way to write an automator to batch convert a folder full of pdf files to add a .pdf extension. The rename does not seem to work. Matt

  • How can i use toArray to transfer Set to Array ?

    Dear All, Currently, I just can do it by the following code, is there any good idea ?           Object[] object = set.toArray();           int[] bb = new int[set.size()];           for(int i=0; i<object.length; i++) {                Object object_aa

  • I forgot both my icloud emial and password

    i recently updated my phone to the ios 7.1.2 i believe and now my phone is telling me to log into my icloud account but my problem is that i forgot my icloud username/ email and i forgot my password. its the only way to get back into my phone help!!