Hi,

I have installed graylog 2.0 ga on ubuntu 14.0.4 manually today. Followed 
the following url for installation 
"http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html"; .
After starting the graylogctl script for the first time and hitting 
127.0.0.1:9000 we are getting {"type":"ApiError","message":HTTP 404 Not 
Found} in the browser.

The server logs says the "Graylog server up and running". I am unable to 
locate the issue as I am not getting any error at the logs.Please give me 
some advise to overcome this issue.

I have attached the logs file for your perusal.
Please  find the attachment.

Thanks in Advance!!

Anant.

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/fd44ff89-ceca-4670-95d3-57d93d18c012%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2016-07-15 16:37:53,859 main ERROR Appenders contains an invalid element or 
attribute "Memory"
2016-07-15 16:37:53,878 main ERROR Unable to locate appender 
"graylog-internal-logs" for logger config "root"
2016-07-15 16:37:54,003 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded 
plugins: []
2016-07-15 16:37:54,073 INFO : org.graylog2.bootstrap.CmdLineTool - Running 
with JVM arguments: -Djava.library.path=./../lib/sigar -Xms1g -Xmx1g 
-XX:NewRatio=1 -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC 
-XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC 
-XX:-OmitStackTraceInFastThrow
2016-07-15 16:37:54,469 INFO : org.graylog2.shared.system.stats.SigarService - 
Failed to load SIGAR. Falling back to JMX implementations.
2016-07-15 16:37:55,661 INFO : org.graylog2.shared.buffers.InputBufferImpl - 
Message journal is enabled.
2016-07-15 16:37:55,784 INFO : kafka.log.LogManager - Loading logs.
2016-07-15 16:37:55,832 INFO : kafka.log.LogManager - Logs loading complete.
2016-07-15 16:37:55,833 INFO : org.graylog2.shared.journal.KafkaJournal - 
Initialized Kafka based journal at data/journal
2016-07-15 16:37:55,842 INFO : org.graylog2.shared.buffers.InputBufferImpl - 
Initialized InputBufferImpl with ring size <65536> and wait strategy 
<BlockingWaitStrategy>, running 2 parallel message handlers.
2016-07-15 16:37:55,870 INFO : org.mongodb.driver.cluster - Cluster created 
with settings {hosts=[localhost:27017], mode=SINGLE, 
requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', 
maxWaitQueueSize=5000}
2016-07-15 16:37:55,895 INFO : org.mongodb.driver.cluster - No server chosen by 
ReadPreferenceServerSelector{readPreference=primary} from cluster description 
ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, 
all=[ServerDescription{address=localhost:27017, type=UNKNOWN, 
state=CONNECTING}]}. Waiting for 30000 ms before timing out
2016-07-15 16:37:55,915 INFO : org.mongodb.driver.connection - Opened 
connection [connectionId{localValue:1, serverValue:34}] to localhost:27017
2016-07-15 16:37:55,916 INFO : org.mongodb.driver.cluster - Monitor thread 
successfully connected to server with description 
ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, 
ok=true, version=ServerVersion{versionList=[3, 0, 12]}, minWireVersion=0, 
maxWireVersion=3, maxDocumentSize=16777216, roundTripTimeNanos=485059}
2016-07-15 16:37:55,921 INFO : org.mongodb.driver.connection - Opened 
connection [connectionId{localValue:2, serverValue:35}] to localhost:27017
2016-07-15 16:37:56,068 INFO : org.graylog2.plugin.system.NodeId - Node ID: 
99a03835-c3d5-4ef5-9c65-7bac640481b6
2016-07-15 16:37:56,129 INFO : org.elasticsearch.node - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] version[2.3.2], pid[29062], 
build[b9e4a6a/2016-04-21T16:03:47Z]
2016-07-15 16:37:56,129 INFO : org.elasticsearch.node - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] initializing ...
2016-07-15 16:37:56,134 INFO : org.elasticsearch.plugins - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] modules [], plugins 
[graylog-monitor], sites []
2016-07-15 16:37:57,371 INFO : org.elasticsearch.node - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] initialized
2016-07-15 16:37:57,437 INFO : org.hibernate.validator.internal.util.Version - 
HV000001: Hibernate Validator 5.2.4.Final
2016-07-15 16:37:57,555 INFO : org.graylog2.shared.buffers.ProcessBuffer - 
Initialized ProcessBuffer with ring size <65536> and wait strategy 
<BlockingWaitStrategy>.
2016-07-15 16:37:58,848 INFO : 
org.graylog2.bindings.providers.RulesEngineProvider - No static rules file 
loaded.
2016-07-15 16:37:58,955 INFO : org.mongodb.driver.connection - Opened 
connection [connectionId{localValue:3, serverValue:36}] to localhost:27017
2016-07-15 16:37:58,979 INFO : org.graylog2.buffers.OutputBuffer - Initialized 
OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
2016-07-15 16:37:59,588 INFO : org.graylog2.bootstrap.ServerBootstrap - Graylog 
server 2.0.1-SNAPSHOT (${build) starting up
2016-07-15 16:37:59,589 INFO : org.graylog2.bootstrap.ServerBootstrap - JRE: 
Oracle Corporation 1.8.0_91 on Linux 3.13.0-32-generic
2016-07-15 16:37:59,589 INFO : org.graylog2.bootstrap.ServerBootstrap - 
Deployment: unknown
2016-07-15 16:37:59,589 INFO : org.graylog2.bootstrap.ServerBootstrap - OS: 
Ubuntu 14.04.1 LTS (trusty)
2016-07-15 16:37:59,589 INFO : org.graylog2.bootstrap.ServerBootstrap - Arch: 
amd64
2016-07-15 16:37:59,597 WARN : 
org.graylog2.shared.events.DeadEventLoggingListener - Received unhandled event 
of type <org.graylog2.plugin.lifecycles.Lifecycle> from event bus 
<AsyncEventBus{graylog-eventbus}>
2016-07-15 16:37:59,610 INFO : 
org.graylog2.shared.initializers.PeriodicalsService - Starting 21 periodicals 
...
2016-07-15 16:37:59,610 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling 
every [1s].
2016-07-15 16:37:59,620 INFO : org.elasticsearch.node - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] starting ...
2016-07-15 16:37:59,619 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.AlertScannerThread] periodical in [10s], polling every 
[60s].
2016-07-15 16:37:59,623 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in 
[0s], polling every [1s].
2016-07-15 16:37:59,625 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.ClusterHealthCheckThread] periodical in [0s], polling 
every [20s].
2016-07-15 16:37:59,633 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.ContentPackLoaderPeriodical] periodical, running 
forever.
2016-07-15 16:37:59,637 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running 
forever.
2016-07-15 16:37:59,637 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], 
polling every [30s].
2016-07-15 16:37:59,637 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling 
every [300s].
2016-07-15 16:37:59,637 INFO : org.graylog2.periodical.IndexRetentionThread - 
Elasticsearch cluster not available, skipping index retention checks.
2016-07-15 16:37:59,637 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every 
[10s].
2016-07-15 16:37:59,641 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
2016-07-15 16:37:59,642 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling 
every [1800s].
2016-07-15 16:37:59,642 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], 
polling every [1s].
2016-07-15 16:37:59,644 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every 
[1s].
2016-07-15 16:37:59,646 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling 
every [300s].
2016-07-15 16:37:59,646 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.ClusterIdGeneratorPeriodical] periodical, running 
forever.
2016-07-15 16:37:59,647 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.IndexRangesMigrationPeriodical] periodical, running 
forever.
2016-07-15 16:37:59,647 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], 
polling every [3600s].
2016-07-15 16:37:59,665 INFO : org.mongodb.driver.connection - Opened 
connection [connectionId{localValue:4, serverValue:38}] to localhost:27017
2016-07-15 16:37:59,667 INFO : org.mongodb.driver.connection - Opened 
connection [connectionId{localValue:6, serverValue:39}] to localhost:27017
2016-07-15 16:37:59,669 INFO : 
org.graylog2.periodical.IndexerClusterCheckerThread - Indexer not fully 
initialized yet. Skipping periodic cluster check.
2016-07-15 16:37:59,670 INFO : org.mongodb.driver.connection - Opened 
connection [connectionId{localValue:5, serverValue:37}] to localhost:27017
2016-07-15 16:37:59,720 INFO : 
org.graylog2.shared.initializers.PeriodicalsService - Not starting 
[org.graylog2.periodical.UserPermissionMigrationPeriodical] periodical. Not 
configured to run on this node.
2016-07-15 16:37:59,720 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.AlarmCallbacksMigrationPeriodical] periodical, running 
forever.
2016-07-15 16:37:59,720 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.ConfigurationManagementPeriodical] periodical, running 
forever.
2016-07-15 16:37:59,722 INFO : 
org.graylog2.shared.initializers.AbstractJerseyService - Enabling CORS for HTTP 
endpoint
2016-07-15 16:37:59,749 INFO : org.graylog2.periodical.Periodicals - Starting 
[org.graylog2.periodical.LdapGroupMappingMigration] periodical, running forever.
2016-07-15 16:37:59,825 INFO : org.elasticsearch.transport - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] publish_address 
{127.0.0.1:9350}, bound_addresses {[::1]:9350}, {127.0.0.1:9350}
2016-07-15 16:37:59,830 INFO : org.elasticsearch.discovery - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] graylog/khIIMuLoRRKAdkIKeGgi0Q
2016-07-15 16:38:00,439 INFO : 
org.glassfish.grizzly.http.server.NetworkListener - Started listener bound to 
[127.0.0.1:9000]
2016-07-15 16:38:00,439 INFO : 
org.glassfish.grizzly.http.server.NetworkListener - Started listener bound to 
[127.0.0.1:12900]
2016-07-15 16:38:00,441 INFO : org.glassfish.grizzly.http.server.HttpServer - 
[HttpServer-1] Started.
2016-07-15 16:38:00,441 INFO : org.glassfish.grizzly.http.server.HttpServer - 
[HttpServer] Started.
2016-07-15 16:38:00,442 INFO : org.graylog2.initializers.WebInterfaceService - 
Started Web Interface at <http://127.0.0.1:9000/>
2016-07-15 16:38:00,443 INFO : org.graylog2.shared.initializers.RestApiService 
- Started REST API at <http://127.0.0.1:12900/>
2016-07-15 16:38:02,834 WARN : org.elasticsearch.discovery - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] waited for 3s and no initial 
state was set by the discovery
2016-07-15 16:38:02,834 INFO : org.elasticsearch.node - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] started
2016-07-15 16:38:02,893 INFO : org.elasticsearch.cluster.service - 
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] detected_master 
{Stunner}{nhVTd_uyR1Wa9O8TGIhOXg}{127.0.0.1}{127.0.0.1:9300}, added 
{{Stunner}{nhVTd_uyR1Wa9O8TGIhOXg}{127.0.0.1}{127.0.0.1:9300},}, reason: 
zen-disco-receive(from master 
[{Stunner}{nhVTd_uyR1Wa9O8TGIhOXg}{127.0.0.1}{127.0.0.1:9300}])
2016-07-15 16:38:02,912 INFO : 
org.graylog2.shared.initializers.ServiceManagerListener - Services are healthy
2016-07-15 16:38:02,912 INFO : 
org.graylog2.shared.initializers.InputSetupService - Triggering launching 
persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running 
[LB:ALIVE]
2016-07-15 16:38:02,913 INFO : org.graylog2.bootstrap.ServerBootstrap - 
Services started, startup times in ms: {InputSetupService [RUNNING]=1, 
OutputSetupService [RUNNING]=3, JournalReader [RUNNING]=9, 
MetricsReporterService [RUNNING]=9, BufferSynchronizerService [RUNNING]=13, 
KafkaJournal [RUNNING]=30, PeriodicalsService [RUNNING]=147, 
WebInterfaceService [RUNNING]=821, RestApiService [RUNNING]=833, 
IndexerSetupService [RUNNING]=3294}
2016-07-15 16:38:02,916 INFO : org.graylog2.bootstrap.ServerBootstrap - Graylog 
server up and running.
[2016-07-15 14:55:04,107][INFO ][node                     ] [Stunner] 
version[2.3.4], pid[9544], build[e455fd0/2016-06-30T11:24:31Z]
[2016-07-15 14:55:04,107][INFO ][node                     ] [Stunner] 
initializing ...
[2016-07-15 14:55:04,504][INFO ][plugins                  ] [Stunner] modules 
[reindex, lang-expression, lang-groovy], plugins [], sites []
[2016-07-15 14:55:04,518][INFO ][env                      ] [Stunner] using [1] 
data paths, mounts [[/ (/dev/mapper/ubuntu--vg-root)]], net usable_space 
[269.1gb], net total_space [289.1gb], spins? [possibly], types [ext4]
[2016-07-15 14:55:04,518][INFO ][env                      ] [Stunner] heap size 
[990.7mb], compressed ordinary object pointers [true]
[2016-07-15 14:55:04,518][WARN ][env                      ] [Stunner] max file 
descriptors [4096] for elasticsearch process likely too low, consider 
increasing to at least [65536]
[2016-07-15 14:55:05,752][INFO ][node                     ] [Stunner] 
initialized
[2016-07-15 14:55:05,752][INFO ][node                     ] [Stunner] starting 
...
[2016-07-15 14:55:05,805][INFO ][transport                ] [Stunner] 
publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2016-07-15 14:55:05,809][INFO ][discovery                ] [Stunner] 
graylog/nhVTd_uyR1Wa9O8TGIhOXg
[2016-07-15 14:55:08,877][INFO ][cluster.service          ] [Stunner] 
new_master {Stunner}{nhVTd_uyR1Wa9O8TGIhOXg}{127.0.0.1}{127.0.0.1:9300}, 
reason: zen-disco-join(elected_as_master, [0] joins received)
[2016-07-15 14:55:08,918][INFO ][http                     ] [Stunner] 
publish_address {127.0.0.1:9200}, bound_addresses {[::1]:9200}, {127.0.0.1:9200}
[2016-07-15 14:55:08,918][INFO ][node                     ] [Stunner] started
[2016-07-15 14:55:09,059][INFO ][gateway                  ] [Stunner] recovered 
[1] indices into cluster_state
[2016-07-15 14:55:09,816][INFO ][cluster.routing.allocation] [Stunner] Cluster 
health status changed from [RED] to [GREEN] (reason: [shards started 
[[graylog_0][3], [graylog_0][0], [graylog_0][3], [graylog_0][0]] ...]).
[2016-07-15 14:58:59,718][INFO ][cluster.service          ] [Stunner] added 
{{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{brcmek8mSZ2DUaWs7SvbvA}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false},}, reason: zen-disco-join(join from 
node[{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{brcmek8mSZ2DUaWs7SvbvA}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false}])
[2016-07-15 16:18:43,945][INFO ][cluster.service          ] [Stunner] removed 
{{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{brcmek8mSZ2DUaWs7SvbvA}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false},}, reason: 
zen-disco-node_left({graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{brcmek8mSZ2DUaWs7SvbvA}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false})
[2016-07-15 16:29:59,778][INFO ][cluster.service          ] [Stunner] added 
{{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{klYfvbxdT_-iFDMxHqnasg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false},}, reason: zen-disco-join(join from 
node[{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{klYfvbxdT_-iFDMxHqnasg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false}])
[2016-07-15 16:32:13,790][INFO ][cluster.service          ] [Stunner] removed 
{{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{klYfvbxdT_-iFDMxHqnasg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false},}, reason: 
zen-disco-node_left({graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{klYfvbxdT_-iFDMxHqnasg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false})
[2016-07-15 16:34:03,209][INFO ][cluster.service          ] [Stunner] added 
{{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{USU2bw6FQ6q1ZYb7pHulyg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false},}, reason: zen-disco-join(join from 
node[{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{USU2bw6FQ6q1ZYb7pHulyg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false}])
[2016-07-15 16:36:22,293][INFO ][cluster.service          ] [Stunner] removed 
{{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{USU2bw6FQ6q1ZYb7pHulyg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false},}, reason: 
zen-disco-node_left({graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{USU2bw6FQ6q1ZYb7pHulyg}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false})
[2016-07-15 16:38:02,888][INFO ][cluster.service          ] [Stunner] added 
{{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{khIIMuLoRRKAdkIKeGgi0Q}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false},}, reason: zen-disco-join(join from 
node[{graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6}{khIIMuLoRRKAdkIKeGgi0Q}{127.0.0.1}{127.0.0.1:9350}{client=true,
 data=false, master=false}])

Reply via email to