-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Exception on Startup #1206
Comments
Summary: Not fixed. This is a bug in our version of CSStudio. We need to upgrade at least to the latest version of 3.3 (currently 3.3.11) for it to work as expected Long version:
The first call to Looking at the source for these packages, The
As you can see, the
To fix the issue, we would therefore need to update to at least this version. I will mark this ticket as impeded so that it can be reviewed when a decision is made about upgrading our version of CSS. Before that I will:
|
I've added a description of some of the information I found useful for debugging here: https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Debugging-CSS |
Do after release to instruments. Do at end of sprint. Upgrade to CSS v3.x |
Fixed by #1229 |
On startup the following exception is thrown:
It is thrown by
org.csstudio.security.ui.internal.SecurityVariables
(C:\eclipse-ibex-v3.1\workspace\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\plugins
). During the call on line 43 becauseSecuritySupport.getAuthorizations()
is null. I suspect there is something wrong in the setup. The authentication (set in product plugin_customisation.ini) is meant to be file atorg.csstudio.platform.jaasAuthentication/authorization_file_name=platform:/plugin/org.csstudio.security/authorization.conf
but there is no file there Adding this does not change the issue; although I am unsure what the file should contain.The text was updated successfully, but these errors were encountered: