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?

Similar Messages

  • Problems with EXCELSIUS 2008 after upgrading MS-Office 2007 to SP2 ??

    Hi Community,
    has anyone experienced how EXCELSIUS 2008 works after upgrading MS-Office 2007 to the new SP2 ??
    (including "2007 MS Office Suite Service Pack2 (SP2)" and "MS Office Compatibility Pack Service Pack 2 (SP2)" and "Security Updates for MS Office System 2007 (KB969618)" and "Update for 2007 MS Office System (KB967642)")
    We're going to upgrade our PCs and need to know about any possible trouble/problems with our mission critical applications (and EXCELSIUS was identified as one of them
    Thanks in advance ...
    Peter

    I'm not sure if MS Office 2007 SP2 will actually cause any problem, but according to the supported platform list for Xcelsius 2008 SP1, MS Office 2007 SP2 is not listed (Office 2007 is).
    Other Tools
    =============
    Office      (Excel, PowerPoint, Outlook, Word)
    Windows Office 2003                  
    Windows Office 2003  SP1               
    Windows Office 2003  SP2               
    Windows Office XP  SP3
    Windows Office 2007
    Fix packs typically do not include additional platform support, so I believe that 2007 SP2 is still not supported as of FP3. I'm pretty sure though that Office 2007 SP2 will be supported in the very near future...

  • 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.

  • Error after upgrading to portal 4.0 sp2

    Does anyone know what causes this error and how to fix it? I started getting this
    error after I upgraded to portal server sp2.
    Thanks in advance,
    Tim
    <Oct 31, 2002 3:12:00 PM EST> <Error> <Tracking> <EventService failure while attempting
    dispatch of Behavior Tracking event: Ev
    ent [RuleEvent @ Thu Oct 31 15:12:00 EST 2002 ] {user-id=TEMP.EUCOM1, rule-name=IsAllowedEdit,
    session-id=9B0fLKpPwIIVKsDhA1xA2
    kdyaAkD3U6wWNfaopWwB3zmjrx2cYF3!-27823767!-1993125410!80!443!1036095105863}.
    java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
    javax.ejb.CreateException: javax.management.InstanceNotFoundException:
    Unable to find ApplicationConfigurationConfig=nu
    ll with parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    javax.ejb.CreateException: javax.management.InstanceNotFoundException: Unable
    to find ApplicationConfigurationConfig=null with
    parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    at com.bea.p13n.events.internal.EventServiceBean.ejbCreate(EventServiceBean.java:140)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_Impl.ejbCreate(EventServiceBean_kh7q5h_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:153)
    at weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:117)
    at weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:156)
    at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:117)
    at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:63)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_EOImpl.dispatchEvent(EventServiceBean_kh7q5h_EOImpl.java:25)
    at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEventHelper.java:132)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.sendRuleEvent(RulesAdvisletImpl.java:350)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.getAdvice(RulesAdvisletImpl.java:176)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.CompoundAdvisletImpl.getAdvice(CompoundAdvisletImpl.java:102)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl.getAdvice(EjbAdvisorImpl.java:77)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl_8wtzgj_EOImpl.getAdvice(EjbAdvisorImpl_8wtzgj_EOImpl.java:37)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.includeBody(DivTag.java:115)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.doStartTag(DivTag.java:181)
    at jsp_servlet._portlets._whatsnew.__whatsnew._jspService(__whatsnew.java:148)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
    at jsp_servlet._framework._layouts._spanningthreecolumn.__template._jspService(__template.java:178)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:800)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:241)
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:142)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Timothy:
    This exception usually means that the target for application-config.xml is not correct. We usually see this happening in a
    clustered configuration because the target for application-config needs to be to both the adminserver and the cluster. It is not
    possible to target the application-config.xml using the console and you will have to edit the config.xml to have the correct
    targetting. For a cluster, the relevant lines in config.xml would be something like:
    <ApplicationConfiguration Name="portal"
    Targets="AdminServer,MyCluster" URI="META-INF/application-config.xml"/>
    Hope that helps,
    Ted
    Timothy Lam wrote:
    Does anyone know what causes this error and how to fix it? I started getting this
    error after I upgraded to portal server sp2.
    Thanks in advance,
    Tim
    <Oct 31, 2002 3:12:00 PM EST> <Error> <Tracking> <EventService failure while attempting
    dispatch of Behavior Tracking event: Ev
    ent [RuleEvent @ Thu Oct 31 15:12:00 EST 2002 ] {user-id=TEMP.EUCOM1, rule-name=IsAllowedEdit,
    session-id=9B0fLKpPwIIVKsDhA1xA2
    kdyaAkD3U6wWNfaopWwB3zmjrx2cYF3!-27823767!-1993125410!80!443!1036095105863}.
    java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
    javax.ejb.CreateException: javax.management.InstanceNotFoundException:
    Unable to find ApplicationConfigurationConfig=nu
    ll with parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    javax.ejb.CreateException: javax.management.InstanceNotFoundException: Unable
    to find ApplicationConfigurationConfig=null with
    parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    at com.bea.p13n.events.internal.EventServiceBean.ejbCreate(EventServiceBean.java:140)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_Impl.ejbCreate(EventServiceBean_kh7q5h_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:153)
    at weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:117)
    at weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:156)
    at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:117)
    at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:63)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_EOImpl.dispatchEvent(EventServiceBean_kh7q5h_EOImpl.java:25)
    at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEventHelper.java:132)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.sendRuleEvent(RulesAdvisletImpl.java:350)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.getAdvice(RulesAdvisletImpl.java:176)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.CompoundAdvisletImpl.getAdvice(CompoundAdvisletImpl.java:102)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl.getAdvice(EjbAdvisorImpl.java:77)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl_8wtzgj_EOImpl.getAdvice(EjbAdvisorImpl_8wtzgj_EOImpl.java:37)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.includeBody(DivTag.java:115)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.doStartTag(DivTag.java:181)
    at jsp_servlet._portlets._whatsnew.__whatsnew._jspService(__whatsnew.java:148)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
    at jsp_servlet._framework._layouts._spanningthreecolumn.__template._jspService(__template.java:178)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:800)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:241)
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:142)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Weblogic 6.1 sp2 to sp4 upgrade not working

    Weblogic is not able to create connection pool after the upgrade. if we reinstall sp2 it works fine.
    please help

    madhekar wrote:
    Weblogic is not able to create connection pool after the upgrade. if we reinstall sp2 it works fine.
    please helpHello,
    Can you post your config.xml file?
    rgrds,
              Bart

  • Satellite Pro A10: No sound after upgrade to Win XP Home SP2

    Hi,
    Just used the recovery discs on my Sat Pro A10, no problem with sound, and then upgraded XP Home to SP2, no sound.
    From what I have read elsewhere, this is a problem, and there doesn't appear to be an answer. I have spent hours searching for updated drivers to no avail.
    I have also contacted Toshiba support, after much huffing, and puffing they pointed me to the following driver, 5.12.01.3542, which is the same as the one I already installed, and does not work.
    Surely there must be something out there that works.
    Ant.

    Install the newest available sound driver fro this sound chip and perform the all the Windows updates available on the Microsoft page!
    Update simply the whole OS!!!
    http://www.update.microsoft.com/microsoftupdate/v6/default.aspx?ln=en-us
    Note; possibly you have to reboot the notebook and have to connect to this site several times to get all the available patches.

  • 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

  • Users using Windows Authentication unable to login after upgrade to SQL Server 2012 SP2 CU1

    We upgraded from SQL Server 2008 R2 to SQL Server 2012 SP2 CU1.  Upgrade was successful.  Users that have SQL Server Management Studio 2012 can successfully log in via Windows Authentication, but users with an older version of SQL Server Management
    Studio are unable to log in via Windows Authentication. 
    The error they receive is listed below:
    Connect not connect to XXXXXXX
    Login Failed.  The login is from an untrusted domain and cannot be used with Windows Authentication. 
    (Microsoft SQL Server, Error: 18452)
    If we switch to Mixed authentication, users can log in via SQL Server Authentication.
    Our security policy prohibits SQL Authentication. 
    Outside of having the staff upgrade to SQL Server 2012 SQL Server Management Studio, is there any setting I can set/unset to allow older version of SQL Server Management studio to connect to SQL Server 2012?
    Thanks.
    DJ

    Glad to see that you were able to resolve the issue yourself, but for the curious, could you explain what this
    Extended Protection is?
    Erland Sommarskog, SQL Server MVP, [email protected]

  • [SOLVED] Upgrade from SLES10 SP3 & OES2 SP2 to SP4/SP3 breaks NCS

    Hi folks,
    (This post was originally meant to be a rant and a request for help, but
    while writing the final paragraph i found the solution. It's still a
    rant, but i figured i'd post my solution here in case someone else runs
    into the same issue.)
    I've just spent several hours banging my head against a broken cluster
    node. My system is a 32-bit SLES 10 VM running on VMware ESX 3.5.x.
    I upgraded from SLES10 SP3 and OES2 SP2 to the next service packs for
    each (using the move-to-oes-sp3 script in yast2 online_update).
    Everything went well for the first few update/reboot sequences, then
    after the final reboot on SLES10 SP4 & OES2 SP3, cluster services would
    not load or join the cluster on restart.
    I checked dmesg and found errors about "Loading module compiled for
    kernel version 2.6.16.60-0.54.5-vmi" into a previous kernel version, so
    i tried downgrading to that kernel version, only to find that it was
    older than the one i had just upgraded from (it's the original SLES10
    SP3 kernel). So i tried upgrading back to the same kernel which is
    running on the other cluster node (2.6.16.60-0.77.1-vmi), but that did
    not work any better.
    <preaching>
    I have to say that i'm not impressed that OES2 SP3 isn't even compiled
    against the appropriate kernel, and because of SUSE's kernel RPM
    overwrite policy there's no way i can select to boot from a previous
    kernel to see if that fixes things. Note to SUSE and other distro
    builders: if you're not doing kernel package upgrades like Red Hat or
    Ubuntu (so that we can select to boot from the previous kernel from the
    boot menu), you're doing it *WRONG*.
    </preaching>
    I then upgraded again to the latest recommended kernel for SLES10 SP4,
    and still no joy. Dmesg shows this error before the rot starts:
    allocation failed: out of vmalloc space - use vmalloc=<size> to increase
    size.
    When searching for this error i stumbled across
    http://ubuntuforums.org/showthread.php?t=1613132
    which pointed me to
    http://www.mythtv.org/wiki/Common_Pr...lloc_too_small
    Adding vmalloc=192M to /boot/grub/menu.lst and rebooting solved the
    problem for me.
    Regards,
    Paul

    Originally Posted by Paul Gear
    On 13/10/11 07:36, magic31 wrote:
    > ...
    > Not sure if it's related to the issue you've hit, but along the lines
    > of what Kevin already mentioned, there are issues that can arries when
    > using the VMI kernel (that I've seen) if having multiple flavors of the
    > kernel installed along with it (as in having both kernel-vmi as also
    > kernel-smp packages installed) ...
    > Curious, is that also the case with your setup?
    The system in question has kernel-bigsmp and kernel-vmi installed. We
    only ever boot from kernel-vmi.
    > I've moved to only using the smp kernel on VMware (along with the
    > clock=pit boot option to avoid time drift issues, or pmtr I think in
    > your case when also running NCS services in the vm).
    When we installed the system (on OES2 SP1, i believe) it was a while
    ago, and kernel-vmi with clocksource=acpi_pm on the kernel command line
    was the only solution we could find to get reliable time. If there are
    updated best-practice documents, i'd be happy to hear about them.
    However, this is a production cluster and my boss is (rightly) rather
    reticent to make major changes.
    Paul
    the official Vmware paper on time is that IF you're using SLES 10.x 32-bit you will use VMI and NO kernel params (ie, get rid of the clockpit and clocksource=blah).
    But if 64-bit then you're okay.
    The easiest, IMO (especially with vmware) is to use the miggui (migration utility). That's how I'm converting all my 32-bit servers in vmware to 64-bit. Works quite well.
    --Kevin

  • SAP Connector no longer working after upgrade

    After upgrading from EP 6.0 SP2 Patch 2 to Patch 3, our iViews using the SAP connector framework is no longer working. No connection is obtained. Even the examples in the PDK has stopped working. It seems that maybe some files have disappeared (in folder ".../server/services/eisconnector/work").
    Any ideas?
    Hilde

    Hi Hilde,
    1. please have a look in the Visual Admin Tool -> Services -> EISConnector ans see if the SAP Connector is deployed there. if you see it there, so it is deployed.
    2. try to remove and add agian the SAP Connector (in the same place as from section one)
    3. why dont you use the last Portal Patch and J2EE patch?
    4. do you see any special exception in the Log file?
    Regards,
    Aviad

  • Upgrading Weblogic 8.1, SP2 to Weblogic 8.1, SP6

    wanna to the code changes that are required in web application while upgrading Weblogic 8.1, SP2 to Weblogic 8.1, SP6.

    I am currently conducting the same type of upgrade. We have Platform 8.1 SP2 installed. We would like to upgrade to SP3, but I was not sure if any patches were required before the upgrade. After several dicussions with BEA Technical Support, here is what I learned.
    To upgrade 8.1 SP2 to SP3, you must first install the following patch...
    http://dev2dev.bea.com/products/wlplatform81/patch/wlplat81sp2_patch.jsp
    ...then use SmartUpdate to upgrade the SP3.
    If you choose to fully install 8.1 SP3, then you do not need to install the patch because 8.1 SP3 includes the pacthes. Installing the patches would make no difference anyway since the SP2 installation would be deleted to make room for the SP3 installation. This option is not an upgrade, it is a full installation.
    Hope it helps!
    Raffi

  • Weblogic fails to start after upgrading obi from 11.1.1.5 to 11.1.1.6

    Hi,
    I performed an in-place upgrade on a 64 bit windows box from 11.1.1.5 to 11.1.1.6.
    Installation was complete without any errors. Also, the RCU is upgraded.
    When i start the weblogic server, it throws the following error:
    at weblogic.t3.srvr.BootService.start(BootService.java:55)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesM
    ager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerSe
    icesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
    at weblogic.Server.main(Server.java:71)
    >
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initializ
    class weblogic.protocol.ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerId
    tityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:
    3)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote
    erverLifeCycleRuntime.java:1078)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime
    ava:431)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:41
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482)
    at weblogic.Server.main(Server.java:71)
    Appreciate you help in resolving this.
    Thanks,
    Vineeth

    Hi,
    after upgrade did you rebooted your pc? try to reboot and double confirm below steps,
    1) Once complete obiee11gv6 product installer
    2) you need to run psa.cmd run as administrator (the two schema need to be upgraded :MDS & BIPLATFORM)
    3) upgradenonj2eeapp.bat need complete for more refer my blog
    http://obieeelegant.blogspot.com/2012/07/in-place-upgrading-of-obiee-111150-to.html
    Thanks
    Deva

  • Exception in WLPI after upgrading to WLI 2.0 SP4 from SP2

    Environment is :
    WLS 6.0 SP2 and WLI 2.0 SP4 on Solaris 2.8.
    We get the following exception when the server starts up and tries to deploy
    wlpi-mdb-ejb.jar. This started only after upgrading to WLI 2.0 SP4 from WLI
    2.0 SP2.
    Any help will be highly appreciated.
    ####<Feb 12, 2002 6:08:49 PM PST> <Info> <J2EE> <spruce> <edevServer31>
    <main> <system> <> <160003> <Deployed : wlpi-master-ej
    b.jar>
    ####<Feb 12, 2002 6:08:49 PM PST> <Info> <EJB> <spruce> <edevServer31>
    <main> <system> <> <010008> <EJB Deploying file: wlpi-m
    db-ejb.jar>
    ####<Feb 12, 2002 6:08:50 PM PST> <Info> <EJB> <spruce> <edevServer31>
    <main> <system> <> <010052> <An exception occurred whil
    e creating the freepool.>
    java.rmi.RemoteException: Error in the bean's constructor : ; nested
    exception is:
    java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.ExceptionInInitializerError:
    weblogic.ejb20.internal.MethodPermissionEx
    ception: Security violation: insufficient permission to access method
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:91)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :55)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.getState(PluginManager
    CfgBeanEOImpl.java:1411)
    at
    com.bea.wlpi.server.plugin.PluginManagerImpl.refreshState(PluginManagerImpl.
    java:187)
    at
    com.bea.wlpi.server.plugin.PluginManagerImpl.<init>(PluginManagerImpl.java:1
    72)
    at
    com.bea.wlpi.server.eventprocessor.EventProcessor.<clinit>(EventProcessor.ja
    va:37)
    at
    com.bea.wlpi.server.eventlistener.EventListenerBean.ejbCreate(EventListenerB
    ean.java:47)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.ejb20.internal.MessageDrivenEJBHome.createBean(MessageDrivenEJBHome
    .java:297)
    at
    weblogic.ejb20.pool.MessageDrivenPool.createBean(MessageDrivenPool.java:98)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:100)
    at weblogic.ejb20.pool.Pool.<init>(Pool.java:74)
    at weblogic.ejb20.pool.EntityPool.<init>(EntityPool.java:34)
    at
    weblogic.ejb20.pool.MessageDrivenPool.<init>(MessageDrivenPool.java:43)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.getPool(MessageDrivenBeanI
    nfoImpl.java:336)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.deploy(MessageDrivenBeanIn
    foImpl.java:403)
    at
    weblogic.ejb20.deployer.Deployer.deployDescriptor(Deployer.java:1105)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:908)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:31)
    at weblogic.j2ee.Application.addComponent(Application.java:133)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:327)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
    Target.java:277)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
    eploymentTarget.java:232)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
    entTarget.java:192)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    48)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
    at $Proxy0.updateDeployments(Unknown Source)
    Regards,
    Adarsh

    Hi Feng,
    In 2.0.10, we strictly evualuate the xpath queries:
    1. According to bpel spec 1.1 section 14.3, xpath queries should be absolute queries. you need to change query="//sessionID" to /cstaPrefix:iRequest/cstaPrefix:sessionID.
    2.If your xml documents are namespace aware then you must use qualified xpath queries. in your case you have to add prefix to your query like "/tns:disconnect_cstaRequest/tns:input. So please change the unqualified query //sessionId to qualified one by just prefixing. (Same rule goes for /xmlMessage query, please change all your queries to have prefix.)
    Here is the link to xpath spec which explains this in more detail.
    http://www.w3.org/TR/xpath#node-tests
    A QName in the node test is expanded into an expanded-name using the namespace
    declarations from the expression context. This is the same way expansion is
    done for element type names in start and end-tags except that the default
    namespace declared with xmlns is not used: if the QName does not have a
    prefix, then the namespace URI is null (this is the same way attribute names
    are expanded). It is an error if the QName has a prefix for which there is no
    namespace declaration in the expression context.

  • Please help: Application doesn't work after upgrade to Workshop 8 sp2 from sp1

    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list box in
    forms, although user has chosen something from the drop down list box, the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files. After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet Explore
    can not open this Internet site. The request site is either unavailable or can
    not be found. Please try again later", although the server and the files are all
    in local host server.
    Please help. Thanks

    Did you update your workshop application files and recompile your application?
    A few things changed between GA and sp2, some annotations were renamed, and some
    were added.
    If you open up your application in Workshop sp2, it should given you the option
    to upgrade your application.
    Failing that, you may need to go through the code that is not performing as it
    was before and check whether it was not utilising a bug that was fixed in sp2
    and thus causes it to not function correctly now.
    "Cynthia" <[email protected]> wrote:
    >
    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from
    sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list
    box in
    forms, although user has chosen something from the drop down list box,
    the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files.
    After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet
    Explore
    can not open this Internet site. The request site is either unavailable
    or can
    not be found. Please try again later", although the server and the files
    are all
    in local host server.
    Please help. Thanks

  • WebLogic Server can not start after upgrade from 10.3.3 to 10.3.5

    Hi all,
    I get follwoing errors after upgrade fmw-share libraries (WLS 11.1.1.3 to 11.1.1.5), if I want to start AdminServer. It seems CLASSPATH is not updated correct. How can I solve this issue?
    <Jan 19, 2012 8:31:34 AM EST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    <Jan 19, 2012 8:31:34 AM EST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    <Jan 19, 2012 8:31:34 AM EST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    <Jan 19, 2012 8:31:34 AM EST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    <Jan 19, 2012 8:31:34 AM EST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    <Jan 19, 2012 8:31:34 AM EST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    <Jan 19, 2012 8:31:34 AM EST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    Thanks,
    Mohammad

    Hi Mohammad,
    You are right, this error seems to indicate that the script environment cannot find the required java classes.
    Please try the following:
    1. Open a shell (command prompt) on the computer on which you created the domain.
    2. Change to the directory in which you located the domain.
    By default, this directory is BEA_HOME\user_projects\domains\domain_name, where BEA_HOME is the top-level installation directory of Oracle WebLogic products.
    3. Set up your environment by running one of the following scripts:
    bin\setDomainEnv.cmd (Windows)
    bin/setDomainEnv.sh (UNIX)
    On Windows, you can use a shortcut on the Start menu to set your environment variables and invoke WLST (ToolsWebLogic Scripting Tool).
    4. Invoke WLST by entering: java weblogic.WLST
    The WLST prompt appears.
    wls:/(offline)>
    5. Then you can start the AdminServer with WLST
    startServer('AdminServer','ClassicDomain','t3://localhost:7001','weblogic','password','/home/oracle/Oracle/Middleware/user_projects/domains/ClassicDomain')
    This link may also help: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/config_scripting/manage_servers.html#wp1009240
    Hope your issue gets resolved.
    Thanks,
    Cris

Maybe you are looking for