FAQ Tag: port

When I click the Personal Users link in the MCAA user I get an error.

The “An error occured when list personal users for application applicationid: Personal Profile Management System will not be used because it could not be initialized. Probably xmldb location is not properly set. [Connection refused]” error is caused by a wrong port setting in MuseAdmin.xml file. Please check the $MUSE_HOME/admin/MuseAdmin.xml file, locate the <XMLDB> tag and…

I can’t see the status, version, install/build dates of the SPs.

Not seeing the SPs related data, as status, version, install and build dates, can point an issue with the Local InfoBase. The most comon issues that have these results are: 1) XMLDB corruption For more information about this, please see the “How do I perform a backup/restore operation of the XML database?” (1019) FAQ. 2)…

Wich Muse ports need to be accessible locally but not to the internet?

The ports that need to be locally accessible are: 1. 2100 – Muse Z39.50 Bridge Configuration file: – ${MUSE_HOME}/z3950/MuseZBridge.xml Note: This port works as a client for the Information Connection Engine (ICE) server, but it is also a server for all the Z39.50 clients connecting to it. 2. 2504 – Muse ICE Server Configuration file:…

Wich Muse ports need to be accessible from the internet?

The ports that need to be accessible from the Internet are: 1. 8000 – Apache Tomcat or Muse HTTP Server Configuration file – ${MUSE_HOME}/tomcat/conf/server.xml or ${MUSE_HOME}/http/conf/contexts.xml Files that contain references to this port: ${MUSE_HOME}/factory/MuseInfoBase.xml ${ICE_HOME}/ICECore.xml ${ICE_HOME}/jaas.config ${MUSE_HOME}/proxy/jaas.config ${MUSE_HOME}/web/MusePeer.xml 2. 8443 – Apache Tomcat or Muse HTTP Server Configuration file – ${MUSE_HOME}/tomcat/conf/server.xml or ${MUSE_HOME}/http/conf/contexts.xml Files that…

What happens if there is no proxy defined but all the settings say “use proxy”?

If there is no proxy defined (Proxy Host field) in either the application level or Source Package level, then no proxy will be used, no matter the other proxy related settings (Proxy Port, Proxy PAC also) from either level. Secondly, if there are proxy settings both at application level and at the Source Package level,…

How can I tell if my Muse Proxy is secure?

This FAQ has been created for partners to check the Muse Proxy configuration ($MUSE_HOME/proxy/hosts.xml file) to make sure they are not open proxies, and therefore prone to illegal usage. RULES TO MODIFY: 1.) In the hosts.xml under the default user, there should be no <ALLOW>*</ALLOW> rule: <USER_RULE> <ID>default</ID> <ALLOW>*</ALLOW> The default user allows the ICE…