This script is not for online documents. It is only used by the QuestAgent Java Applet for CD search indexes.
Skip navigation.
Product Documentation

Net Subsystem Messages

The Net1.0 catalog contains messages in the range BEA900 - BEA999. Messages in this catalog are part of the weblogic.net Internationalization package and the weblogic.i18n Localization package.

BEA-000900(retired)

Info: Could not open connection\n e.

BEA-000901(retired)

Warning: Could not open connection using proxy\n e.

BEA-000902

Error: Duplicate expression found in the system property protocol.nonProxyHosts: nonProxyHosts.

Description

Duplicate expression found in the system property protocol.nonProxyHosts: nonProxyHosts.

Cause

The system property protocol.nonProxyHosts contains a pipe character delimited list of hosts, which should be connected directly and not though the proxy server.

Action

Check the system property protocol.nonProxyHosts. The value can be a list of hosts, each seperated by a |. In addition, a wildcard character (*) can be used for matching. For example: -Dprotocol.nonProxyHosts="*.foo.com|localhost".

BEA-000903

Error: Failed to communicate with proxy: proxyhost/proxyport. Will try connection host/port now.

Description

Failed to communicate with proxy: proxyhost/proxyport. Will try connection host/port now.

Cause

Received IOException while communicating with the proxy server.

Action

Check the exception for more information. Check whether the proxy is alive or not by pinging the proxy: proxyhost/proxyport from same machine.

BEA-000904

Error: msg initializing the URL stream handler with custom factory: factory.

Description

msg initializing the URL stream handler with custom factory: factory.

Cause

Failed to load/invoke the factory class that you have specified against the system property weblogic.net.http.URLStreamHandlerFactory.

Action

Check the system property weblogic.net.http.URLStreamHandlerFactory. This property is used to set a custom URLStreamHandlerFactory.

BEA-000905

Warning: Could not open connection with host: host and port: port.

Description

Could not open connection with host: host and port: port.

Cause

Connection attempt failed.

Action

Make sure the server is running on the specified host/port.