• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

<BEA-002606> <The server is unable to create a server socket for listening on channel

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Team,

I have installed and configured weblogic 12.2.1.3 in linux 7 env. For my physical host i have got one VIP which i had used as listen address while configuring my weblogic

While starting admin server it got failed with below error

.>
<Sep 22, 2018 10:32:23,383 AM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN.>
<Sep 22, 2018 10:32:23,470 AM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING.>
<Sep 22, 2018 10:32:23,471 AM GST> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=All Servers : Resolving connection list DomainRuntimeServiceMBean>
<Sep 22, 2018 10:32:23,791 AM GST> <Error> <Server> <BEA-002606> <The server is unable to create a server socket for listening on channel "Default[iiop]". The address 1
72.22.211.189 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address>

<Sep 22, 2018 10:32:23,792 AM GST> <Emergency> <Security> <BEA-090087> <Server failed to bind to the configured administrator port. The port may already be in use by an
other process.>
<Sep 22, 2018 10:32:27,126 AM GST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: null>
<Sep 22, 2018 10:32:27,127 AM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
<Sep 22, 2018 10:32:27,128 AM GST> <Notice> <WebLogicServer> <BEA-000382> <A critical service failed. The server will automatically transition to the ADMIN state.>
<Sep 22, 2018 10:32:27,132 AM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN.>
^C

If i see my config.xml i am i am seeing the listen address is given as 172.22.211.189 which is the VIP of my hostname. Pl suggest where it is going wrong. As per oracle documentation they suggest to add VHN there. If i give VIP and not VHN i donot think it can affect anything. Still wondering what could be the reason.

Thanks
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch, Chicquie!

It sounds like you already have a copy of WebLogic running on that machine.

I'm not sure what "VIP" is supposed to mean, but I guess it's "Virtual IP" and that doesn't make sense in terms of a physical machine. If a physical machine has multiple IP addresses (not counting localhost), they are known as "alias IPs".

In any event, you don't get a separate set of ports for each IP address. The same ports are used by all IP addresses on a host. Even if you have an application that only listens to those ports on a single IP address.
 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
right as mentioned above, check IP on config.xml and node manager and the expected IP of your virtual hosts.
 
chicquie Kumar
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tim and Morris,

Thank you for helping me in that. I was adding virtual ip instead of physical ip of the server. I am able to start it now. Thanks for the quick help.

Regards
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic