Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

Sun Chili!Soft ASP Errors

The following table describes Sun Chili!Soft ASP error messages:

Error Code

Error Name

Explanation

100

Out of memory

Unable to allocate required memory.

101

Unexpected error

The function returned "|."

102

Expecting string input

The function expects a string as input.

103

Expecting numeric input

The function expects a number as input.

104

Operation not allowed

The operation is not allowed.

105

Index out of range

An array index is out of range.

106

Type mismatch

An unhandled data type was encountered.

107

Stack overflow

The data being processed is over the allowed limit.

108

Create object failed

An error occurred while creating object "|."

109

Member not found

The member was not found.

110

Unknown name

The name is unknown.

111

Unknown interface

The interface is unknown.

112

Missing parameter

A parameter is missing.

113

Script timed out

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value in the ASP administration tools.

114

Object not free threaded

The application object accepts only free-threaded objects; object "|" is not free threaded.

115

Unexpected error

A trappable error occurred in an external object. The script cannot continue running.

116

Missing close of script delimiter

The script block lacks the close of script tag (%>).

117

Missing close of script tag

The script block lacks the close of script tag (</SCRIPT>) or close of tag symbol (>).

118

Missing close of object tag

The object block lacks the close of object tag (</OBJECT>) or close of tag symbol (>).

119

Missing Classid or Progid attribute

The object instance "|" requires a valid Classid or Progid in the object tag.

120

Invalid Runat attribute

The Runat attribute of the script tag or object tag can only have the value "Server."

121

Invalid scope in object tag

The object instance "|" cannot have application or session scope. To create the object instance with session or application scope, place the object tag in the Global.asa file.

122

Invalid scope in object tag

The object instance "|" must have application or session scope. This applies to all objects created in a Global.asa file.

123

Missing Id attribute

The required Id attribute of the object tag is missing.

124

Missing Language attribute

The required Language attribute of the script tag is missing.

125

Missing close of attribute

The value of the "|" attribute has no closing delimiter.

126

Include file not found

The Include file "|" was not found.

127

Missing close of HTML comment

The HTML comment or server-side include lacks the close tag (-->).

128

Missing File or Virtual attribute

The Include file name must be specified using either the Missing File or Virtual attribute.

129

Unknown scripting language

The scripting language "|" is not found on the server.

130

Invalid File attribute

File attribute "|" cannot start with forward slash or backslash.

131

Disallowed parent path

The Include file "|" cannot contain ".." to indicate the parent directory.

132

Compilation error

The Active Server Page "|" could not be processed.

133

Invalid ClassID attribute

The object tag has an invalid ClassID of "|."

134

Invalid ProgID attribute

The object has an invalid ProgID of "|."

135

Cyclic include

The file "|" is included by itself (perhaps indirectly). Please check Include files for other Include statements.

136

Invalid object instance name

The object instance "|" is attempting to use a reserved name. This name is used by Active Server Pages intrinsic objects.

137

Invalid global script

Script blocks must be one of the allowed Global.asa procedures. Script directives within <% ... %> are not allowed within the Global.asa file. The allowed procedure names are Application_OnStart, Application_OnEnd, Session_OnStart, or Session_OnEnd.

138

Nested script block

A script block cannot be placed inside another script block.

139

Nested object

An object tag cannot be placed inside another object tag.

140

Page command out Of order

The @ command must be the first command within the Active Server Page.

141

Page command repeated

The @ command can only be used once within the Active Server Page.

142

Thread token error

A thread token failed to open.

143

Invalid application name

A valid application name was not found.

144

Initialization error

The page level objects list failed during initialization.

145

New application failed

The new application could not be added.

146

New session failed

The new session could not be added.

147

500 server error

Server error 500.

148

Server too busy

Server too busy to service the request.

149

Application restarting

The request cannot be processed while the application is being restarted.

150

Application directory error

The application directory could not be opened.

151

Change notification error

The change notification event could not be created.

152

Security error

An error occurred while processing a user's security credentials.

153

Thread error

A new thread request failed.

154

Write HTTP header error

The HTTP headers could not be written to the client browser.

155

Write page content error

The page content could not be written to the client browser.

156

Header error

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.

157

Buffering on

Buffering cannot be turned off once it is already turned on.

158

Missing URL

A URL is required.

159

Buffering off

Buffering must be on.

160

Logging failure

Failure to write entry to log.

161

Data type error

The conversion of a variant to a string variable failed.

162

Cannot modify cookie

The cookie "ASPSessionID" cannot be modified. It is a reserved cookie name.

163

Invalid comma use

Commas cannot be used within a log entry. Please select another delimiter.

164

Invalid TimeOut value

An invalid TimeOut value was specified.

165

SessionID error

A SessionID string cannot be created.

166

Uninitialized object

An attempt was made to access an uninitialized object.

167

Session initialization error

An error occurred while initializing the Session object.

168

Disallowed object use

An intrinsic object cannot be stored within the Session object.

169

Missing object information

An object with missing information cannot be stored in the Session object. The threading model information for an object is required.

170

Delete session error

The session did not delete properly.

171

Missing path

The Path parameter must be specified for the MapPath method.

172

Invalid path

The Path parameter for the MapPath method must be a virtual path. A physical path was used.

173

Invalid path character

An invalid character was specified in the Path parameter for the MapPath method.

174

Invalid path character(s)

An invalid "/" or "\\" was found in the Path parameter for the MapPath method.

175

Disallowed path characters

The ".." characters are not allowed in the Path parameter for the MapPath method.

176

Path not found

The Path parameter for the MapPath method did not correspond to a known path.

177

Server.CreateObject failed

The call to Server.CreateObject failed.

178

Server.CreateObject access error

The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

179

Application initialization error

An error occurred while initializing the Application object.

180

Disallowed object use

An intrinsic object cannot be stored within the Application object.

181

Invalid threading model

An object using the apartment-threading model cannot be stored within the Application object.

182

Missing object information

An object with missing information cannot be stored in the Application object. The threading model information for the object is required.

183

Empty cookie key

A cookie with an empty key cannot be stored.

184

Missing cookie name

A name must be specified for a cookie.

185

Missing default property

A default property was not found for the object.

186

Error parsing certificate

There was an error parsing the certificate.

187

Object addition conflict

Could not add object to application. Application was locked down by another request for adding an object.

188

Disallowed object use

Cannot add objects created using object tags to the session intrinsic.

189

Disallowed object use

Cannot add objects created using object tags to the application intrinsic.

190

Unexpected error

A trappable error occurred while releasing an external object.

191

Unexpected error

A trappable error occurred in the OnStartPage method of an external object.

192

Unexpected error

A trappable error occurred in the OnEndPage method of an external object.

193

OnStartPage failed

An error occurred in the OnStartPage method of an external object.

194

OnEndPage failed

An error occurred in the OnEndPage method of an external object.

195

Invalid Server method call

This method of the Server object cannot be called during Session_OnEnd and Application_OnEnd.

196

Cannot launch out of process component

Only InProc server components should be used. If you want to use LocalServer components, you must set the AllowOutOfProcCmpnts registry setting. See the README file for important considerations.

197

Disallowed object use

Cannot add object with apartment model behavior to the application intrinsic object.

199

Disallowed object use

Cannot add JScript objects to the session.

200

Out of range "Expires" attribute

The date given for "Expires" precedes January 1, 1980, or exceeds Jan 19, 2038, 3:14:07 GMT.

201

Unknown scripting language in registry

The scripting language "|" specified in the registry is not found on the server.

202

Missing code page

The code page attribute is missing.

203

Invalid code page

The specified code page attribute is invalid.

204

Invalid CodePage value

An invalid CodePage value was specified.

205

Change notification

Failed to create event for change notification.

206

Cannot call BinaryRead

Cannot call BinaryRead after using Request.Form collection.

207

Cannot use Request.Form

Cannot use Request.Form collection after calling BinaryRead.

208

Cannot use generic Request collection

Cannot use the generic Request collection after calling BinaryRead.

210

Method not implemented

This method has not yet been implemented.

212

Cannot clear buffer

Response.Clear is not allowed after a Response.Flush while client debugging is enabled.

214

Invalid Path parameter

The Path parameter exceeds the maximum length allowed.

215

Illegal value for SESSION property

The SESSION property can only be TRUE or FALSE.

217

Invalid scope in object tag

Object scope must be Page, Session, or Application.

218

Missing LCID

The LCID attribute is missing.

219

Invalid LCID

The specified LCID is not available.

221

Invalid @ command directive

The specified "|" option is unknown or invalid.

222

Invalid TypeLib specification

METADATA tag contains an invalid Type Library specification.

223

TypeLib not found

METADATA tag contains a Type Library specification that does not match any registry entry.

224

Cannot load TypeLib

Cannot load Type Library specified in the METADATA tag.

225

Cannot wrap TypeLibs

Cannot create a Type Library Wrapper object from the Type Libraries specified in METADATA tags.

226

Cannot modify StaticObjects

Illegal assignment. StaticObjects collection cannot be modified at run time.

299

Unexpected error

The ASP engine has not been correctly registered.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.