NPE using weblogic.httpd.clustering.enable

I'm having some difficulty trying to configure a cluster. If I set the
          property "weblogic.httpd.clustering.enable" to true I will get the attached
          NullPointerException. Where did I do wrong?
          Thanks for help.
          -- Jerry
          Tue Sep 26 14:09:13 PDT 2000:<I> <HTTP> Log rotation is size based
          Unable to initialize server: java.lang.NullPointerException
          fatal initialization exception
          java.lang.NullPointerException
          at weblogic.t3.srvr.HttpServer.start(HttpServer.java:398)
          at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1305)
          at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
          

          Dimitri Rakitine wrote:
          > I think what it means is that you do not need cluster license (and cluster enabled) to
          > use session persistence, and you do not need to set weblogic.httpd.clustering.enable to
          > use file or jdbc persistence.
          But I do need to use clustering and in order to do that
          I gotta have the weblogic.httpd.clustering.enable set to true among
          all other cluster related properties. What would be the point of using session persistence without
          actually running your servers in a cluster ?
          Right ??
          >
          >
          > Andrzej Porebski <[email protected]> wrote:
          >
          > > We are getting the same exact error (NPE). The reason for this error is null ClusterManager
          > > singleton in weblogic and the only way that thing can be null is if the clustered was not properly configured.
          > > Now, according to weblogic docs, if you use jdbc based session persistence, you should
          > > not have to have the so called "cluster" license for Weblogic but that does not seem
          > > to hold glue. We have configured the server to use the jdbc based session
          > > persistence but we still get the error
          >
          > > Wed Sep 27 14:59:11 EDT 2000:<E> <WebLogicServer> #########################################################
          > > Wed Sep 27 14:59:11 EDT 2000:<E> <WebLogicServer> ## Unable to join cluster: Unable to find a license for clustering
          > > Wed Sep 27 14:59:11 EDT 2000:<E> <WebLogicServer> #########################################################
          >
          > > during startup and then the NPE at the very end.
          >
          > > If any one has solved this problem please let me know.......
          >
          > > Thanks
          >
          > > Andrew
          >
          > > Dimitri Rakitine <[email protected]> wrote:
          > >>I think what Weblogic was trying to say (in a somewhat cryptic way)
          > >>is that you didn't set weblogic.cluster.enable=true property.
          > >>
          > >>Jerry Soung <[email protected]> wrote:
          > >>> I'm having some difficulty trying to configure a cluster. If I set the
          > >>> property "weblogic.httpd.clustering.enable" to true I will get the attached
          > >>> NullPointerException. Where did I do wrong?
          > >>
          > >>> Thanks for help.
          > >>
          > >>> -- Jerry
          > >>
          > >>> Tue Sep 26 14:09:13 PDT 2000:<I> <HTTP> Log rotation is size based
          > >>> Unable to initialize server: java.lang.NullPointerException
          > >>> fatal initialization exception
          > >>> java.lang.NullPointerException
          > >>> at weblogic.t3.srvr.HttpServer.start(HttpServer.java:398)
          > >>> at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1305)
          > >>> at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
          > >>
          > >>Dimitri
          > >>http://dima.dhs.org
          >
          > --
          > Dimitri
          > http://dima.dhs.org
          

Similar Messages

  • Weblogic.httpd.defaultWebApp  & weblogic.httpd.webApp. name : PROBLEM!!!

    i have a client that give this error: ---------------------------------------------
    javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException:
    class com.dat.abs.ejb.GenClassSessionEJBHomeImpl_WLStub previously not found at
    weblogic.rjvm.MsgAbbrev.read(MsgAbbrev.java, Compiled Code) at java.lang.Exception.<init>(Exception.java,
    Compiled Code) at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java,
    Compiled Code) at weblogic.rjvm.MsgAbbrev.read(MsgAbbrev.java, Compiled Code)
    at weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:505) at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134) at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:700)
    at weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.java:34)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630) at weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java, Compiled Code) at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java,
    Compiled Code) at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    --------------- nested within: ------------------ weblogic.rmi.UnmarshalException:
    Unmarshalling return - with nested exception: [java.lang.ClassNotFoundException:
    class com.dat.abs.ejb.GenClassSessionEJBHomeImpl_WLStub previously not found]
    at weblogic.jndi.toolkit.BasicWLContext_WLStub.lookup(BasicWLContext_WLStub.java:256)
    at weblogic.jndi.toolkit.WLContextStub.lookup(WLContextStub.java, Compiled Code)
    at javax.naming.InitialContext.lookup(InitialContext.java:349) at com.dat.gen.GenEJBHelper.getHomeFor(GenEJBHelper.java:32)
    at abs.ABSGenClassInfo.getGenClassSessionHome(ABSGenClassInfo.java:743) at abs.ABSGenClassInfo.getGenClass(ABSGenClassInfo.java:266)
    at abs.ABSGenClassInfo.buildInheritanceStack(ABSGenClassInfo.java, Compiled Code)
    at abs.ABSGenClassInfo.<init>(ABSGenClassInfo.java:247) at abs.ABSGenClassInfo.getClassInfoFor(ABSGenClassInfo.java:217)
    at abs.ABSVerifyClassDependencies.doItWithContext(ABSVerifyClassDependencies.java,
    Compiled Code) at abs.ABSMainThread.verifyClassDependencies(ABSMainThread.java,
    Compiled Code) at abs.ABSMainThread.run(ABSMainThread.java, Compiled Code) java.lang.NullPointerException:
    at abs.ABSGenClassInfo.getGenClass(ABSGenClassInfo.java:266) at abs.ABSGenClassInfo.buildInheritanceStack(ABSGenClassInfo.java,
    Compiled Code) at abs.ABSGenClassInfo.<init>(ABSGenClassInfo.java:247) at abs.ABSGenClassInfo.getClassInfoFor(ABSGenClassInfo.java:217)
    at abs.ABSVerifyClassDependencies.doItWithContext(ABSVerifyClassDependencies.java,
    Compiled Code) at abs.ABSMainThread.verifyClassDependencies(ABSMainThread.java,
    Compiled Code) at abs.ABSMainThread.run(ABSMainThread.java, Compiled Code) Class
    AngelaForBatch not found!! java.lang.NullPointerException at abs.ABSVerifyClassDependencies.doItWithContext(ABSVerifyClassDependencies.java,
    Compiled Code) at abs.ABSMainThread.verifyClassDependencies(ABSMainThread.java,
    Compiled Code) at abs.ABSMainThread.run(ABSMainThread.java, Compiled Code) javax.naming.CommunicationException.
    Root exception is java.lang.ClassNotFoundException: class com.dat.abs.ejb.GenClassSessionEJBHomeImpl_WLStub
    previously not found at weblogic.rjvm.MsgAbbrev.read(MsgAbbrev.java, Compiled
    Code) at java.lang.Exception.<init>(Exception.java, Compiled Code) at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java,
    Compiled Code) at weblogic.rjvm.MsgAbbrev.read(MsgAbbrev.java, Compiled Code)
    at weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:505) at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134) at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:700)
    at weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.java:34)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630) at weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java, Compiled Code) at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java,
    Compiled Code) at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    --------------- nested within: ------------------ weblogic.rmi.UnmarshalException:
    Unmarshalling return - with nested exception: [java.lang.ClassNotFoundException:
    class com.dat.abs.ejb.GenClassSessionEJBHomeImpl_WLStub previously not found]
    at weblogic.jndi.toolkit.BasicWLContext_WLStub.lookup(BasicWLContext_WLStub.java:256)
    at weblogic.jndi.toolkit.WLContextStub.lookup(WLContextStub.java, Compiled Code)
    at javax.naming.InitialContext.lookup(InitialContext.java:349) at com.dat.gen.GenEJBHelper.getHomeFor(GenEJBHelper.java:32)
    at abs.ABSGenClassInfo.getGenClassSessionHome(ABSGenClassInfo.java:743) at abs.ABSGenClassInfo.getGenClass(ABSGenClassInfo.java:266)
    at abs.ABSGenClassInfo.buildInheritanceStack(ABSGenClassInfo.java, Compiled Code)
    at abs.ABSGenClassInfo.<init>(ABSGenClassInfo.java:247) at abs.ABSGenClassInfo.getClassInfoFor(ABSGenClassInfo.java:217)
    at abs.ABSGenDirectory.retrieveGenClassPackage(ABSGenDirectory.java:110) at abs.ABSGenDirectory.doItWithContext(ABSGenDirectory.java,
    Compiled Code) at abs.ABSMainThread.verifyClassDependencies(ABSMainThread.java,
    Compiled Code) at abs.ABSMainThread.run(ABSMainThread.java, Compiled Code) java.lang.NullPointerException:
    at abs.ABSGenClassInfo.getGenClass(ABSGenClassInfo.java:266) at abs.ABSGenClassInfo.buildInheritanceStack(ABSGenClassInfo.java,
    Compiled Code) at abs.ABSGenClassInfo.<init>(ABSGenClassInfo.java:247) at abs.ABSGenClassInfo.getClassInfoFor(ABSGenClassInfo.java:217)
    at abs.ABSGenDirectory.retrieveGenClassPackage(ABSGenDirectory.java:110) at abs.ABSGenDirectory.doItWithContext(ABSGenDirectory.java,
    Compiled Code) at abs.ABSMainThread.verifyClassDependencies(ABSMainThread.java,
    Compiled Code) at abs.ABSMainThread.run(ABSMainThread.java, Compiled Code) javax.ejb.EJBException:
    at abs.ABSGenClassInfo.<init>(ABSGenClassInfo.java:253) at abs.ABSGenClassInfo.getClassInfoFor(ABSGenClassInfo.java:217)
    at abs.ABSGenDirectory.retrieveGenClassPackage(ABSGenDirectory.java:110) at abs.ABSGenDirectory.doItWithContext(ABSGenDirectory.java,
    Compiled Code) at abs.ABSMainThread.verifyClassDependencies(ABSMainThread.java,
    Compiled Code) at abs.ABSMainThread.run(ABSMainThread.java, Compiled Code)
    javax.ejb.EJBException: at abs.ABSGenClassInfo.<init>(ABSGenClassInfo.java:253)
    at abs.ABSGenClassInfo.getClassInfoFor(ABSGenClassInfo.java:217) at abs.ABSGenDirectory.retrieveGenClassPackage(ABSGenDirectory.java:110)
    at abs.ABSGenDirectory.doItWithContext(ABSGenDirectory.java, Compiled Code) at
    abs.ABSMainThread.verifyClassDependencies(ABSMainThread.java, Compiled Code) at
    abs.ABSMainThread.run(ABSMainThread.java, Compiled Code) --------------------------------------------------------
    the com.dat.abs.ejb.GenClassSessionEJB Class is correctly deployed.
    in the Weblogic.properties i use:
    weblogic.httpd.defaultWebApp=d:/nowui (and no documentRoot).
    If i use instead of weblogic.httpd.defaultWebApp : weblogic.httpd.webApp.pippo=d:/nowui
    ALL WORKS FINE!!!!
    i'm using Weblogic 510 with SP9 in a Windows 2000 Prof environment
    i think that is a bug of weblogic...
    Can someone help me ?
    thankx

    String cookieName =
              T3Services.getT3Services().config().getProperty("weblogic.httpd.session.cook
              ie.name");
              Cheers - Wei
              Kirby Drumm <[email protected]> wrote in message
              news:8j68e4$lqi$[email protected]..
              > Is there any way to determine the value of
              > weblogic.httpd.session.cookie.name from a java server page?
              >
              >
              >
              

  • Weblogic.httpd.session.cookies.enable not working in WLS4.5 sp 11 ?

    I want to disable the use of cookies in WLS 4.5, and set the following
    weblogic.httpd.session.cookies.enable=false
    In WLS 4.5 sp7, this correctly prevents the server from using cookies
    for session-tracking, forcing the extraction of the session id from a
    rewritten URL.
    However, for WLS 4.5 sp11 cookies are still sent from the server
    Is this a known issue ?
    jo

    I want to disable the use of cookies in WLS 4.5, and set the following
    weblogic.httpd.session.cookies.enable=false
    In WLS 4.5 sp7, this correctly prevents the server from using cookies
    for session-tracking, forcing the extraction of the session id from a
    rewritten URL.
    However, for WLS 4.5 sp11 cookies are still sent from the server
    Is this a known issue ?
    jo

  • Using weblogic clustering to improve permance in J2EE applications

    I'm wondering if someone can help me to figure out a solution to some performance issues already existing in my Weblogic-based application.
              - Current configuration: 2 weblogic domains where each domain contains it's own weblogic instance and each instance is running different applications and all running in the same computer. I'm not using clustering.
              Configuration described above have performance issues, so I would like to receive tipical recommendations to improve performance including a change of the configuration of weblogic servers. One of my ideas is to use clustering as follows:
              Have each J2EE app described above running on their own computer, where each computer includes one weblogic domain with two instances of the same application with clustering enabled for fail-over and load-balancing. This idea is makes some sense, or I'm suggesting a very bad idea ?
              thanks for your help

    I'd first need to understand what is causing the performance issues. ie what is the factor limiting your performance? Are you at 100% CPU? Are you waiting for a database to respond etc? Once we have that analysis, we can probably give you better advice on how to fix it.
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Security Bug in weblogic.httpd.enable

     

    Hi!
    When I set this "weblogic.httpd.enable=false". I will get UnmarshalException
    for WLStub at ejb client whenever I update my classes. Is this by design?
    When I comment out this, the error is gone.
    Regards
    Yew Yap
    "Vince" <[email protected]> wrote in message
    news:87f5ng$g7g$[email protected]..
    Hi all,
    I don't know whether you all know this or not, but I would feel guilty ifI
    didn't tell all of you. I found a bug in the properties file. WebLogic
    claimed that the httpd can be disabled for security purposes. However, I
    realized that no matter what boolean you assign to weblogic.httpd.enable,
    the httpd is still alive. The setting in the properties file has noeffect
    at all. For those of you who have to disable httpd for the security ofyour
    internal networks, this is really a problem. I have reported this to BEA
    and will see how they fix this. You can test this on your WebLogic server
    by setting the property to false and test to see if the clients canconnect
    to your server using http. I was be able to use a browser to connect tothe
    server and even more I could replace t3 with http in my java code toconnect
    to my EJBs after I disabled httpd.
    Vince

  • Unable to enable SAML based SSO using Weblogic 10.3.3

    Hi,
    I am working on enabling SSO among two different applications hosted on different domains (WLS 10.3.3) of same machine.
    I followed all the steps given in http://www.oracle.com/technetwork/articles/entarch/sso-with-saml-099684.html but ending up with Error 401--Unauthorized message when I access App-2.
    Even the sample applications attached with the article above results with same 401 error.
    Can you please help me with some work around. Also let me know for more info required.
    Thanks
    Raza
    Edited by: Raza Naqui on Dec 28, 2010 4:14 PM

    It worked partially now. I configured everything right from the scratch using http://www.oracle.com/technetwork/articles/entarch/sso-with-saml-099684.html and it worked
    Cleared Cookies/Cache/History
    Usecase - 1:
    1. Hit appA --> Login Page A (Entered Credentials) --> appA Landing Page ---------- WORKS FINE
    2. Hit appB --> appB Landing Page ----------- WORKS FINE
    Cleared Cookies/Cache/History
    Usecase - 2:
    1. Hit appB --> BASIC Authentication Box pops-up (Entered Credentials) --> appB Landing Page ----------- WORKS FINE
    2. Hit appA --> Login Page A is rendered ---------- DOESN'T WORKS FINE (In this usecase, instead of Login Page, it should render Landing Page of appA)
    I tried:
    1. Changing the login method of web.xml (appA) to CLIENT-CERT,FORM ----------- SAME ISSUE AS in Usecase-2.2
    2. Configured both the domains in the reverse order of configurations given in Blog-Link above. Meaning, where-ever it says appB (I referred appA) and in place of appA (I referred appB). Same case with domains. And then I try to hit appA URL ----> BASIC Authentication Box Pops up (Entered Credentials) -----> HTTP 500 ERROR (Internal Server Error) and nothing is printed on Weblogic Console.
    My Requirement:
    1. Out of appA or appB, which-ever is accessed for the first time, the login screen/basic authentication pops-up. Followed by no authentication to be required for appA or appB.
    Questions:
    1. Using SAML, can we enable 3 web-applications for SSO. If yes, How?
    Many Thanks
    Raza

  • Apach 2.2.21 using Weblogic Plugin (10.3.5)

    Hi All,
    I have configure apache using Weblogic Plugin and it work for http. So moving forward, i am trying to configure a 2 way SSL with weblogic plugin and have configure all the oracle wallet.
    I got my plugin from my weblogic server /opt/bea/wlserver_10.3/server/plugin/solaris/sparc/. The version of my weblogic is 10.3.5.
    When i do a apachectl -t to check the syntax and i got the following errors:
    # /usr/local/apache2/bin/apachectl -t
    Syntax error on line 475 of /usr/local/apache2/conf/httpd.conf:
    Invalid command 'WLSSLWallet', perhaps misspelled or defined by a module not included in the server configuration
    Below is the configuration files on my httpd.conf
    <IfModule mod_weblogic.c>
    WebLogicCluster server1:4567,server2:4567,server1:1234,server2:1234
    SecureProxy ON
    WLSSLWallet /opt/certificate/oracle_wallet
    </IfModule>
    <Location /something>
    SetHandler weblogic-handler
    PathTrim /
    Debug ON
    WLLogFile /tmp/web_log.log
    </Location>
    My oracle wallet is as follows:
    # ./orapki wallet display -wallet /opt/certificate/oracle_wallet/
    Oracle PKI Tool : Version 11.1.1.4.0
    Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
    Requested Certificates:
    Subject: CN=somehost,DC=example,DC=com
    User Certificates:
    Trusted Certificates:
    Subject: CN=somehostCA,DC=example,DC=com
    Subject: OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: CN=GTE CyberTrust Global Root,OU=GTE CyberTrust Solutions\, Inc.,O=GTE Corporation,C=US
    Subject: CN=somehost,DC=example,DC=come
    Subject: OU=Class 2 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: OU=Class 1 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Could this be a bug on the weblogic plugin ? Please advise.
    Edited by: 885587 on Sep 15, 2011 9:53 PM

    My apache is compile with the following flags, if that matters to anyone. Advance thanks to anyone who reply this thread =)
    ./configure prefix=/usr/local/apache2 enable-modules=all enable-mods-shared=all enable-ssl with-ssl enable-so --enable-rewrite                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to setup the cluster environment for BPM using weblogic

    want to setup the cluster environment for BPM using weblogic....
    i have installed the oracle weblogic server 10gr3 and oracle BPM enterprise for weblogic 10gR3
    i have used the Admin tools from the "oracle BPM enterprise for weblogic" to setup the configuration and create the weblogic domain servers.
    i can launch the process administrator and import the project exp file to domain server.
    but what should i do to setup cluster environment using weblogic?
    what i want to do is :
    setup one admin machine..
    setup two product machine..
    enable the cluster so the admin machine can monitor the status of the product machine..
    thanks a lot ...

    The install guide at http://download-llnw.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html gives a reasonable amount of info on how to do this.
    Personally I have not used the OBPM option to configure WebLogic instead I've used the information in the above install guide to create the weblogic domain in advance of configuring OBPM.
    Once you've setup WebLogic configure OBPM using the values I mention in the following thread: How to set the JMX Engine parameter in Process Administation?
    Let me know any specific config questions and I'll do my best to answer them for you.
    Thanks,
    Mike

  • Can we use threads in Clusters?

    Hi,
    My application is previously running on Iplanet4 webserver. We are migrating it to weblogic application server for reducing load on the application. We want to utilise the weblogic clustering concept for load balancing.
    Now when we deploy our application in weblogic we are getting below warning...
    <Web application: ServletContext(id=13686851,name=CCTS3_5May,context-path=/CCTS3_5May)
    tried to place a non-serializable attribute: ccsession into the session: C61wF726pZpozohwzPefgQaX7yaXXHOJY7S9XufjU3tWmvA09z6o!789533662!1115354608350. This attribute will be lost upon redeployment. This message is logged only once per session.>
    That is coming because one thread object is there in the CCSession class. When we are trying to serialize the object of that CCSession class we are getting warning of the above.
    And i had seen in one of the forums that "when threads are there in any web application, it is impossible to use clustering"? Is any other way is there for migrating my application to weblogic server and use the clustering concept.
    We are using weblogic especially for clustering concept only.
    Is there any solution for this problem?
    Please share your suggestions,
    Thanks in advance,
    Chandra Sekhar.

    Hi
    You can use objects that extents java.io.Serializable class ...
    Jin

  • How to get the weblogic.httpd.session.timeoutSecs value in a JSP file

    Hi,
              We are using Weblogic 5.1 SP8. We set weblogic.httpd.session.timeoutSecs=900 in the weblogic.properties file. How can I get this value in a JSP file if I don't use java.util.Properties to parse the properties file?
              Can I use session.getValue(sessionName) to get it? If so, what is the session name for this property?
              Thanks.
              Frank
              

    I think something like this should work:
              T3ServicesDef services = T3Services.getT3Services();
                   services.config().getProperty("weblogic.httpd.session.timeoutSecs");
              Frank Yu <[email protected]> wrote:
              > Hi,
              > We are using Weblogic 5.1 SP8. We set weblogic.httpd.session.timeoutSecs=900 in the weblogic.properties file. How can I get this value in a JSP file if I don't use java.util.Properties to parse the properties file?
              > Can I use session.getValue(sessionName) to get it? If so, what is the session name for this property?
              > Thanks.
              > Frank
              Dimitri
              

  • Need help using weblogic.Deployer to refresh a webapp

    I'm trying to refresh some jsp from a webapp deployed in exploded format
    in WLS 8.1SP3
    The original source files are not located on the machine or filesystem
    running the admin server (the webapp is deployed on a cluster)
    On WLS 6.1SP5, we use weblogic.refresh to upload the files to the admin
    server and redeploy the refreshed files.
    The documentation suggest to use weblogic.Deployer with WLS8.1 since
    weblogic.refresh is deprecated.
    I couldn't find the correct command line options to reproduced the
    weblogic.refresh behaviour. Apparently it is not possible to upload the
    files to the admin server and redeploy in a single step. weblogic.Deployer
    expects the file to be already available to the admin server before
    issuing the redeploy (using rsync, ftp or whatever). Is this correct ?
    What did I miss ?
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

    I thought you've got error of another type - that error is fixed by simple software update.
    Regarding your case - it's always frightening in first time. Believe me - there's completely nothing to be afraid of.
    Resizing C drive may result killing your DATA on it only in case of energy is down during the process. Process is taking about 15-20 minutes on slow programs and about 3-4 minutes on fast programs. That means that even having problems with electricity you'll be able to finish everything correctly running on battery.
    I'd recommend using Acronis Disk director Suite, but it is not free. One of the best free progs for that are bootable Linux livecds PartedMagic and GParted. They're all intuitive understandable. 
    You will get your NOVO recovery feature lost after C resize, but you can enable it later, replacing that factory backup in hidden partition with your own backup - your NOVO button will restore your system with all your software and settings.
    it will be good for you to start with some basic principles on partitions organization schemes - why, what for and how questions are briefly explained here. After reading this you'll be able to ask right questions to get right answers.
    //help will save the world

  • How to use weblogic.Deployer

    I can deploy this adf application to weblogic server in jdeveloper 11.1.1.3.
    How to use weblogic.Deployer in weblogic 10.3.3? I get errors as follow:
    Microsoft Windows [Version 6.0.6001]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    C:\Users\Administrator>d:
    D:\>cd D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin
    D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin>setDomainEnv.cmd
    D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server>java weblogic.Deployer
    -adminurl http://localhost:7001 -user weblogic -password welcome1 -deploy -upload E:\SOAworkspace\otnapp\deploy\otnapp_application1.ear
    weblogic.Deployer invoked with options: -adminurl http://localhost:7001 -user weblogic -deploy -upload E:\SOAworkspace\otnapp\deploy\otnapp_application1.ear
    javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
    at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
    at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:496)
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:297)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    at weblogic.Deployer.main(Deployer.java:54)
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:141)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
    at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:496)
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:297)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:138
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:116)
    ... 2 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.Conne
    ctException: http://localhost:7001: Destination unreachable; nested exception is
            java.net.ProtocolException: Tunneling result unspecified - is the HTTP s
    erver at host: 'localhost' and port: '7001' a WebLogic Server?; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:787)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.Environment.createInitialContext(Environment.java:208)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:192)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:170)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:328)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:300)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:139)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
    at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:496)
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:297)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    ... 2 more
    Caused by: java.net.ConnectException: http://localhost:7001: Destination unreach
    able; nested exception is:
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'localhost' and port: '7001' a WebLogic Server?; No available router to destination
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
    ... 19 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception
    is:
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'localhost' and port: '7001' a WebLogic Server?; No available rou
    ter to destination
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.Environment.createInitialContext(Environment.java:208)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:192)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:170)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:328)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:300)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:139)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:150)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
    at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:496)
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:297)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:138)
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:116)
    ... 2 more
    Unable to connect to 'http://localhost:7001': Destination unreachable; nested exception is:
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'localhost' and port: '7001' a WebLogic Server?; No available rou
    ter to destination. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
    D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server>

    Looks like the protocol is not correct (Unable to connect to 'http://localhost:7001': Destination unreachable)
    Could you try the t3 protocol, for example,
    java weblogic.Deployer -adminurl t3://localhost:7001 -username weblogic -password welcome1 -listapps

  • Call weblogic EJB without using weblogic.jndi.T3InitialContextFactory

    I am trying to call an ejb on a weblogic server without using weblogic.jndi.T3InitialContextFactory.
    The context retrieval is as follows:
    Properties table = new Properties();
    table.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory");
    table.put(Context.PROVIDER_URL, "iiop://localhost:7001");
    Context context = new InitialContext(table);
    return context;
    but when I run the client I am getting the follwing error:
    javax.naming.CommunicationException: Cannot connect to ORB [Root exception is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No]
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:362)
    at com.sun.jndi.cosnaming.CNCtx.initUsingIiopUrl(CNCtx.java:289)
    at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:245)
    at com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java:209)
    at com.sun.jndi.cosnaming.CNCtx.<init>(CNCtx.java:69)
    at com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java:32)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    at com.test.TestDirectDocumentLoad.getContext(TestDirectDocumentLoad.java:59)
    at com.test.TestDirectDocumentLoad.loadDocs(TestDirectDocumentLoad.java:139)
    at com.test.TestDirectDocumentLoad.main(TestDirectDocumentLoad.java:116)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:173)
    at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
    at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
    at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
    at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1105)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:788)
    at com.sun.corba.se.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1186)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1079)
    at com.sun.corba.se.internal.corba.ORB.resolve_initial_references(ORB.java:2436)
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:340)
    ... 12 more
    I have the J2EE jar on the client path and all....but can't get through this error
    need help guys!
    Samir

    Samir j <> writes:
    Make sure IIOP is enabled on the server side. There was a bug in
    earlier 8.1 config wizards that defaulted it to off.
    andy
    I am trying to call an ejb on a weblogic server without using weblogic.jndi.T3InitialContextFactory.
    The context retrieval is as follows:
    Properties table = new Properties();
    table.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory");
    table.put(Context.PROVIDER_URL, "iiop://localhost:7001");
    Context context = new InitialContext(table);
    return context;
    but when I run the client I am getting the follwing error:
    javax.naming.CommunicationException: Cannot connect to ORB [Root exception is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No]
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:362)
    at com.sun.jndi.cosnaming.CNCtx.initUsingIiopUrl(CNCtx.java:289)
    at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:245)
    at com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java:209)
    at com.sun.jndi.cosnaming.CNCtx.<init>(CNCtx.java:69)
    at com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java:32)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    at com.test.TestDirectDocumentLoad.getContext(TestDirectDocumentLoad.java:59)
    at com.test.TestDirectDocumentLoad.loadDocs(TestDirectDocumentLoad.java:139)
    at com.test.TestDirectDocumentLoad.main(TestDirectDocumentLoad.java:116)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:173)
    at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
    at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
    at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
    at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1105)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:788)
    at com.sun.corba.se.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1186)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1079)
    at com.sun.corba.se.internal.corba.ORB.resolve_initial_references(ORB.java:2436)
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:340)
    ... 12 more
    I have the J2EE jar on the client path and all....but can't get through this error
    need help guys!
    Samir

  • WLS 9.1 bug with WebLogic Plug-In Enabled?

    We are currently upgrading from WLS 8.1 to WLS 9.1. We use Apache HTTP Server 2.0 on Red Hat Enterprise 4 with the weblogic plugin. We have the plugin configured properly as the application functions properly except for calls to request.getRemoteAddr(). We have WebLogic Plug-In Enabled enabled at the cluster and server level. We verified MBeans reported true using the weblogic scripting tool in interactive mode. We see the WL-Client-Proxy-IP header in the request as expected. We've searched the newsgroups and BEA site and they mention setting the WebLogic Plug-In Enabled option as the problem. It doesn't appear to be ours.
    Is there a bug or are we missing something else? If it is a bug, is there a patch? We have a workaround in place which gets the WL-Client-Proxy-IP header directly, but obviously this isn't the optimal solution for something that was working properly in 8.1.
    Thank you in advance,
    Daniel

    Sure! Calling directly a server is more fast then pass through a load balancer and through a webserver and through (again?) the weblogic plugin (even if it's only a lib!!!)...
              Moreover you could have performance problem if you use hostname instead of IP address, cause for every client call a DNS query must be executed.
              One more thing... The only one load balancer algorithm you must use is the round robin, I'm not speaking about weblogic load balancing algorithm... But about hardware load balancer above the webserver.
              Regards
              Antenore Gatta
              Middleware Specialist
              Hequa S.r.l
              C.so Buenos Aires 77
              20124 Milano
              http://www.Hequa.it
              Tel +39(0)267493078
              Fax +39(0)267493079
              Mobile +39 3481537897
              ______________________________________

  • Debugging with Eclipse Plugin using Weblogic 6.1

    I am having a problem debugging using Eclipse 2.1 and the weblogic server plugin
    provided by this site.
    If I start the server and run the application everything works fine.
    If I put a breakpoint into my code and then run the application I do not see the
    application breaking at all. I am in debug view of Eclipse. The browser just
    hangs and will not respond. I can take the breakpoint off and refresh the browser
    and it works fine again.
    Do I need to have anything special in a configuration file for weblogic to enable
    debugging ?
    Do I need to start the JVM with any special parms. I am currently using the following
    startup options. I have tried a number of configurations on the startup options
    and nothing works.
    -hotspon
    -ms64m
    -mx256m
    -Xdebug
    -Djava.compiler=none
    -Xnoagent
    -Dweblogic.ProductionModeEnabled=false
    I am using Weblogic 6.1 and JDK 1.3.1_09
    Thanks in advance for any help...

    Mark,
    Please post this in the weblogic.developer.interest.general newsgroup
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Mark Hartnett" <[email protected]> wrote in message
    news:3f57a4a3$[email protected]..
    >
    I am having a problem debugging using Eclipse 2.1 and the weblogic serverplugin
    provided by this site.
    If I start the server and run the application everything works fine.
    If I put a breakpoint into my code and then run the application I do notsee the
    application breaking at all. I am in debug view of Eclipse. The browserjust
    hangs and will not respond. I can take the breakpoint off and refresh thebrowser
    and it works fine again.
    Do I need to have anything special in a configuration file for weblogic toenable
    debugging ?
    Do I need to start the JVM with any special parms. I am currently usingthe following
    startup options. I have tried a number of configurations on the startupoptions
    and nothing works.
    -hotspon
    -ms64m
    -mx256m
    -Xdebug
    -Djava.compiler=none
    -Xnoagent
    -Dweblogic.ProductionModeEnabled=false
    I am using Weblogic 6.1 and JDK 1.3.1_09
    Thanks in advance for any help...

Maybe you are looking for

  • How to print a label in the last page of the report

    Hi, I have a report af bottom page I trid to put a label, the label is in the margin, but when I change the print condition send me a error, illegal print condition, how can I print this label only in the last page at the botton of the page Thanks

  • Attributes to be used for calculation

    Hi Experts, I have a requirement for master data attribute calculation i.e. Vendor payment term's attributes like no of days. This needs to be used in a query for some calculation purpose. I wanted to know if the attributes of a master data can be us

  • RBDAP001 causing a short dump when submitted in a FM for IDOC processing

    Hi All Gurus, I have a situation wherein I need to automate the processing of failed INBOUND IDOCS. So the status of failed IDOCS could be 51 or 64 or anything like that. I tried using statement 'SUBMIT RBDAP001 with......'. in a custom FM , however

  • Support for utl_file

    hello everybody i am required to read data from the oracle database and write the data to a text file. i guess i should make use of the package UTL_FILE. but i am running oracle 8.0.4. does this version support this package ? if yes, could some one g

  • Can you put a 1.5V SODIMM in macbook pro early 2008?

    I was looking at the memory in my MacBook Pro (early 2008 - model MacBookPro4,1 series) and noticed that it's using a 1.5V 200-pin SODIMM but all the other SODIMM modules I've been looking at are 1.8V - any idea what would be the affect of using this