Unable to start dse service, getting below error while starting dse service with generated ssl files.
FYI: tried changing the permissions of files to 777 and tried also but not working.
at com.google.inject.Guice.createInjector(Guice.java:62) at com.datastax.bdp.ioc.DseInjector.get(DseInjector.java:36) at com.datastax.bdp.DseModule.main(DseModule.java:94) Caused by: java.io.IOException: Error creating the initializing the SSL Context at org.apache.cassandra.security.SSLFactory.createSSLContext(SSLFactory.java:202) at com.datastax.bdp.node.transport.SSLOptions.getDefault(SSLOptions.java:82) ... 37 more Caused by: java.nio.file.AccessDeniedException: /root/dse/conf/certs/truststore.jks at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystem