HTTP Compression with WLS

          Hi all,
          We have an environment with IIS as the webservers and
          WLS 5.1 serving the JSPs. IIS supports the HTTP 1.1 compression
          spec for the static elements its serves (in IIS 4.0 it's
          part of the resource kit, and with 5.0 it's an optional
          install).
          Does anyone know if it's possible to compress the output
          stream from WLS in the same way? We obviously need to
          have the iisproxy.dll on the IIS servers, so is it possible
          to have this buffer the WLS response and let the IIS
          compression do its work?
          Any ideas or comments on how this could work would be
          great.
          Thanks in advance
          Arunan.
          

Please see these docs.
Oracle E-Business Suite 11i and 12 PC Client Performance [ID 557259.1]
Installing and Configuring Web Cache 10g and Oracle E-Business Suite 12 [ID 380486.1]
Thanks,
Hussein

Similar Messages

  • How do I used HTTP compression with Oracle Business suite

    Hi Team,
    We having problem with accessing Oracle EBS for large number of users from over the network. At the peak time network bandwidth getting flooded. Can we used any kind of software compression mechanism to reduced network bandwidth .
    Thanks & Regards,
    Mahesh

    Please see these docs.
    Oracle E-Business Suite 11i and 12 PC Client Performance [ID 557259.1]
    Installing and Configuring Web Cache 10g and Oracle E-Business Suite 12 [ID 380486.1]
    Thanks,
    Hussein

  • HTTP Headers - enabling caching and compression with the portal?

    Has anyone configured their web server (IIS or Apache) or use a commercial product to flawlessly cache and compress all content generated by the portal?
    Compression and caching is critical for making our portal based applictions work for overseas users. It should be doable, just taking advantage of standard HTTP protocols, but implementing this a complex system like the portal is tricky, we seem to be generating different values in the HTTP Headers for the same types of files (such as CSS).
    We are running Apache so can't take advantage of the built in compression capabilities of the .net portal. We are running the java vervion. 6.1 mp1, sql server 2000 (portal, search, collab, publisher, studio, analytics, custom .net and java portlets on remote server).
    Basically our strategy is to compress all outgoing static and dynamic text content (html, CSS, javascript), and to cache all static files (CSS, javascript, images) for 6 months to a year depending on file type.
    Here are some links on the subjects of caching and compression that I have compiled:
    Caching & Compression info and tools
    http://www.webreference.com/internet/software/servers/http/compression/
    http://www.ibm.com/developerworks/web/library/wa-httpcomp/
    http://www.mnot.net/cache_docs/
    http://www.codeproject.com/aspnet/HttpCompressionQnD.asp?df=100&forumid=322472&exp=0&select=1722189#xx1722189xx
    http://en.wikipedia.org/wiki/Http_compression
    http://perl.apache.org/docs/tutorials/client/compression/compression.html
    https://secure.xcache.com/Page.aspx?c=60&p=590
    http://www.codinghorror.com/blog/archives/000807.html
    http://www.howtoforge.com/apache2_mod_deflate
    http://www.ircache.net/cgi-bin/cacheability.py
    http://betterexplained.com/articles/how-to-optimize-your-site-with-http-caching/
    http://betterexplained.com/articles/speed-up-your-javascript-load-time/
    http://betterexplained.com/articles/speed-up-your-javascript-load-time/
    http://www.rubyrobot.org/article/5-tips-for-faster-loading-web-sites
    http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/
    http://www.gidnetwork.com/tools/gzip-test.php
    http://www.pipeboost.com/
    http://www.schroepl.net/cgi-bin/http_trace.pl
    http://leknor.com/code/gziped.php?url=http%3A%2F%2Fwww.google.com
    http://www.port80software.com/surveys/top1000compression/
    http://www.rexswain.com/httpview.html
    http://www.15seconds.com/issue/020314.htm
    http://www.devwebpro.com/devwebpro-39-20041117DevelopingYourSiteforPerformanceCompressionandOtherServerSideEnhancements.html
    http://www.webpronews.com/topnews/2004/11/17/developing-your-site-for-performance-optimal-cache-control
    http://www.sitepoint.com/print/effective-website-acceleration
    http://nazish.blog.com/1007523/
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/dnwebgen/IE_Fiddler2.asp?frame=true
    http://www.fiddlertool.com/fiddler/version.asp
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
    http://www.web-caching.com/cacheability.html
    http://www.edginet.org/techie/website/http.html
    http://www.cmlenz.net/blog/2005/05/on_http_lastmod.html
    http://www.websiteoptimization.com/speed/tweak/cache/
    http://www.webperformance.org/caching//caching_for_performance.html
    http://betterexplained.com/articles/how-to-debug-web-applications-with-firefox/
    Edited by tkoenings at 06/18/2007 6:26 AM

    Hi Scott,
    Does Weblogic platform 8.1 supports netscape? We have developed a portal which
    works perfectly on IE but it dies in netscape. Is netUI tags not supported in
    Netscape?
    Pls reply
    manju
    Scott Dunbar <[email protected]> wrote:
    From a pure HTML perspective Portal does it's rendering with nested
    tables.
    Netscape 4.x and below have terrible performance with nested tables.
    The
    problem is not the Portal server but rather Netscape on the client machine.
    If IE and/or a recent version of Netscape/Mozilla is not possible then
    there are
    really only two options:
    1) Faster client hardware - not likely to be an acceptable solution.
    2) Minimize the number of portlets and the complexity within the portlets.
    Neither of these solutions are a great answer, but the 4.7 series of
    Netscape is
    getting pretty old. Having said that, we've got customers who want to
    continue
    to use IE 4 :)
    Again, though, this problem is, I'm afraid out of our hands. It is the
    client
    rendering time that is the issue.
    cg wrote:
    Does anyone know of any known reasons why the 7.0 (did it also with4.0) portal
    pages can take up to almost 30 seconds to load in Netscape 4.7? I knowit is a
    very generic question but our customer still uses 4.7 and will notuse the portal
    b/c it takes so long to load some of the webapps. What the pages willdo when
    loading is that the headers will come up and when it gets to the bodyof the page
    it seems to stall and then comes up all of a sudden. For some of thepages it
    takes 6 seconds and for others it takes about 24-27 seconds.
    We have suggested using IE only but that is not an option with allof the customers
    and getting a newer version of Netscape is also out of the question.
    Any suggestions would be greatly appreciated.--
    scott dunbar
    bea systems, inc.
    boulder, co, usa

  • Performance tuning with HTTP compression

    We currently are using Oracle 11g and IE8. The 11g UI has been pretty slow and when i looked up for perfomance tuning one of the methods was http compression as stated in the link below -
    http://blogs.oracle.com/pa/entry/obiee_11g_user_interface_ui
    The portion of the above information of the has been actually except from Oracle Support ID (1312299.1).
    Now I have made the changes as suggested but am wondering how can i test it to make sure the changes have surely improved the performance or not. It doesnt talk of any testing or verification methods.

    Just curious , what is the compression ratio ..?
    i mean by how much does the volume come down when the records are moved from F to E tables.
    also is the time spend on compression of the Cube or on the aggregates or on the deletion of records in the F table..?
    what is the ratio of aggregate volume to the cube volume...?
    You might want to set an trace on the compression session to get answers on where it is spending most of its time
    Compression is equivalent to executing a query on the F table  and summarising the results with the request ID column , appending the results to E table and deleting the compressed request from F table.
    Thanks.

  • Java ftp server which can use LDAP, how to integrate with WLS' implementation of LDAP?

    Howdy.
    I'm setting up a java ftp server
    (http://www.mycgiserver.com/~ranab/ftp/index.html) which is capable of using
    LDAP for it's user security. I would like to integrate this ftp server with
    wls' implementation of LDAP so I only have to admin one user list.
    Does wls put it's user list in the LDAP or in it's own proprietary setup? I
    tried playing around with it, but the users don't seem to appear in the JNDI
    tree. Is this where the LDAP stuff is located? I thought it was in there?
    If it's in it's own setup, is there a way to propagate the users to LDAP?
    If these look like newbie Q&A, I guess they kind of are, I'm new to LDAP.
    Thanks for any input you might have.

    Peter,
    If you are talking about using the embedded LDAP server in WLS 7.0 for this purpose
    I think you are going done the wrong path.
    Look at the following URL on how to use an external LDAP server for your custom
    application
    http://e-docs.bea.com/wls/docs70/secmanage/realm.html#1172008
    Chuck Nelson
    DRE
    BEA Technical Support

  • What are the required settings to enable HTTP Compression?

    I am running into download speed issues with some of my clients.  I am looking for ways to improve download response without having to rewrite my system(s).
    On the server side, I am using CF 8.01 on a W2003 system.  I have enable HTTP Compression for the web site in IIS 6.0 for both static and dynamic files.
    On the client side where I am doing my testing, I am using IE 8.0 on a W7 professional system.  In I.E., I have enabled HTTP 1.1 under advanced options and am using Automatic mode as the download methodology for Temporary Files.
    It is my understanding that there is nothing that I have to do to CF to enable HTTP Compression.
    It does not appear to work because the downloaded cfm files (5717 and 694389) are the same size regardless of these setting.  In addition, I am using HttpWatch to determine all of the time and size parameters for each request. HttpWatch tells me in the summary that there are no HTTP Compression savings; i.e., HTTP Compression saving: 0 bytes.  Based upon some of the info I've read on the web, I would have expected 50% to 75% savings since the two files being downloaded are both dynamic text files.  All of the graphics, javascript, css files are cached so they do not figure into the equation.
    Is there something else beyond the IIS and IE settings that needs to be done to implement HTTP Compresssion???
    Thanks in advance for your suggestions/help.
    Len 

    Adam,
    I have read the references and may now be confused, but it seems to me that just doing the standard IIS Manager setup, which is what I've done, will not compress CFM files since the only things that are compressed under dynamic files are exe, dll and asp.
    One would think that CF should have added CFM to the list of compressed dynamic files when it was installed as it does with default.cfm, but maybe I'm expecting too much.
    If I am correct about this, then it would seem that I'm going to have to customize the compression setup as described in this quote from the reference,
    "Specify additional file types to compress. Edit the ... HcScriptFileExtensions metabase property (for dynamic files) to apply compression to additional file types."
    Am I misunderstanding this document???
    Len

  • Using updated tools with WLS 8.1 SP3

    I'm attempting to take advantage of some ant 1.6 features. However, it appears that the ant XML parsers are getting in the way of the embedded WLS xml parsers:
    [servicegen] java.lang.ClassCastException
    [servicegen] at weblogic.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:140)
    [servicegen] at weblogic.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:125)
    [servicegen] at weblogic.apache.xerces.jaxp.SAXParserImpl.<init>(SAXParserImpl.java:102)
    [servicegen] at weblogic.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParserImpl(SAXParserFactoryImpl.java:112)
    [servicegen] at weblogic.apache.xerces.jaxp.SAXParserFactoryImpl.setFeature(SAXParserFactoryImpl.java:140)
    [servicegen] at weblogic.xml.jaxp.WebLogicSAXParserFactory.setFeature(WebLogicSAXParserFactory.java:56)
    [servicegen] weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot invoke boolean constructor of processor ] - with nested exception:
    [servicegen] [java.lang.reflect.InvocationTargetException - with target exception:
    [servicegen] [weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested exception:
    [servicegen] [java.lang.ClassCastException]]]
    Based on some research this appears to be an issue with WLS getting a parser that it cannot handle. Given that the version of ant included with 8.1sp3 is pretty old, is there a way to use newer versions? I'm giving up for now on macrodef's but would, as a general statement, like to keep up with new tools as they become available. I'd like to not be dependent on turning a battleship to incorporate 15 months of development work (the time between now and the release of ant 1.5.3 as included with 8.1sp3).
    Thanks for any information.

    Had some problems like this before. Even thought I cannot offer specific advice as to how to fix this. If you do this, it could help.
    Encountered a problem in eclipse while using WLS servicegen ANT task and, of course, the optional FTP task. I am using Eclipse Version: 3.0.0 Build id: 200406192000. With this comes ANT 1.6.1 standard. In order to get servicegen ANT task working I had to include the weblogic.jar in the ANT Classpath. Ofcourse this had another side effect, the FTP task that used to work earlier quit working. I still havent figured out the root cause of the problem but inorder to get around I did the following. To fix this, I added a new Task called FTP, I picked the c:\....\lib\ant-commons-net.jar in the location. The name I retained it as ftp. In the left page, I nagivated down to the lead of the tree [root]/->org->apache->...->net and in the right pane, I chose FTP. After this step when I ran I ran into an odd error Buildfile: C:\Work\JSSE-EJB.xml BUILD FAILED: java.lang.NoClassDefFoundError: com/oroinc/net/ftp/FTP Total time: 78 milliseconds I was under the impression that this is a legacy component and that the new version of the net component has org.apache....FTP structure. I am really not sure where, but to fix the issue, I had to get the NetComponents.jar from http://www.savarese.org/downloads/NetComponents/ and included it in the classpath. After this step, presto, servicegen task works fine with FTP task. However, I cannot imagine doing this for all the optional tasks. But for now there is a winding work around.

  • Problems with WLS 7.0 and NES plug-in

    Hi,
    I am not able to configure NES with weblogic 7.0. I created a domain
    with an admin server and 3 clustered servers. When I tried to configure
    NES it is giving me these errors.
    [06/May/2002:18:41:26] failure ( 1530): Invalid configuration: File
    /data/iasuser2/webserver/https-ias02.mygazoo.com/config/server.x
    ml, line 32, column 15: Error processing obj.conf line 1: init functions
    are not allowed in this objset
    Also below are the lines copied from obj.conf that I added.
    Init fn="load-modules" funcs="wl_proxy,wl_init"\
    shlib=/data/iasuser2/webserver/https-ias02.mygazoo.com/libproxy.so
    Init fn="wl_init"
    <Object name="weblogic" ppath="*/weblogic/*">
    Service fn=wl_proxy \
    WebLogicCluster="localhost:7001,localhost:7002,\
    localhost:7003" PathTrim="/weblogic"
    </Object>
    Is NES plug-in supported with WLS 7.0. My version of iPlanet webserver
    is 6.0 and I am on Solaris 8.
    Shiva.

    Hi,
    I am not able to configure NES with weblogic 7.0. I created a domain
    with an admin server and 3 clustered servers. When I tried to configure
    NES it is giving me these errors.
    [06/May/2002:18:41:26] failure ( 1530): Invalid configuration: File
    /data/iasuser2/webserver/https-ias02.mygazoo.com/config/server.x
    ml, line 32, column 15: Error processing obj.conf line 1: init functions
    are not allowed in this objset
    Also below are the lines copied from obj.conf that I added.
    Init fn="load-modules" funcs="wl_proxy,wl_init"\
    shlib=/data/iasuser2/webserver/https-ias02.mygazoo.com/libproxy.so
    Init fn="wl_init"
    <Object name="weblogic" ppath="*/weblogic/*">
    Service fn=wl_proxy \
    WebLogicCluster="localhost:7001,localhost:7002,\
    localhost:7003" PathTrim="/weblogic"
    </Object>
    Is NES plug-in supported with WLS 7.0. My version of iPlanet webserver
    is 6.0 and I am on Solaris 8.
    Shiva.

  • WLCS 3.5 with WLS 6.0 SP1--ERROR

    Hi,
    I just installed WLCS 3.5 with WLS 6.0 SP1. The weblogic server starts up
    great! However when i try starting WLCS 3.5 this is the error i get. I am
    however able to get to the tools page and there are no errors. I am also
    able to do stuff with the E-business control center! Any idea's of what this
    error is all abt
    CLASSPATH IS
    C:\bea\WebLogicCommerce3.5\lib\jdom.jar;C:\bea\WebLogicCommerce3.5\
    lib\mail.jar;C:\bea\WebLogicCommerce3.5\classes;C:\bea\WebLogicCommerce3.5\l
    ib\w
    lcsparsers.jar;C:\bea\WebLogicCommerce3.5\license;C:\bea\WebLogicCommerce3.5
    \eva
    l\Taxware\common\classes;C:\bea\jdk130\lib\tools.jar;C:\bea\wlserver6.0sp1\l
    ib\w
    eblogic_sp.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;C:\bea\wlserver6.0sp1\
    lib\
    xmlx.jar;C:\bea\wlserver6.0sp1\ext\weblogic-tags.jar;C:\bea\wlserver6.0sp1\s
    ampl
    es\eval\cloudscape\lib\cloudscape.jar;C:\bea\wlserver6.0sp1\samples\eval\clo
    udsc
    ape\lib\tools.jar;C:\bea\wlserver6.0sp1\samples\eval\cloudscape\lib\client.j
    ar
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Apr 27, 2001 11:26:58 AM CDT> <Info> <Security> <Getting boot password from
    use
    r.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    <Apr 27, 2001 11:27:17 AM CDT> <Notice> <Management> <Loading configuration
    file
    .\config\wlcsDomain\config.xml ...>
    log file: C:\bea\WebLogicCommerce3.5\.\config\wlcsDomain\logs\weblogic.log
    <Apr 27, 2001 11:27:23 AM CDT> <Info> <Logging> <Only log messages of
    severity "
    Error" or worse will be displayed in this window. This can be changed at
    Admin C
    onsole> wlcsDomain> Servers> wlcsServer> Logging> General> Stdout severity
    thres
    hold>
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDe

    Hi,
    This error message means that Rolling Patch 1 for WLS 6.0 is not installed. You
    can get it at: <http://commerce.bea.com/downloads/wls_patches.jsp>
    Cheers,
    Ted
    kapil khanna wrote:
    Hi,
    I just installed WLCS 3.5 with WLS 6.0 SP1. The weblogic server starts up
    great! However when i try starting WLCS 3.5 this is the error i get. I am
    however able to get to the tools page and there are no errors. I am also
    able to do stuff with the E-business control center! Any idea's of what this
    error is all abt
    CLASSPATH IS
    C:\bea\WebLogicCommerce3.5\lib\jdom.jar;C:\bea\WebLogicCommerce3.5\
    lib\mail.jar;C:\bea\WebLogicCommerce3.5\classes;C:\bea\WebLogicCommerce3.5\l
    ib\w
    lcsparsers.jar;C:\bea\WebLogicCommerce3.5\license;C:\bea\WebLogicCommerce3.5
    \eva
    l\Taxware\common\classes;C:\bea\jdk130\lib\tools.jar;C:\bea\wlserver6.0sp1\l
    ib\w
    eblogic_sp.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;C:\bea\wlserver6.0sp1\
    lib\
    xmlx.jar;C:\bea\wlserver6.0sp1\ext\weblogic-tags.jar;C:\bea\wlserver6.0sp1\s
    ampl
    es\eval\cloudscape\lib\cloudscape.jar;C:\bea\wlserver6.0sp1\samples\eval\clo
    udsc
    ape\lib\tools.jar;C:\bea\wlserver6.0sp1\samples\eval\cloudscape\lib\client.j
    ar
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Apr 27, 2001 11:26:58 AM CDT> <Info> <Security> <Getting boot password from
    use
    r.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    <Apr 27, 2001 11:27:17 AM CDT> <Notice> <Management> <Loading configuration
    file
    .\config\wlcsDomain\config.xml ...>
    log file: C:\bea\WebLogicCommerce3.5\.\config\wlcsDomain\logs\weblogic.log
    <Apr 27, 2001 11:27:23 AM CDT> <Info> <Logging> <Only log messages of
    severity "
    Error" or worse will be displayed in this window. This can be changed at
    Admin C
    onsole> wlcsDomain> Servers> wlcsServer> Logging> General> Stdout severity
    thres
    hold>
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbea

  • HTTP Compression causes HTTP2228: Response content length mismatch

    Dear All,
    My application use iPlanet 6.1, recently we have enabled HTTP compression for the webserver.
    Which inturn does not picking up style sheet and results with bad look and feel on front end.
    On the back iPlanet logs we see some errors like
    warning (23569): for host xxx.xxx.xxx.xxtrying to GET /zbank2/css/zbank.css, finish-response reports: HTTP2228: Response content length mismatch (315 bytes with a content length of 945)
    Could you please help to resolve this problem
    Thanks,
    Jude

    Can you send your css file? I tried it on Web Server 7.0 update 3 seems to be working fine.
    I made a css file from [http://www.w3.org/Style/Examples/011/firstcss|http://www.w3.org/Style/Examples/011/firstcss]
    $cat mystyle.css
    body {
      padding-left: 11em;
      font-family: Georgia, "Times New Roman",
            Times, serif;
      color: purple;
      background-color: #d8da3d }
    ul.navbar {
      list-style-type: none;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 2em;
      left: 1em;
      width: 9em }
    h1 {
      font-family: Helvetica, Geneva, Arial,
            SunSans-Regular, sans-serif }
    ul.navbar li {
      background: white;
      margin: 0.5em 0;
      padding: 0.3em;
      border-right: 1em solid black }
    ul.navbar a {
      text-decoration: none }
    a:link {
      color: blue }
    a:visited {
      color: purple }
    address {
      margin-top: 1em;
      padding-top: 1em;
      border-top: thin dotted }
    $cat myhtml.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
    <html>
    <head>
      <title>My first styled page</title>
      <link rel="stylesheet" href="mystyle.css">
    </head>
    <body>
    This is style.html
    </body>
    </html>$cat obj.conf
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/export1/wsNov4/iplanet/ias/server/work/B1/SunOS5.8_DBG.OBJ/lib/icons" name="es-internal"
    PathCheck fn="uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Output fn="insert-filter" filter="http-compression" type="text/*" vary="on" fragment-size="8096" compression-level="6"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>Sent a request, but I didn't see any errors
    [07/Nov/2008:12:58:53] finest (22021):  GET /mystyle.css, func_exec reports: executing method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file" Directive="Service"
    [07/Nov/2008:12:58:53] finest (22021):  GET /mystyle.css, func_exec reports: executing fn="insert-filter" filter="http-compression" type="text/*" vary="on" fragment-size="8096" compression-level="6" Directive="Output" magnus-internal=""
    [07/Nov/2008:12:58:53] fine (22021): inserted filter http-compression
    [07/Nov/2008:12:58:53] finest (22021):  GET /mystyle.css, func_exec reports: fn="insert-filter" filter="http-compression" type="text/*" vary="on" fragment-size="8096" compression-level="6" Directive="Output" magnus-internal="" returned 0 (REQ_PROCEED)
    [07/Nov/2008:12:58:53] finest (22021):  GET /mystyle.css, func_exec reports: method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file" Directive="Service" returned 0 (REQ_PROCEED)...ssltap shows the response was encoded :
    --> [
    GET /mystyle.css HTTP/1.1^M
    Host: ....
    User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.2) Gecko/20070225
    Firefox/2.0.0.2^M
    Accept: text/css,*/*;q=0.1^M
    Accept-Language: en-us,en;q=0.5^M
    Accept-Encoding: gzip,deflate^M
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7^M
    Keep-Alive: 300^M
    Connection: keep-alive^M
    Referer: http://.../myhtml.html^M
    Cookie: SUN_ID=129.147.37.51:287861225347735; s_vi=[CS]v1|48F6E7BF00000316-A02082200000556[CE]; nfTimeStamps=19700101000000%7C19700101000000%7C19700101000000; nfSettings=112101110%7C%7Cen_US%7C%7C0%7C60%7C-1%7C%7Cweek%7C-1%7C; location=US;
    s_cc=true; s_sq=%5B%5BB%5D%5D; AMAuthCookie=AQIC5wM2LY4SfczkxcjsoIVQbGnnqbFrqk8lWxYT1xzFVlE%3D%40AAJTSQACMDI%3D%23^M
    ^M
    <-- [
    HTTP/1.1 200 OK^M
    Server: Sun-Java-System-Web-Server/7.0^M
    Date: Fri, 07 Nov 2008 07:28:53 GMT^M
    Content-type: text/css^M
    Last-modified: Fri, 07 Nov 2008 07:20:29 GMT^M
    Etag: W/"277-4913ec3d"^M
    Content-encoding: gzip^M
    Vary: accept-encoding^M
    Transfer-encoding: chunked^M
    ^M
    165^M
    ^_\213^H^CU\222\301N\3030^L\206\357{
    ^K\256\313\2641!A8q^Z'^N^[/\3406nk-M\252$\355\250\320\336\2354)l\315\245\262^?\307\376?\247\205U#\374\254:T\212M-4UA\302nG\355[\314V\326^DQa\313z\224p \353j\3065<|qK^^>\351^BG\333\242yX\307\322|\222\262^FO\216\253\251Ai\265u^R\272\336u\232\246D\201\345\271v\2667J\314\332\243zQ\270Wp]\365zcp(\320%G\232}^P>\214\232D^X;\222`\254I-f\253^R\266S\324b4e\346\240\263\236^C\333^Xb\341\255\356C\272^Pl'\341)^S\315|9\270\260
    \215\204Wj\343\364f\227\306.\220?H^O^T\270\214\320^G24\304\357\273c\3247\340SoNh\2748R\335kt^Q}\212^R\377\202Hs\352~\303\227pi8\373\373G\330<G'\333%\343f\237\275^V\326)r\302q\335d\210\200\254\240\320\261\345b^T\246I\201\276\203PTZ\207y#\323\372b^]J\315\346\234J\346^G(t\237\205\201\343\366H\335k\371\341&U)G\336'-\373^Ui\255\363&\377~\237\373\334\3548\245B\303^F\224^MS\373\353j\365^K O\2450w^B^M
    0^M
    ^M
    ]

  • General install and deployment problem with WLS clustering on two boxes

    Hi,
    I've come across a general installation problem with WLS with a cluster spanning two different physical machines and two Managed Servers, one Managed Server per physical machine.
    The problem is, starting from scratch, you install WLS on both physical machines. You can then use the config wizard to create the domain, cluster and managed servers, but this is a manual typing in process.
    So we've now got a WLST Script which we run with "java weblogic.WLST domaincreate.py domain.properties". This is good as it creates the domain, cluster, managed servers and JMS modules.
    Now the trouble is, it doesn't do anything to the 2nd physical machine which will be running only the 2nd Managed Server.
    One dirty way to get around this in order to start the 2nd managed server was to copy the domain directory to the 2nd server, but I'm sure this is bad practice and what you can actually do is improve the WLST script to actually, but the same as the config wizard and dump the nessary information to the 2nd physical machine in order so you don't need to copy the domain directory across so that it will startup straight after running the WLST.
    Any help appriecated.
    Surfbum.

    Hi I think I've found the answer. You can build a managed server template using the pack command.
    http://e-docs.bea.com/common/docs90/pack/tasks.html

  • Will JDK 1.2.2_08 be supported with WLS 5.1?

    Hiya,
    Will JDK 1.2.2_08 be supported with WLS 5.1?
    If not, why?
    If so, when?
    Much thanks,
    Richard Fanta
    Systems Architect
    Morgan Stanley Online

    Oh yeah, like - that wasn't there when he asked the question - THREE MONTHS AGO.
    Slow day at Loud Cloud?
    Mike
    David Peng <[email protected]> wrote:
    http://e-docs.bea.com/wls/platforms/index.html#solaris
    Mike Reiche wrote:
    It seems to work fine here.
    Is there some reason you're not running 1.3 ?
    As I recall you guys are on Solaris (I was there in December).
    Mike Reiche
    "Richard Fanta" <[email protected]> wrote:
    Hiya,
    Will JDK 1.2.2_08 be supported with WLS 5.1?
    If not, why?
    If so, when?
    Much thanks,
    Richard Fanta
    Systems Architect
    Morgan Stanley Online

  • Using foreign JMS providers with wls

    does anybody have a clou, where i can find that article, i think it's
              by steve felts on using foreign JMS providers with wls? i think the
              link on dev2dev is broken?
              

    The new article is called "Using Foreign JMS Providers with WLS" and it's
              here:
              http://dev2dev.bea.com/resourcelibrary/whitepapers.jsp?highlight=whitepapers
              greg
              "leopld goess" <[email protected]> wrote in message
              news:[email protected]..
              > does anybody have a clou, where i can find that article, i think it's
              > by steve felts on using foreign JMS providers with wls? i think the
              > link on dev2dev is broken?
              

  • Compression with zero elimination (reverse postings)

    I executed a compression with zero elimination in a custom InfoCube in order to avoid entries that only contain zero values as key figures (for example reverse posting) are contained in the InfoCube after compressing.
    However, not all the entries where all the key figures are blank have been deleted.
    This cube contains the following standard key figures:
    -0DEB_CRE_DC;
    -0DEB_CRE_LC;
    -0DSCT_DAYS1;
    There are also two other custom key figures, created as copy of 0DEB_CRE_LC.
    Have you any suggestion?

    So you're saying you have rows in your E fact table that were created as part of this particular compression run where all KFs = 0? That certainly doesn't sound right.
    The zero elimination is a multi-step process -
    first excluding rows from the F fact table where all KFs are 0, then excluding any summarized rows where all KF = 0, and then finally, deleting rows from E fact table that were updated resulting in all KFs = 0. Were any compressions run on this cube previously without zero elimination specified?
    What DB?
    There have been some problems with Oracle 9.2 merge function.
    https://websmp201.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=613701&_NLANG=E
    https://websmp201.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=639253&_NLANG=E

  • Trying to export a movie compressed with H.264 out of AE

    I am having some issues with exporting a movie compressed with H.264. I am using AE CS3. When I output with the settings of this image:
    http://intuitionusa.com/ae.gif
    I get an error message that is below in the image.  I have to leave Quicktime in the top settings in the output module and then select H.264 in the format button.  It allows me to render out, but a message appears saying it is better to select H.264 from the "format" dialog box.
    * Also, when I export out to H.264 the file size is much larger than just using quicktime pro.  I think it might be better to export an uncompressed file from AE and then use QT pro to compress but that is going to use up a lot of disc space.
    SHoutzager

    You're probably getting that error because of a frame size/codec conflict.
    Your comp is 900x600, and the MainConcept codec is looking for a frame size of 720x480 (NTSC DV).
    Using the Quicktime wrapper to export the H.264 is a fine optioin, however, AE will not do as good of a job compressing to that codec as Quicktime Pro, or a dedicated compression application would do. AE can only cache a limited number of frames for the compression process (frames before and after the current frame), and as a result, the compression quality and filesize will not be as small as they could be by using a different tool for the job.
    As such, your supposition about rendering out an uncompressed/losslessly compressed movie and then running it through QT Pro (or another compression application) yielding superior results was a correct one.

Maybe you are looking for

  • Drop Down for Selecting the doc type while uploading?

    Hi all, Is it possible to create some document type in KM so that we can select the doc type and  upload the file to specific folder. What I mean from Doc type is like Doc for Meetings, Doc for activity report. Is it possible using standard KM featur

  • WRT54G keeps restarting with Windows 7

    Hi guys,, i realy need some help here,, i'm using laptop with Win 7 Home Premium + WRT54G ver 7. Every time i connect my laptop via LAN or wireless network, the WRT54G ver 7 keeps restarting by it self. I try to used another laptop with win xp and it

  • [SOLVED] ... Copy and paste in xwindows into bash terminal?

    Just to make my Archexperience really interesting I've decided to forego the installation of a DE (for now) and I'm using just the Evilwm. So, what do I need to install to get copy and paste to work beween firefox and my bash terminal. In my former F

  • Premiere 4.0 appcrash with Windows 7 Professional

    I bought a new computer, HP p6319f, and loaded my Premeire 4.0 onto it.  I load a vidio file (.mod) and go to play it to decide where I want to put text and music overlay.   It plays for a little while (maybe 30 sec) then appcrash. Keep in mind I am

  • BR0051 BRARCHIVE  Terminated withn errors

    Hi Experts, I have a scheduled Whole Database online + redo log backup in DB13, it is running smoothly until the color status for the process turned red in db13. When I looked at the action details it says "Finished with error" then I looked at the j