Open source tools written in Java. Sponsored by Acelet corporation
|Home | Products | Documents | Downloads | Partners | Contact |
Errors

 



java.security.AccessControlException

You may get this exception on your server STDERR screen. When SuperLogging is loaded, it tries to read database parameters (driver name, database URL, user name and log database password) from system properties. If the security policy does not allow this, you will get this error and the system properties will be ignored. You should modify your server security policy to allow any one to read system properties (this is allowed by EJB specification 1.1). The script should be like:
        permission java.util.PropertyPermission "*", "read";

You can ignore this error if you use default values.

java.lang.ClassNotFoundException

Common errors are:

Example: java.lang.ClassNotFoundException: com.sun.estore.account.ejb.AccountHome
Java Pet Store demo needs a client jar, which does not come with the default downloaded package. You need to deploy the application and get the client jar. Then install the client jar onto Super.
 

java.lang.InstantiationException

Common error: The class does not have a default constructor (empty argument list constructor).
 

java.lang.reflection.InvocationTargetException

Errors happened from remote invocation.

Common errors:

This is a general error.  If you get this error on error message window, please click the "Detail" check box on Message to see detailed information which will give you more clues.
 



Access restriction error

Either you do not have enough privilege or the access is restricted by the program
 

Address of local log database in use

The address (port number) of local log database is used by another program. Local log database can not start. Maybe another copy of local log database is running. If so, you can ignore this error.

Local log database is installed when you choose "Simple Install". For production use, you may want to use a different log database from local log database.
 

Alert email address not set

Alert email address has not been set. Please set it on Alert Email Panel.

 

Application exists error

This application already exists. New deployment was ignored.

Application name is not unique

Application name is not unique. Super expects unique application names.

Attempt to run duplicated task

Attempt to run a task while an instance of the same task is running. A task can be run one at a time.

 

Authentication error

Authentication error: check your login name and password
 

Bean name already used by other beans, this one will not be loaded

The name of the bean is already taken, please choose another one. If you still want to use this name, delete it first.
 

Cannot connect to database

Can not connect to database.

Common errors:

Check your database, database parameters and try again.

 

Cannot connect to the registry

Cannot connect to the registry.

Common errors: the information (including user name and password) are not correct.

Cannot copy file onto itself

The file can not be copied onto itself. Operating Systems do not allow this.

Cannot find RegistryObject

Cannot find RegistryObject.

 

Cannot find result record

Can not find result record.

 

Cannot find task

Can not find task. The task may be changed or deleted.

Common errors:

 

Cannot find working task

Can not find the working task.

Common errors:

 

Cannot get application name

Cannot get application name.

 

Cannot get log database parameters

Cannot get the log database parameters from the server. The log database is probably down.

 

Cannot get preference data. Is another copy of Super running?

Can not get preference data. Probably another copy of Super is running on the same installation. Only one copy of Super can run on an installation. If you want to run another copy of Super, you need to install another copy.

If there is no other copy of Super running. Reboot your machine. If the problem still exists, you need re-install Super.

 

Cannot import. Chore exists

A Chore with the same name exists. Please delete the Chore before import.

 

Cannot import. Task exists

A Task with the same name exists. Please delete the Task before import.

 

Cannot init scheduler Api

Cannot init api object for SuperScheduler. 

Common errors:

 

Cannot init watchdog Api

Cannot init api object for SuperWatchdog. 

Common errors:

Cannot instantiate user defined class

Cannot instantiate user defined class.

Common errors:

 

Cannot instantiate argument interface

Cannot instantiate argument interface.
Common errors:

Cannot show result record

Cannot show result record. The data is not valid or corrupted.

 

Cannot start local log database

Can not start the local log database. You can get more information about this error by going to <Super-home>/logDatabase directory and run logDatabase.bat (Windows) or logDatabase.sh (Unix).

The local log database is installed when you choose "Simple Install". For production use, you may want to use a different log database from the local log database.
 
 

Cannot start process

Can not start an external process.
 

Class is not on CLASSPATH

The class file must be on CLASSPATH when Super is started.
 

CLASSPATH is not correct

CLASSPATH is not correct on your client machine when Super starts.
CLASSPATH should include all classes and jar files that the EJB serer requires.

 

Conflict between data and weekend policy

There is a conflict between data and weekend policy. For example, you choose a task to run on Sunday, but you also choose weekend policy to skip on weekends.

 

Conflict between period and holiday policy

There is a conflict between period and holiday policy.

For example, if the period is one day, the holiday policy can not be the previous business day.
 

Create directory error

Cannot create directory.

Common problems:

 

Create shortcut error

Can not create shortcut. The main part of installation is done. 

You can run Super using super.bat (Windows) or super.sh (Unix).

Usually, this occurs on Windows using national languages other than English. Please contact us.

 

Database must be selected as log device

The database must be selected as a log device. 

 

Database not exists

Database does not exist.

 

Data from servlet error

Data from servlet error.

 

Data is not valid or in wrong format

Data is not valid or in wrong format.

 

Data is stale

The copy of your data is stale. Some one, or the system has changed data. Please restart your operation.

 

Date in history

Date is not in the future.

 

Data type not supported

The data type is not supported.

 

Date is not in schedule period

Date is not in specified schedule period.

Common errors:

 

Date is not valid

Date is not valid

 

Delete default value is not allowed

Delete default value is not allowed.

 

Deployment error

Error occurred during deployment.

 

Do not support object in keyboard input

The input data contains object. It is not supported for keyboard input.

 

Do not use reserved "localhost"

Please do not use "localhost". Use the machine's real name (hostname).

 

Duplicated Instance

The new instance uses exactly the same arguments as an existing one.  You can either create a new one using different argument values or use an existing one.

 

Duplicated item

The item specified already exists.

 

Empty case

Your Stress case is empty.
 

Empty data

Data is empty.

 

Empty input

The input field can not be empty.

 

File not exists

The file does not exists

File not found. Check source path

Your source code must be on CLASSPATH or source path. You can click on Source Path button of  Tail Panel to add a new path.
 
 

Holiday exists

The holiday already exists.

 

Holiday rule exists

The holiday rule already exists.

 

Holiday set is in use, cannot delete

The holiday set is in use, can not be deleted. Please update the tasks which use this holiday set, then delete.

 

Holiday set is in use, cannot rename

Holiday set is in use, can not rename. Please update the tasks which use this holiday set, then rename.

installation error. Please reinstall

installation error. Please reinstall.

 

Instance directory is not valid. Missing

The instance directory is not valid. At least a file or directory is missing.

 

Instance not selected

Instance not selected. You must select EJB instance.

Invalid file

The file is not valid.

Common errors:

Invalid highlight line number

The line number for highlighting is invalid.

Possible errors:

Invalid project data

Invalid project data, or the project data is for an older version.

Invalid XML data

The data, which is in XML format, is invalid.

Common errors:

Job not set

The job for the task is not set. You need to click on the Browse button to set the job.

Load bean error

There was an error when the bean was loaded 

 

Log Database Exception

An Exception was thrown from the log database. You can see detail error message by clicking Detail button.

Common error is:

 

Mail box not set

Mail box not set yet. Please go to the mail menu > System > Mail Box > and open Mail Server Panel to setup email box. 

 

Member chore in use

This chore is a member of a Composite chore or a Retry chore. If you want delete it, please delete the composite/retry chore, or remove this chore from the composite/retry chore first.

Member task in use

This task is a member of a Composite task or Retry task. If you want delete it, please delete the composite/retry task, or remove this task from the composite/retry task first.

 

More than one item selected. Please do one item at a time

You should select one item from the list only.
 

 

Name contains forbidden chars

Name contains forbidden chars, such as: <space> % & * : ; '' ' / \ , . < >
Please do not use these characters in names.

 

Name has a back quote in it

Item name can not have a back quote in it.

 

Name is already taken

The name is already taken. An item with that name exists in the program. The requested operation is ignored.

No break point set

There is no any break point set.

No category selected

You have not select a category.

 

No element for report

No element for report. You need to define at least one element by clicking Element tab on Report Panel.

No debug information

The Java file was not compiled with debug information.

No initial context

There is no initial context. You probably have not connected to the server yet.

No more record in debug session

No more record in debug session.

No one selected

You should highlight an item from the list before doing this operation.

No project defined

The project has not been defined yet.

No public field

The class does not have public fields (attributes).

Not connected to server

The server is not connected.

Not Entitled to open Doer

You are not entitled to open SuperScheduler Doer or SuperWatchdog Doer panels. Your entitlement is based on your role.

Not Java file

The file is not a Java file

Not supported

This feature is not supported by the server or your license.

Not supported for gateway mode

This feature is not supported for gateway mode.

 

Not supported for direct database connection

This feature is not supported for direct database connection.

 

Not supported for Standalone mode

Not supported for Standalone mode.

Password field is empty

The password field  is empty, please type your password in this field
 

Period in history

The period that you have chosen is in history, not in the future.

Project exists choose different one

The named project exists. Please choose a different project name. Note: the extension of  the project of LimpidDebugger is ".project". If you do not specify, it will be automatically added.

Properties file error. Need reinstall

Properties file error. Need to reinstall Super.

 

Registry is not selected

You have not selected a registry.

 

Report error

Errors happened when reading report files.

Note: there is a report name and many report file names. The name mentioned in the error message is the report name, not report file name. Report file names are with digital extensions.

Common problems:

 

Schedule term error. Please click on "Set term" button to set it correctly

Schedule term error. Please click on "Set term" button to set it correctly.

 

Sub directory is missing

Sub directory is missing. The sub directory is part of the server directories. Either you inputted a wrong directory or the sub directory is deleted. Please input a valid server directory.

 

SuperScheduler interval is too small

SuperScheduler interval is too small. See Preference Panel for details.

Common problems:

 

Task is not standby

Task's Repeating attribute must be Standby.

 

Temporary task exists

Temporary task exists. A temporary task is created for manually, immediate execution. A temporary task is a short lived task. When the task is done, the temporary task is deleted immediately. You can run the task again when the previous temporary task is done.

In case of error, if a temporary task is not deleted, you can manually delete it.

The name of a temporary task starts with "(TMP)". This is reserved. Do not use the naming pattern with your task names.

Time is not valid

Time is not valid

 

Time out

The process is time out. 

 

Two passwords are not identical or empty

Two passwords are not identical or empty.

 

Update failed: the row has been modified

Update failed. The data has been modified after you read it. Your copy of data is stale. 

Try to re-read and re-edit again. 

 

Working task is not running

The working task is not running.

 

Wrong argument interface

Wrong argument interface. The class does not implement com.acelet.s.argument.ArgumentInterface. 

 

Wrong login name or password

The login name or password is not correct. 
 

Wrong schedule period

The task will never run according to this period.

 

Wrong task job type

The task job is wrong, or the job object is corrupted. The easiest way to fix this problem is to delete the task and add a new task.

 

Too many URLs in super.properties

Too many URLs in super.properties. This facility requires one URL in super.properties.

 

Wrong user defined class

The user defined class is a wrong type.

 

You can run either doer or talker, but not both on the same Super installation at the same time

You can run either doer or talker, but not both on the same Super installation at the same time.


   © Copyright 1999-2008 Acelet.org. All rights reserved.