Skip navigation.

Management Subsystem Messages

The Management1.0 catalog contains messages in the range BEA149300 - BEA149399. Messages in this catalog are part of the weblogic.management.deploy.internal Internationalization package and the weblogic.i18ntools Localization package.

BEA-149301

Error: Cannot compare passed Version object.\nexception.

Description

Different version received.

Cause

This is an internal error.

Action

Report this error to BEA support.

BEA-149302

Error: Delta credentials cannot be externalizable\nexception.

Description

Failed to externalize Delta credentials.

Cause

This is an internal error.

Action

Report this error to BEA support.

BEA-149303

Error: Delta credentials cannot be read from the outputStream\nexception.

Description

Failed to read Delta credentials from outputStream.

Cause

This is an internal error.

Action

Report this error to BEA support.

BEA-149305

Error: Unable to initialize Master Deployer version.

Description

Master Deployer could not be initialized.

Cause

This is due to an improper server start.

Action

Report this error to BEA support.

BEA-149306

Error: Deployment update failed. version

Description

Deployment update failed. DRS was unable to connect to target.

Cause

This is an internal error.

Action

Report this error to BEA support.

BEA-149307

Error: Deployment update failed. Update was not found by DRS version.

Description

Deployment update failed. Update was not found by DRS.

Cause

This is an internal error.

Action

Report this error to BEA support.

BEA-149308

Info: Task task for application app with ID id has been cancelled for target target.

Description

Response to a cancellation request.

Cause

Response to a cancellation request.

Action

No action required.

BEA-149309

Warning: Unable to completely remove a completed deployment task: name : desc , from the system due to reason: e

Description

Deletion of the completed deployment task failed.

Cause

The deployment task might be referenced by other classes

Action

No action required.

BEA-149310

Error: The cluster member version cannot be targeted. Target the cluster instead.

Description

Deployment cannot be targeted to a cluster member.

Cause

There was an attempt to target a cluster member.

Action

Target the cluster, not the cluster member.

BEA-149311

Warning: The request to deploy "application" to server "server" will be deferred till the server becomes active.

Description

A deployment request to a server that is not running will be deferred. When the server starts, it will receive the deployment request.

Cause

The targeted server is not running.

Action

No action required. The targeted server will get the deployment request at startup.

BEA-149312

Warning: Deployment of the application "application" to cluster "cluster" failed because the following server(s) are unreachable: "failedServer". To deploy to this cluster, either start the unreachable servers or remove the unreachable servers from the cluster, then reattempt the deployment. Another workaround for this problem is to restart the admin server without the "weblogic.ClusterConstraintsEnabled" flag or set it to "false". This allows you to deploy the application only to those servers that can be reached.

Description

A deployment request to a cluster that does not have all its member servers active is rejected when the domain is not enforcing cluster constraints.

Cause

Not all the servers in the cluster are running.

Action

Start all the servers in the cluster and try deployment again, or ensure that the "weblogic.ClusterConstraintsEnabled" flag in the admin start command line is either removed or set to "false".

BEA-149313

Error: Targeting errors were detected for configured application app.

Description

This error occurs during admin server startup while deploying configured applications. The application in question contained module definitions with invalid targets (for example, a module attempted to target a cluster and a cluster member). No changes are made to the target list, but the application is reconfigured to not be deployed; its Deployed attribute is set to false.

Cause

The application has one or more modules defined with invalid targets.

Action

The specific error was logged. Use the information in that log entry to resolve the configuration error.

BEA-149314

Warning: Cannot deploy to the following server(s) because they are unreachable: "failedServer". Make sure that these servers are currently shutdown. Deployment will continue on the remaining servers in the cluster "server". Once deployment has commenced, do not attempt to start or shutdown any servers until the application deployment completes.

Description

Deployment to a cluster that does not have all its servers active is allowed only in development mode. Do not start/stop servers in this cluster until deployment is complete.

Cause

Some of the servers in the cluster are not reachable.

Action

Bring the unreachable server up in order for the deployment to succeed.

BEA-149315

Warning: No server in the cluster "server" is active. The request to deploy "application" to cluster "server" failed as no servers in the cluster are active.

Description

There is no running server in the cluster. Deployment cannot proceed.

Cause

No servers in the cluster are running.

Action

Bring up the servers in the cluster in order for the deployment to succeed.

BEA-149316

Warning: Application app is configured with the incorrect deployment protocol. Changing to old style.

Description

The application is configured with the TwoPhase attribute set to true. The application structure is not supported by this protocol. The application configuration is being automatically changed to TwoPhase=false to allow it to be deployed.

Cause

The application is not a proper EAR, yet it contains multiple modules.

Action

No action requried. However, consider repackaging the application as a proper EAR.

BEA-149317

Warning: Application app is configured with a deprecated deployment protocol and will be deployed as such.

Description

The application is configured with the TwoPhase attribute set to false or left unspecified. While supported, the application cannot take advantage of numerous features (such as application scoped resources) using the deprecated deployment protocol.

Cause

A deprecated deployment configuration was found in the domain configuration.

Action

No action required. However, consider reconfiguring the application to use two-phase deployment. To do so, the application must be udeployed and then deployed again using either the console or weblogic.Deployer.

BEA-149318

Warning: Application app is not deployed on target target. Redeploy can be called on a target only if an application is already deployed on that target.

Description

Application app is not deployed on target target. Redeploy can be called on a target only if an application is already deployed on that target.

Cause

An attempt to redeploy an application to a target where the application is not deployed and active.

Action

Use the -deploy option to deploy an application for the first time to a target.

BEA-149319

Warning: "task" request for "application" on server "server" will be deferred till the server becomes active.

Description

The "task" request to a server that is not running will be deferred. When the server starts, it will receive the deployment request.

Cause

The targeted server is not running.

Action

No action required. The targeted server will get the "task" request at startup.

BEA-149323

Warning: "task" request for "application" on server "server" failed because the server is unreachable.

Description

"task" request for "application" cannot be performed on an unreachable server.

Cause

Server "server" is unreachable.

Action

Start server "server" and try the "task" request again.

BEA-149320

Warning: "task" request for "application" on cluster "cluster" failed because no servers in the cluster are reachable.

Description

A deployment request to a cluster that does not have all its member servers active is rejected when the domain is enforcing cluster constraints or the task cannot be deferred.

Cause

Not all the servers in the cluster are running.

Action

Start all the servers in the cluster and try deployment again, or ensure that the "weblogic.ClusterConstraintsEnabled" flag in the admin start command line is either removed or set to "false".

BEA-149321

Warning: "task" request for "application" on cluster "cluster" deferred because no servers in the cluster are reachable.

Description

A deployment request to a cluster that does not have all its member servers active is deferred when the domain is not enforcing cluster constraints.

Cause

Not all the servers in the cluster are running.

Action

Start all the servers in the cluster and try deployment again.

BEA-149322

Warning: "task" request for "application" on cluster "cluster" failed because the following server(s) are unreachable: "failedServer". To deploy to this cluster, either start the unreachable servers or remove the unreachable servers from the cluster, then reattempt the deployment. Another workaround for this problem is to restart the admin server without the "weblogic.ClusterConstraintsEnabled" flag or set it to "false". This allows you to deploy the application only to those servers that can be reached.

Description

A deployment request to a cluster that does not have all its member servers active is rejected when the domain is enforcing cluster constraints.

Cause

Not all the servers in the cluster are running.

Action

Start all the servers in the cluster and try deployment again, or ensure that the "weblogic.ClusterConstraintsEnabled" flag in the admin start command line is either removed or set to "false".