Installed Expeditor 6.2 successfully on RAD 7.5. When I run a Client Services run configuration from a sidebar plug-in, the Notes client begins to launch but then I get a popup error message: “Failed to login. No LoginModules configured for NOTES.” and clicking “Ok” causes the Notes client to close. The RAD console listing includes:
SEVERE No LoginModules configured for NOTES ::class.method=com.ibm.rcp.internal.security.auth.service.DefaultLoginContextService.getLoginContext() ::thread=main ::loggername=com.ibm.rcp.internal.security.auth.service
javax.security.auth.login.LoginException: No LoginModules configured for NOTES at javax.security.auth.login.LoginContext.init(LoginContext.java:279)
I’m close, but can anyone help with any configuration options that I can change to get past this ?
Subject: Running sidebar plugin from Rational 7.5 - LoginModules error
Hi,
Could you please provide some additional detail on the scenario that you are attempting to run ?
First, I was wondering if you are running on Linux rather than Windows XP as this error occurs on Linux when there is an issue with the specification of LD_LIBRARY_PATH.
Second, I’m uncertain whether the error occurred when you launched Notes 8.5 from within RAD or when you
attempted to launch something from the sidebar after it started successfully.
If the error occurred when you attempted to launch Notes 8.5 from within RAD, it could be the case that there
was one or more plug-ins missing. This can be resolved by going to the Plug-ins tab of the launch configuration, pressing the Add Required button and then re-attempting the launch.
If this occurred when you launched something from the sidebar, what app were you attempting to launch ?
Thanks for the response. Here is some additional information:
I am are running on Windows XP
the error occurs when I launch the Notes 8.5 plug-in from within RAD; Notes does not start, it closes after the “Failed to login” error.
in the console errors, the only plugin listed as missing is: “SEVERE Bundle com.ibm.jxesupport not found” but when trying to add a required plugin in the launch configuration, com.ibm.jxesupport is not listed
it appears that the main problem involves a security configuration ? as indicated by these console lines:
"SEVERE CWPST0013E: Could not locate JAAS Configuration with name “NOTES”, verify that the configuration exists and is non-empty ::class.method=com.ibm.rcp.internal.security.auth.ConfigurationFederator.getAppConfigurationEntry() ::thread=main ::loggername=com.ibm.rcp.internal.security.auth
2009/01/24 06:55:49.734 SEVERE CWPST0013E: Could not locate JAAS Configuration with name “other”, verify that the configuration exists and is non-empty ::class.method=com.ibm.rcp.internal.security.auth.ConfigurationFederator.getAppConfigurationEntry() ::thread=main ::loggername=com.ibm.rcp.internal.security.auth
2009/01/24 06:55:49.750 SEVERE No LoginModules configured for NOTES ::class.method=com.ibm.rcp.internal.security.auth.service.DefaultLoginContextService.getLoginContext() ::thread=main ::loggername=com.ibm.rcp.internal.security.auth.service"
I hope this helps, please let me know if you would like more details or have suggestions of things that I can try.
I have seen this problem in a couple of situations.
If Notes is already running and I attempt to launch a second instance from the toolkit you will see the error. Close Notes and launch from the toolkit again. Also, sometimes I think Notes is closed all the way but it is not. Off and on I need to run “nsd -kill” to really make sure it is shutdown. I don’t do this a lot, but once this is the only way to solve my problem.
If the runtime workspace has already been used to launch something besides Notes. When you launch from the toolkit, a temporary workspace is created for that launch. If the workspace already contains data, the toolkit will not overwrite certain pieces of information. I have found that if I launch Eclipse or Expeditor in a workspace and then try to launch Notes in the same workspace, I will get this error. To resolve this problem, on the Main tab of the Client Services launcher, select the Clear checkbox (make sure the workspace radio button is also selected). The launch Notes again from the toolkit. You will be prompted to clean the workspace. Click Yes in the dialog. I usually leave this checked and click No if things are working OK. You will get an extra prompt on each launch. If you get tired of it, just uncheck the Clean checkbox and you will not be prompted again.