Managing servers with virtual IPs / hostnames does not start

Hi all

I installed a cluster of OSB in load balancing and a load-balanced SOA (10.3.6) on two separate servers.

-Server Admin SOA (runs on the server #1).
-Server Admin OSB (runs on the server #2)

I am using virtual hostnames for my managed servers of SOA and OSB, as follows:

-Server of OSB managed #1: OSBHOST1VHN - ip: xxx.xxx.xxx.xxx (runs on the server #1)
-Server of OSB managed #2: OSBHOST2VHN - ip: .yyy (runs on the server #2)

-Server SOA managed #1: SOAHOST1VHN - ip: www.www.www.www (runs on the server #1)
-Server SOA managed #2: SOAHOST2VHN - ip: zzz.zzz.zzz.zzz (runs on the server #2)

-The BAM server managed #1: BAMHOST1VHN - ip: nnn.nnn.nnn.nnn (runs on the server #1)
-The BAM server managed #2: ip: zzz.zzz.zzz.zzz - no name virtual IP here (runs on the server #2)

I was able to start/stop the admin server managed nodes on each server so far Manager.
Everything works great until we decided to stop the machines to add more memory.
After the reboot, the servers admin started but not servers managed.
Well, all the managed servers with vIPs failed, but the BAM #2 server started without any problems.

For other servers managed, I get the following errors in the log files.

# < 20 nov. 2012 15: 56 GMT > < error > < statistical ALSB Manager > < svlvsoa08.vlv.arvato.fr > < ms_prd_osb2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > <>< 9583013bf964d764:32a0a378:13b1e86ef73 :-8000-0000000000000010 > < 1353426960019 > < BEA-473003 > < server of ' Agra delegation not available. Cannot get the aggregator distance
java.rmi.UnknownHostException: could not find URL for the server 'ms_prd_osb1 '.
at weblogic.protocol.URLManager.findURL(URLManager.java:145)
at com.bea.alsb.platform.weblogic.topology.WlsRemoteServerImpl.getInitialContext(WlsRemoteServerImpl.java:120)
at com.bea.alsb.platform.weblogic.topology.WlsRemoteServerImpl.lookupJNDI(WlsRemoteServerImpl.java:76)
at com.bea.wli.monitoring.statistics.ALSBStatisticsManager.getRemoteAggregator(ALSBStatisticsManager.java:291)
to com.bea.wli.monitoring.statistics.ALSBStatisticsManager.access$ 000 (ALSBStatisticsManager.java:38)
to com.bea.wli.monitoring.statistics.ALSBStatisticsManager$ RemoteAggregatorProxy.send (ALSBStatisticsManager.java:55)
at com.bea.wli.monitoring.statistics.collection.Collector.sendRawSnaphotToAggregator(Collector.java:284)
at com.bea.wli.monitoring.statistics.collection.Collector.doCheckpoint(Collector.java:243)
to com.bea.wli.monitoring.statistics.collection.Collector$ CheckpointThread.doWork (Collector.java:68)
at com.bea.wli.monitoring.utils.Schedulable.timerExpired(Schedulable.java:68)
to com.bea.wli.timer.ClusterTimerImpl$ InternalTimerListener.timerExpired (ClusterTimerImpl.java:254)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:531)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:252)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

# < 20 nov. 2012 15: 56 GMT > < emergency > < security > < svlvsoa08.vlv.arvato.fr > < ms_prd_osb2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 9583013bf964d764:32a0a378:13b1e86ef73: - 8000-0000000000000015 > < 1353426963376 > < BEA-090087 > < bind to the configured Admin port the server failed. The port may already be in use by another process. >
# < 20 nov. 2012 15: 56 GMT > < error > < Server > < svlvsoa08.vlv.arvato.fr > < ms_prd_osb2 > < DynamicListenThread [Default] > < < WLS Kernel > > <>< 9583013bf964d764:32a0a378:13b1e86ef73: - 8000-0000000000000016 > < 1353426963376 > < BEA-002606 > * < cannot create a server socket to listen on the channel "Default". The 172.17.241.93 address may be incorrect, or another process is using port 7000: exception java.net.BindException: cannot assign requested address. > # < 20 nov. 2012 15: 56 GMT > < critical > < WebLogicServer > < svlvsoa08.vlv.arvato.fr > < ms_prd_osb2 > < < > main > < < WLS Kernel > > < 9583013bf964d764:32a0a378:13b1e86ef73: - 8000-0000000000000012 > < 1353426963377 > < BEA-000362 > < server failed. Reason: The server doesn't have to bind to any port can be used. See the log for details message. > # < 20 nov. 2012 15: 56 GMT > < error > < WebLogicServer > < svlvsoa08.vlv.arvato.fr > < ms_prd_osb2 > < < > main > < < WLS Kernel > > < 9583013bf964d764:32a0a378:13b1e86ef73: - 8000-0000000000000012 > < 1353426963387 > < BEA-000383 > < is not an essential service. The server will shut down >

I tried to ping my vHOSTS:
ping OSBHOST2VHN
I managed to fix my VIP, so I guess they work properly.
I checked the etc/hosts, and everything is set up correctly.
I also checked config.xml (which I have not modified) and everything seems correctly (host, servers, IP, ports,...).

The only one that has changed since the rebooted server is the setDomainEnv.sh in which I modified Xms and Xms values to increase the heap size.
I only changed it on a single server to check if the settings we correctly applied.

Can someone help me with this?

Edited by: user13619168 Nov. 21. 2012 08:09

Edited by: user13619168 Nov. 21. 2012 08:10

Edited by: user13619168 Nov. 21. 2012 08:16

Edited by: user13619168 Nov. 21. 2012 08:17

seems you use duplicate port numbers, would you please change the port and make sure that it is not in use by any other process. hope this will help.

-Negi Mukesh
http://weblogicserveradministration.blogspot.in

Tags: Fusion Middleware

Similar Questions

  • Firewall Windows has been disabled by a virus or Malware. System is now cleaned and Salvation took up the Task Manager, but the Windows Firewall service does not start. How to run again.

    Firewall Windows has been disabled by a virus or Malware. System is now cleaned and Salvation took up the Task Manager, but the Windows Firewall service does not start. How to run again.

    Suggest you read the following: http://answers.microsoft.com/en-us/windows/forum/windows_7-security/virus-recovery-error-codes-0x80070424-and/28ed2ede-076c-4955-bb49-44d0c2ee1ed3

    I hope this helps...

  • Satellite T130-11u with Intel CPU Q300 does not start

    Hello

    I installed a Q300 240 G in my T130 LU.
    It does not start.

    I tried to use the restore disks, everything went well.
    But it's boot after that... it's LAN check while the boot device is set to Q300.

    I tried with a Windows disc.
    It says that the disk is locked and I need to unlock it. (Messages are in French).

    I forgot something?

    Concerning

    Jean-Luc

    Automatic response...

    I managed to get to start.

    I had to put:
    "Exectute-disable bit capability" to [Disabled]
    "Control" mode SATA [compatibility]

    After that, I managed to install the system and start (most important) it.

    Once the system was working, I have reset these entries to the normal configuration without any adverse effect.

    Concerning

    Jean-Luc

  • VMWare Virtual Center Server does not start after Windows Update

    Help!  I'm under vCenter 5.1 on Windows 2008 R2 with SQL Server 2008 R2 Standard.  I have applied the latest updates for Windows (critical only) as it applied Service Pack 3 to SQL 2008 R2.

    Now the vCenter Service does not start.  It generates error 7024 in the Windows system log:

    The VMware VirtualCenter Server service stopped with the error special service that the system cannot find the specified file...

    and error 1000 in the Windows application log:

    Could not initialize the VMware VirtualCenter. Closing...

    PS - I confirmed that the SQL instance is running.

    Absolutely nothing has been done except the Windows and SQL updates.  Everything worked fine until this point.  Ko an article deals with a "space" condition, but there are a lot of available space.

    I have attached the file vpxd.log, he created.

    Clues?

    Thank you.

    OK it turns out that the WWW service is interfering with vCenter Service on Port 80.  The thing is that the WWW service has been set to manual start.  Somehow during the upgrade Windows or SQL, one of them decided to turn auto-start. After the reboot, the conflict occurred.  Once I put the WWW back service to manual start the vCenter service started OK.

  • Applications created with the Application generator does not start. It was after that I allowed the update install patches. Now the Version is 12.0.1f3 (32 bit)

    Help! Do not know what happened... I left the patch install the updater f3.  Now, when I create an application, it appears on the task bar (Windows 7) for a few seconds, then goes.  I don't know where to begin to understand this.

    Thank you

    Rich

    It is on the same computer.  The PC has the standard COMPUTER stuff.  VIper and they handle most of the firewall settings (windows).  I have turned them all off before installing.  I think it was a matter of execution engine.  I have no time to fight with LabView, so I uninstalled all LabView!  Then I made a new installation of the DVD.  This works.  I never install a patch of NOR without a week of free time!  In others, ever!  Whenever I do it, it takes me at least a day to get my operating environment!  Thanks for your time.  It is appreciated.

    Best regards

    Rich

  • virtual XP mode does not start

    I'm trying to use an old scanner (Microtek) with a USB to SCSI connector. The scanner is SCSI. I installed the XP Mode virtual machine. When I select the Windows XP Mode from the start window, I get the XP initialization Mode operation, but it closes before I see any screen. I run Blank.vmcx and you get a black screen, which starts like said before Reboot, and then select the right device to boot or Insert Boot Media in selected boot device.

    The screen starts as:

    CLIENT MAC ADDR: 00 03 FF C0 1 C 3A GUID: C828AC4C-F9CF-F9CF-A14B-A99A-93E50315AFB7

    and then continues

    DHCP IN...------.

    then ends up with

    PXE - E53: no boot file received

    Both my Windows 7 Professional 64-bit Service Pack 1 (updated version) system are put to the test XP capable.

    How can I fix this?

    Kim

    Hi Kim,

    The issue of Windows is more complex than what is generally answered in the Microsoft Community Forums. Appropriate in the TechNet Forums. Please post your question in the TechNet Forums.

    You can check the link to post your question:

    http://social.technet.Microsoft.com/forums/en/w7itprovirt/threads

    I hope that helps!

  • Windows load with black screen and does not start after windows updates

    Original title: load windows normally screen will not continue

    I went to my computer tower and I chose to install updates when closing.  I went back later to re - turn on my computer and now it loads to the top of the black screen that gives you 5 options. safe mode, safe mode with networking safe mode command prompt, windows loads normally and finally to load windows from last known configuration that works.  Problem is that none of these options work.  they all return me to the same screen.  Help this laptop came preloaded with Win XP Media Center edition and I can't get back to work.  IM assuming I need a XP disk support center but I can't find them anywhere! HELP PLEASE SOMEONE!

    Hi Burton089,

    Your hypothesis is right. To resolve this problem, we need to repair your installation of Windows using the Windows XP disk. We recommend that you contact the manufacturer of the laptop to check if they have the Windows recovery disk.
    See perform a repair Installation

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Recovery Manager cannot restore Presario CQ56 &amp; system does not start, the error BOOTMGR is missing

    1. number and product name

    Compaq Presario CQ56

     

    2 operating system installed (if applicable)

    Windows 7

     

    3. error message (if any)

    in the error log:

    Your hard disk (result-failure) id # UAMBXQ - 5H06AK - XD003F - 618U03 - DISK 1

    Start (result-failure) id # UAMBXQ - 5H60AK - XD003F - 40G 403 MEMORY MODULE 2

     

    4. all changes made to your system until the problem occurred

     

    There is no change made to the computer, before the restoration of what the computer should start, however, it would freeze once the system was running. Restarting the computer didn't help, and when I tried to restore to an earlier point, he stated that it was impossible to complete the restore. I tried the factory reset, however, it gave me an error message: "Recovery Manager is unable to restore your computer by using the original image. Please contact HP support. Error code: 0xe0ef0003. When I tried to restart the computer later, it gave an error message: "BOOTMGR is missing, press Ctrl + Alt + Delete to restart» How can I fix it?

    305 error refers to a failing hard drive. You will need to replace the hard drive.

    You can check the status of your warranty here.

    If you do not want to repair the laptop you need to contact HP support. If you are in the United States / Canada you can give them a call at 1-800-474-6836. For other countries you will need to visit this site.

    If you do not want to repair the laptop you I can provide useful information, but I'm going to need your product number. This document contains instructions to find the product number.

    I'll keep an eye out for your answer.

  • HP Officejet Pro 8600 - Solution Center (or whatever his name with the 8600 series) does not start

    Dear all,

    Very frustrated with HP. I just bought a new HP Officejet Pro 8600.

    I install the software from the CD. It installs without problem

    I try to click on the icon 'HP Officejet pro 8600' and the solution Center (or whatever his name for this printer) applicatoin don't start/load - I see he's trying to do something for the first time, but no user interface is displayed.

    I have uninstall all HP software.

    I download all of the HPs site with HP printer software install wizard for windows - this is a utility that allows you to draw trouble and detecting good software of the printer.

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?cc=us&LC=en&JumpID=ex_r4155/HHO/IPG/ccdoc/p...

    The software is properly detected and it installs without problem after download of HP

    Then, I click on the "HP Officejet pro 8600' in the office, the application software not load/boot. Yet once, it looks like somethings wants to start, but isn't that the UI never appears on the desktop

    I have unintall HP products

    I have uninstall Adobe flash 11

    I redo the steps of Installation Wizard printer and the same happesn (i.e. after a clean installation of the Solution Center for HP Officejet Pro 8600, I can't start the application)

    It's really frustrating.

    I use windows 7 64-bit.

    Can someone please help.

    Thank you

    printerPK.

    Hello everyone. I understand that you have to open the Printer Wizard. To troubleshoot the defective Printer Wizard, follow the steps described in this document from HP: http://support.hp.com/us-en/document/c03640384

    Note: The title of the document concludes that the program opens with a Script error. However, the troubleshooting steps are exactly the same. Essentially, the software needed to start the program was not installed successfully, or blocked.

    Please let know me when you are done troubleshooting. I'm only here to help!

    Mario

  • Windows 8 OS invited on host windows 7 with VMWARE 9.01 does not start

    Then Windows 7 host has a processor Quad-Core AMD Athlon (TM) 9600B with 8 GB

    I tried to install windows 8 64-bit and 32-bit windows 8 and also upgrade an OS called windows 7 to 64-bit.
    I becam a black screen:
    Your PC needs to restart.
    Please hold...
    Error code: 0x000000A-> by the 32-bit guest operating system
    ...

    Error code: 0x00000C4-> by the operating system called 64-bit

    What's wrong?

    Try to set

    Data Execution Prevention
    * Disable
    Enable

    to "Enable". After you change this setting, you will need to power cycle the system.

    André

  • Creative cloud does not start and I can't re - install

    I had problems with creative cloud, it does not start and I can't uninstall it because a prompt appears telling me I can't uninstall it because the programs use. I really need to get the latest update for Illustrator, because it also crashes without reason.

    Help

    Hi tsumera,

    Try to uninstall the application office creative cloud through the cleaning tool

    If that doesn't help, please try the following steps to completely uninstall the creative cloud.

    Remove the OOBE and AAMUpdater folders.

    Mac OS:

    1 leave the creative Cloud Desktop application

    2 force quit Adobe all processes in the activity monitor (for example, CC, Core sync, the broker CC library, Office, Adobe, Adobe CPI, demon Adobe Crash etc..)

    3. navigate to \User\\Library\Application Support\Adobe *.

    And/Library/Application Support / Adobe *.

    To access the hidden user library folder, see library user access hidden files. Mac OS 10.7 and later.

    4. search and delete the files AAMUpdater and OOBE

    5 / Library/Application Support/Adobe (rename Adobe Application Manager and Adobe of joint office)

    6. go > utilities > (rename Adobe Application Manager and creative cloud)

    7 re - download creative-cloud

    https://helpx.Adobe.com/creative-cloud/help/install-apps.html

    Windows:

    1. Exit creative Cloud Desktop
    2. Force quit Adobe all processes from the Task Manager (e.g. cc, Core sync, the broker CC library, Office, Adobe, Adobe CPI, demon Adobe Crash etc..)
    3. Go to \Users\AppData\Local\Adobe\

    And C:\Program Files (x 86) \Common Files\Adobe

    C:\ProgramData\Adobe

    1. To view the AppData folder and program hidden data, see files, folders, file name extensions. Windows XP, Vista, Windows 7.
    2. Find and delete the files AAMUpdate and OOBE
    3. Download creative-cloud

    https://helpx.Adobe.com/creative-cloud/help/install-apps.html

  • vCenter VC service does not start

    vSphere 4.1 running on WIN2K8 R2 ENT 64 bit.

    The center of the vCenter Server virtual server service does not start.

    I migrated just box 32-bit physical in a 64-bit vm and the following documentation for VMware, I migrated to the database successfully last week. Everything seemed to work ok after. However, when I arrived this morning, I noticed that I can not connect, so I opened vSphere client on the host computer and consoled in. I noticed that the service wasn't working, so I tried to start it and I received the following message:

    Event ID 7024 with the following in the system log:

    "The VMware VirtualCenter Server service stopped with the error special service that the system cannot find the file specified."

    I restarted the VM server, but neither VC service or Web services Mgmt Services were running. I started VC temporarily, but he stopped.

    I checked the system event log and found this error event:

    "The service of Server VMware VirtualCenter ended unexpectedly. It has done this 1 time.  The following corrective action will be taken in 300000 milliseconds: restart the service. »

    After digging in the application log, I seem to have the found guilty (EVENT ID 9002):

    "For the 'VIM_VCDB' database transaction log is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases"

    I know this has something to do with SQL, but there is no SQL Studio Mgt installed on this box.

    How can I there to remedy?

    Thank you

    Alex

    Hello.

    Check out http://www.vladan.fr/how-to-fix-%E2%80%9Ctransaction-log-for-database-%E2%80%98vim_vcdb%E2%80%99-is-full%E2%80%9D-errors/

    Good luck!

  • Satellite L505 - 10 M - fan does not start

    I have a problem with my Satellite L505 - 10 M.

    Suddenly the fan does not start over and because of this, the laptop get quickly overheated and stops. I installed Windows 7 top me, quite some time ago, and this time it was 2 weeks ago while it just happened this evening. I have not installed anything new and nor I did something special with him, he just does not start fan more.

    I checked this forum, cannot find anything either, searched and could not find any problems with Linux and the fan, but not Windows (it does not start at the start of the bios either).

    If anyone has a thought, a similar experience or a solution, it would be really useful

    Greetings,
    JanPieterz

    Hey Buddy,

    You have installed Windows 7 Microsoft disc or Toshiba Recovery disk?

    Well, if the fan doesn't start anymore, you can t a lot and I think that the fan needs to be replaced.
    What you can do is load default settings in the BIOS (press F9 key in the configuration of the BIOS) and save settings. Also clean your laptop using a jet of compressed air, maybe the fan will be blocked by the dust.

    If he doesn t it work s time to contact a technician for laptop. If your laptop is under warranty, the repair will be free. :)

  • HP elitebook 2540p does not start after the successful bios update

    Hello people,

    I need your help.

    my hp elitebook 2540p with 2.5 "hhd does not start after a successful bios f.03 to f.24 upgrade done through windows 7.

    When I turn it on the blue light of wifi and power is on but nothing happen.

    I tried to remove the chip from the bios, cmos, hdd, ram, wifi battery... all, but nothing doesn't happen.

    I also tried to start it with the victory + b procedure and win + procedure four arrows so without USB key the caps lock flashing indefinitely but nothing happens, only the fan works quickly with a blue light

    with the USB the system restarts itself every two seconds and I have to remove the USB key.

    I do not know how...

    Thanks for any help.

    Luigi

    all very well now. I used the f.20 rom based on the internet and everything works again.

  • HP envy 4 pc does not start

    My hp envy touch ultra smart Book 4 with windows 8.1 does not start. I turn on a blue after the hp logo appears and he did a restart to collect some error information. Restarts, then shows another blue screen saying pc could not start properly displays error code: 0 x 0000001. I have no idea what to do. I tried advanced options on the start menu and none works. Help, please. I'm willing to lose all data and restore the factory settings. Thanks in advance

    Hello

    See if this will help.

    Did you create HP recovery disks or HP USB recovery disc?

    If not, then please consult this HP documenton the recovery of your PC. Select "recovery of your laptop. The instructions are to win 8 but apply to 8.1 Win.

    You will lose all data.

    Have you tried refreshing your PC?

    You can consult this HP document on testing your PC for hardware failures.

    Jaco

    I'm not an employee of ch *.

    HP products:
    810-150se office
    17 t - j000 Notebook
    H8 1380t CTO Desktop
    560z Desktop

    "" "" Please give a "Bravo, Thumbs Up" If the notice is relevant or "accept as Solution" to help other users of the forum having a similar problem.

Maybe you are looking for