Closed saquibsayyad closed 5 years ago
Hi, this seems to be a generic Spring Security incompatibility problem, not related precisely to LogNavigator itself. If you know a workaround (in web.xml config, spring version or anywhere else), tell me and I will try to fix it.
Thanks, I just removed the spring security configurations as it is deployed on an internal server, It works fine now.
I will check this later if got time.
Thanks for your effort, it will help our developers to easily access the logs without doing SSH.
I just made some searches on Google, and this blog is interesting : https://www.baeldung.com/no-bean-named-springsecurityfilterchain-is-defined
It seems that this config is not considered:
<context-param>
<param-name>spring.profiles.default</param-name>
<param-value>security-disabled</param-value>
</context-param>
To avoid to modify war content, an option is to set this java system property or JNDI environment entry at websphere startup:
spring.profiles.active=security-disabled
And happy to see that LogNavigator helps your team!
We are getting "No bean named 'springSecurityFilterChain' is defined" while deploying LogNavigator on WebSphere 7.0. Although the same works on Tomcat 6.
WebSphere 7.0 Java 1.6
Please check below stack trace.