can't start scylla

248 views
Skip to first unread message

rajthilak@megam.io

<rajthilak@megam.io>
unread,
Mar 28, 2016, 11:01:42 AM3/28/16
to ScyllaDB users, Kishorekumar Neelamegam, Thomas Alrin, Ranjitha R
i upgrade the scylla-server 0.18 to 0.19 version.

i can't start the cqlsh and scylla-jmx

command -  "apt-get upgrade"
now scylla-version: 0.19

$service scylla-server start 
 start: Job is already running: scylla-server

$service scylla-jmx start
 scylla-jmx start/running, process 4343

$nodetool status
10:01:49,810 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-tools.xml]
10:01:49,811 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
10:01:49,812 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
10:01:49,813 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/tmp/tmp.8CC1NOOr8W/logback.xml]
10:01:49,814 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
10:01:49,814 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/tmp/tmp.8CC1NOOr8W/logback.xml]
10:01:49,814 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/etc/scylla/cassandra/logback.xml]
10:01:49,962 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
10:01:49,969 |-INFO in ReconfigureOnChangeFilter{invocationCounter=0} - Will scan for changes in [[/tmp/tmp.8CC1NOOr8W/logback.xml]] every 60 seconds. 
10:01:49,969 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Adding ReconfigureOnChangeFilter as a turbo filter
10:01:49,977 |-INFO in ch.qos.logback.classic.joran.action.JMXConfiguratorAction - begin
10:01:50,069 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
10:01:50,074 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
10:01:50,138 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5e834af1 - Will use zip compression
10:01:50,179 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10:01:50,214 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: cassandra.logdir_IS_UNDEFINED/system.log
10:01:50,214 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [cassandra.logdir_IS_UNDEFINED/system.log]
10:01:50,216 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
10:01:50,219 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
10:01:50,222 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10:01:50,226 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
10:01:50,226 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
10:01:50,227 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
10:01:50,228 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.thinkaurelius.thrift] to ERROR
10:01:50,228 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
10:01:50,228 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7dad44b0 - Registering current configuration as safe fallback point

error: javax.ws.rs.ProcessingException (no security manager: RMI class loader disabled)
-- StackTrace --
java.lang.ClassNotFoundException: javax.ws.rs.ProcessingException (no security manager: RMI class loader disabled)
    at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:393)
    at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:185)
    at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:637)
    at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:264)
    at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:214)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1612)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1517)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1997)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1921)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:244)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:161)
    at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
    at javax.management.remote.rmi.RMIConnectionImpl_Stub.getAttribute(Unknown Source)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getAttribute(RMIConnector.java:904)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:273)
    at com.sun.proxy.$Proxy6.getJoiningNodes(Unknown Source)
    at org.apache.cassandra.tools.NodeProbe.getJoiningNodes(NodeProbe.java:408)
    at org.apache.cassandra.tools.NodeTool$Status.execute(NodeTool.java:2122)
    at org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:288)
    at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:202)


got error run this command - cqlsh 192.168.1.100

Connection error: ('Unable to connect to any servers', {'192.168.1.100': error(111, "Tried connecting to [('192.168.1.100', 9042)]. Last error: Connection refused")})

Dor Laor

<dor@scylladb.com>
unread,
Mar 28, 2016, 11:21:16 AM3/28/16
to ScyllaDB users, Kishorekumar Neelamegam, Thomas Alrin, Ranjitha R
On Mon, Mar 28, 2016 at 6:01 PM, <rajt...@megam.io> wrote:
i upgrade the scylla-server 0.18 to 0.19 version.

i can't start the cqlsh and scylla-jmx

command -  "apt-get upgrade"
now scylla-version: 0.19

$service scylla-server start 
 start: Job is already running: scylla-server

Can you please provide the logs for scylla itself?
It seems it doesn't really run for some reason.
Btw: today we're releasing RC2 which may solve some of these
boot problems.
 

--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/8086e806-9a3b-41e8-b389-09c8058ff8ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Gleb Natapov

<gleb@scylladb.com>
unread,
Mar 28, 2016, 11:21:59 AM3/28/16
to ScyllaDB users, nkishore@megam.io, thomasalrin@megam.io, ranjithar@megam.io, rajthilak@megam.io


On Monday, March 28, 2016 at 6:01:42 PM UTC+3, rajt...@megam.io wrote:
i upgrade the scylla-server 0.18 to 0.19 version.

i can't start the cqlsh and scylla-jmx

command -  "apt-get upgrade"
now scylla-version: 0.19

$service scylla-server start 
 start: Job is already running: scylla-server

This indicates that scylla is running. Can you confirm with ps?
 


got error run this command - cqlsh 192.168.1.100

Connection error: ('Unable to connect to any servers', {'192.168.1.100': error(111, "Tried connecting to [('192.168.1.100', 9042)]. Last error: Connection refused")})

But this indicates that it does not listen on cql port. Can you confirm with netstat?

Can you post scylla log?

Gleb Natapov

<gleb@scylladb.com>
unread,
Mar 29, 2016, 1:33:16 AM3/29/16
to Ranjitha R, Kishorekumar Neelamegam, Raj Thilak, Thomas Alrin, Vijaykanth m, scylladb-users@googlegroups.com
On Tue, Mar 29, 2016 at 10:38:05AM +0530, Ranjitha R wrote:
> scylla-server upstart log
>
> hugeadm:WARNING: Directory /var/lib/hugetlbfs/pagesize-2MB is already
> mounted.
> Scylla requires a processor with SSE 4.2 support
>
Scylla requires CPU with SSE4.2 for CRC instruction. Your CPU is older,
so scylla refuses to start, otherwise you will get SIGBUS later on when
CRC instruction will be issued.

--
Gleb.

Tzach Livyatan

<tzach@scylladb.com>
unread,
Mar 29, 2016, 2:46:02 AM3/29/16
to ScyllaDB users, Ranjitha R, Kishorekumar Neelamegam, Raj Thilak, Thomas Alrin, Vijaykanth m
Reporting this init problem to the terminal will be a better UX

 

--
                        Gleb.


--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
Reply all
Reply to author
Forward
0 new messages