Express (Distributed operating systems), v8.0 > Reference > Messages


ADMJ

ADMJ0001E: DeployableObject does not exist for DDBeanRoot {0}.

Explanation Check the exception for a possible cause.
Action Contact the JSR-88 tool vendor.

ADMJ0002E: An unexpected exception occurred while getting child XPaths for DConfigBean. Exception: {0}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ0003E: Enterprise archive does not contain any modules.

Explanation DeployableObject.getModuleUris() returned null or an empty array. The EAR must contain at least one module as required by the Java EE specification.
Action Verify that the EAR contains at least one module. If the EAR is correct, contact the JSR-88 tool vendor.

ADMJ0004E: Unable to get deployable object for URI {0}.

Explanation The DeployableObject.getDeployableObject method returned null for the indicated URI.
Action Contact the JSR-88 tool vendor.

ADMJ0006E: Restoring saved configuration data via the {0} method is not supported.

Explanation Restoring saved configuration data via the indicated method is not supported.
Action Do not attempt to restore saved configuration data.

ADMJ0007W: Unable to update data for task {0}. Exception: {1}

Explanation An unexpected exception occurred updating the the indicated task.
Action More info at:

ADMJ1000E: Unable to create a dmgr for URI {0}. Exception: {1}

Explanation An error occurred creating a dmgr for the indicated URI.
Action Check the exception for a possible cause.

ADMJ1001E: Unable to create a dmgr for URI {0}.

Explanation An error occurred creating a dmgr for the indicated URI.
Action Check the exception for a possible cause.

ADMJ1002E: Unable to connect to the deployment server at host {0} port {1}.

Explanation A connection cannot be established to the deployment server.
Action Verify that the indicated host/port is valid and that the deployment server is running.

ADMJ1003E: The server at host {0} port {1} does not support deployment; process type is {2}.

Explanation The server at host/port does not support deployment. Only a dmgr or an unmanaged application server support deployment.
Action Verify that the indicated host/port are for a valid deployment server.

ADMJ1005E: Stop is not supported.

Explanation Stop is not supported by this implementation.
Action Do not invoke the ProgressObject stop method.

ADMJ1006E: Cancel is not supported.

Explanation Cancel is not supported by this implementation.
Action Do not invoke the ProgressObject cancel method.

ADMJ1007E: Redeploy is not supported.

Explanation Redeploy is not supported by this implementation.
Action Do not invoke the DeploymentManager redeploy method.

ADMJ1008E: Server {0} on node {1} is not a valid target.

Explanation At least one of the defined targets on the command is not valid.
Action Verify that the target servers are configured correctly.

ADMJ1009E: The {0} method cannot be called when running in disconnected mode.

Explanation The dmgr is not connected to the deployment server and the indicated method cannot be called when running in disconnected mode.
Action Get a connected dmgr.

ADMJ1010E: The value of parameter {0} is null.

Explanation A null value was passed for the indicated parameter which requires a non-null value.
Action Correct your program.

ADMJ1011I: The {0} command succeeded on all modules: {1}.

Explanation The deployment command is successful.
Action No user action is required.

ADMJ1012E: The {0} command failed on all modules: {1}.

Explanation The deployment command is not successful on any module.
Action Look at the error logs to determine why the command failed.

ADMJ1013W: The {0} command succeeded on modules: {1} and failed on modules: {2}.

Explanation The deployment command is partially successful.
Action Look at the error logs to determine why the command failed.

ADMJ1014E: An unexpected exception occurred while starting modules. Exception: {0}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ1015E: An unexpected exception occurred while stopping modules. Exception: {0}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ1016E: An unexpected exception occurred while distributing modules. Exception: {0}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ1017E: An unexpected exception occurred while undeploying modules. Exception: {0}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ1018I: Application {0} started on target {1}.

Explanation An application start request is successful.
Action No user action is required.

ADMJ1019I: Application {0} stopped on target {1}.

Explanation An application stop request is successful.
Action No user action is required.

ADMJ1020E: A ProgressListener.handleProgressEvent method threw the following exception: {0}.

Explanation The deployment tool listening for ProgressEvents threw the indicated exception.
Action Correct the handleProgressEvent code causing the error.

ADMJ1021E: The {0} command is allowed on root modules only.

Explanation Only TargetModuleIDs which represent a root module are valid for the indicated command. A root TargetModuleID has no parent.
Action Specify root modules for the start, stop, and undeploy commands.

ADMJ1022E: The module archive {0} cannot be found or is not valid.

Explanation The indicated module archive does not exist, is a directory, or is not readable.
Action Correct module archive to deploy.

ADMJ1023E: An unexpected exception occurred while attempting to invoke the {0} method on the J2EEAppDeployment MBean. Exception: {1}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ1026E: Cluster {0} is not a valid target.

Explanation At least one of the defined targets on the command is not valid.
Action Verify that the target servers are configured correctly.

ADMJ1027W: No TargetModuleIDs specified.

Explanation The value of the moduleIDList parameter is either null or empty.
Action Verify that the correct input is provided to this command.

ADMJ1028E: A stand-alone resource adapter archive (RAR) cannot be distributed to a cluster.

Explanation A cluster is not a valid target for a stand-alone RAR distribution.
Action Correct your program.

ADMJ1029W: The node agent for node {0} is not available to synchronize the configuration.

Explanation After deploying or undeploying an application in a networked environment, the resulting configuration changes need to be synchronized on target nodes. The node agent is not running at the specified target node.
Action Start the node agent on the specified node and synchronize the node.

ADMJ1030E: An unexpected exception occurred while synchronize node {0}. Exception: {1}

Explanation An unexpected error occurred while synchronizing configuration changes on the indicated node.
Action Manually synchronize the node.

ADMJ1031W: No targets specified.

Explanation The value of the targetList parameter is either null or empty.
Action Verify that the target data is correct.

ADMJ1032E: The DConfigBean version {0} is not supported.

Explanation The indicated DConfigBean version is not supported.
Action Set the DConfigBean version to a supported value.

ADMJ1034W: Unable to start application {0} on target {1}.

Explanation An application start request was unsuccessful.
Action Check the logs for a possible cause.

ADMJ1035W: Unable to stop application {0} on target {1}.

Explanation An application stop request was unsuccessful.
Action Check the logs for a possible cause.

ADMJ1036E: An unexpected exception occurred starting application {0} on target {1}. Exception: {2}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ1037E: An unexpected exception occurred stopping application {0} on target {1}. Exception: {2}

Explanation Check the exception for a possible cause.
Action More info at:

ADMJ1038I: Stand-alone resource adapter archive (RAR) successfully distributed to node {0}.

Explanation A stand-alone RAR has been distributed to the indicated node.
Action No user action is required.

ADMJ1040W: {0} is not startable.

Explanation The indicated application or resource adapter is not startable.
Action Correct your program.

ADMJ1041I: Application {0} is already running on target {1}.

Explanation The indicated application is already running.
Action No user action is required.

ADMJ1042W: {0} is not stoppable.

Explanation The indicated application or resource adapter is not stoppable.
Action Correct your program.

ADMJ1043I: Application {0} is not running on target {1}.

Explanation The indicated application is not running on the specified target.
Action No user action is required.

ADMJ1044I: Resource adapter {0} successfully undeployed from node {1}.

Explanation The indicated resource adapter has been undeployed from the specified node.
Action No user action is required.

ADMJ1045E: Undeployment of resource adapter {0} from node {1} failed.

Explanation The indicated resource adapter could not be undeployed from the specified node.
Action Check the logs for a possible cause of the failure.

ADMJ1046E: Module type mismatch: expected {0} but found {1}.

Explanation On the DeploymentManager.distribute method, the specified module type does not match the actual module type of the archive.
Action Verify the module archive's module type or change the module type passed to the DeploymentManager.distribute method.

ADMJ1047E: Value of immutable column {1} changed for task {0}: expected {2} but found {3}.

Explanation The value of the indicated immutable column changed.
Action Correct your program.

   

+

Search Tips   |   Advanced Search