Kartika
Kartika

Reputation: 1

The application server IntegratedWebLogicServer does not have the Service Bus runtime installed

I have OSB project with JDeveloper 12C, and then I want to deploy the project to my webLogic server.

But getting error:

The application server IntegratedWebLogicServer does not have the Service Bus runtime installed
com.bea:Name=Session.ServiceBus,Type=com.bea.wli.config.mbeans.SessionMBean.

Why?

Upvotes: 0

Views: 794

Answers (1)

Jang-Vijay Singh
Jang-Vijay Singh

Reputation: 732

You cannot deploy it on any simple Weblogic server instance. You need to create a domain that includes the ServiceBus runtime.

If you used the quickstart installer for JDeveloper/SOA Suite 12c, during development, you can also right-click on your project and "Run" so it should automatically create an integrated domain for you.

Upvotes: 1

Related Questions