--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
dB. | Moscow - Geneva - Seattle - New York
dblock.org - @dblockdotorg
org.springframework.security.authentication.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityContext
Can someone please suggest how to fix the issue and access the application from any machine?
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi
The issue is now resolved and the application is working fine.
The problem was with the spring security Jar versions that I was using (had to use both 3.0.8 and 3.1.0 versions because I had to use custom authentication) and also the tomcat server config file where the connector address was explicitly mentioned as "localhost" only. Had to use the proper config (we can configure the host name in <host> tag. Also we can use an alias name for the server) and it was fixed, The application is now accessible from a different machine using the server IP address.
Thanks for all your inputs and help.
Regards
Himansu