Skip to content
Advertisement

Dispatcher servlet startup error- ConfigurableWebApplicationContext.APPLICATION_CONTEXT_ID_PREFIX and existence of multiple context warning

I get these two exceptions successively when I start my application on websphere application server.

1-

JavaScript

2-

JavaScript

my web.xml is like below.

JavaScript

Part of my pom file is like below:

JavaScript

I read that this error may be due to any depencency mismatch. I tried several versions but I couldn’t fix it. I will be very happy if you can help me. Regards, Ferda

Advertisement

Answer

I am not sure how this is fixed, I was changing some configuration and also spring versions experimentally and

after deleting:

JavaScript

and updating the spring version to 4.8, I don’t get this error.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement