Previous Topic: Consistency Check MessagesNext Topic: Web Generation Flow Manager Error Messages 7100-7199


Web Generation General Error Messages 7000-7999

Exception

Reason

Action

7000

An illegal operation occurred. This is the most general and worst type of error.

None. Contact your Web Server Administrator.

7001 - ClassNotFoundException

Server CLASSPATH is improperly configured or the class does not exist.

  • Include the path where the class file exists in the CLASSPATH.
  • Include the jar file where the class file exists in the CLASSPATH.

7002 - IOException.

I/O operation either failed or was interrupted.

Verify the operation target.

7003 - IllegalAccessException

The current executing method does not have access to the definition of the specified class because the class is not public or in another package.

Verify the packaging of the Web Generation classes.

7004 - InvocationTargetException

The method for the specified class either does not exist or is inaccessible.

Verify the application class.

7005 - InstantiationException

Specified class is either abstract or is an interface and must be concrete before use.

Verify the application class.

7006 - FileNotFoundException

The file either does not exist or is inaccessible (that is read only when trying to write).

  • Verify the file's existence on the file system.
  • Verify the file's permissions.

7007 - NoSuchMethodException

The method does not exist.

Verify the application class.

7008 - UnknownHostException

The host and the IP Address could not be resolved.

Contact your network administrator.

7010 - unable to get an instance of the class

See 7001.

See 7001.