Skip navigation.

GWWS Messages 100-199

  Previous Next

100

ERROR: HTTP error: err_message.

Description

Error happens to GWWS's HTTP connection.

Action

If a receiving error happens occassionally, it may be caused by heavy load. If it is other error or happens continuously, check the network status.

101

ERROR: Fail to allocate socket array.

Description

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

Action

Make sure that memory is enough and reboot GWWS. If this still happens, contact BEA support.

102

ERROR: Select on connection failed.

Description

Error happens when GWWS polling on sockets.

Action

If it happens continuously, reboot GWWS.

103

ERROR: Cannot setup SSL context.

Description

GWWS fail to establish a SSL context while booting.

Action

If this impossibly happen, check the integrity of SALT and Tuxedo installaltion.

104

ERROR: Cannot load CA Certificate file.

Description

Error happens while GWWS loading CA certificate during boot.

Action

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

See Also

BEA SALT Administration Guide

106

ERROR: Cannot load certificate and key file.

Description

Error happens while GWWS loading its certificate and private key during boot.

Action

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

See Also

BEA SALT Administration Guide

108

ERROR: Fail to allocate SSL context.

Description

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

Action

Make sure that memory is enough and reboot GWWS. Otherwise contact BEA support.

109

ERROR: HTTPS error: %s.

Description

Error happens to GWWS's HTTPS connection.

Action

If a receiving error happens occassionally, it may be caused by heavy load. If it is other error or happens continuously, check configuration and certificate files and check the network status.

110

ERROR: SSL library returns error: err_message.

Description

Error happens when dealing with HTTPS connection.

Action

Make sure certificates and keys OK. Otherwise contact BEA support.

111

WARNING: Cannot allocate SCO Holder.

Description

GWWS fail to allocate memory for internal data when booting.

Action

Make sure that memory is enough and reboot GWWS. Otherwise contact BEA support.

112

WARNING: Setting SCO holder to free is not valid.

Description

GWWS try to free an invalid internal data.

Action

Contact BEA support.

113

ERROR: Queue to be initialized is NULL.

Description

GWWS fails to initialize internal Queue during boot.

Action

Contact BEA support

114

ERROR: Queue Item allocation failed.

Description

GWWS fails to allocate memory for item in internal Queue.

Action

Make sure that memory is enough and reboot GWWS. Otherwise contact BEA support.

115

ERROR: Queue memory allocation failed.

Description

GWWS fails to allocate memory for internal Queue.

Action

Make sure that memory is enough and reboot GWWS. Otherwise contact BEA support.

116

ERROR: Cannot delete Queue. The pointer is NULL.

Description

GWWS fails to release the internal Queue during shutdown.

Action

Ignore it. Contact BEA support if you are upset about it.

117

WARNING: Cannot delete queue. Queue is not empty.

Description

GWWS won't release the internal Queue during shutdown because not all its items have been released.

Action

Ignore it. Contact BEA support if you are upset about it.

118

WARNING: Storage interface memory allocation failed.

Description

GWWS fails to allocate memory for internal data.

Action

Make sure that memory is enough and reboot GWWS. Otherwise contact BEA support.

119

ERROR: Create Input Queue failed.

Description

GWWS fails to setup internal Input Queue during boot.

Action

Contact BEA support

120

ERROR: Create Output Queue failed.

Description

GWWS fails to setup internal Output Queue during boot.

Action

Contact BEA support

121

ERROR: Queue Item Memory allocation failed.

Description

GWWS fails to allocate memory for item in internal Queue.

Action

Make sure that memory is enough and reboot GWWS. Otherwise contact BEA support.

122

WARNING: Cannot add NULL Interface.

Description

GWWS fails to setup an Interface for Plugin framework during boot.

Action

Contact BEA support

123

WARNING: Cannot add invalid Interface.

Description

GWWS fails to setup an Interface for Plugin framework during boot.

Action

Contact BEA support

124

WARNING: Cannot remove Interface with Name is NULL.

Description

GWWS fail to remove Interface definition from Plugin framework, because its name is missing.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

125

WARNING: Cannot find interface named name to remove.

Description

GWWS fail to remove Interface definition from Plugin framework, because its name is not in list.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

126

WARNING: Cannot find Interface with Name is NULL.

Description

GWWS fail to find Interface definition in Plugin framework, because its name is missing.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

127

WARNING: Cannot initialize NULL Interface.

Description

GWWS fail to initialize Interface in Plugin framework.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

128

WARNING: Cannot destroy NULL Interface.

Description

GWWS fail to remove Interface in Plugin framework.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

129

ERROR: Memory allocation for Implementation failed.

Description

GWWS fails to allocate memory for an implementation of an interface.

Action

Make sure that memory is enough and reboot GWWS. Otherwise contact BEA support.

130

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

Description

GWWS fail to register an implementation of an interface in Plugin framework.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

131

WARNING: Cannot initialize NULL implementation.

Description

GWWS fail to initialize implementation of an interface.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

132

WARNING: Cannot destroy NULL implementation.

Description

GWWS fail to remove implementation of an interface.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

133

WARNING: Implementation to be registered is not valid.

Description

GWWS fail to register an implementation of an interface in Plugin framework.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

134

WARNING: Cannot find interface to be registered.

Description

GWWS fail to register an implementation of an interface because the interface is not in the list.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

135

WARNING: Cannot find library path

Description

GWWS fail to find dynamic library to load for an implementation while registering it.

Action

Check configuration for 'Library' item. Its value should be correct path of the library that implements the interface.

See Also

BEA SALT Administration Guide

136

WARNING: Cannot load library path

Description

GWWS fail to load dynamic library for an implementation while registering it.

Action

Check integrity of the library. It may be corrupted.

137

WARNING: Cannot find initialization function in library path.

Description

GWWS fail to find init function in the dynamic library for an implementation while registering it.

Action

Check the library. It may be wrongly compiled or implemented.

138

WARNING: Cannot load initialization function in library path.

Description

GWWS fail to load init function in the dynamic library for an implementation while registering it.

Action

Check the library. It may be wrongly compiled or corrupted.

139

WARNING: Fail to initialize library path.

Description

GWWS fail to call init function in the dynamic library for an implementation while registering it.

Action

Check the library. It may be wrongly compiled or corrupted.

140

WARNING: Cannot find set_vtable function in library path.

Description

GWWS fail to find setup function in the dynamic library for an implementation while registering it.

Action

Check the library. It may be wrongly compiled or implemented.

141

WARNING: Cannot load set_vtable function in library path.

Description

GWWS fail to load setup function in the dynamic library for an implementation while registering it.

Action

Check the library. It may be wrongly compiled or corrupted.

142

WARNING: Fail to allocate vtable for implementation name.

Description

GWWS fail to allocate setup data for an implementation while registering it.

Action

Make sure memory is enough and reboot GWWS. Otherwise contact BEA support.

143

WARNING: Fail to setup vtable for library path.

Description

GWWS fail to call setup function in the dynamic library for an implementation while registering it.

Action

Check the library. It may be wrongly compiled or corrupted.

144

WARNING: Implementation to be unregistered is not valid.

Description

GWWS fail to remove an implementation of an interface in Plugin framework.

Action

Check configuration for Plugin definition.

See Also

BEA SALT Administration Guide

145

WARNING: Cannot find interface to be unregistered.

Description

GWWS fail to find interface to remove, because it is not in the list.

Action

Check configuration for plug-in definition.

See Also

BEA SALT Administration Guide

146

WARNING: Implementation to be unregistered cannot be found.

Description

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

Action

Check configuration for plug-in definition.

See Also

BEA SALT Administration Guide

147

WARNING: Implementation to be unregistered is NULL.

Description

GWWS can not unregister NULL implementation.

Action

Check configuration for plug-in definition.

See Also

BEA SALT Administration Guide

148

WARNING: Implementation to be unregistered has no handle.

Description

GWWS can not unregister implementation due to internal error.

Action

Check configuration for plug-in definition.

See Also

BEA SALT Administration Guide

149

WARNING: Cannot find exiting function in library path.

Description

GWWS fail to find exit function in the dynamic library for an implementation while unregistering it.

Action

Check the library. It may be wrongly compiled or implemented.

150

WARNING: Cannot load exiting function in library path.

Description

GWWS fail to load exit function in the dynamic library for an implementation while unregistering it.

Action

Check the library. It may be corrupted.

151

WARNING: Fail to exit library path.

Description

GWWS fail to call exit function in the dynamic library for an implementation while unregistering it.

Action

Check the library. It may be corrupted.

152

WARNING: Cannot unload library path.

Description

GWWS fail to remove dynamic library for an implementation while unregistering it.

Action

Check the library. It may be corrupted.

153

ERROR: SCO Memory allocation failed.

Description

GWWS fail to allocate memory for internal data during boot.

Action

Make sure memory is enough and reboot GWWS. Otherwise contact BEA support.

154

ERROR: Setting up memory allocation session for SCO failed.

Description

GWWS fail to setup memory using mechanism for internal data during boot.

Action

Make sure memory is enough and reboot GWWS. Otherwise contact BEA support.

155

WARNING: Cannot delete NULL SCO.

Description

GWWS fail to delete internal data during shutdown because the data have already been released.

Action

Ignore it. Contact BEA support if you are upset about it.

156

WARNING: SCO to delete has NULL memory session. Possible memory leak.

Description

GWWS fail to release internal data during shutdown because the data have already been released.

Action

Ignore it. Contact BEA support if you are upset about it.

159

ERROR: Unable to create new HTTP listening connection.

Description

GWWS fail to listen on HTTP port defined in configuration during boot.

Action

Check if the port has been used by other programs. If so, change to another port.

See Also

BEA SALT Administration Guide

160

ERROR: Unable to create new HTTPS listening connection.

Description

GWWS fail to listen on HTTPS port defined in configuration during boot.

Action

Check if the port has been used by other programs. If so, change to another port.

See Also

BEA SALT Administration Guide

161

ERROR: Network is not working.

Description

GWWS fail to listen on all port defined in configuration.

Action

Check if the ports have been used by other programs. If so, change to other ports.

See Also

BEA SALT Administration Guide

162

ERROR: Accepting for transport error.

Description

GWWS fail to accept incoming connection for transport.

Action

It may happens occasionally when network load is very heavy. So endure it or try to reduce the load.

163

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

Description

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

Action

It may happens occasionally when network load is very heavy. So endure it or try to reduce the load.

164

ERROR: All listening port failed. Exit.

Description

GWWS found all ports to listen have failed and decide to exit because it can receive connection no more.

Action


165

ERROR: Thread pool memory allocation failed.

Description

GWWS fail to allocate memory for thread pool during boot.

Action

Make sure memory is enough and reboot GWWS.

168

ERROR: FSM Error: err_message.

Description

Error happens while GWWS handle the request.

169

ERROR: HTTP Error Status status code.

Description

HTTP error happens while GWWS handles the request. HTTP error code will be returned to client.

170

ERROR: Fail to allocate memory for WSA:To URL.

Description

Action


171

ERROR: WSA:To[URL] is not supported protocol.

Description

URL in WSA:To attribute in WS-ReliableMessaging SOAP Header is not supported.

173

ERROR: Cannot get configuration handle. Connection rejected.

Description

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

Action

Try to reload the configuration. If not work, reboot GWWS.

See Also

wsadmin(1)

174

ERROR: Start memory session failed. Connection rejected.

Description

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

175

ERROR: Soap structure memory allocation failed.

Description

GWWS fail to allocate memory for internal structure.

Action

Make sure memory is enough and reboot GWWS. Otherwise contact BEA support.

178

ERROR: Customer_Type Interface setup failed.

Description

GWWS failt to setup the interface of plug-in that make possible to use customer defined Tuxedo buffer type in SOAP.

Action

Check configuration for Plug-in definition.

See Also

BEA SALT Administration Guide

180

ERROR: Both CA file and directory are not set.

Description

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

Action

Check configuration for Certificate section.

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 being configured.

Action

Check configuration for Certificate section.

See Also

BEA SALT Administration Guide

183

ERROR: Cannot create 512-bit RSA key.

Description

GWWS fail to create RSA key which is used by HTTPS connection.

Action

Contact BEA support.

184

ERROR: Cannot create 1024-bit RSA key.

Description

GWWS fail to create RSA key which is used by HTTPS connection.

Action

Contact BEA support.

185

ERROR: Cannot set DH param.

Description

GWWS fail to create DH parameters which is used by HTTPS connection.

Action

Contact BEA support.

 

Skip footer navigation  Back to Top Previous Next