7.1.2 IS Start up problem

Hi All,

I am not able to start IS on windows vista OS

It was giving below error while IS starting…IS LOG…

Starting registered listeners for package WmRoot
2008-11-24 18:11:04 IST [ISP.0046.0012I] Enabling HTTP Listener on port 9999
2008-11-24 18:11:04 IST [ISP.0046.0011I] Disabling HTTP Listener on port 9999
2008-11-24 18:11:04 IST [ISS.0070.0013I] Failed to start listener HTTPListener@9999. The following error was encountered: [ISS.0070.9009] Error starting to listen: Permission denied: listen failed
2008-11-24 18:11:04 IST [ISP.0046.0012I] Enabling HTTP Listener on port 5555
2008-11-24 18:11:04 IST [ISP.0046.0011I] Disabling HTTP Listener on port 5555
2008-11-24 18:11:04 IST [ISS.0070.0013I] Failed to start listener HTTPListener@5555. The following error was encountered: [ISS.0070.9009] Error starting to listen: Permission denied: listen failed
2008-11-24 18:11:04 IST [ISS.0025.0014D] Namespace Dependency Manager enabled.
2008-11-24 18:11:04 IST [ISS.0098.0021I] Persistent Trigger Output Dispatcher started
2008-11-24 18:11:04 IST [ISS.0098.0021I] Volatile Trigger Output Dispatcher started
2008-11-24 18:11:04 IST [ISS.0098.0027I] PersistenceManager started all Stores
2008-11-24 18:11:04 IST [ISS.0025.0036I] Dispatcher started
2008-11-24 18:11:04 IST [ISS.0025.0005I] Port Manager started
2008-11-24 18:11:04 IST [ISS.0025.0013I] Cache Sweeper started
2008-11-24 18:11:04 IST [ISC.0037.0001E] Unable to Initialize [ISC.0063.9155] [Tx] The ISInternal functional alias on the JDBC Pools page must be configured to use an external database in order to use Guaranteed Delivery. ()
2008-11-24 18:11:04 IST [ISS.0036.9998D] Exception → com.wm.app.b2b.client.DeliveryException: [ISC.0063.9155] [Tx] The ISInternal functional alias on the JDBC Pools page must be configured to use an external database in order to use Guaranteed Delivery. ()
2008-11-24 18:11:04 IST [ISS.0014.0004C] No listening ports were available. Shutting down server.

Thanks in advance
Vasanth.

Sounds like a Vista firewall issue. Be sure that the ports that you want to use are open. You can verify by temporarily disabling the Vista firewall.

Mark

Also you can try starting the webMethods Integration Server using command.

server.bat -log none -port

but check if that port is not utilized by running netstat -a command.

Hi ,

Thanks for your positive responces.

I tried both the approaches
1:firewall disabled
2:started from command prompt.
In both situations IS was giving the same error.

In my machine i also installed IS 6.1 .That is working fine on port 5555

Any further help on the issue will be appreciated.

Thanks,
Vasanth.

vasanth,

Can you see if the WmRoot ad WmPublic pacakges are installed under webMethods6\IntegrationServer\packages?

I am curious if this is causing the IS not to come up?

Thanks for your response,

WMRoot and WmPublic packages are available in packages folder,

Any further help on this will be appreciated.

Thanks in advance,
Vasanth.

check the file node.ndf exists under C:\webMethods7\IntegrationServer\packages\WmRoot\ns\wm\server\net\http\init if it does then copy and attach it so that i can look at it.

My best guess is that the files under C:\webMethods7\IntegrationServer\packages\WmRoot\ns\wm\server\net\ are corrupted and even if you replace the files form a working env it wont work. You will have to replace the whole WmRoot pkg from a working env.

Even i am facing the same error… please advise…

Hi All,

Thanks for the valuable sugestions.

I am installing wM 7.1.2 on the machine where many other servers like 6.1, 6.5 are installed…

then i tried changing various ports from

7777
7778
and then 3rd time 7788 with the following command

D:\webMethods712\IntegrationServer\bin>server.bat -log none -debug 6 -port 7788

Then it started for me…

This may be the old resposnse for you all but i thought of adding my entry as a mark of respect…

Thanks and warm regards,
Ramalingam

I am also running into the same issue. I am the getting the below error and none of the above mentioned solutions helped. Please let me know if some other solution helped to resolve the issue.

Failed to start listener HTTPListener@5555. The following error was encountered: [ISS.0070.9009] Error starting to listen: Cannot assign requested address: JVM_Bind.

Thanks
Srinivas

Adding “-port 7788” to my server.sh script worked for me as well. However, if I user -port 5555 that works too!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.