Table of Contents | ||
---|---|---|
|
...
This document aims to assist users in identifying and resolving common errors that may occur in v11 of OpenSpecimen. These issues often arise due to recent enhancements and updates to the software.
1. "units" is null:
...
Unable to import CP from lower version to v11
Expand | ||||
---|---|---|---|---|
| ||||
When you export a CP definition file from a version lower and try to import it on v11, you will get below error Error message: Error: NullPointerException:Cannot invoke "java.util.List.iterator()" because "units" is null(COMMON_SERVER_ERROR) Solution: Add the code Find the below JSON file for the reference,
|
...
Blank specimen edit page
Expand | ||
---|---|---|
| ||
This error ‘unexpected ‘=' at character 27: |
...
Expand |
---|
This error occurred when skip specified ’ is displayed when there is a skip logic defined in the form. The equality check has changed from “‘=” ’ to “'==“ ’ in the new version (v1111.0). Solution: Please refer to the wiki page “Skip Logic for fields in Form (v11)” for the solution. |