Weblogic 5.10 Service Pack 11 ClassCastException -- BUG?

I'm using a custom RDBMS realm that works fine on WL5.10SP10, but when I
updated to SP11, I get an exception:
java.lang.ClassCastException: mypackage.DynWLGroup
at weblogic.security.acl.AclImpl.checkPermission(AclImpl.java:356)
at weblogic.security.acl.Security.hasPermission(Security.java:101)
at
weblogic.servlet.internal.ServletContextImpl.checkA(ServletContextImpl.java:
1963)
at
weblogic.servlet.internal.ServletContextImpl.checkAccess(ServletContextImpl.
java:1796)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:938)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:905)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:269)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:391)
at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:273)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
This is occuring when the server first starts up and I try to hit an HTML
page that launches an applet. I checked in the Jars and this class was in
fact included in the SP11 changes. Did something break in it?
Regards,
Brian.

When I tried SP12 a few days ago, it had the same problem. Now, I tried it
in a rush, so maybe I made a mistake in my testing, so I'll go re-check. In
fact, my response from support (which include a patch) also verfied that it
is a bug in SP12 and would be fixed in SP13.
Regards,
Brian.
"kirann" <[email protected]> wrote in message
news:[email protected]..
it was fixed in sp12.
contact support if you need a one-off patch.
thanks
kiran
"Brian J. Sayatovic" <[email protected]> wrote in message
news:[email protected]..
This bug is still present in SP12.
"Brian J. Sayatovic" <[email protected]> wrote in message
news:[email protected]..
I'm using a custom RDBMS realm that works fine on WL5.10SP10, but when
I
updated to SP11, I get an exception:
java.lang.ClassCastException: mypackage.DynWLGroup
atweblogic.security.acl.AclImpl.checkPermission(AclImpl.java:356)
atweblogic.security.acl.Security.hasPermission(Security.java:101)
at
weblogic.servlet.internal.ServletContextImpl.checkA(ServletContextImpl.java:
1963)
at
weblogic.servlet.internal.ServletContextImpl.checkAccess(ServletContextImpl.
java:1796)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:938)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:905)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:269)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:391)
at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:273)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
This is occuring when the server first starts up and I try to hit anHTML
page that launches an applet. I checked in the Jars and this class
was
in
fact included in the SP11 changes. Did something break in it?
Regards,
Brian.

Similar Messages

  • Do i need any patches for weblogic 6.1 (service pack 2 or 3)  and sybase Jconnect5.5 ?

    Hi
    I am going use weblogic 6.1 (service pack 2 or 3) with Sybase Jconnect 5.5
    . database is Sybase 12.0.0.4 or 12.5. Will i need any patches for this combination
    to work? Please let me know.
    thanks

    Deepak
    Thanks. your link was not helpful. It does not mention any patches required.
    "Deepak Vohra" <[email protected]> wrote:
    >
    Sybase jConnect Driver
    http://e-docs.bea.com/wls/docs61/jdbc/intro.html#intro016
    "Madhavi" <[email protected]> wrote:
    Hi
    I am going use weblogic 6.1 (service pack 2 or 3) with Sybase Jconnect
    5.5
    . database is Sybase 12.0.0.4 or 12.5. Will i need any patches forthis
    combination
    to work? Please let me know.
    thanks

  • JSP PRECOMPILER IS NOT WORKING WITH WEBLOGIC 6.1 SERVICE PACK 5

              When i compile JSPs using JSP PreCompiler in weblogic 6.1
              ( Service Pack 4 ) , compilation is perfect.
              But when i precompile the same JSPs with weblogic 6.1 (Service Pack 5 )
              , i get compilation error.
              Variable Not Found error comes in service pack 5. But the same code works
              well with service pack 4.
              Could anyone help me ?
              [java] C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              NF\classes\jsp_servlet\_secure\__confirmation.java:280: cannot resolve symbol
              [java] symbol : variable yesLinkPageText
              [java] location: class jsp_servlet._secure.__confirmation
              [java] htmllink0.setPage(yesLinkPageText); //[ /secure/co
              rmation.jsp; Line: 32]
              [java] ^
              [java] C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              NF\classes\jsp_servlet\_secure\__confirmation.java:378: cannot resolve symbol
              [java] symbol : variable noLinkPageText
              [java] location: class jsp_servlet._secure.__confirmation
              [java] htmllink0.setPage(noLinkPageText); //[ /secure/con
              mation.jsp; Line: 37]
              [java] Error: compilation of jsp file /secure/confirmation.jsp (java file C
              VSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WEB-INF\classes
              p_servlet\_secure\__confirmation.java failed):
              [java] ^
              [java] null
              [java] 2 errors
              [java] Error: [jspc]: 1 file(s) failed:
              [java] /secure/confirmation.jsp
              [java] java.io.IOException: Compiler failed executable.exec(java.lang.String
              

    Can you post the jsp page or a example which doesnt compile in sp5. It seems
              difficult to guage what the problem could be from looking at the error.
              --Nagesh
              "george vargeese" <[email protected]> wrote in message
              news:40c56502$1@mktnews1...
              >
              > When i compile JSPs using JSP PreCompiler in weblogic 6.1
              > ( Service Pack 4 ) , compilation is perfect.
              >
              > But when i precompile the same JSPs with weblogic 6.1 (Service Pack
              5 )
              > , i get compilation error.
              >
              > Variable Not Found error comes in service pack 5. But the same code
              works
              > well with service pack 4.
              >
              > Could anyone help me ?
              >
              >
              > [java]
              C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              > NF\classes\jsp_servlet\_secure\__confirmation.java:280: cannot resolve
              symbol
              >
              > [java] symbol : variable yesLinkPageText
              > [java] location: class jsp_servlet._secure.__confirmation
              > [java] htmllink0.setPage(yesLinkPageText); //[
              /secure/co
              > rmation.jsp; Line: 32]
              > [java] ^
              > [java]
              C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              > NF\classes\jsp_servlet\_secure\__confirmation.java:378: cannot resolve
              symbol
              >
              > [java] symbol : variable noLinkPageText
              > [java] location: class jsp_servlet._secure.__confirmation
              > [java] htmllink0.setPage(noLinkPageText); //[
              /secure/con
              > mation.jsp; Line: 37]
              > [java] Error: compilation of jsp file /secure/confirmation.jsp (java
              file C
              >
              VSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WEB-INF\classe
              s
              > p_servlet\_secure\__confirmation.java failed):
              > [java] ^
              > [java] null
              > [java] 2 errors
              > [java] Error: [jspc]: 1 file(s) failed:
              > [java] /secure/confirmation.jsp
              > [java] java.io.IOException: Compiler failed
              executable.exec(java.lang.String
              >
              >
              

  • WebLogic 6.1 Service Pack Giving Problem

    Hi!
    We have Weblogic 6.1 with Service Pack 2 installed and it was working fine since year.
    I have install SP 7, but it is not able to recognise EJB Beans than after.
    I uninstall the service pack, but then it is gicing following error related to config.sys file.
    How to solve this problem?
    Reg,
    Chetan
    ERROR :
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: Unknown attribute StagedTargets
    for ejb-usermanagement, type Application
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.parse
    MBeanAttributes(ConfigurationParser.java:308)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.start
    Element(ConfigurationParser.java:188)
    at weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1340)
    at weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValid
    ator.java:1183)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScan
    ner.java:1876)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(
    XMLDocumentScanner.java:1252)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanne
    r.java:381)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:967)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.
    java:105)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository
    .java:261)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository
    .java:223)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.ja
    va:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanIm
    pl.java:359)
    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:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy1.loadDomain(Unknown Source)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:188)
    at weblogic.management.AdminServer.configure(AdminServer.java:173)
    at weblogic.management.Admin.initialize(Admin.java:239)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    ***************************************************************************

    Try saving the license.bea file somewhere, install the SP, see if a different
    license.bea is there and replace as necessary.
    Why stop at SP3? Why not go up to SP5?
    Wayne Scott
    Faisal wrote:
    > I am upgrading weblogic 6.1 service pack 2 to service pack 3. Everything goes fine,
    > except that after the installation the weblogic server says the license is expired.
    > If i uninstall the service pack 3 it works fine. Since i have inherited this
    > application, I am not sure where the license file is. I found a weblogiclicense.xml
    > file in the web-inf directory. Can i use this somehow. Any help would be greately
    > appreciated.
    >
    > thanks,
    >
    > -faisal

  • Weblogic 6.1 Service Pack 3 installation

    I am upgrading weblogic 6.1 service pack 2 to service pack 3. Everything goes fine, except that after the installation the weblogic server says the license is expired. If i uninstall the service pack 3 it works fine. Since i have inherited this application, I am not sure where the license file is. I found a weblogiclicense.xml file in the web-inf directory. Can i use this somehow. Any help would be greately appreciated.
    thanks,
    -faisal

    Try saving the license.bea file somewhere, install the SP, see if a different
    license.bea is there and replace as necessary.
    Why stop at SP3? Why not go up to SP5?
    Wayne Scott
    Faisal wrote:
    > I am upgrading weblogic 6.1 service pack 2 to service pack 3. Everything goes fine,
    > except that after the installation the weblogic server says the license is expired.
    > If i uninstall the service pack 3 it works fine. Since i have inherited this
    > application, I am not sure where the license file is. I found a weblogiclicense.xml
    > file in the web-inf directory. Can i use this somehow. Any help would be greately
    > appreciated.
    >
    > thanks,
    >
    > -faisal

  • Weblogic 5.1 Service Pack 9 Issue

    Hi, I install weblogic5.1 with service pack 9 on Solaris. However, when I start the weblogic server, the following appears during startup even though the server is started successfully:-[ExternalEntity] : Could not resolve entity '-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN'. Check your dtd reference.Can anyone tell me what is wrong?

    You must be registered at WebSupport to download service packs
    Regards from Mexico
    Sergio Ríos
    [email protected] (Jean-Michel Gautreau) wrote:
    Hi folks!
    Where can I download Weblogic 5.1 Service Pack 9 Issue, I can't see
    any link to download it on BEA's website. There is only a link to
    download BEA WebLogic 5.1 WITH SP9... I just need the SP9!!!
    Thanks for your help.

  • Downloading Weblogic 5.1 Service Pack 9 Issue

    Hi folks!
    Where can I download Weblogic 5.1 Service Pack 9 Issue, I can't see
    any link to download it on BEA's website. There is only a link to
    download BEA WebLogic 5.1 WITH SP9... I just need the SP9!!!
    Thanks for your help.

    You must be registered at WebSupport to download service packs
    Regards from Mexico
    Sergio Ríos
    [email protected] (Jean-Michel Gautreau) wrote:
    Hi folks!
    Where can I download Weblogic 5.1 Service Pack 9 Issue, I can't see
    any link to download it on BEA's website. There is only a link to
    download BEA WebLogic 5.1 WITH SP9... I just need the SP9!!!
    Thanks for your help.

  • Will WLPI 1.2 work with WebLogic 5.1 service pack 8?

    The subject line says it all. I know there had been some problems with WLPI 1.1 and higher service packs, how about 1.2? Can I use service pack 7 or 8?
    Thanks,
    -Rick

    It should.  System requirements call for 10.5.6 or higher, PowerPC or Intel.  It is possible your file is just corrupted.
    Do you have your original iLife installer discs?

  • WL 5.1 Service Pack 4 doesn't work on our WebLogic servers

    I have installed the WebLogic 5.1 service pack 4 and I get an exception
    on a non existing method.
    This occurs when I put in the weblogic classpath the weblogic510sp4.jar
    I have even tried to unjar it in the /weblogic/classes directory but I
    get the exact same problem.
    Here is a stack trace of the exception when starting the WebLogic
    server:
    We need some help on this since a bug we have is being fixed by it.
    Thanks
    Thu Aug 03 09:08:26 PDT 2000:<I> <RMI> Registry started
    Thu Aug 03 09:08:26 PDT 2000:<I> <EJB> 0 EJB jar files loaded,
    containing 0 EJBs
    Thu Aug 03 09:08:26 PDT 2000:<I> <EJB> 0 deployed, 0 failed to deploy.
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    [olivier.vcf]

    Works
    Wei Guan wrote:
    Put weblogic510sp4boot.jar as the first package in your JAVA_CLASSPATH
    and
    Put weblogic510sp4.jar as the first package in your WEBLOGIC_CLASSPATH
    Cheers - Wei
    Olivier Brand <[email protected]> wrote in message
    news:[email protected]...
    I have installed the WebLogic 5.1 service pack 4 and I get an exception
    on a non existing method.
    This occurs when I put in the weblogic classpath the weblogic510sp4.jar
    I have even tried to unjar it in the /weblogic/classes directory but I
    get the exact same problem.
    Here is a stack trace of the exception when starting the WebLogic
    server:
    We need some help on this since a bug we have is being fixed by it.
    Thanks
    Thu Aug 03 09:08:26 PDT 2000:<I> <RMI> Registry started
    Thu Aug 03 09:08:26 PDT 2000:<I> <EJB> 0 EJB jar files loaded,
    containing 0 EJBs
    Thu Aug 03 09:08:26 PDT 2000:<I> <EJB> 0 deployed, 0 failed to deploy.
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    [olivier.vcf]

  • Service Pack 3 Problem (maybe host2ior)

    Hello,
    I use RMI over IIOP from C++, the client(Client.exe), and It is accessing to
    RMI object.
    When Servcie Pack 3 was applied, Client.exe stopped in
    'NamingContext::resolve()'. And couldn't get RMI Object.
    Length was wrong when it was compared with IOR of Service Pack 2.
    Get IOR under JDK1.3 and Service Pack 3 and run WebLogic Server with Service
    Pack 3 failed.
    Get IOR unser JDK1.3 and Service Pack 2 and run WebLogic Server with Service
    Pack 3 failed. Though it was natural because the format of IOR was wrong.
    Get IOR under JDK1.3 and Service Pack 3 and run WebLogic Server with Service
    Pack 2 failed.
    Get IOR under JDK1.3 and Service Pack 2 and run WebLogic Server with Service
    Pack 2 only successed.
    Is this the problem of ServicePack?
    When new ServicePack release if this is a bug?
    Thanks.

    And.....
    7.utils.host2ior
    8.run *.exe
    "watuki" <[email protected]> wrote in message
    news:8hr4sa$8hp$[email protected]..
    Yes. I did all process under Service Pack 3 from beginning.
    1.Create Server Srouce(RMI)
    2.javac
    3.weblogic.rmic
    4.idl2cpp
    5.Create Client Source(C++)
    6.cl
    "Eduardo Ceballos" <[email protected]> wrote in message
    news:[email protected]..
    Under service pack 3, you need to regenerate the string representation
    of
    the ior for the naming service. Did you do that?
    watuki wrote:
    Hello,
    I use RMI over IIOP from C++, the client(Client.exe), and It is
    accessing to
    RMI object.
    When Servcie Pack 3 was applied, Client.exe stopped in
    'NamingContext::resolve()'. And couldn't get RMI Object.
    Length was wrong when it was compared with IOR of Service Pack 2.
    Get IOR under JDK1.3 and Service Pack 3 and run WebLogic Server withService
    Pack 3 failed.
    Get IOR unser JDK1.3 and Service Pack 2 and run WebLogic Server withService
    Pack 3 failed. Though it was natural because the format of IOR waswrong.
    Get IOR under JDK1.3 and Service Pack 3 and run WebLogic Server withService
    Pack 2 failed.
    Get IOR under JDK1.3 and Service Pack 2 and run WebLogic Server withService
    Pack 2 only successed.
    Is this the problem of ServicePack?
    When new ServicePack release if this is a bug?
    Thanks.

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • WebLogic Server 6.1:Incompatible service packs in CLASSPATH

    Hi,
    When I tried to start weblogic 6.1,I got the following exception.Please let me know,how to go ahead.
    The WebLogic Server did not start up properly.
    Exception raised: weblogic.common.internal.VersioningError: Incompatible service
    packs in CLASSPATH: (BEA Systems, WebLogic Server 6.1 SP1 09/18/2001 14:28:44
    #138716 , 6.1.1.0) not compatible with (BEA Systems, WebLogic XML Module 6.1 SP4
    11/08/2002 22:04:40 #221641 , 6.1.4.0)
    weblogic.common.internal.VersioningError: Incompatible service packs in CLASSPAT
    H: (BEA Systems, WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716 , 6.1.1.0)
    not compatible with (BEA Systems, WebLogic XML Module 6.1 SP4 11/08/2002 22:04
    :40 #221641 , 6.1.4.0)
    at weblogic.common.internal.VersionInfo.verifyPackages(VersionInfo.java:
    126)
    at weblogic.common.internal.VersionInfo.<init>(VersionInfo.java:58)
    at weblogic.version.<clinit>(version.java:18)
    at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:277)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:340)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Edited by: user13282066 on Jul 29, 2010 4:37 AM

    It looks like you are mixing SP1 and SP4 components in the server classpath.
    Leaving aside the issue of supporting WL 6.1 ( nearly 10 years old! ), you should look at the classpath which will be listed in the server's log file when it starts up.
    If this error has just recently started, has there been a modification to the startup scripts, or has there been a new patch installed?

  • Service pack 13 of weblogic 5.1

    I Unzipped the contents of the service pack into a temporary directory, such as /temp
    then Shutdown the WebLogic Server
    then Copied weblogic510sp13.jar and weblogic510sp13boot.jar from /temp to the directory /weblogic/lib.
    After this,I added the path of weblogic510sp13boot.jar to the beginning of the Java system classpath.
    Added the path of weblogic510sp13.jar to the beginning of the WebLogic classpath before starting the WebLogic Server.
    When accessing weblogic it throws error
    Tue Nov 30 17:32:45 IST 2004:<I> <ListenThread> Adding address: 127.0.0.1/127.0.0.1 to licensed client list
    Tue Nov 30 17:32:45 IST 2004:<I> <NT Performance Pack> Allocating: '2' NT reader threads
    Tue Nov 30 17:32:45 IST 2004:<E> <NT Performance Pack> failure in processSockets() - GetData:
    'weblogic.socket.NTSocketMuxer$GetData - native pointer: '0', numBytes: '0''
    java.lang.NoSuchFieldError: fd
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:544)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:130)
    java.lang.NoSuchFieldError: fd
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:544)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:130)
    Tue Nov 30 17:32:45 IST 2004:<W> <NT Performance Pack> No IORecord present for native pointer: '0'
    Do I need to do something else? If I do not want any solution for any CR then would it do any good applying service pack 13?

    Hi.
    This is definitely not supported, and I don't know that any work is scheduled in the future
    to support this JDK on WLS 5.1.
    Having said that, I was able to start WLS 5.1sp12 with JDK 1.4 with no errors. I didn't
    exercise any features, however.
    Regards,
    Michael
    Rakesh Gupta wrote:
    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • How can I tell my current Weblogic server version and Service pack

    Hello,
    I was wondering how can I tell what my current
    weblogic server version is and what service pack
    it is at.
    Thanks.

    use 'java weblogic.version'
    ensure weblogic.jar is in the classpath

  • Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Hi.
    This is definitely not supported, and I don't know that any work is scheduled in the future
    to support this JDK on WLS 5.1.
    Having said that, I was able to start WLS 5.1sp12 with JDK 1.4 with no errors. I didn't
    exercise any features, however.
    Regards,
    Michael
    Rakesh Gupta wrote:
    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment--
    Michael Young
    Developer Relations Engineer
    BEA Support

Maybe you are looking for