Search code examples
javaeclipsemavenspring-bootweblogic

Deploying to Weblogic 10.3.6 from Eclipse -- "There are no resources that can be added or removed from the server."


I have a Spring Boot application. I build it with Maven. I have the pom configured to produce a Weblogic-compatible .war file. I can deploy this war file manually via either the WebLogic console or via the weblogic-maven-plugin Maven command.

I have now added my WebLogic server and domain to my Eclipse servers panel. I can start and stop it just fine, but when I click "Add and Remove", I get:

There are no resources that can be added or removed from the server.

In my Project Facets, I have:

Dynamic Web Module 2.5
Java 1.7 (matches what WebLogic wants and what my pom specifies)

What else can I check or change?


Solution

  • So, even though I didn't have the Cloud Foundry facet checked, that was still the issue. I deleted the Cloud Foundry-related plugins from Eclipse, and it started working.