Monday, March 26, 2018
Sunday, March 25, 2018
Running 32 bit software on Linux 64 bit operating system
Try to Run the 32 bit software on 64 bit operating systemWe will get below waring and resolution for it
Setting 32 bit emulation mode
Running the 32 bit software again
java.lang.OutOfMemoryError: Java heap space, Running OOM killer script for process 11420 for Solr on port 8983, hortonworks
In Hortonworks cluster environment Ambari Infra Solr service failed to start with below error:
Resolution:
To resolve this
1. Login to Ambari management console.
2. Goto Ambari Infra
3. Click on Configs
4. Under settings tab increase the Infra Solr Minimum and Maximum heap size and click on save.
5. Start the service now.
# java.lang.OutOfMemoryError: Java heap space
#
-XX:OnOutOfMemoryError="/usr/lib/ambari-infra-solr/bin/oom_solr.sh 8983
/var/log/ambari-infra-solr"
# Executing /bin/sh
-c "/usr/lib/ambari-infra-solr/bin/oom_solr.sh 8983 /var/log/ambari-infra-solr"...
Running OOM killer script for process 11420 for Solr on port
8983
Killed process 11420
Resolution:
To resolve this
1. Login to Ambari management console.
2. Goto Ambari Infra
3. Click on Configs
4. Under settings tab increase the Infra Solr Minimum and Maximum heap size and click on save.
5. Start the service now.
Sunday, March 11, 2018
Error: Could not contact Elasticsearch at http://localhost:9200. Please ensure that Elasticsearch is reachable from your system
Error: Could not contact
Elasticsearch at http://172.16.10.53:9200. Please ensure that Elasticsearch is
reachable from your system
Getting above error when we open Kibana console
Resolution:
Close and save the file
Restart the elasticsearch and reopen kibana console
Getting above error when we open Kibana console
Resolution:
Navigate to $ELASTICSEARCH_HOME/config
Open elasticsearch.yml and add lines below
script.disable_dynamic: true
http.cors.enabled: true
http.cors.allow-origin: "/.*/"
Close and save the file
Restart the elasticsearch and reopen kibana console
Subscribe to:
Posts (Atom)
Opatch reports 'Cyclic Dependency Detected' error when patching ODI Issue: When applying a Patch Set Update (PSU) to WebLogic Se...
-
1. Creating a directory in hdfs $ hdfs dfs -mkdir <paths> 2. List the directories in hdfs $ hdfs dfs -l...
-
Getting the below error when installing oracle database 12c on linux machine Soft Limit: maximum stack size - This is a prerequisite con...
-
After configuring SSL with Custom Identity and Trust Keystores and when we try to start the servers getting the below error ...