Hi Michael,
I run the command of 'docker logs <C* Cassandra continer id>', and get the
error messages as follow.
Do you know why those error arised, and how to solve those problems?
ERROR 11:40:34 Exception in thread Thread[OptionalTasks:1,5,main]
java.lang.RuntimeException: java.io.FileNotFoundException:
/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-6-Data.db
(No such file or directory)
at
org.apache.cassandra.io.compress.CompressedRandomAccessReader.open(CompressedRandomAccessReader.java:52)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.io.util.CompressedPoolingSegmentedFile.createPooledReader(CompressedPoolingSegmentedFile.java:95)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.io.util.PoolingSegmentedFile.getSegment(PoolingSegmentedFile.java:62)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.io.sstable.SSTableReader.getFileDataInput(SSTableReader.java:1902)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.columniterator.SimpleSliceReader.<init>(SimpleSliceReader.java:57)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.columniterator.SSTableSliceIterator.createReader(SSTableSliceIterator.java:65)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.columniterator.SSTableSliceIterator.<init>(SSTableSliceIterator.java:42)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.filter.SliceQueryFilter.getSSTableColumnIterator(SliceQueryFilter.java:245)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.filter.QueryFilter.getSSTableColumnIterator(QueryFilter.java:62)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.CollationController.collectAllData(CollationController.java:268)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.CollationController.getTopLevelColumns(CollationController.java:65)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.ColumnFamilyStore.getTopLevelColumns(ColumnFamilyStore.java:2034)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.ColumnFamilyStore.getColumnFamily(ColumnFamilyStore.java:1877)
~[apache-cassandra-2.1.17.jar:2.1.17]
at org.apache.cassandra.db.Keyspace.getRow(Keyspace.java:353)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.SliceFromReadCommand.getRow(SliceFromReadCommand.java:85)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.cql3.statements.SelectStatement.readLocally(SelectStatement.java:347)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(SelectStatement.java:370)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(SelectStatement.java:353)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(SelectStatement.java:68)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.cql3.QueryProcessor.executeInternal(QueryProcessor.java:317)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.SystemKeyspace.getSavedTokens(SystemKeyspace.java:654)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.service.StorageService.getLocalTokens(StorageService.java:2262)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.db.SizeEstimatesRecorder.run(SizeEstimatesRecorder.java:68)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor$UncomplainingRunnable.run(DebuggableScheduledThreadPoolExecutor.java:118)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[na:1.8.0_131]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
[na:1.8.0_131]
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
[na:1.8.0_131]
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
[na:1.8.0_131]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[na:1.8.0_131]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[na:1.8.0_131]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
Caused by: java.io.FileNotFoundException:
/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-6-Data.db
(No such file or directory)
at java.io.RandomAccessFile.open0(Native Method) ~[na:1.8.0_131]
at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
~[na:1.8.0_131]
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
~[na:1.8.0_131]
at
org.apache.cassandra.io.util.RandomAccessReader.<init>(RandomAccessReader.java:65)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.io.compress.CompressedRandomAccessReader.<init>(CompressedRandomAccessReader.java:70)
~[apache-cassandra-2.1.17.jar:2.1.17]
at
org.apache.cassandra.io.compress.CompressedRandomAccessReader.open(CompressedRandomAccessReader.java:48)
~[apache-cassandra-2.1.17.jar:2.1.17]
... 30 common frames omitted
Thanks,
Yuan Hu
原始邮件
发件人: <[email protected]>
收件人:袁虎10090474
抄送人: <[email protected]> <[email protected]> <[email protected]>
<[email protected]>
日 期 :2017年08月17日 19:42
主 题 :RE: [onap-discuss] RE: RE: RE: RE: RE: [SDC] Which daily build version
in v1.1.0 ofSDCcan be setup on https://nexus3.onap.org?
Ok,
I do not want the cassndra log,
Look att the log for docker logs <C* Cassandra continer id>
Here you will see the deployment process.
My assumption is that here we will see the issue.
BR,
Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···········································································
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: [email protected]
From: [email protected] [mailto:[email protected]]
Sent: Thursday, August 17, 2017 2:28 PM
To: Lando,Michael <[email protected]>
Cc: Lando,Michael <[email protected]> ZIV, AVI <[email protected]>
[email protected] Levi, Eli <[email protected]> [email protected]
Subject: RE: [onap-discuss] RE: RE: RE: RE: RE: [SDC] Which daily build
version in v1.1.0 ofSDCcan be setup on https://nexus3.onap.org?
And this is a first installation.
Thanks,
Yuan Hu
原始邮件
发件人:袁虎10090474
收件人: <[email protected]>
抄送人: <[email protected]> <[email protected]> <[email protected]>
<[email protected]>
日 期 :2017年08月17日 19:19
主 题 :[onap-discuss] 答复: RE: RE: RE: RE: [SDC] Which daily build version in
v1.1.0 ofSDCcan be setup on https://nexus3.onap.org?
Hi Michael,
This is the /var/log/cassandra/system.log.
Do you need additional log files?
Thanks,
Yuan Hu
发件人: <[email protected]>
收件人:袁虎10090474
抄送人: <[email protected]> <[email protected]> <[email protected]>
<[email protected]>
日 期 :2017年08月17日 18:10
主 题 :RE: [onap-discuss] RE: RE: RE: [SDC] Which daily build version in v1.1.0
ofSDCcan be setup on https://nexus3.onap.org?
From a look at the logs I think there is an issue with the C*
The be server is un able to connect to the Cassandra.
Please take a look at the docker logs for the cassndra docker.
Is this an upgrade deployment or is this a first installation?
BR,
Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···········································································
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: [email protected]
From: [email protected] [mailto:[email protected]]
Sent: Thursday, August 17, 2017 12:44 PM
To: [email protected]
Cc: Lando,Michael <[email protected]> [email protected] ZIV, AVI
<[email protected]> Levi, Eli <[email protected]> [email protected]
Subject: RE: [onap-discuss] RE: RE: RE: [SDC] Which daily build version in
v1.1.0 ofSDCcan be setup on https://nexus3.onap.org?
Hi Michael,
The attachment is the error log of 'SDC-BE' while setup the SDC with
'1.1-STAGING-latest'.
Thanks,
Yuan Hu
原始邮件
发件人:袁虎10090474
收件人: <[email protected]>
抄送人: <[email protected]> <[email protected]> <[email protected]>
<[email protected]>
日 期 :2017年08月17日 17:26
主 题 :[onap-discuss] 答复: RE: RE: [SDC] Which daily build version in v1.1.0
ofSDCcan be setup on https://nexus3.onap.org?
Hi Michael,
I setup SDC with the version of '1.1-STAGING-latest'.
But its seems not work, and An error raised as follow:
root@ubuntu:/home/sdc/docker/scripts# ./docker_run.sh
performing old dockers cleanup
docker run sdc-elasticsearch...
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
0
docker run sdc-cassandra...
b609d6c12763044eacf2ed689d7f96665542962a39ae2f1e74a3cdd49a7e2750
please wait while CS is starting...
0
docker run sdc-kibana...
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
cb13a375f501ad29cb0300920994cf7a8f5a1bd8d1719b7b32ff4110acdb772f
docker run sdc-backend...
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
905edcfce71eef4e680cfc9567d44010fec6ee531c12503323ada01904d0465e
please wait while BE is starting...
0
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
cf30689539a4e55c43bf4159d06018479a881a3572ea80486a05019f86a9a949
Running health checks, please wait...
0
{
"cluster_name" : "SDC-ES-Template",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 100.0
}
BE health-Check:
<html>
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /sdc2/rest/healthCheck. Reason:
<pre> Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
FE health-Check:
{
"sdcVersion": "UNKNOWN",
"siteMode": "UNKNOWN",
"componentsInfo": [
{
"healthCheckComponent": "FE",
"healthCheckStatus": "UP",
"version": "1.1.0-SNAPSHOT",
"description": "OK"
},
{
"healthCheckComponent": "BE",
"healthCheckStatus": "DOWN"
},
{
"healthCheckComponent": "TITAN",
"healthCheckStatus": "UNKNOWN"
},
{
"healthCheckComponent": "CASSANDRA",
"healthCheckStatus": "UNKNOWN"
},
{
"healthCheckComponent": "DE",
"healthCheckStatus": "UNKNOWN"
},
{
"healthCheckComponent": "ON_BOARDING",
"healthCheckStatus": "UNKNOWN"
}
]
}
Error [12] while user existance check
root@ubuntu:/home/sdc/docker/scripts#
Thanks,
Yuan Hu
发件人: <[email protected]>
收件人:袁虎10090474
抄送人: <[email protected]> <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
日 期 :2017年08月17日 16:19
主 题 :RE: RE: [onap-discuss] [SDC] Which daily build version in v1.1.0 ofSDCcan
be setup on https://nexus3.onap.org?
Use 1.1-STAGING-latest.
1.1.0 are older images and are not used any more
BR,
Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···········································································
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: [email protected]
From: [email protected] [mailto:[email protected]]
Sent: Thursday, August 17, 2017 11:13 AM
To: Lando,Michael <[email protected]>
Cc: [email protected] Levi, Eli <[email protected]> ZIV, AVI
<[email protected]> SHADMI, DAVID <[email protected]> [email protected]
Subject: 答复: RE: [onap-discuss] [SDC] Which daily build version in v1.1.0 of
SDCcan be setup on https://nexus3.onap.org?
Hi Michael,
Is '1.1.0-STAGING-latest' also the newest version?
What the diffent between '1.1.0-STAGING-latest' and '1.1-STAGING-latest'?
Thanks,
Yuan Hu
原始邮件
发件人: <[email protected]>
收件人:袁虎10090474 <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
抄送人: <[email protected]>
日 期 :2017年08月17日 16:00
主 题 :RE: [onap-discuss] [SDC] Which daily build version in v1.1.0 of SDCcan be
setup on https://nexus3.onap.org?
Hi,
All the images we currently create are tagged as 1.1-STAGING-latest.
When you pull using this tag you will get our latest build.
BR,
Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···········································································
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: [email protected]
From: [email protected] [mailto:[email protected]]
Sent: Thursday, August 17, 2017 9:56 AM
To: Lando,Michael <[email protected]> [email protected] Levi, Eli
<[email protected]> ZIV, AVI <[email protected]> SHADMI, DAVID
<[email protected]>
Cc: [email protected]
Subject: Re: [onap-discuss] [SDC] Which daily build version in v1.1.0 of SDC
can be setup on https://nexus3.onap.org?
Hi all,
Anybody knows which version is the newest and available of SDC can be setup on
the https://nexus3.onap.org/#browse/search/docker?
Thanks,
Yuan Hu
发件人:袁虎10090474
收件人: <[email protected]> <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
抄送人: <[email protected]>
日 期 :2017年08月17日 11:13
主 题 :[onap-discuss] [SDC] Which daily build version in v1.1.0 of SDC can be
setup on https://nexus3.onap.org?
Hi all,
I pull the latest docker images on 2017-08-15 from https://nexus3.onap.org.
And expect to setup a SDC on my local host.
But, An error arised as follow while run the script of 'docker_run.sh'.
Can those docker images be working?
And, Who knows which version of SDC is available?
root@ubuntu:/home/sdc/docker/scripts# ./docker_run.sh
performing old dockers cleanup
docker run sdc-elasticsearch...
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
0
docker run sdc-cassandra...
57e000e415b42958ed82403ff22702075a4e56a79c636d07d03a5cfe8bf73410
please wait while CS is starting...
0
docker run sdc-kibana...
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
2055dd48b2333a7207e7f421cd11087555bf45ecc9e23928e10367046e97884a
docker run sdc-backend...
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
8b77860a0ae78c7cb31dd876082cc546c34a293e048b785a33b592e29acb603c
please wait while BE is starting...
0
WARNING: Your kernel does not support swap limit capabilities or the cgroup is
not mounted. Memory limited without swap.
449344feee7f8c3e1147476f705b934d179b90137eeff7087d73af9f5b81721c
Running health checks, please wait...
0
{
"cluster_name" : "SDC-ES-Template",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 100.0
}
BE health-Check:
<html>
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /sdc2/rest/healthCheck. Reason:
<pre> Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.15.v20161220</a><hr/>
</body>
</html>
FE health-Check:
{
"sdcVersion": "UNKNOWN",
"siteMode": "UNKNOWN",
"componentsInfo": [
{
"healthCheckComponent": "FE",
"healthCheckStatus": "UP",
"version": "1.1.0-SNAPSHOT",
"description": "OK"
},
{
"healthCheckComponent": "BE",
"healthCheckStatus": "DOWN"
},
{
"healthCheckComponent": "TITAN",
"healthCheckStatus": "UNKNOWN"
},
{
"healthCheckComponent": "CASSANDRA",
"healthCheckStatus": "UNKNOWN"
},
{
"healthCheckComponent": "DE",
"healthCheckStatus": "UNKNOWN"
},
{
"healthCheckComponent": "ON_BOARDING",
"healthCheckStatus": "UNKNOWN"
}
]
}
Error [12] while user existance check
root@ubuntu:/home/sdc/docker/scripts#
Thanks,
Yuan Hu_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss