Skip navigation.

CMDTUX Messages 100-199

  Previous Next

103

ERROR: duplicate address name machinename

Description

The identified address name is a duplicate in the MACHINES section of the UBBCONFIG file. Each machine name can only be specified once.

Action

Remove the duplicate machine address name from the MACHINES section of the UBBCONFIG file.

See Also

ubbconfig(5)

104

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while allocating space for the machine as specified in the MACHINES section of the UBBCONFIG file.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

See Also

ubbconfig(5), and malloc(3) in UNIX reference manuals

107

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while allocating space for the machine as specified in the MACHINES section of the UBBCONFIG file.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

See Also

ubbconfig(5), and malloc(3) in UNIX reference manuals

109

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while allocating space for the machine as specified in the MACHINES section of the UBBCONFIG file.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

See Also

ubbconfig(5), and malloc(3) in UNIX reference manuals

110

ERROR: TUXCONFIG must be specified for machine entry machinename

Description

The TUXCONFIG parameter is missing from the parameters of the specified machine in the MACHINES section of the UBBCONFIG file. TUXCONFIG is required to be set for each machine.

Action

Add the proper TUXCONFIG parameter for the specified machine in the MACHINES section of the UBBCONFIG file.

See Also

ubbconfig(5)

111

ERROR: TUXCONFIG (string) of machine machinename must be the same as the TUXCONFIG environment variable (string)

Description

The value of the TUXCONFIG parameter for the specified machine as listed in the MACHINES section of the UBBCONFIG file is not the same as the current value of the TUXCONFIG environment variable. The TUXCONFIG parameter and the TUXCONFIG environment variable are required to be the same.

Action

Correct the value of the TUXCONFIG parameter of the specified machine in the MACHINES section of the UBBCONFIG file and/or the value of the TUXCONFIG environment variable such that the two values are the same.

See Also

ubbconfig(5)

112

ERROR: TUXOFFSET environment variable is unset, TUXOFFSET (offset) of machine machinename should be zero.

Description

The TUXOFFSET environment variable is not set. This implies an offset of zero. The TUXOFFSET environment variable must match the TUXOFFSET setting in the UBBCONFIG file if it is set. The TUXOFFSET of the specified machine is not zero in the MACHINES section of the UBBCONFIG file.

Action

Set the TUXOFFSET of the specified machine in the MACHINES section of the UBBCONFIG file to match the TUXOFFSET environment variable. In the case of an unset TUXOFFSET environment variable, it must be zero. If another value is desired, both the TUXOFFSET in the UBBCONFIG file and the TUXOFFSET environment variable must be set to that value.

See Also

ubbconfig(5)

113

ERROR: APPDIR must be specified for machine entry machinename

Description

The APPDIR parameter is required to be set for the specified machine in the MACHINES section of the UBBCONFIG file.

Action

Set the APPDIR parameter for the specified machine in the MACHINES section of the UBBCONFIG file.

See Also

ubbconfig(5)

114

ERROR: TUXDIR must be specified for machine entry machinename

Description

The TUXDIR parameter is required to be set for the specified machine in the MACHINES section of the UBBCONFIG file.

Action

Set the TUXDIR parameter for the specified machine in the MACHINES section of the UBBCONFIG file.

See Also

ubbconfig(5)

116

ERROR: Machine machinename must be <= len characters in length

Description

The machine name specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the machine name as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

118

ERROR: Machine machinename must be <= len characters in length

Description

The machine name specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the machine name as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

120

ERROR: Machine machinename must be <= len characters in length

Description

The machine name specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the machine name as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

122

ERROR: LMID lmidname must be <= len characters in length

Description

The logical machine id (LMID) as specified in the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the logical machine id (LMID) as specified in the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

124

ERROR: LMID lmidname must be <= len characters in length

Description

The logical machine id (LMID) as specified in the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the logical machine id (LMID) as specified in the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

126

ERROR: TUXCONFIG must be an absolute pathname

Description

The value for the TUXCONFIG parameter as specified in the MACHINES section of the UBBCONFIG file must be an absolute pathname. Relative paths and environment variables are not valid.

Action

Correct the value for TUXCONFIG as specified in the MACHINES section of the UBBCONFIG file to be an absolute pathname.

See Also

ubbconfig(5)

128

ERROR: Identifier for TUXCONFIG must be <= len characters in length

Description

The identifier for TUXCONFIG as specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the value of TUXCONFIG as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

130

ERROR: TUXDIR must be an absolute pathname

Description

The value for the TUXDIR parameter as specified in the MACHINES section of the UBBCONFIG file must be an absolute pathname. Relative paths and environment variables are not valid.

Action

Correct the value for TUXDIR as specified in the MACHINES section of the UBBCONFIG file to be an absolute pathname.

See Also

ubbconfig(5)

132

ERROR: APPDIR must be an absolute pathname

Description

The value for the APPDIR parameter as specified in the MACHINES section of the UBBCONFIG file must be an absolute pathname. Relative paths and environment variables are not valid.

Action

Correct the value for APPDIR as specified in the MACHINES section of the UBBCONFIG file to be an absolute pathname.

See Also

ubbconfig(5)

134

ERROR: TYPE parameter must be <= len characters in length

Description

The value for the TYPE parameter as specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the value of TYPE as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

136

ERROR: Identifier for TLOGDEVICE must be <= len characters in length

Description

The identifier for TLOGDEVICE as specified in the MACHINES section of the UBBCONFIG file is longer than the specified maximum number of characters.

Action

Correct the value of TLOGDEVICE as specified in the MACHINES section of the UBBCONFIG file to have a length less than or equal to the specified value.

See Also

ubbconfig(5)

138

ERROR: TUXOFFSET parameter must be >= 0

Description

The value for TUXOFFSET as specified in the MACHINES section of the UBBCONFIG file, is less than zero. TUXOFFSET must be equal to or greater than zero.

Action

Correct the value for TUXOFFSET as specified in the MACHINES section of the UBBCONFIG file to be greater than or equal to zero.

See Also

ubbconfig(5)

140

ERROR: TLOGOFFSET parameter must be >= 0

Description

The value for TLOGOFFSET indicated by the arrow is less than 0.

Action

Specify a value for TLOGOFFSET that is greater than or equal to 0.

142

ERROR: Identifier for TLOGNAME must be <=len characters in length

Description

The value for TLOGNAME indicated by the arrow is greater than 30, the number value specified by the parameter MAXTIDENT.

Action

Specify a value for TLOGNAME that has a number of characters less than or equal to the value of MAXTIDENT.

144

ERROR: TLOGSIZE parameter must be > 0 and <= 2048

Description

The value for TLOGSIZE indicated by the arrow is less than 0 or greater than 2048.

Action

Specify a value for TLOGSIZE that is between 0 and 2048.

146

ERROR: ULOGPFX parameter must be an absolute pathname

Description

The value for the parameter ULOGPFX indicated by the arrow is not an absolute pathname.

Action

Specify a value for ULOGPFX that is an absolute pathname, meaning it must begin with a "/" character.

148

ERROR: ENVFILE parameter must be an absolute pathname

Description

The value for the parameter ENVFILE indicated by the arrow is not an absolute pathname.

Action

Specify a value for ENVFILE that is an absolute pathname, meaning it must begin with a "/" character.

149

ERROR: Duplicate *GROUPS section

Description

More than one GROUPS section has been specified in the configuration file.

Action

Modify the configuration file so that only one GROUPS section is specified.

See Also

ubbconfig(5)

150

ERROR: *MACHINES section must be specified before *GROUPS section

Description

The GROUPS section has been specified before the MACHINES section in the configuration file.

Action

Modify the configuration file such that the MACHINES section is specified before the GROUPS section.

See Also

ubbconfig(5)

152

ERROR: Identifier for group name must be <= len characters in length

Description

The value of the group name identifier indicated by the arrow is greater than 30 characters in the configuration file.

Action

Specify a value for a group name identifier that is 30 characters or less in the configuration file.

See Also

ubbconfig(5)

154

ERROR: grpname defined as a LMID and it can't be a group name

Description

The value for the grpname indicated by the arrow is specified as an LMID in the configuration file.

Action

Specify a value for the grpname that is unique from all the LMID values in the configuration file.

See Also

ubbconfig(5)

156

ERROR: Duplicate *GROUPS entry grpname

Description

The value for the grpname indicated by the arrow is invalid due to being specified previously in the GROUPS section of the configuration file.

Action

Specify a value for grpname that has not already been specified in the GROUPS section of the configuration file.

See Also

ubbconfig(5)

157

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

160

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

Action

Please refer to Message 157 above.

161

ERROR: Must have a GRPNO on *GROUPS entry grpname

Description

The value for the GRPNO parameter of the grpname indicated by the arrow is omitted from the configuration file.

Action

Specify a value for the GRPNO of the grpname.

See Also

ubbconfig(5)

162

ERROR: Must specify LMID on *GROUPS entry group_name

Description

The LMID parameter was omitted from the GROUPS section of the configuration file.

Action

Edit the configuration file so that it contains an LMID parameter.

See Also

ubbconfig(5)

163

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up storage to keep track of LMID names.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

166

ERROR: Logical machine machine_name not defined in the *MACHINES section

Description

The value for the machine_name indicated by the arrow is specified in the GROUPS section but not defined in the MACHINES section of the configuration file.

Action

Specify a value for the machine_name that is already defined in the MACHINES section, or define a logical machine for this name.

See Also

ubbconfig(5)

167

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up storage to keep track of LMID names.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

169

ERROR: Logical machine machine_name not defined in *MACHINES section

Description

The value for the machine_name indicated by the arrow is specified in the GROUPS section but not defined in the MACHINES section of the configuration file.

Action

Specify a value for the machine_name that is already defined in the MACHINES section, or define a logical machine for this name.

See Also

ubbconfig(5)

171

ERROR: Logical machine machine_name not defined in *MACHINES section

Description

The value for the machine_name indicated by the arrow is specified in the GROUPS section but not defined in the MACHINES section of the configuration file.

Action

Specify a value for the machine_name that is already defined in the MACHINES section, or define a logical machine for this name.

See Also

ubbconfig(5)

172

ERROR: Duplicate LMID machine_name specified in group entry group_name

Description

The same LMID value was used twice within a logical group name in the GROUPS section of the configuration file.

Action

Edit the configuration file such that each LMID value is unique within a logical group name.

See Also

ubbconfig(5)

174

ERROR: TMSNAME parameter must be <= len characters in length

Description

The value for TMSNAME indicated by the arrow is greater than 78 characters.

Action

Specify a value for TMSNAME that is less than or equal to 78 characters in length.

See Also

ubbconfig(5)

178

ERROR: CLOSEINFO parameter must be <= len characters in length

Description

The value for the CLOSEINFO string indicated by the arrow is greater than 256 characters.

Action

Specify a value for the CLOSEINFO string that is less than or equal to 256 characters in length.

See Also

ubbconfig(5)

180

ERROR: OPENINFO parameter must be <= len characters in length

Description

The value for the OPENINFO string indicated by the arrow is greater than 256 characters in length.

Action

Specify a value for the OPENINFO string that is less than or equal to 256 characters in length.

See Also

ubbconfig(5)

182

ERROR: GRPNO parameter must be < number and > 0

Description

The value for GRPNO indicated by the arrow is less than 0 or greater than or equal to 30,000.

Action

Specify a value for GRPNO that is greater than 0 and less than 30,000.

See Also

ubbconfig(5)

184

ERROR: *GROUPS entry grpname has a duplicate GRPNO parameter of group_number

Description

The grpname entry in the GROUPS section of the configuration file has a GRPNO value of group_number that is the same as another entry in the section.

Action

Specify a unique GRPNO value for the grpname.

See Also

ubbconfig(5)

186

ERROR: Duplicate *SERVERS section

Description

More than one SERVERS section has been defined in the configuration file.

Action

Edit the configuration file such that there is only one SERVERS section defined.

See Also

ubbconfig(5)

187

ERROR: *GROUPS section must appear before *SERVERS section

Description

The SERVERS section has been defined before the GROUPS section in the configuration file.

Action

Edit the configuration file such that the RESOURCES, MACHINES, and GROUPS sections are the first three sections in that order.

See Also

ubbconfig(5)

188

ERROR: SRVGRP parameter missing in *SERVERS entry AOUT

Description

Each entry in the SERVERS section of the configuration file must have a SRVGRP parameter.

Action

Specify a SRVGRP value that specifies the group name for the group in which the server is to run.

See Also

ubbconfig(5)

189

ERROR: SRVID parameter missing in *SERVERS entry

Description

Each entry in the SERVERS section of the configuration file must have a SRVID parameter.

Action

Specify a SRVID value that specifies an integer that uniquely identifies a server within a group.

See Also

ubbconfig(5)

190

ERROR: SRVID number is not unique among server group groupname

Description

The specified SRVID number parameter number has already been used in a SERVERS section entry of the configuration file.

Action

Specify a SRVID value that specifies an integer that uniquely identifies a server within a group.

See Also

ubbconfig(5)

191

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

Action

Please refer to Message 157 above.

192

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

Action

Please refer to Message 157 above.

193

ERROR: RQADDR request_queue_name can't be defined for SRVGRP grpname1 and grpname2

Description

The same RQADDR parameter value has been specified for use in two different server groups entries in the SERVERS section of the configuration file.

Action

Edit the configuration file such that if the same RQADDR is used, then both servers have the SRVGRP value. Otherwise, assign different RQADDR values to the servers.

194

ERROR: Server svrname1 and svrname2 can't share the same RQADDR rqaddr.

Description

The same RQADDR was defined for two servers which are not in the same server group.

Action

Check and edit the UBBCONFIG file such that either two different RQADDRs are used for each server or that both servers are on the same server group.

198

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

199

ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while setting up a table to keep track of the information kept in the SERVERS section of the UBBCONFIG file.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

 

Skip footer navigation  Back to Top Previous Next