| Commands | Option | Output |
|---|---|---|
| install-jbi-component | terse | |
| normal | Installed component xyz. | |
| start-jbi-component | terse | |
| normal | Started component xyz. | |
| stop-jbi-component | terse | |
| normal | Stopped component xyz. | |
| shut-down-jbi-component | terse | |
| normal | Shut down component xyz. | |
| uninstall-jbi-component | terse | |
| normal | Uninstalled component xyz. | |
| deploy-jbi-service-assembly | terse | |
| normal | Deployment of service assembly xyz succeeded. | |
| start-jbi-service-assembly | terse | |
| normal | Started service assembly xyz | |
| stop-jbi-service-assembly | terse | |
| normal | Stopped service assembly xyz. | |
| shut-down-jbi-service-assembly | terse | |
| normal | Shut down service assembly xyz. | |
| undeploy-jbi-service-assembly | terse | |
| normal | Undeployed service assembly xyz. | |
| install-jbi-shared-library | terse | |
| normal | Installed shared library xyz. | |
| uninstall-jbi-shared-library | terse | |
| normal | Uninstalled shared library xyz. | |
| list-jbi-service-engines | terse | Service-Engine1 Service-engine2 Service-eng3 service-eng4 |
| normal | Service-Engine1 Service-engine2 Service-eng3 service-eng4 Command list-jbi-service-engines executed successfully. | |
| list-jbi-binding-components | terse | binding-component1 BindingComponent2 Binding-Comp binding-comp_4 |
| normal | binding-component1 BindingComponent2 Binding-Comp binding-comp_4 Command list-jbi-binding-components executed successfully. | |
| list-jbi-shared-libraries | terse | shared-lib-name1 shared-library-name2 shared-Library3 |
| normal | shared-lib-name1 shared-library-name2 shared-Library3 Command list-jbi-shared-libraries executed successfully. | |
| list-jbi-service-assemblies | terse | Service-Assembly-1 Service-Assembly-2 Service-Assembly-3 Service-Assembly-4 |
| normal | Service-Assembly-1 Service-Assembly-2 Service-Assembly-3 Service-Assembly-4 Command list-jbi-service-assemblies executed successfully. | |
| show-jbi-service-engine | terse | (Same as normal) |
| normal | Name : cli_test_engine1 State: started Description: This is the description of the test service engine. | |
| show-jbi-binding-component | terse | (Same as normal) |
| normal | Name : cli_test_binding1 State: started Description: This is the description of the test binding component. | |
| show-jbi-shared-library | terse | (Same as normal) |
| normal | Name : cli_test_binding1 Description: This is the description of the test service engine. | |
| show-jbi-service-assembly | terse | (Same as normal) |
| normal | Service Assembly Information ---------------------------- Name: cli_test_service_assembly_1 State: started Service Units: 2 Description: This is an cli Test Service Assembly which deploys the service units to cli test engine and binding. Service Unit Information ------------------------- Name: cli_test_binding_1_su1 State: Started Deployed On: cli_test_binding1 Description: This is an su for the cli test binding1 Name: cli_test_engine_1_su1 State: stared Deployed On: cli_test_engine1 Description: This is an su for the cli test engine1 | |
If there is an exception in the backend or runtime, the CLI will catch the exception and display the root cause by getting the original Throwable object. This message will be displayed only if terse is false. If terse is true, the user will only see the command failed message.
asadmin> start-jbi-service-assembly xyz
WARNING:(JBIMA1223)Lifecycle command startServiceAssembly successful for MySA_1
Component: com.sun.bpelse-1.0-2
ERROR:(BPELSE)Service unit failed to load deployment prefix cannot be "null" when creating a QName
Component: com.sun.httpsoapbc-1.0-2
INFO:(JBIMA0500)Lifecycle operation start succeeded for Service Unit MySU_2
Command start-jbi-service-assembly executed successfully.
A multiline deploy service assembly failure
asadmin> deploy-jbi-service-assembly xyz.zip
ERROR:(JBIMA1223) can not deploy ServiceAssembly MySA_1
Component: com.sun.bpelse-1.0-2
ERROR:(BPELSE) Service unit deployment failed: load deployment prefix cannot be "null" when creating a QName
Component: com.sun.httpsoapbc-1.0-2
ERROR:(JBIMA0500) duplicate service unit name "MySU2".
Command start-jbi-service-assembly failed.