• 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

Problems stopping/starting server1

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am having problems while stopping server1.

When i try to stop it..the only message i see is
"Server stop request issued. Waiting for stop status."
I've been seeing this message for last 45 minutes and nothing happens after it...

I tried to start the server and i get this message
"ADMU3028I: Conflict detected on port 8880. Likely causes: a) An instance of the server server1 is already running b) some other process is
using port 8880"

however, i've done the ps command and only processes i see running are: bash ps and ssh. But when i go to IE and do <a href="http://<ipaddress rel="nofollow">/8880" target="_blank">http://ipaddress/8880 i see the following:


<?xml version="1.0" encoding="UTF-8" ?>
SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
SOAP-ENV:Body
SOAP-ENV:Fault
faultcode SOAP-ENV:Server /faultcode
faultstring THERE IS A LARGE STRING HERE WHICH I DIDNT POST BECAUSE IT WAS MAKING THE PAGE ACT WEIRD faultstring
faultactor//faultactor
/SOAP-ENV:Fault
/SOAP-ENV:Body
/SOAP-ENV:Envelope


which tells me that there is actually something running on port 8880. Can someone please help me to track this problem and maybe suggest how i can stop whatever is running on port 8880. Further i've also done netstat command and i dont see anything on that port. I am running solaris. I now maybe rebooting the machine would work...but that is a hastle for me i will have to open up a ticket and wait for someone to reboot the server. please help

[ June 27, 2007: Message edited by: bhaarat sharma ]

[ June 27, 2007: Message edited by: bhaarat sharma ]
[ June 27, 2007: Message edited by: bhaarat sharma ]
 
You'll never get away with this you overconfident blob! The most you will ever get is this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic