-
OneDev
changed state to 'Closed' 2 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (61528cbc)
-
OneDev
changed state to 'Released' 2 years ago
Previous Value Current Value Closed
Released
-
State changed as build #4767 is successful
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
10.2.0, 10.1.1
|
| Labels |
No labels
|
Issue Votes (0)
During upgrade from version 9.4.7 to version 10.2.0 NullPointerException is being thrown in line 6220 of
DataMigrator.java(methodmigrate156). Most likelyuserSearchBaseElementvariable isnullin our case, as our authenticator plugin is not usinguserSearchBaseproperty at all. It is not possible to fix that by modification ofSettings.xmlas it fails to load as our authenticator class is missing that field.Would it be possible to make this following part of the code conditional?, ie. in the following way:
it should make upgrade of this field executed only if this field actually exists.