GithubHelp home page GithubHelp logo

joschi / docker-graylog-alpine Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 3.0 67 KB

Graylog Docker image based on Alpine Linux

Home Page: https://hub.docker.com/r/joschi/graylog-alpine/

License: MIT License

Shell 42.53% Dockerfile 57.47%
graylog docker logging log-analysis alpine docker-image log-management

docker-graylog-alpine's Introduction

Graylog

Docker Stars Docker Pulls Image Size Image Version Image License

What is Graylog?

Graylog is a centralized logging solution that allows the user to aggregate, process, and search logs. It provides a powerful query language, a processing pipeline for data transformation, alerting capabilities, and much more. It is fully extensible through a REST API and a plugin interface. Plugins, content packs, and other add-ons can be downloaded from the Graylog Marketplace.

Configuration

Every configuration setting of the Graylog configuration file can be set via environment variables by adding the GRAYLOG_ prefix and using upper case.

Examples:

  • password_secretGRAYLOG_PASSWORD_SECRET
  • rest_listen_uriGRAYLOG_REST_LISTEN_URI

Alternatively the configuration file at /opt/graylog/config/graylog.conf can be replaced by a customized version of this file.

Mandatory settings

There are a few mandatory settings for this Docker image.

  • GRAYLOG_PASSWORD_SECRET: A random string being used as password salt or nonce in different parts of Graylog.
  • GRAYLOG_ROOT_PASSWORD_SHA2: The SHA-256 hash of the password of the "admin" user in Graylog, default: "admin".

Environment variables (preferred)

This Docker image supports additional environment variables to configure different aspects of Graylog.

  • GRAYLOG_NODE_ID: The Graylog node ID. If not provided, Graylog will generate one by itself and save it to /opt/graylog/config/node-id. This can be changed through the GRAYLOG_NODE_ID_FILE environment variable.
  • LOG4J: Additional JVM parameters to configure Log4j 2, for example -Dlog4j.configurationFile=/opt/graylog/conf/log4j2.xml for providing a custom Log4j 2 configuration file.
  • GRAYLOG_CONF: Path to the Graylog configuration file.

Graylog and Log4j 2 configuration files

This Docker image can optionally be configured by adding a custom Graylog configuration file to /opt/graylog/config or specifically overwrite /opt/graylog/config/graylog.conf and /opt/graylog/config/log4j2.xml.

Persistent data

Graylog only writes data into two locations, which have to be persisted in Docker volumes to survive a container restart:

  • /opt/graylog/data/journal: Path to the Graylog disk journal, can be configured with the GRAYLOG_MESSAGE_JOURNAL_DIR environment variable.
  • /opt/graylog/config/node-id: The Graylog node ID file, necessary to persist if the GRAYLOG_NODE_ID environment variable is not being used.

License

This Docker image is licensed under the MIT license, see LICENSE.

docker-graylog-alpine's People

Contributors

dependabot-preview[bot] avatar joschi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-graylog-alpine's Issues

graylog died

Hallo!
I'm about to test your container.
build and starts are fine.
After a small konfiguration part, the webinterface is accessable.

i klick a little bit around for an overview an then unfortunately, Graylog dies with this message:

graylog           | 2017-09-22 13:30:00,242 INFO : org.graylog2.shared.initializers.InputSetupService - Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
graylog           | 2017-09-22 13:30:00,242 INFO : org.graylog2.bootstrap.ServerBootstrap - Services started, startup times in ms: {BufferSynchronizerService [RUNNING]=29, OutputSetupService [RUNNING]=61, KafkaJournal [RUNNING]=64, JournalReader [RUNNING]=132, ConfigurationEtagService [RUNNING]=134, InputSetupService [RUNNING]=145, StreamCacheService [RUNNING]=160, LookupTableService [RUNNING]=196, PeriodicalsService [RUNNING]=219, JerseyService [RUNNING]=10428}
graylog           | 2017-09-22 13:30:00,246 INFO : org.graylog2.bootstrap.ServerBootstrap - Graylog server up and running.
graylog           | #
graylog           | # A fatal error has been detected by the Java Runtime Environment:
graylog           | #
graylog           | #  SIGSEGV (0xb) at pc=0x0000000000009fae, pid=1, tid=0x00007f7ba2e2fae8
graylog           | #
graylog           | # JRE version: OpenJDK Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
graylog           | # Java VM: OpenJDK 64-Bit Server VM (25.131-b11 mixed mode linux-amd64 compressed oops)
graylog           | # Derivative: IcedTea 3.4.0
graylog           | # Distribution: Custom build (Fri Jun 16 13:41:54 GMT 2017)
graylog           | # Problematic frame:
graylog           | # C  0x0000000000009fae
graylog           | #
graylog           | # Core dump written. Default location: /opt/graylog/core or core.1
graylog           | #
graylog           | # Can not save log file, dump to screen..
graylog           | #
graylog           | # A fatal error has been detected by the Java Runtime Environment:
graylog           | #
graylog           | #  SIGSEGV (0xb) at pc=0x0000000000009fae, pid=1, tid=0x00007f7ba2e2fae8
graylog           | #
graylog           | # JRE version: OpenJDK Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
graylog           | # Java VM: OpenJDK 64-Bit Server VM (25.131-b11 mixed mode linux-amd64 compressed oops)
graylog           | # Derivative: IcedTea 3.4.0
graylog           | # Distribution: Custom build (Fri Jun 16 13:41:54 GMT 2017)
graylog           | # Problematic frame:
graylog           | # C  0x0000000000009fae
graylog           | #
graylog           | # Core dump written. Default location: /opt/graylog/core or core.1
graylog           | #
graylog           | # If you would like to submit a bug report, please include
graylog           | # instructions on how to reproduce the bug and visit:
graylog           | #   http://icedtea.classpath.org/bugzilla
graylog           | # The crash happened outside the Java Virtual Machine in native code.
graylog           | # See problematic frame for where to report the bug.
graylog           | #
graylog           | 
graylog           | ---------------  T H R E A D  ---------------
graylog           | 
graylog           | Current thread (0x000055f51e07d000):  JavaThread "scheduled-daemon-23" daemon [_thread_in_native, id=102, stack(0x00007f7ba2d2f000,0x00007f7ba2e2faa8)]
graylog           | 
graylog           | siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000009fae
graylog           | 
graylog           | Registers:
graylog           | RAX=0x0000000000000000, RBX=0x00007f7ba2e2cc48, RCX=0x00007f7bc43bd370, RDX=0x0000000000000000
graylog           | RSP=0x00007f7ba2e2cc38, RBP=0x00007f7ba2e2cc50, RSI=0x00007f7ba2e2cc48, RDI=0x00007f7ba2e2cc50
graylog           | R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x0000000000000246
graylog           | R12=0x00007f7ba2e2ec70, R13=0x00007f7ba7d86660, R14=0x00007f7ba2e2ed20, R15=0x000055f51e07d000
graylog           | RIP=0x0000000000009fae, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000014
graylog           |   TRAPNO=0x000000000000000e

I would like to help you to better locate and correct the error.

Implement docker-graylog-alpine on kubernetes error

I has problem when a container started for 5 min and this error was happend..

I using Docker Graylog 2.3.1-1, elastic search 5.5.2

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000009fae, pid=7, tid=0x00007f503d865ae8
#
# JRE version: OpenJDK Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: OpenJDK 64-Bit Server VM (25.131-b11 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 3.4.0
# Distribution: Custom build (Fri Jun 16 13:41:54 GMT 2017)
# Problematic frame:
# C  0x0000000000009fae
#
# Core dump written. Default location: /opt/graylog/core or core.7
#
# An error report file with more information is saved as:
# /opt/graylog/hs_err_pid7.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Segmentation fault (core dumped)

full log

2017-09-04 11:31:07,539 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Elastic Beats Input 2.3.1 [org.graylog.plugins.beats.BeatsInputPlugin]
2017-09-04 11:31:07,541 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Collector 2.3.1 [org.graylog.plugins.collector.CollectorPlugin]
2017-09-04 11:31:07,542 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Enterprise Integration Plugin 2.3.1 [org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin]
2017-09-04 11:31:07,543 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: MapWidgetPlugin 2.3.1 [org.graylog.plugins.map.MapWidgetPlugin]
2017-09-04 11:31:07,552 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Pipeline Processor Plugin 2.3.1 [org.graylog.plugins.pipelineprocessor.ProcessorPlugin]
2017-09-04 11:31:07,553 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Anonymous Usage Statistics 2.3.1 [org.graylog.plugins.usagestatistics.UsageStatsPlugin]
2017-09-04 11:31:07,845 INFO : org.graylog2.bootstrap.CmdLineTool - Running with JVM arguments: -Djava.library.path=/opt/graylog/lib/sigar -Xms4g -Xmx4g -XX:NewRatio=1 -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:-OmitStackTraceInFastThrow -Dgraylog2.installation_source=docker
2017-09-04 11:31:08,088 INFO : org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator null
2017-09-04 11:31:10,865 INFO : org.graylog2.shared.buffers.InputBufferImpl - Message journal is enabled.
2017-09-04 11:31:10,905 INFO : org.graylog2.plugin.system.NodeId - Node ID: abb3745b-fd15-40a3-bd86-7c90188ef619
2017-09-04 11:31:11,205 INFO : kafka.log.LogManager - Loading logs.
2017-09-04 11:31:11,211 INFO : kafka.log.LogManager - Logs loading complete.
2017-09-04 11:31:11,269 INFO : kafka.log.LogManager - Created log for partition [messagejournal,0] in /opt/graylog/data/journal/files with properties {file.delete.delay.ms -> 60000, compact -> false, max.message.bytes -> 104857600, min.insync.replicas -> 1, segment.jitter.ms -> 0, index.interval.bytes -> 4096, min.cleanable.dirty.ratio -> 0.5, unclean.leader.election.enable -> true, retention.bytes -> 5368709120, delete.retention.ms -> 86400000, flush.ms -> 60000, segment.bytes -> 104857600, segment.ms -> 3600000, retention.ms -> 43200000, flush.messages -> 1000000, segment.index.bytes -> 1048576}.
2017-09-04 11:31:11,269 INFO : org.graylog2.shared.journal.KafkaJournal - Initialized Kafka based journal at data/journal/files
2017-09-04 11:31:11,304 INFO : org.graylog2.shared.buffers.InputBufferImpl - Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
2017-09-04 11:31:11,330 INFO : org.mongodb.driver.cluster - Cluster created with settings {hosts=[mongodb:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=5000}
2017-09-04 11:31:11,394 INFO : org.mongodb.driver.cluster - No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=mongodb:27017, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
2017-09-04 11:31:11,454 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:3191}] to mongodb:27017
2017-09-04 11:31:11,456 INFO : org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=mongodb:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 7]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, roundTripTimeNanos=913617}
2017-09-04 11:31:11,468 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:3192}] to mongodb:27017
2017-09-04 11:31:11,936 INFO : io.searchbox.client.AbstractJestClient - Setting server pool to a list of 1 servers: [http://elasticsearch:9200]
2017-09-04 11:31:11,937 INFO : io.searchbox.client.JestClientFactory - Using multi thread/connection supporting pooling connection manager
2017-09-04 11:31:12,046 INFO : io.searchbox.client.JestClientFactory - Using custom ObjectMapper instance
2017-09-04 11:31:12,046 INFO : io.searchbox.client.JestClientFactory - Node Discovery disabled...
2017-09-04 11:31:12,046 INFO : io.searchbox.client.JestClientFactory - Idle connection reaping disabled...
2017-09-04 11:31:12,516 INFO : org.graylog2.shared.buffers.ProcessBuffer - Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
2017-09-04 11:31:14,524 INFO : org.graylog2.bindings.providers.RulesEngineProvider - No static rules file loaded.
2017-09-04 11:31:14,886 WARN : org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2017-09-04 11:31:14,895 INFO : org.graylog2.buffers.OutputBuffer - Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
2017-09-04 11:31:14,918 WARN : org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2017-09-04 11:31:14,947 WARN : org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2017-09-04 11:31:14,988 WARN : org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2017-09-04 11:31:15,012 WARN : org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2017-09-04 11:31:15,367 INFO : org.graylog2.bootstrap.ServerBootstrap - Graylog server 2.3.1+9f2c6ef starting up
2017-09-04 11:31:15,367 INFO : org.graylog2.bootstrap.ServerBootstrap - JRE: Oracle Corporation 1.8.0_131 on Linux 4.4.65-k8s
2017-09-04 11:31:15,367 INFO : org.graylog2.bootstrap.ServerBootstrap - Deployment: docker
2017-09-04 11:31:15,368 INFO : org.graylog2.bootstrap.ServerBootstrap - OS: Alpine Linux (alpine)
2017-09-04 11:31:15,368 INFO : org.graylog2.bootstrap.ServerBootstrap - Arch: amd64
2017-09-04 11:31:15,380 WARN : org.graylog2.shared.events.DeadEventLoggingListener - Received unhandled event of type <org.graylog2.plugin.lifecycles.Lifecycle> from event bus <AsyncEventBus{graylog-eventbus}>
2017-09-04 11:31:15,410 INFO : org.graylog2.shared.initializers.PeriodicalsService - Starting 26 periodicals ...
2017-09-04 11:31:15,411 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
2017-09-04 11:31:15,423 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.AlertScannerThread] periodical in [10s], polling every [60s].
2017-09-04 11:31:15,427 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
2017-09-04 11:31:15,434 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
2017-09-04 11:31:15,446 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical, running forever.
2017-09-04 11:31:15,451 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
2017-09-04 11:31:15,456 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3197}] to mongodb:27017
2017-09-04 11:31:15,457 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
2017-09-04 11:31:15,458 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
2017-09-04 11:31:15,462 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
2017-09-04 11:31:15,464 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
2017-09-04 11:31:15,464 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
2017-09-04 11:31:15,464 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
2017-09-04 11:31:15,466 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
2017-09-04 11:31:15,470 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
2017-09-04 11:31:15,474 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.ClusterIdGeneratorPeriodical] periodical, running forever.
2017-09-04 11:31:15,474 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.IndexRangesMigrationPeriodical] periodical, running forever.
2017-09-04 11:31:15,489 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
2017-09-04 11:31:15,507 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:4, serverValue:3198}] to mongodb:27017
2017-09-04 11:31:15,508 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:6, serverValue:3200}] to mongodb:27017
2017-09-04 11:31:15,510 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:7, serverValue:3201}] to mongodb:27017
2017-09-04 11:31:15,511 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:8, serverValue:3202}] to mongodb:27017
2017-09-04 11:31:15,513 INFO : org.mongodb.driver.connection - Opened connection [connectionId{localValue:5, serverValue:3199}] to mongodb:27017
2017-09-04 11:31:15,559 INFO : org.graylog2.shared.initializers.PeriodicalsService - Not starting [org.graylog2.periodical.UserPermissionMigrationPeriodical] periodical. Not configured to run on this node.
2017-09-04 11:31:15,559 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.AlarmCallbacksMigrationPeriodical] periodical, running forever.
2017-09-04 11:31:15,560 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.ConfigurationManagementPeriodical] periodical, running forever.
2017-09-04 11:31:15,592 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.LdapGroupMappingMigration] periodical, running forever.
2017-09-04 11:31:15,596 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog2.periodical.IndexFailuresPeriodical] periodical, running forever.
2017-09-04 11:31:15,606 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog.plugins.usagestatistics.UsageStatsNodePeriodical] periodical in [300s], polling every [21600s].
2017-09-04 11:31:15,615 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog.plugins.usagestatistics.UsageStatsClusterPeriodical] periodical in [300s], polling every [21600s].
2017-09-04 11:31:15,631 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
2017-09-04 11:31:15,636 INFO : org.graylog2.periodical.Periodicals - Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
2017-09-04 11:31:15,642 INFO : org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration - Legacy default stream has no connections, no migration needed.
2017-09-04 11:31:16,032 INFO : org.graylog2.shared.initializers.JerseyService - Enabling CORS for HTTP endpoint
2017-09-04 11:31:28,286 INFO : org.glassfish.grizzly.http.server.NetworkListener - Started listener bound to [0.0.0.0:9000]
2017-09-04 11:31:28,287 INFO : org.glassfish.grizzly.http.server.HttpServer - [HttpServer] Started.
2017-09-04 11:31:28,288 INFO : org.graylog2.shared.initializers.JerseyService - Started REST API at <http://0.0.0.0:9000/api/>
2017-09-04 11:31:28,288 INFO : org.graylog2.shared.initializers.JerseyService - Started Web Interface at <http://0.0.0.0:9000/>
2017-09-04 11:31:28,289 INFO : org.graylog2.shared.initializers.ServiceManagerListener - Services are healthy
2017-09-04 11:31:28,290 INFO : org.graylog2.bootstrap.ServerBootstrap - Services started, startup times in ms: {BufferSynchronizerService [RUNNING]=22, OutputSetupService [RUNNING]=29, KafkaJournal [RUNNING]=72, InputSetupService [RUNNING]=105, JournalReader [RUNNING]=136, StreamCacheService [RUNNING]=136, LookupTableService [RUNNING]=136, ConfigurationEtagService [RUNNING]=150, PeriodicalsService [RUNNING]=239, JerseyService [RUNNING]=12885}
2017-09-04 11:31:28,297 INFO : org.graylog2.bootstrap.ServerBootstrap - Graylog server up and running.
2017-09-04 11:31:28,298 INFO : org.graylog2.shared.initializers.InputSetupService - Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000009fae, pid=7, tid=0x00007f503d865ae8
#
# JRE version: OpenJDK Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: OpenJDK 64-Bit Server VM (25.131-b11 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 3.4.0
# Distribution: Custom build (Fri Jun 16 13:41:54 GMT 2017)
# Problematic frame:
# C  0x0000000000009fae
#
# Core dump written. Default location: /opt/graylog/core or core.7
#
# An error report file with more information is saved as:
# /opt/graylog/hs_err_pid7.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Segmentation fault (core dumped)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.