You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pankaj Kumar (JIRA)" <ji...@apache.org> on 2019/02/21 19:41:00 UTC

[jira] [Commented] (IGNITE-11273) IgniteCassandraStoreTestSuite failed under Java 11

    [ https://issues.apache.org/jira/browse/IGNITE-11273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16774453#comment-16774453 ] 

Pankaj Kumar commented on IGNITE-11273:
---------------------------------------

Hello [~dpavlov], I want to work on this issue. But I'm not able to run IgniteCassandraStoreTestSuite in branch ignite-11155 using Intellij Idea (version 2018.3) using java 11. The error which I'm getting is (mvn clean install works fine)
{noformat}
Error:(8761, 29) java: cannot find symbol
 symbol: class Unsafe
 location: class org.apache.ignite.internal.util.IgniteUtils{noformat}
Do you have any idea how to fix this error in Intellij Idea ?

> IgniteCassandraStoreTestSuite failed under Java 11
> --------------------------------------------------
>
>                 Key: IGNITE-11273
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11273
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Dmitriy Pavlov
>            Priority: Major
>
> https://ci.ignite.apache.org/viewLog.html?buildId=3027678&buildTypeId=IgniteTests24Java8_CassandraStore
> store.IgniteCassandraStoreTestSuite 	 
> {noformat}
> java.lang.RuntimeException: Failed to start embedded Cassandra instance
> 	at org.apache.ignite.testsuites.cassandra.store.IgniteCassandraStoreTestSuite.setUpClass(IgniteCassandraStoreTestSuite.java:59)
> Caused by: java.lang.ExceptionInInitializerError
> 	at org.apache.ignite.testsuites.cassandra.store.IgniteCassandraStoreTestSuite.setUpClass(IgniteCassandraStoreTestSuite.java:56)
> Caused by: java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 5
> 	at org.apache.ignite.testsuites.cassandra.store.IgniteCassandraStoreTestSuite.setUpClass(IgniteCassandraStoreTestSuite.java:56)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)