Forum Discussion
linjing
Nov 28, 2018Employee
Restnoded keep coring dump when running as3 container
Follow the document, run below commands:
docker run --name as3_container --rm -d -p 8443:443 -p 8080:80 f5devcentral/f5-as3-container:latest
The restnoded keep restarting:
[root@k8s-node1 ~] docker exec -it 715941f037b07d01a5fbb3fe990540a6b73627d9d1ce9198614ed3dfe828888b /bin/bash
bash-4.4 cd /etc/service/restnoded/
bash-4.4 ls
core.13042 core.13189 core.13220 core.13240 core.13270 core.13291 core.13328 core.13349 core.13396 core.13420 core.13443 core.13503 core.13525 finish run
core.13170 core.13206 core.13230 core.13253 core.13280 core.13314 core.13339 core.13364 core.13410 core.13433 core.13491 core.13515 core.13542 log supervise
logs of the container:
bash-4.4 cd /var/log
bash-4.4 ls -lrt
total 76
drwxrwxrwx 2 root root 6 Jul 25 16:14 restnoded
-rw-r--r-- 1 root root 136 Nov 28 02:16 restjavad.out
-rw-r--r-- 1 root root 0 Nov 28 02:16 restjavad.0.log.lck
-rw-r--r-- 1 root root 2479 Nov 28 02:16 restjavad-api-usage.json
-rw-r--r-- 1 root root 58719 Nov 28 02:16 restjavad.0.log
-rw-r--r-- 1 root root 1342 Nov 28 02:17 restjavad-gc.log.0.current
-rw-r--r-- 1 root root 79 Nov 28 02:17 restnoded.out
bash-4.4 tail -f restnoded.out
lowering process privileges to: root/root, groups:0,0,1,2,3,4,6,10,11,20,26,27
^C
bash-4.4 ls restnoded/
bash-4.4 tail -f restjavad-gc.log.0.current
2018-11-28T02:16:51.923+0000: 8.186: [GC 40516K->14918K(95040K), 0.0107790 secs]
2018-11-28T02:16:56.864+0000: 13.127: [GC 41158K->14976K(95040K), 0.0038870 secs]
2018-11-28T02:17:02.518+0000: 18.781: [GC 41216K->14982K(95040K), 0.0028530 secs]
2018-11-28T02:17:08.314+0000: 24.577: [GC 41222K->14957K(95040K), 0.0038880 secs]
2018-11-28T02:17:14.038+0000: 30.302: [GC 41197K->15010K(95040K), 0.0028630 secs]
2018-11-28T02:17:18.423+0000: 34.686: [GC 41250K->14592K(95040K), 0.0033240 secs]
2018-11-28T02:17:24.217+0000: 40.480: [GC 40832K->14486K(95040K), 0.0028170 secs]
2018-11-28T02:17:29.925+0000: 46.188: [GC 40726K->14569K(95040K), 0.0035090 secs]
2018-11-28T02:17:35.722+0000: 51.985: [GC 40809K->14492K(95040K), 0.0028700 secs]
2018-11-28T02:17:41.398+0000: 57.662: [GC 40732K->14561K(95040K), 0.0029170 secs]
2018-11-28T02:17:46.786+0000: 63.049: [GC 40801K->14345K(95040K), 0.0029630 secs]
2018-11-28T02:17:52.369+0000: 68.632: [GC 40585K->14375K(95040K), 0.0027940 secs]
Go into the container,and check logs:
bash-4.4 cd /var/log
bash-4.4 ls -lrt
total 76
drwxrwxrwx 2 root root 6 Jul 25 16:14 restnoded
-rw-r--r-- 1 root root 136 Nov 28 02:16 restjavad.out
-rw-r--r-- 1 root root 0 Nov 28 02:16 restjavad.0.log.lck
-rw-r--r-- 1 root root 2479 Nov 28 02:16 restjavad-api-usage.json
-rw-r--r-- 1 root root 58719 Nov 28 02:16 restjavad.0.log
-rw-r--r-- 1 root root 1342 Nov 28 02:17 restjavad-gc.log.0.current
-rw-r--r-- 1 root root 79 Nov 28 02:17 restnoded.out
bash-4.4 tail -f restnoded.out
lowering process privileges to: root/root, groups:0,0,1,2,3,4,6,10,11,20,26,27
^C
bash-4.4 ls restnoded/
bash-4.4 tail -f restjavad-gc.log.0.current
2018-11-28T02:16:51.923+0000: 8.186: [GC 40516K->14918K(95040K), 0.0107790 secs]
2018-11-28T02:16:56.864+0000: 13.127: [GC 41158K->14976K(95040K), 0.0038870 secs]
2018-11-28T02:17:02.518+0000: 18.781: [GC 41216K->14982K(95040K), 0.0028530 secs]
2018-11-28T02:17:08.314+0000: 24.577: [GC 41222K->14957K(95040K), 0.0038880 secs]
2018-11-28T02:17:14.038+0000: 30.302: [GC 41197K->15010K(95040K), 0.0028630 secs]
2018-11-28T02:17:18.423+0000: 34.686: [GC 41250K->14592K(95040K), 0.0033240 secs]
2018-11-28T02:17:24.217+0000: 40.480: [GC 40832K->14486K(95040K), 0.0028170 secs]
2018-11-28T02:17:29.925+0000: 46.188: [GC 40726K->14569K(95040K), 0.0035090 secs]
2018-11-28T02:17:35.722+0000: 51.985: [GC 40809K->14492K(95040K), 0.0028700 secs]
2018-11-28T02:17:41.398+0000: 57.662: [GC 40732K->14561K(95040K), 0.0029170 secs]
2018-11-28T02:17:46.786+0000: 63.049: [GC 40801K->14345K(95040K), 0.0029630 secs]
2018-11-28T02:17:52.369+0000: 68.632: [GC 40585K->14375K(95040K), 0.0027940 secs]
- linjingEmployee
Had tried with other version like 3.5.0, same issue. Can someone help on this?
here is the docker logs
[root@k8s-node1 ~] docker logs b0c993cc52ec3d59bf51e2140c56b93188e07f30ed725d9c5a767945d8291065 Begin Run Level 1 Running container initilization Begin Run Level 2 Started runsvdir, PID is 8 Starting daemon process(es) AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message [Wed Nov 28 02:16:43.775053 2018] [ssl:warn] [pid 12:tid 140312640592776] AH01906: 172.17.0.2:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Wed Nov 28 02:16:43.775096 2018] [ssl:warn] [pid 12:tid 140312640592776] AH01909: 172.17.0.2:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message [Wed Nov 28 02:16:43.781421 2018] [ssl:warn] [pid 12:tid 140312640592776] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [Wed Nov 28 02:16:43.781753 2018] [ssl:warn] [pid 12:tid 140312640592776] AH01906: 172.17.0.2:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Wed Nov 28 02:16:43.781765 2018] [ssl:warn] [pid 12:tid 140312640592776] AH01909: 172.17.0.2:443:0 server certificate does NOT include an ID which matches the server name [Wed Nov 28 02:16:43.784404 2018] [mpm_event:notice] [pid 12:tid 140312640592776] AH00489: Apache/2.4.34 (Unix) LibreSSL/2.6.5 configured -- resuming normal operations [Wed Nov 28 02:16:43.784424 2018] [core:notice] [pid 12:tid 140312640592776] AH00094: Command line: 'httpd -D FOREGROUND'
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects