-
Notifications
You must be signed in to change notification settings - Fork 154
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
Error in importing projects #1828
Comments
@anshumandeb which Java version / which JRE/JDK are you using? |
The reason for this issue is that the INCEpTION release was made on a Java 14 (or at least something recent) instead of a Java 8. Recent Java versions include a method |
- Add explicit type cast to avoid linking to a non-Java-8 version of the flip() method
…importing-projects #1828 - Error in importing projects
* master: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-app-0.17.1 No issue. Set to beta version of WebAnno to prepare release. No issue: Avoid locally failing builds because of the rat plugin stumbling over the NPM cache #1828 - Error in importing projects #1825 duplicates in search #1825 duplicates in search #1825 Search results contains duplicates #1825 Search results contains duplicates No issue. Update JUnit. [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-app-0.17.0 No issue. Change from version 0.17.0-SNAPSHOT to 0.18.0-SNAPSHOT No issue. New webanno beta version.
…r-mode * master: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-app-0.17.1 No issue. Set to beta version of WebAnno to prepare release. No issue: Avoid locally failing builds because of the rat plugin stumbling over the NPM cache #1828 - Error in importing projects #1825 duplicates in search #1825 duplicates in search #1825 Search results contains duplicates #1825 Search results contains duplicates
* master: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-app-0.17.1 No issue. Set to beta version of WebAnno to prepare release. No issue: Avoid locally failing builds because of the rat plugin stumbling over the NPM cache #1828 - Error in importing projects #1825 duplicates in search #1825 duplicates in search #1825 Search results contains duplicates #1825 Search results contains duplicates
* master: (187 commits) #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 #1830 - Upgrade to Wicket 9 [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-app-0.17.1 No issue. Set to beta version of WebAnno to prepare release. No issue: Avoid locally failing builds because of the rat plugin stumbling over the NPM cache #1828 - Error in importing projects #1825 duplicates in search #1825 duplicates in search #1825 Search results contains duplicates #1825 Search results contains duplicates #1832 - Display project ID in developer mode #1830 - Upgrade to Wicket 9 No issue. Update JUnit. [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-app-0.17.0 No issue. Change from version 0.17.0-SNAPSHOT to 0.18.0-SNAPSHOT No issue. New webanno beta version. ... % Conflicts: % pom.xml
… tokenization is applied - Added simple reader for pre-tokenized text / one sentence per line / tokens whitespace separated
… tokenization is applied - Corrected reference value in unit test
…-format-support #1828 - A simple import of already tokenized text to which no further tokenization is applied
* master: (267 commits) No issue. If a feature structure does not actually have a particular feature while trying to fetch the feature value (maybe the CAS has not been upgraded yet), return the null value. No issue. Demote non-critical issue from error to warning. No issue. Added missing dependency. #1828 - A simple import of already tokenized text to which no further tokenization is applied #1828 - A simple import of already tokenized text to which no further tokenization is applied No issue. Avoid throwing exceptions if no authentication information is available. No issue. Shorten commit ID in UI #1863 - NPE on login page #1862 - Creating Project with no permission #1860 Redirect to previous url after login does not work #1472 - Upgrade dependencies (4.0.0) #1472 - Upgrade dependencies (4.0.0) #1855 - Improve ordering in auto-complete string feature editor #1858 - Deleting very large constraints may not work #1472 - Upgrade dependencies #1581 - Wicket Ajax error when refreshing settings-page #1581 - Wicket Ajax error when refreshing settings-page #1855 - Improve ordering in auto-complete string feature editor #1847 - Detect Docker #1855 - Improve ordering in auto-complete string feature editor ... % Conflicts: % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/ChainRenderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/RelationRenderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/Renderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/SpanRenderer.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/model/VObject.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/model/VSpan.java % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/util/TypeUtil.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/annotation/BratAnnotationEditor.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/render/BratRenderer.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/render/model/Entity.java % webanno-brat/src/test/java/de/tudarmstadt/ukp/clarin/webanno/brat/display/model/EntityTest.java
Error in importing projects when running inceptionproject/inception:0.17.0 image. The error message in the console:
java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sample project should be imported into Inception
Screenshots
NA
Please complete the following information:
Additional context
NA
The text was updated successfully, but these errors were encountered: