Home > front end >  Weblogic activation data error
Weblogic activation data error

Time:11-05

Configuration data after the test is successful, activation error

Error an error occurred during activation change. For more information, please see the log,
Error [Deployer: 149189] the An attempt was made to execute the 'activate' operation on the An application named "dq" that is not currently available. The application have had created after non - dynamic configuration changes were activated. If so, the operation can not be performed until server is restarted so that the application will be available.

Log:
Weblogic. Management. DeploymentException: 149189] [Deployer: An attempt was made to execute the 'activate' operation on the An application named "dq" that is not currently available. The application have had created after non - dynamic configuration changes were activated. If so, the operation can not be performed until server is restarted so that the application will be available.
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. AssertDeploymentMBeanIsNonNull (DeploymentManager. Java: 1319)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. FindDeploymentMBean (DeploymentManager. Java: 1360)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. CreateOperation (DeploymentManager. Java: 1050)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. CreateOperations (DeploymentManager. Java: 1406)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. HandleUpdateDeploymentContext (DeploymentManager. Java: 162)
Truncated. See the log file for complete stacktrace

The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. AssertDeploymentMBeanIsNonNull (DeploymentManager. Java: 1319)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. FindDeploymentMBean (DeploymentManager. Java: 1360)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. CreateOperation (DeploymentManager. Java: 1050)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. CreateOperations (DeploymentManager. Java: 1406)
The at weblogic. Deploy. Internal. Targetserver. DeploymentManager. HandleUpdateDeploymentContext (DeploymentManager. Java: 162)
The at weblogic. Deploy. Internal. Targetserver. DeploymentServiceDispatcher. UpdateDeploymentContext (DeploymentServiceDispatcher. Java: 155)
The at weblogic. Deploy. Service. Internal. Targetserver. DeploymentReceiverCallbackDeliverer. DoUpdateDeploymentContextCallback (DeploymentReceiverCallbackDeliverer. Java: 147)
The at weblogic. Deploy. Service. Internal. Targetserver. DeploymentReceiverCallbackDeliverer. UpdateDeploymentContext (28) DeploymentReceiverCallbackDeliverer. Java:
The at weblogic. Deploy. Service. Internal. Statemachines. Targetserver. ReceivedPrepare. CallDeploymentReceivers (ReceivedPrepare. Java: 203)
The at weblogic. Deploy. Service. Internal. Statemachines. Targetserver. ReceivedPrepare. HandlePrepare (ReceivedPrepare. Java: 112)
The at weblogic. Deploy. Service. Internal. Statemachines. Targetserver. ReceivedPrepare. ReceivedPrepare (ReceivedPrepare. Java: 52)
The at weblogic. Deploy. Service. Internal. Targetserver. TargetRequestImpl. Run (TargetRequestImpl. Java: 211)
At weblogic.deploy.service.internal.transport.Com monMessageReceiver $1. The run (457) CommonMessageReceiver. Java:
The at weblogic. Work. SelfTuningWorkManagerImpl $WorkAdapterImpl. Run (SelfTuningWorkManagerImpl. Java: 545)
The at weblogic. Work. ExecuteThread. Execute (ExecuteThread. Java: 256)
The at weblogic. Work. ExecuteThread. Run (ExecuteThread. Java: 221)

CodePudding user response:

Later found out that you can modify the original data source information, save the activation is successful; But still don't understand why the new data source activation have a problem
  • Related