Weblogic 9.2 cluster install across 2 linux servers - authentication errors

Hello all,
                    I am currently trying to install a 9.2 cluster across two Linux machines, but am having a few problems that I was hoping someone here could help with. I?ve been reading the documentation, but feel as though it?s getting me nowhere.
                    I have two servers, on which I have installed weblogic portal 9.2. On the first I have then used the configuration wizard to great an admin server and cluster members 1, 2 and 3.
                    A cluster is created and the three cluster members are assigned to it.
                    Then I configure two unix machines, for the servers 1 and 2.
                    I assign the admin server and cluster member 1 to the first server. Cluster members 2 and 3 are assigned to the second server.
                    The connection pools and JMS stores I left as the default values.
                    The configuration completes and a domain is created on the first server.
                    I have copied the complete user_projects directory to the second server. I didn?t want to go through the configuration steps on each server that weblogic was to be installed on, so this looked like the easiest way to get the startManagedWeblogic scripts onto the second server. Also I didn?t find anything in the documentation that mentioned how to set up a cluster across multiple machines in any detail, only how to install multiple instances on a single server and run them as a cluster.
                    I manage to start the admin server ok and can connect through the web based admin console.
                    The first cluster member also starts up on the first server.
                    Now I go to the second server again, and when I try to start the cluster members here I get Authentication errors:
                    <Jan 31, 2007 2:56:22 PM CET> <Error> <Security> <BEA-090854> <SAMLCredentialMapper provider initialization failed: Could not retrieve credentials for AssertionSigningKey.>
          <Jan 31, 2007 2:56:23 PM CET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
          <Jan 31, 2007 2:56:23 PM CET> <Error> <com.bea.weblogic.kernel> <000000> <[Security:090735]The DBMS connection was not usable>
          <Jan 31, 2007 2:56:23 PM CET> <Critical> <Security> <BEA-090403> <Authentication for user weblogic denied>
          <Jan 31, 2007 2:56:23 PM CET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
          weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
                  at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:947)
                  at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
                  at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
                  at weblogic.security.SecurityService.start(SecurityService.java:141)
                  at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                  Truncated. see log file for complete stacktrace
          >
          <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
          <Jan 31, 2007 2:56:24 PM CET> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
          <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
          Autonomy engine processes stopped
                              What am I doing wrong / forgetting to do.
                    Any help or suggestions are most helpful
                    Regards
                              IV

Hello ,
          I can help you in this regard, (let me see).
          Let me start from the beginning.
          Assumptions:
          M1 is hosting 1-Admin server(AdminServer), 2-Managed Server(ms1,ms2),
          M2 is hosting 1 -managed server (ms3)
          1. Install WebLogic Server/Portal product on M1 and M2 say /home/user1/bea1 - on M1
          /home/user1/bea1 - on M2
          2. Create Cluster Domain using ConfigWiz/WLST.
               [ here I will talk abt Config Wiz)
               - Open config Wiz
          - Create domain in Production Mode.(ideally Cluster is not supported in Dev mode )
               - Create 1 Admin server, 3 Managed server Host = <M1> and config SSL port
                    AdminServer ? Host_M1
                    Ms1     ? Host_M1
                    Ms2     ? Host_M1
                    Ms3     ? Host_M2
          NOTE: *** Don't use IP addresses - use hostnames. The hostnames need to be specified in the correct format. When specifying a hostname, use the receiving server side's rules for SSL certificate hostname format when specifying the server address. The address that a client uses needs to match up with the server's SSL certificate host identity field ((example: pint21.bea.com on both server/client side, not just pint21 and other pint21.bea.com)
          Using the 'keytool' Java utility, verify the content of hostname identity embedded in the demo SSL certificate
          $ keytool -list -v -alias demoidentity -keystore DemoIdentity.jks
          Owner: CN=pisol18, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
          -     Config Data Source (conn pool) to Any DB Type you like, test them and run the DB scripts if applicable (Run DB).
          3. Create Managed Server template Using Pack/Unpack tool
          3.1     Using <WL_HOME>\common\bin\pack.cmd with ?managed option create managed server template.
          3.2     Using <WL_HOME>\common\bin\unpack.cmd on M2 to create the domain on Host2
          4. Starting the Admin Server
          5. Start the Managed server in many way. As given on edocs.
          http://edocs.bea.com/wls/docs92/ConsoleHelp/taskhelp/clusters/StartOrStopAServer.html
          I hope this helps you,
          Thanks
          Viswa
          ------------

Similar Messages

  • OBIEE 11g installing in Linux. domain creation error

    Hi,
    OBIEE 11g installing in Linux server now. domain creation is in progress for about an hour and in log I can see below error.
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    domain creation is still running and looks like it is struck to start domain no idea how to solve the issue. waiting to see whether domain creation successful.
    Please let me know how to fix this issue.
    Thanks
    Jay.

    Hi,
    Have you try to increase MaxPermSize, it may occure memory issue.
    change the Middleware/ORACLE_BI1/oui/oraparam.ini and fine it like below
    JRE_MEMORY_OPTIONS=" -mx512m -XX:MaxPermSize=512m" then try to change it
    JRE_MEMORY_OPTIONS=" -mx2048m -XX:MaxPermSize=2048m"
    (i.e:It will increase the numbers for allocating more memory) then save it and then try to run config.bat (software only/enterprise) method and configure it.
    Thanks
    Deva

  • SOLUTION MANAGER 7.1 install on linux/oracle java error on ABAP IMPORT

    Hello sdn experts, Im trying to install the Solution Manager 7.1 on linux/oracle, but It always stops at the abap import,
    The error is in the Program "Migration Monitor", that exit with error.
    Reviewing the logs, it seems that is trying to execute a java command line with a unrecognized option:
    "Execution of the command "/opt/IBMJava2-amd64-142/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 1. Output:
    JVMJ9VM007E Command-line option unrecognized : -Xjvm:j9vm23"
    Usage : java [-options] class...
    As you can see, the sdk used is from IBM, and it works for all other saps we have here.
    Is the wrong jdk? Which I should use if its wrong?
    If is the right jdk, how could I get rid of this option and change it?
    Any idea would be appreciated.
    Thank you

    Hi Maurici,
    have you checked this note already?
    [https://service.sap.com/sap/support/notes/1159935|https://service.sap.com/sap/support/notes/1159935]
    It is about your error message. ...
    Best, Hannes

  • Multiple ASM instances using single cluster install - Is it possible??

    Hi,
    I have 2 node RAC cluster installed on Linux. All the storage is on EMC. I need to setup another environment using HP storage on the same hosts. Is it possible to created second ASM instance using the same cluster install?? I wanted to have clear separation b/w EMC and HP environments and that's wondering if it's feasible to do that.
    Haven't tried it yet to see if it complains.
    Thx
    Anitha

    Anitha,
    The data migration won't happen (at least not aggressively) until you do step 2 in your list where you remove the EMC disks. That removal operation will take a long time as Oracle will have to move the data before it can complete the operation. If you want to be sure, I'd recommend creating a new disk group with one of your new disks, put a small tablespace in it, create some data in it, then add a disk to that new group and remove the original disk. Then you'll have some confidence in the procedure and verify that it works without risking your production data. After you test, you can drop the disk group and use the disks for their intended purposes.
    To answer your question, yes, that's the process exactly as I suggested it above. Should work fine--but will probably take a while to do the remove, so be prepared to leave that running for quite a while (i.e. don't expect to close the terminal and go home right after running the remove).
    Dan

  • Problem in setup weblogic9.2 MP2 cluster with 2 linux (RHEL4) servers

    Hi All,
              We are trying to setup a clusters of weblogic 9.2 servers on 2 linux machine.
              However we encounter problems when testing load balancing and session replication on the 2 servers.
              We use the configure wizard to configure an adminserver, managed1 server on the 1st linux machine, and managed2 server on the 2nd linux machine. No machine or unix machine is set.
              We are able to start both adminserver, managed1 and managed2 servers.
              And we are able to deploy application to the cluster and run it successfully.
              When we use an apache proxy or the weblogic proxy plugin as an load balancer, we are not able to use the round-robin (load-balancing) features and session replication between the two servers.
              However, when we setup all the servers(adminserver,managed1,managed2) on 1 linux machine, we are enable to use the apahce/weblogic proxy plugin to do round-robin load-balancing and session replication.
              We suspect it is related to multicast.
              When we ping the multicast address setup on each linux machines, we can only see response from the localhost machine.
              When we use util.MulticastTest on linux1 machine, it works properly with only response from linux1 machine.
              When we use the same command util.MulticastTest on linux2 machine, it give the following exception:
              java.net.SocketException: Not a multicast address
              at java.net.MulticastSocket.joinGroup(MulticastSocket.java:273)
              at utils.MulticastTest.<init>(MulticastTest.java:82)
              at utils.MulticastTest.main(MulticastTest.java:233)
              -bash: /bea/weblogic92/server/lib/wlutil.jar: cannot execute binary file
              Both linux servers have no firewall with iptables service stopped.
              Please give us some advices on it.
              Thanks!
              Edited by keatonchan at 12/03/2007 12:12 AM
              Edited by keatonchan at 12/03/2007 12:14 AM

    Just a guess, but it appears the provider-url can specify the cluster name directly, instead of having to specify the individual ports. That's probably a better way to go anyway, but I don't know if it would fix your problem. This is described at [http://e-docs.bea.com/wls/docs90/jndi/jndi.html]

  • WL Cluster: install of weblogic is not working properly

    Cluster install of weblogic is not working properly. We are getting kicked out every now and then
    from the portal when both PIA1 and PIA2 nodes are up. When we shut down one meaning switch off clustering
    then we are fine(Portal becomes very stable).
    env setup:
    Weblogic 9.2 with MP1-p5 and all the patches on Oracle Enterprise Linux 4 32 bit
    PTools version - 8.49.08
    Here is the message at the Kernel level if that any help:
    Oct 7 10:43:22 hrrecweb01 kernel: Badness in local_bh_enable at kernel/softirq. c:141
    Oct 7 10:43:23 hrrecweb01 kernel: [<c0121178>] local_bh_enable+0x3f/0x62
    Oct 7 10:43:23 hrrecweb01 kernel: [<c02177b9>] skb_checksum+0x133/0x25e
    Oct 7 10:43:23 hrrecweb01 kernel: [<c0250f36>] udp_poll+0x66/0x113
    Oct 7 10:43:23 hrrecweb01 kernel: [<c02135e1>] sock_poll+0x19/0x1d
    Oct 7 10:43:23 hrrecweb01 kernel: [<c016d777>] do_pollfd+0x42/0x7d
    HRRECWEB01 is WebServer name
    any thoughts? Is there a kernel variable or settings for linux that I need to set for
    cluster weblogic install?
    Thanks/Thaya

    Kunal,
    Have you tried clearing the browser cache?
    -Arun

  • Weblogic Server 6.1 trial version fails to install in Linux

    Weblogic Server 6.1 trial version fails to install in Linux
    (in Linux Redhat 6.2, jdk 1.2.2)
    1. When unzipping the *.zip file "weblogic610_generic.zip", the unzip program
    reported that some files and directories not properly named. (using winzip, quite
    a number of files' directories start "d:/".
    2. During installation, the screen hanged right after choosing language, and the
    background threw "Exception in thread 'main'".

    Yes, that is exactly what I ran and it worked.
    Kernel: 2.2.12-20
    java -fullversion
    java full version "Linux_JDK_1.2.2_RC4"
    That was to install.
    Eric
    "Mo Guangquan" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    Could you give the detailed steps when you unzip and run? Did you only
    use the command "java -cp weblogic610_generic.zip install -i console" andit
    worked fine? Your system's basic setting like java version and kernal etc?
    Thanks.
    regards
    mo
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    I actually did my test with RH 6.1. It worked fine.
    Regards,
    Eric
    "Alexander Klimenko" <[email protected]> wrote in message
    news:[email protected]...
    Sorry guys,
    but if you go to "supported platform" document you'll se just Linux RH
    7.1
    there.
    Regards,
    Alexander
    "Mo Guangquan" <[email protected]> wrote:
    error still occurs, guess it is because inside the zip file got some
    wrong
    absolute paths. error msg:
    ZGUtil.getInputStream(): ZGUtil.openZipFile(): Couldn't open /us
    java.io.IOException: ZGUtil.openZipFile(): Couldn't open /us
    at ZeroGb.c([DashoPro-V1.2-120198])
    at ZeroGb.a([DashoPro-V1.2-120198])
    at ZeroGb.a([DashoPro-V1.2-120198])
    at ZeroGb.m([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.i([DashoPro-V1.2-120198])
    at
    com.zerog.ia.installer.Main.<clinit>([DashoPro-V1.2-120198])
    at install.main([DashoPro-V1.2-120198])
    preinstaller.properties not found.
    Exception in thread "main"
    regards,
    mo
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    Run the following to install it:
    java -cp weblogic610_generic.zip install -i console
    That will provide a console based install.
    Regards,
    Eric
    "mo" <[email protected]> wrote in message
    news:[email protected]...
    Weblogic Server 6.1 trial version fails to install in Linux
    (in Linux Redhat 6.2, jdk 1.2.2)
    1. When unzipping the *.zip file "weblogic610_generic.zip", the
    unzip
    program
    reported that some files and directories not properly named.
    (using
    winzip, quite
    a number of files' directories start "d:/".
    2. During installation, the screen hanged right after choosing
    language,
    and the
    background threw "Exception in thread 'main'".

  • Problem installing weblogic server 7.0 in Mandrake Linux 10.1

    hi
    i am very new to Mandrake Linux ..i have installed Mandrake Linux 10.1 in my machine ...the problem is that when i try i to install weblogic server 7.0 it gives some error
    ** Error during execution, error code = 11
    my machine spec
    * 512MB RAM
    * 40GB HDD
    * P4 2.8GHZ
    can any one help me..
    the weblogic server i downloaded from bea site its version is weblogic server 7.0 with jrockit (sp6)
    regards
    babu

    Hi,
    first of all, unfortunately, WebLogic Server is not supported under Mandrivia (use the right name ;-) ), so you should use Novell Suse or Redhat AS, check this list
    Anyway, error code 11 should be related to permission issues, so you should check that the user you are using is allowed to write under the installation directory and under /var/log/
    Could you kindly post the log messages?
    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
    ______________________________________

  • Failed to replicate non-serializable object  Weblogic 10 3 Cluster environ

    Hi,
    We have problem in cluster environment, its showing all the objects in Session needs to be serialized, is there any tool to find what objects in session needs to be serialized or any way to find. There was no issue in WLS 8 when the application again setup in WLS 10, we are facing the session replication problem.
    The setup is there are two managed server instance in cluster, they are set to mulicast(and also tried with unicast).
    stacktrace:
    ####<Jun 30, 2010 7:11:16 PM EDT> <Error> <Cluster> <userbser01> <rs002> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1277939476284> <BEA-000126> <All session objects should be serializable to replicate. Check the objects in your session. Failed to replicate non-serializable object.>
    ####<Jun 30, 2010 7:11:19 PM EDT> <Error> <Cluster> <userbser01> <rs002> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1277939479750> <BEA-000126> <All session objects should be serializable to replicate. Check the objects in your session. Failed to replicate non-serializable object.>
    Thanks,

    Hi
    Irrespective of WLS 8.x or WLS 9.x, 10.x, in general any objects that needs to be synced/replicated across the servers in cluster should be Serializable (or implement serializable). The object should be able to marshall and unmarshall. Simple reason why it did not showed in WLS 8.x is may be in that version they could not show these details like Error. May be they showed as Info or Warn or Just Ignored it. Weblogic Server became more and more stable and more efficient down the lines like from its oldest version 4.x, 5.x, 6.x, 7.x to latest 10.x. So my guess is they added more logic and more functionality to capture all possible errors and scenarios. I did worked on WLS 8.1 SP4 to SP6 long time back. Could not remember if I saw or did not see these errors for cluster domain with non-serializabe objects. I vaguley remember seeing it for Portal Domains but not sure. I do not have 8.x installed, otherwise I would have given a quick shot and confirm it.
    So even though it did not showed up in WLS 8.x, still underneath rule is any object that needs to be replicated that is getting replicated in cluster needs to implement Serializable interface.
    Thanks
    Ravi Jegga

  • Problems processing a large batch of data within a Weblogic 5.1 cluster

    I have about exhausted my sources of information on this, so I ask the
              experts:
              The project I am involved with is attempting to build a scheduled
              process on a 5.1 cluster which will retrieve hundreds to thousands of
              database rows from a small group of Oracle tables and then submit them
              into a legacy system for processing. The problems we face are:
              1. We cannot have duplicate data submitted from startup classes on
              different servers in the cluster
              2. We need the process to run if even only one machine in the cluster is
              available and therefore do not want to tie the process to a single
              machine
              3. We would prefer to distribute the workload across all servers
              currently available in the cluster, but this is not mandatory.
              One solution is to retrieve each record as an Entity bean, attempting to
              update it to "in process" and rejecting any failures thus utilizing
              database locking, but due to the large number of records being processed
              this is much too resource intensive as well as time consuming.
              We have looked into JMS based solutions, but it appears that JMS under
              5.1 is tied to a specific server (failing case 2).
              One acceptable approach that we have yet to find a way of implementing
              is to have a "singleton" session bean, only one of which exists on the
              cluster (though it may exist anywhere on the cluster). I have run
              across a number of other applications for just this sort of EJB, but is
              it possible to implement?
              Sadly, Weblogic 6.0 cannot be part of the solution as our company will
              not be adopting it until well after this project's delivery date.
              Are we missing something obvious?
              Many thanks!
              -Steve
              

    You have to have all the servers in the cluster polling for work out of the
              database. Use the database as a scheduling / routing mechanism. Use timers
              on each server in the cluster to kick off a "find me one thing to do"
              process every n minutes or seconds.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              +1.617.623.5782
              WebLogic Consulting Available
              "Steven Wicklund" <[email protected]> wrote in message
              news:[email protected]...
              > I have about exhausted my sources of information on this, so I ask the
              > experts:
              > The project I am involved with is attempting to build a scheduled
              > process on a 5.1 cluster which will retrieve hundreds to thousands of
              > database rows from a small group of Oracle tables and then submit them
              > into a legacy system for processing. The problems we face are:
              > 1. We cannot have duplicate data submitted from startup classes on
              > different servers in the cluster
              > 2. We need the process to run if even only one machine in the cluster is
              > available and therefore do not want to tie the process to a single
              > machine
              > 3. We would prefer to distribute the workload across all servers
              > currently available in the cluster, but this is not mandatory.
              >
              > One solution is to retrieve each record as an Entity bean, attempting to
              > update it to "in process" and rejecting any failures thus utilizing
              > database locking, but due to the large number of records being processed
              > this is much too resource intensive as well as time consuming.
              >
              > We have looked into JMS based solutions, but it appears that JMS under
              > 5.1 is tied to a specific server (failing case 2).
              >
              > One acceptable approach that we have yet to find a way of implementing
              > is to have a "singleton" session bean, only one of which exists on the
              > cluster (though it may exist anywhere on the cluster). I have run
              > across a number of other applications for just this sort of EJB, but is
              > it possible to implement?
              >
              > Sadly, Weblogic 6.0 cannot be part of the solution as our company will
              > not be adopting it until well after this project's delivery date.
              >
              > Are we missing something obvious?
              > Many thanks!
              > -Steve
              >
              

  • Oracle CRS across linux and windows

    I am interested in finding out if anyone has tried installing CRS across linux and windows - it should be possible (at least theoretically!), by running the crssetup.exe or the shell scripts to clone / add node etc.
    This is just for testing (having an idle and a very powerful Windows box idle) - would be great if this windows box could be added to the linux RAC cluster.
    Does anyone have the command line syntax of all the commands that need to be executed (without using a GUI such as addNode.sh)?
    One drastic way seems to be to install on linux first (copy the voting and registry disks using dd, dd over /dev/zero file), install on windows again and then "fix" the linux one by re-registering etc. - appreciate any ideas on this!

    Murali is correct - this is something to do with the format of the voting and registry. I was able to get as far as adding the nodes and olsnodes shows up on both linux and windows - but either cannot get ocssd to start up. Anyway this was just a exercise to see if CRS really cannot work or if it is just a soft requirement.
    For reference though, this is what I did:
    Use the excellent document on cloning at:
    http://download-east.oracle.com/docs/cd/B19306_01/em.102/b16227/oui7_cloning.htm
    1. record a response file and get the details of the options to pass to setup/runInstaller (-record -destinationFile fullPathtoResponsefile)
    2. use perl clone/bin/clone.pl
    3. run setup.exe using a command such as the one below:
    .\setup.exe -noConfig -clone -waitForCompletion "ORACLE_HOME=c:\oracle\crs10.2"
    "ORACLE_HOME_NAME=crs10" "n_storageTypeVDSK=2" "n_storageTypeOCR=2" "sl_OHPartitionsAndSpace_valueFromDlg={6,1,1012,0,N/A,1,7,1,1012,0,N/A,2}
    " "sl_tableList={verdani:verdani-priv:verdani-vip,mentor:mentor-priv:mentor-vip}
    " "s_ocrpartitionlocation=\\.\ocrcfg" "s_votingdisklocation=\\.\votedsk1" "PERFO
    RM_PARTITION_TASKS=FALSE" -silent -noconfig "s_clustername=crs10" "s_OcrVdskMirr
    or1RetVal=NO_VAL" "s_ocrMirrorLocation=NO_VAL" "s_VdskMirror2RetVal=NO_VAL"
    ** Make sure that the disk#s are correct! (check in disk management)
    Use GUIOracleOBJManager.exe in crsHome/bin to add the links to the raw devices (logical drives on extended partitions in windows)
    4. For linux use a command similar to the following:
    perl clone.pl ORACLE_HOME=/opt/oracle/product/crs10.2 ORACLE_HOME_NAME=crs10 '-O
    n_storageTypeVDSK=2' '-On_storageTypeOCR=2' '-O"sl_tableList={verdani:verdani-pr
    iv:verdani-vip,mentor:mentor-priv:mentor-vip,arisia:arisia-priv:arisia-vip}"' '-
    O-noConfig''-O"INVENTORY_LOCATION=/opt/oracle/oraInventory"' '-OPERFORM_PARTITIO
    N_TASKS=FALSE' '-O"s_ocrpartitionlocation=/dev/raw/ocrregistry"' '-O"s_votingdis
    klocation=/dev/raw/ocrvotingdisk"'
    5. after setup finishes on windows, follow the instructions in cfgToolLogs/configToolAllCommands - that runs crssetup.exe on windows to add the nodes.
    6. Add the linux nodes directly using clscfg on Windows

  • We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode

    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode

    1344675 wrote:
    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode
    Why is your "requirement" to install in graphical mode?  Once you are past the installation itself, the only thing that buys you is that your server will have been configured to boot up to runlevel 5, running a graphical desktop (gnome or kde, I forget which).  And what does THAT buy you on a server?
    I do not run ANY of my Linux servers "in graphical mode" -- running a graphical desktop.  Nor did I run a graphical desktop when I had Solaris, AIX, or HP-UX servers.

  • Exception when running transactions across 2 servers

              I have the following scenario, all happening within one transaction:
              - Session Bean is instantiated
              - Session Bean gets initial context and creates entity bean home interface and
              creates bean
              - Session Bean hands the entity bean to client.
              If I do this on one server with everything using the same initial context, everything
              works fine.
              But if I create the entity bean on a remote server through JNDI like I would in
              a Java application, I get the following exception:
              <Jul 12, 2001 3:03:42 PM EDT> <Error> <EJB> <Exception during commit of transact
              ion transaction=(IdHash=2954511,Name = [EJB UserBeanImpl.registerUser()],Xid=19:
              1cd29180e262f7f6,Status=Unknown,numRepliesOwedMe=0,numRepliesOwedOthers=0,second
              s since begin=0,seconds left=29,ServerResourceInfo[weblogic.jdbc.jts.Connection]
              =(state=new,assigned=none),SCInfo[localhost]=(state=active),SCInfo[localserver]=
              (state=active),properties=({weblogic.transaction.name=[EJB UserBeanImpl.register
              User()], weblogic.jdbc=t3://127.0.0.1:7001, weblogic.debug.DebugContext=weblogic
              .utils.DebugContext@6dcfde})): javax.transaction.SystemException: java.lang.Null
              PointerException
              at weblogic.transaction.internal.TransactionImpl.commit(TransactionImpl.
              java:302)
              at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTran
              sactionImpl.java:155)
              at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:2
              01)
              at com.clearpulse.ejb.UserBeanEOImpl.registerUser(UserBeanEOImpl.java:37
              at com.clearpulse.ejb.UserBeanEOImpl_WLSkel.invoke(UserBeanEOImpl_WLSkel
              .java:142)
              at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.ja
              va:373)
              at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
              ef.java:128)
              at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.ja
              va:237)
              at weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestH
              andler.java:118)
              at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
              .java:17)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              I'm getting the initial context remotely through T3 using the Weblogic JNDI factory.
              But I'm getting this error when the transaction is committed.
              We're using Oracle's oracle.jdbc.driver.OracleDriver to connect to Oracle 8i.
              

    Hi Suraj,
    I think that the XI communication channel which i am using for my java server proxy is fine becoz after selecting XI as my adapter type then Adapter Engine contains Integration Server(by default) there i used to write the port number(in this case it is the port number of non central adapter engine where my proxy beans are deployed) as shown below:
    Adapter type: XI
    Adapter Engine: Integration Server.
    Addressing type: URL address
    Target Host: YYYY
    Service number: 51000( port number pointing towards the non central adapter engine installed)
    And also the message log which is coming under MDT is like this after running the scenario:
    2009-10-29 11:55:01 Information The message was successfully received by the messaging system. Protocol: XI URL: http://YYYY:51000/MessagingSystem/receive/JPR/XI Credential (User): XXXX
    2009-10-29 11:55:01 Information Using connection JPR. Trying to put the message into the receive queue.
    2009-10-29 11:55:01 Information Message successfully put into the queue.
    2009-10-29 11:55:01 Information The message was successfully retrieved from the receive queue.
    2009-10-29 11:55:01 Information The message status was set to DLNG.
    2009-10-29 11:55:01 Information Java Proxy Runtime (JPR) accepted the message.
    2009-10-29 11:55:24 Error JPR could not process the message. Reason: Cannot locate proxy bean JavaProxy3.
    2009-10-29 11:55:24 Error Delivering the message to the application using connection JPR failed, due to:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. Exception: Cannot locate proxy bean JavaProxy3.
    2009-10-29 11:55:24 Information The message status was set to WAIT.
    Please suggest some solution.
    Thanks
    Amit

  • Jaas.jar conflict in Weblogic 6.1 cluster

    We are using a Custom realm for Weblogic which communicates with Tivoli Policy
    director for user authentication and authorization.
    For communicating with PolicyDirector, We need to have IBM's jaas.jar as a JDK
    extension(in jre/lib/ext directory)along with some more jar files.We never had
    problems when running Weblogic in stand alone mode.But when we are trying to run
    Weblogic as a cluster, Managed Server is not able to communicate with Admin Server
    giving following exception:
    Starting WebLogic Server ....
    Connecting to http://166.57.31.66:8101...
    <Feb 7, 2002 1:52:26 PM EST> <Info> <Logging> <FileLogger Opened.>
    <Feb 7, 2002 1:52:27 PM EST> <Info> <Posix Performance Pack> <System has file
    descriptor limits of - soft: '1024', hard: '1024'>
    <Feb 7, 2002 1:52:27 PM EST> <Info> <Posix Performance Pack> <Using effective
    file descriptor limit of: '1024' open sockets/files.>
    <Feb 7, 2002 1:52:27 PM EST> <Info> <Posix Performance Pack> <Allocating: '3'
    POSIX reader threads>
    <Feb 7, 2002 1:52:28 PM EST> <Emergency> <Configuration Management> <Errors detected
    attempting to connect to admin server at 166.57.31.66:8101 during initialization
    of managed server ( 166.57.31.69:8001 ). The reported error was: < null > This
    condition generally results when the managed and admin servers are using the same
    listen address and port.>
    <Feb 7, 2002 1:52:28 PM EST> <Emergency> <Server> <Unable to initialize the server:
    'Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException - with nested
    exception:
    [javax.naming.AuthenticationException [Root exception is java.lang.SecurityException:
    attempting to add an object which is not an instance of java.security.Principal
    to a Subject's Principal Set]]
    javax.naming.AuthenticationException. Root exception is java.lang.SecurityException:
    attempting to add an object which is not an instance of java.security.Principal
    to a Subject's Principal Set
         at javax.security.auth.Subject$SecureSet.add(d:/jn130-userlvl/src/classes/sov/javax/security/auth/Subject.java:1098)
         at weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(BootServicesStub.java:72)
         at weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java:80)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:108)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:509)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:364)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:336)
         at weblogic.jndi.Environment.getContext(Environment.java:156)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:139)
         at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:950)
         at weblogic.management.Admin.start(Admin.java:351)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:372)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
         at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException - with nested exception:
    [javax.naming.AuthenticationException [Root exception is java.lang.SecurityException:
    attempting to add an object which is not an instance of java.security.Principal
    to a Subject's Principal Set]]
         at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:959)
         at weblogic.management.Admin.start(Admin.java:351)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:372)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
         at weblogic.Server.main(Server.java:35)
    When we removed IBM's jaas.jar from jdk/jre/lib/ext to check the clustering.It
    works fine.But We need to have jaas.jar for our custom realm.
    Thanks.
    Jagan.

    Hi jerry
    i already got that problem solved by removing jaas.jar file
    from class path.
    i don'nt how it is working with out in classpath...?
    Jerry <[email protected]> wrote:
    Hi Nivas,
    I think that the problem you are seeing has something to do with the
    placement of jaas.jar in your classpath
    On WebLogic server, put jaas.jar in the classpath after weblogic.jar.
    I would bet that you have it placed before weblogic.jar right now.
    I don't think the exception that you're seeing right now has anything
    to do with your weblogic.policy file right now, so I think it is
    safe to not worry about it right now.
    Hope this helps,
    Joe Jerry

  • Weblogic server 8, SP2 on Redhat Linux 9

    HI,
    Does Weblogic 8, SP2, work on Redhat Linux 9.
    Thanks in advance

    Thanks for your suggestion. I'll get the Redhat Linux 7.3 and try it.
    Cheers,
    LiuDK
    "zlldw" <[email protected]> wrote:
    >
    Hi,
    I got the same error when tried redhat 9. I asked for help in the newsgroup,
    but
    got no reply. So I used 7.3 instead. It works fine. Thanks
    William
    "Liudk" <[email protected]> wrote:
    Hi All,
    I encountered an error during install tuxedo81 on Redhat 9.1.
    The error messge is:
    root@Linux tuxedo]# sh tuxedo*
    Preparing to install...
    tuxedo81_linux.bin: line 1: 3593 Segmentation fault /tmp/install.dir.2714/Linux/resource/jre/bin/java
    -Djava.compiler=NONE com.zerog.lax.LAX "/tmp/install.dir.2714/temp.lax"
    /tmp/env.properties.2714
    Thanks in advance.

Maybe you are looking for