Breadcrumb(); > Message Index (by Number) (by Subsystem) > Net Subsystem Messages
![]()
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.net Localization package.
Info: Could not open connection\n e.
Warning: Could not open connection using proxy\n e.
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 separated by a |. In addition, a wildcard character (*) can be used for matching. For example: -Dprotocol.nonProxyHosts="*.foo.com|localhost". 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. 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. 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.
![]()