Not able to bring up the server


 
Thread Tools Search this Thread
Operating Systems Solaris Not able to bring up the server
# 1  
Old 11-20-2008
Not able to bring up the server

Hi All,

I have a iplanet server running on solaris , i'm not able to start it using the start

Its giving following error

root@bld00: /usr/iplanet/servers6.1sp8/https-MLL-8.3dev # ./start
Sun ONE Web Server 6.1SP8 B06/13/2007 23:15
info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.2_05] from [Sun Microsystems Inc.]
info: WEB0100: Loading web module in virtual server [https-MLL-8.3dev] at [/search]
startup failure: could not bind to port 37020 (Address already in use)
failure: HTTP3127: [LS ls1] http://bld00:37020: Error creating socket (Address already in use)
failure: HTTP3094: 1 listen sockets could not be created
failure: CORE3186: Failed to set configuration
# 2  
Old 11-20-2008
It looks like something is already listening on the same address and port.

Code:
netstat -an -f inet

Could help. Use inet6 for ipv6.
# 3  
Old 11-20-2008
Quote:
Originally Posted by renjithrnath
startup failure: could not bind to port 37020 (Address already in use)
failure: CORE3186: Failed to set configuration
You can download script here . This script will show what process listen ports.

Sample otput
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bring two files together

Dear Forum, I was wondering if anybody could help me to bring to files together. I have two text files. In the text file each record occupies two lines. First the ID number and in the next line text. $ cat text.txt +12345678 text_A +12345644 text_B +12334241 text_C +1234586... (5 Replies)
Discussion started by: GDC
5 Replies

2. Shell Programming and Scripting

Bring prompt from a different process

Hi, while running a program one of the command is creating a sub-shell which requires user inputs. Is there a way to bring the input prompt to a parallel session or an alternate way to input the values? the outer program doesn't allow to accept the parameter value for the command run in the sub... (8 Replies)
Discussion started by: ahmedwaseem2000
8 Replies

3. Shell Programming and Scripting

How to bring together two inputs in case?

Hi guys, im newbie, im trying something, but cannot figure out how to bring together case with 2 inputs. Something like "enter your name" and "enter your age". I had idea but dont now how to finish it as I said i'm just a beginner. #!/bin/bash echo "Name" echo -n "Enter your name: "... (2 Replies)
Discussion started by: PrincMehi
2 Replies

4. Linux

Please Guide to bring my Server online

Hi Guys, I want to bring my server live. I have Static public IP Address 123.99.88.77 (Say) and also I have also registered a domain name say(live server23.com) the domain name providers have also given me the control panel with DNS management settings. I have gateway 192.168.1.1 Now My... (1 Reply)
Discussion started by: manalisharmabe
1 Replies

5. HP-UX

Adding Storage, do I need to bring the DB down?

Hi Guys, Do I need to bring the DB down? masd023x:: uname -r B.11.11 Thanks! Where can I find this type of information? JC (3 Replies)
Discussion started by: 300zxmuro
3 Replies

6. UNIX for Dummies Questions & Answers

bring up/down numerous interfaces

On a Solaris 9 system I had something happen to some of my interfaces; for some reason half of them went down. Since I have over 30 different Virtual IP's (or logical IP's) up on ce10 I don't want to take the time to find out which ones are up and which ones are down or even run the addif command... (2 Replies)
Discussion started by: snoman1
2 Replies

7. Red Hat

Cannot bring up Firefox

I have installed firefox and it previously worked before I installed the oracle software on my machine. Now when I click on the icon to bring up the browser it fails. I tried to do it from the command line and this is what I get: $ firefox Cannot find mozilla runtime directory. Exiting ... (1 Reply)
Discussion started by: jxh461
1 Replies

8. UNIX for Dummies Questions & Answers

Unable to bring up Sun OS

The last thing I did was set REMOTE_LOGIN_PASSWORDFILE to EXCLUSIVE. Then rebooted server. Since that time I have not been able to login. During bootup it can't find root and generates alot of errors. Does anybody know of a default login and password that will allow me to log in and rebuild the... (2 Replies)
Discussion started by: mayewil
2 Replies

9. IP Networking

unable to bring up any interface

I have Linux 7.1 setup on a Dell and am unable to bring up any interfaces. Both the lo and eth0 fail upon boot up and I get a insmod error possibly due to bad irq or IO setting. If I disable eth0 upon boot, then lo works fine, but offcourse I get the "delaying initialization" upon boot for eth0... (1 Reply)
Discussion started by: alam
1 Replies
Login or Register to Ask a Question