Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Resolution:
Description:
============
Received the "Unable to create http admin interface:27 (Not permitted)" error when trying to start up rvcache. The following is the command used to start rvcache.
rvcache -store myrvcache.cfg -http 7583
Environment:
==========
All
Resolution:
=========
This error could happen if there is another application (rvcache, rvd, rvrd, etc.) running using the same port as specified in the -http parameter on the host. Check if the port is already in use. On Unix, use “ps -ef |grep <http_port>”. On Windows, use “netstat -abn” .