Skip navigation.

GWWS Messages 100-199

  Previous Next

100

ERROR: HTTP error: err_message.

Description

GWWS HTTP connection error occurs.

Action

If it is an occassional receiving error, it may be caused by heavy load. If it is another error type or the error happens continuously, check network status.

101

ERROR: Failed to allocate socket array.

Description

GWWS fail to allocate memory when trying to poll on a number of sockets.

Action

Make sure there is enough memory and reboot GWWS. If problem persists, contact BEA Customer Support.

102

ERROR: Select on connection failed.

Description

Error occurs when GWWS polls on sockets.

Action

If this error is continuous, reboot GWWS.

103

ERROR: Cannot setup SSL context.

Description

GWWS failed to establish a SSL context while booting.

Action

Check SALT and Tuxedo installaltion integrity.

104

ERROR: Cannot load CA Certificate file.

Description

Error occurs while GWWS loading CA certificate during boot.

Action

Check TrustedCert item configuration. It must be a valid PEM format file path containing one or more trusted CA certificates.

See Also

BEA SALT Administration Guide

106

ERROR: Cannot load certificate and key file.

Description

Error occurs while GWWS loads its certificate and private key during boot.

Action

Check PrivateKey item configuration. It must be a valid PEM format file path containing certificates and private key for the GWWS server.

See Also

BEA SALT Administration Guide

108

ERROR: Failed to allocate SSL context.

Description

GWWS failed to allocate memory for a SSL context while booting.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

109

ERROR: HTTPS error: err_message.

Description

GWWS's HTTPS connection error occurs.

Action

If it is an occassional receiving error, it may be caused by heavy load. If it is another error type or the error happens continuously, check configuration, certificate files and network status.

110

ERROR: SSL library error: err_message.

Description

Error occurs when dealing with HTTPS connection.

Action

Make sure certificates and keys are configured correctly. Otherwise, contact BEA Customer Support.

111

WARNING: Cannot allocate SCO Holder.

Description

GWWS failed to allocate memory for internal data while booting.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

112

WARNING: Setting SCO holder to free is not valid.

Description

GWWS is trying to free invalid internal data.

Action

Contact BEA Customer Support.

113

ERROR: Queue to be initialized is NULL.

Description

GWWS fails to initialize internal Queue during boot.

Action

Contact BEA Customer Support.

114

ERROR: Queue item allocation failed.

Description

GWWS failed to allocate memory for internal Queue item.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

115

ERROR: Queue memory allocation failed.

Description

GWWS failed to allocate memory for internal Queue.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

116

ERROR: Cannot delete Queue. The pointer is NULL.

Description

GWWS failed to release the internal Queue during shutdown.

Action

Ignore this message. Contact BEA Customer Support if you want further information.

117

WARNING: Cannot delete queue. Queue is not empty.

Description

GWWS cannot release the internal Queue during shutdown; not all Queue items are released.

Action

Ignore this message. Contact BEA Customer Support if you want further information.

118

WARNING: Storage interface memory allocation failed.

Description

GWWS failed to allocate memory for internal data.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

119

ERROR: Create Input Queue failed.

Description

GWWS failed to setup internal Input Queue while booting.

Action

Contact BEA Customer Support

120

ERROR: Create Output Queue failed.

Description

GWWS failed to setup internal Output Queue while booting.

Action

Contact BEA Customer Support

121

ERROR: Queue Item Memory allocation failed.

Description

GWWS failed to allocate memory for internal Queue item.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

122

WARNING: Cannot add NULL Interface.

Description

GWWS failed to setup a Plugin framework interface while booting.

Action

Contact BEA Customer Support

123

WARNING: Cannot add invalid Interface.

Description

GWWS failed to setup a Plugin framework interface while booting.

Action

Contact BEA Customer Support

124

WARNING: Cannot remove Interface with Name is NULL.

Description

GWWS failed to remove Plugin interface; the interface name is missing.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

125

WARNING: Cannot find interface named name to remove.

Description

GWWS failed to remove the Plugin interface; the specified name is not present.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

126

WARNING: Cannot find interface with Name is NULL.

Description

GWWS failed to find Plugin interface; the interface name is missing.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

127

WARNING: Cannot initialize NULL interface.

Description

GWWS failed to initialize Plugin interface.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

128

WARNING: Cannot destroy NULL interface.

Description

GWWS failed to remove Plugin interface.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

129

ERROR: Memory allocation for implementation failed.

Description

GWWS failed to allocate memory for an Plugin interface implementation.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

130

ERROR: Failed to register Plug-In implementation. Interface ID is id, Implementation name is name.

Description

GWWS failed to register a Plugin interface implementation.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

131

WARNING: Cannot initialize NULL implementation.

Description

GWWS failed to initialize Plugin interface implementation.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

132

WARNING: Cannot destroy NULL implementation.

Description

GWWS failed to remove Plugin interface implementation.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

133

WARNING: Implementation to be registered is not valid.

Description

GWWS failed to register a Plugin interface implementation.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

134

WARNING: Cannot find interface to be registered.

Description

GWWS failed to register a Plugin interface implementation; the interface name is not present.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

135

WARNING: Cannot find library path

Description

GWWS failed to find shared library to load for an implementation while registering it.

Action

Check 'Library' item configuration. The value should be a correct shared library file path that implements the interface.

See Also

BEA SALT Administration Guide

136

WARNING: Cannot load library path

Description

GWWS failed to load shared library for an implementation while registering it.

Action

Check the library integrity. It may be corrupted.

137

WARNING: Cannot find initialization function in library path.

Description

GWWS failed to find shared library init function for an implementation while registering it.

Action

Check the library; it may be incorrectly compiled or implemented.

138

WARNING: Cannot load initialization function in library path.

Description

GWWS failed to load shared library init function for an implementation while registering it.

Action

Check the library; it may be incorrectly compiled or corrupted.

139

WARNING: Failed to initialize library path.

Description

GWWS failed to call shared library init function for an implementation while registering it.

Action

Check the library; it may be incorrectly compiled or corrupted.

140

WARNING: Cannot find set_vtable function in library path.

Description

GWWS failed to find shared library vtable setting function for an implementation while registering it.

Action

Check the library; it may be incorrectly compiled or implemented.

141

WARNING: Cannot load set_vtable function in library path.

Description

GWWS failed to load shared library vtable setting function for an implementation while registering it.

Action

Check the library; it may be incorrectly compiled or corrupted.

142

WARNING: Failed to allocate vtable for implementation name.

Description

GWWS fail to allocate vtable structure for an implementation while registering it.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

143

WARNING: Failed to setup vtable for library path.

Description

GWWS failed to call the shared library vtable setting function for an implementation while registering it.

Action

Check the library; it may be incorrectly compiled or corrupted.

144

WARNING: Implementation to be unregistered is not valid.

Description

GWWS failed to remove a Plugin interface implementation.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

145

WARNING: Cannot find interface to be unregistered.

Description

GWWS failed to remove a Plugin interface, the specified interface does not exist.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

146

WARNING: Implementation to be unregistered cannot be found.

Description

GWWS failed to find implementation of an interface to remove, because it is not in the list.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

147

WARNING: Implementation to be unregistered is NULL.

Description

GWWS can not unregister NULL implementation.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

148

WARNING: Implementation to be unregistered has no handle.

Description

GWWS cannot unregister implementation due to internal error.

Action

Check Plugin configuration.

See Also

BEA SALT Administration Guide

149

WARNING: Cannot find exit function in library path.

Description

GWWS failed to find shared library exit function for an implementation while unregistering it.

Action

Check the library; it may be incorrectly compiled or implemented.

150

WARNING: Cannot load exit function in library path.

Description

GWWS failed to load shared library exit function for an implementation while unregistering it.

Action

Check the library; it may be corrupted.

151

WARNING: Failed to exit library path.

Description

GWWS fail to call shared library exit function for an implementation while unregistering it.

Action

Check the library; it may be corrupted.

152

WARNING: Cannot unload library path.

Description

GWWS failed to remove shared library for an implementation while unregistering it.

Action

Check the library; it may be corrupted.

153

ERROR: Memory allocation failed.

Description

GWWS failed to allocate memory for internal data while booting.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

154

ERROR: Setting up memory allocation session for SCO failed.

Description

GWWS failed to create memory session for internal data while booting.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

155

WARNING: Cannot delete NULL SCO.

Description

GWWS failed to delete internal data during shutdown; data already released.

Action

Ignore this message. Contact BEA Customer Support if you want further information.

156

WARNING: Deletion for NULL memory session. Possible memory leak.

Description

GWWS failed to release internal data during shutdown; data already released.

Action

Ignore this message. Contact BEA Customer Support if you want further information.

159

ERROR: Unable to create new HTTP listening connection for endpoint.

Description

GWWS failed to listen on an HTTP endpoint defined in configuration during boot.

Action

Check if the address/port is correct or is being used by another program. If so, correct the address/port accordingly.

See Also

BEA SALT Administration Guide

160

ERROR: Unable to create new HTTPS listening connection for endpoint.

Description

GWWS failed to listen on an HTTPS endpoint defined in configuration during boot.

Action

Check if the address/port is correct or is being used by another program. If so, correct the address/port accordingly.

See Also

BEA SALT Administration Guide

162

ERROR: Accepting for transport error.

Description

GWWS failed to accept incoming transport connection.

Action

This happens occasionally when network load is very heavy. Try to reduce the load.

163

WARNING: Cannot allocate slot for the request. Connection rejected.

Description

GWWS failed to allocate internal handle for incoming connection. The connection will be rejected.

Action

This happens occasionally when network load is very heavy. Try to reduce the load.

164

ERROR: All listening ports failed. Exit.

Description

GWWS found all listening ports have failed and has to exit because it cannot receive connections.

Action

None

165

ERROR: Thread pool memory allocation failed.

Description

GWWS failed to allocate memory for thread pool while booting.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

168

ERROR: FSM Error: err_message.

Description

Error happens while GWWS handles the request.

169

ERROR: HTTP Error Status status code.

Description

HTTP error occurred while GWWS handles the request. HTTP error code returned to client.

170

ERROR: Failed memory allocation for WSA:To URL.

Description

GWWS failed to allocate memory for the wsa:To URL string value.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

171

ERROR: Endpoint[URL] is not a supported protocol.

Description

Endpoint URL is not supported.

173

ERROR: Cannot get configuration handle. Connection rejected.

Description

Internal error occurred while GWWS handles request. Configuration cannot be accessed. Request will be rejected.

Action

Try to reboot GWWS. If problem persists, contact BEA Customer Support.

174

ERROR: Start memory session failed. Connection rejected.

Description

Internal error occurred while GWWS handles request. Request will be rejected.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

175

ERROR: Soap structure memory allocation failed.

Description

GWWS failed to allocate memory for internal structure.

Action

Make sure there is enough memory and reboot GWWS. Otherwise, contact BEA Customer Support.

178

ERROR: Customer_Type interface setup failed.

Description

GWWS failed to setup the Plug-in interface that allows customer defined Tuxedo buffer type to be used in SOAP.

Action

Check Plug-in configuration.

See Also

BEA SALT Administration Guide

179

ERROR: Cannot read private key file phrase.

Description

GWWS failed to read password phrase for private key decryption from TUXCONFIG.

Action

Check UBBConfig. Set SEC_PRINCIPAL_NAME and SEC_PRINCIPAL_PASSVAR for GWWS and input the password phrase when executing tmloadcf.

See Also

BEA SALT Administration Guide

180

ERROR: Both CA file and directory are not set.

Description

GWWS cannot verify HTTPS client unless a CA certificate file or a directory containing the CA certificate file is configured.

Action

Check Certificate configuration.

See Also

BEA SALT Administration Guide

181

ERROR: Private key value is missing.

Description

GWWS cannot utilize HTTPS unless a PEM file containing the certificate and private key of the server is configured.

Action

Check Certificate configuration.

See Also

BEA SALT Administration Guide

182

ERROR: Output buffer memory allocation failed.

Description

GWWS cannot allocate memory for the network output buffer.

Action

Check memory usage status and server configuration.

See Also

BEA SALT Administration Guide

183

ERROR: Cannot create 512-bit RSA key.

Description

GWWS failed to create RSA key used by HTTPS connection.

Action

Contact BEA Customer Support.

184

ERROR: Cannot create 1024-bit RSA key.

Description

GWWS failed to create RSA key used by HTTPS connection.

Action

Contact BEA Customer Support.

185

ERROR: Cannot set DH param.

Description

GWWS failed to create DH parameters used by HTTPS connection.

Action

Contact BEA Customer Support.

186

ERROR: Failed SCO extension initialization.

Description

GWWS failed to initialize request-processing context extension.

Action

Contact BEA Customer Support.

187

WARNING: Failed to get library filepath implementations ID and names.

Description

GWWS failed to call the Plug-in library function that gets the shared library implementation ID and name.

Action

Check the Plug-in log.

188

ERROR: module name SCO extension not found.

Description

GWWS failed to get the request-processing context extension for the module.

Action

Contact BEA Customer Support.

189

ERROR: Failed context creation for encoding conversion.

Description

GWWS failed to get the request-processing context extension for multiple encoding module.

Action

Contact BEA Customer Support.

190

ERROR: Failed conversion from encoding original encoding to desired encoding.

Description

GWWS cannot convert the buffer from one encoding to another.

Action

Check if the SOAP message declares incorrect encoding.

191

WARNING: Too many listening endpoints, more than maximium number.

Description

There are too many listening endpoints defined in configuration. The ports cannot be polled.

Action

Try to reduce the number of listening ports. Endpoints can be different only on path with same listening ports.

192

ERROR: Transport type is not supported for endpoint URL.

Description

URL has a protocol that is not supported.

Action

Do not use this URL in the configuration.

193

ERROR: Duplicate or wrong endpoint URL.

Description

URL is not valid or it has been used for another endpoint.

Action

Change this URL in the configuration.

194

WARNING: The charset attribute (encoding) of the Content-Type HTTP header is different from the encoding attribute (encoding) of XML prolog in SOAP message.

Description

Encodings conflict between HTTP and SOAP message. HTTP charset is used.

Action

If HTTP charset is incorrect, correct it and send the message again.

195

ERROR: WS-Addressing listening endpoint received a non-WSA message.

Description

The endpoint dedicated to receive WS-Addressing message received an ordinary SOAP request.

Action

Check the web service client code and make it is sending to the correct endpoint.

196

ERROR: WS-Addressing reply message has an invalid WSA:To address (URL).

Description

An asynchronous reply message has invalid attribute.

Action

Check the web service client code.

197

"ERROR: Failed copying SCO content to original WS-Addressing handling SCO."

Description

GWWS failed to accomplish internal context duplication when handling asynchronous message.

Action

Contact BEA Customer Support.

198

ERROR: WS-Addressing request SCO is not ready.

Description

Internal error occurred when GWWS handles asynchronous message.

Action

Contact BEA Customer Support.

 

Skip footer navigation  Back to Top Previous Next