First tutotial: Starting Your Node - substrate

I just spent some time setting up my node following the first tutorial. For some reason, when launching the node, it throws this error:
Dec 04 11:09:40.546 WARN Running in --dev mode, RPC CORS has been disabled.
Dec 04 11:09:40.546 INFO Substrate Node
Dec 04 11:09:40.546 INFO ✌️ version 2.0.0-655bfdc-x86_64-linux-gnu
Dec 04 11:09:40.546 INFO ❤️ by Substrate DevHub <https://github.com/substrate-developer-hub>, 2017-2020
Dec 04 11:09:40.546 INFO 📋 Chain specification: Development
Dec 04 11:09:40.546 INFO 🏷 Node name: abaft-jar-7208
Dec 04 11:09:40.546 INFO 👤 Role: AUTHORITY
Dec 04 11:09:40.546 INFO 💾 Database: RocksDb at /tmp/substratefBeKdR/chains/dev/db
Dec 04 11:09:40.546 INFO ⛓ Native runtime: node-template-1 (node-template-1.tx1.au1)
Illegal instruction (core dumped)
Looking at the expected outputs, it looks like this takes place when intialising the genesis block.
I've just started learning about all this, so may be a quite basic issue (e.g. an incompatible version or something). I didn't find any previous question on this, but please do let me know if this has been asked before.
Thanks!

Related

Kibana failed to start

Elasticsearch working with no issues on http://localhost:9200
And Operating system is Ubuntu 18.04
Here is the error log for Kibana
root#syed-MS-7B17:/var/log# journalctl -fu kibana.service
-- Logs begin at Sat 2020-01-04 18:30:58 IST. --
Apr 03 20:22:49 syed-MS-7B17 kibana[7165]: {"type":"log","#timestamp":"2020-04-03T14:52:49Z","tags":["fatal","root"],"pid":7165,"message":"{ Error: listen EADDRNOTAVAIL: address not available 7.0.0.1:5601\n at Server.setupListenHandle [as _listen2] (net.js:1263:19)\n at listenInCluster (net.js:1328:12)\n at GetAddrInfoReqWrap.doListen (net.js:1461:7)\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:61:10)\n code: 'EADDRNOTAVAIL',\n errno: 'EADDRNOTAVAIL',\n syscall: 'listen',\n address: '7.0.0.1',\n port: 5601 }"}
Apr 03 20:22:49 syed-MS-7B17 kibana[7165]: FATAL Error: listen EADDRNOTAVAIL: address not available 7.0.0.1:5601
Apr 03 20:22:50 syed-MS-7B17 systemd[1]: kibana.service: Main process exited, code=exited, status=1/FAILURE
Apr 03 20:22:50 syed-MS-7B17 systemd[1]: kibana.service: Failed with result 'exit-code'.
Apr 03 20:22:53 syed-MS-7B17 systemd[1]: kibana.service: Service hold-off time over, scheduling restart.
Apr 03 20:22:53 syed-MS-7B17 systemd[1]: kibana.service: Scheduled restart job, restart counter is at 2.
Apr 03 20:22:53 syed-MS-7B17 systemd[1]: Stopped Kibana.
Apr 03 20:22:53 syed-MS-7B17 systemd[1]: kibana.service: Start request repeated too quickly.
Apr 03 20:22:53 syed-MS-7B17 systemd[1]: kibana.service: Failed with result 'exit-code'.
Apr 03 20:22:53 syed-MS-7B17 systemd[1]: Failed to start Kibana.
I have resolved it myself after checking the /etc/hosts file
It was edited by mistake like below
7.0.0.1 localhost

How does my neo4j browser still works even when I stop neo4j service?

neo4j.service - Neo4j Graph Database
Loaded: loaded (/lib/systemd/system/neo4j.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Mar 06 13:26:43 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:26:43.564+0000 INFO ======== Neo4j 3.5.14 ========
Mar 06 13:26:43 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:26:43.572+0000 INFO Starting...
Mar 06 13:26:49 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:26:49.780+0000 INFO Bolt enabled on 0.0.0.0:7687.
Mar 06 13:26:51 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:26:51.153+0000 INFO Started.
Mar 06 13:26:52 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:26:52.131+0000 INFO Remote interface available at http://10.14.12.59:7474/
Mar 06 13:42:38 ip-10-14-12-59 systemd[1]: Stopping Neo4j Graph Database...
Mar 06 13:42:38 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:42:38.818+0000 INFO Neo4j Server shutdown initiated by request
Mar 06 13:42:38 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:42:38.832+0000 INFO Stopping...
Mar 06 13:42:38 ip-10-14-12-59 neo4j[12287]: 2020-03-06 13:42:38.884+0000 INFO Stopped.
Mar 06 13:42:39 ip-10-14-12-59 systemd[1]: Stopped Neo4j Graph Database.
But yet sudo lsof -i -P -n | grep LISTEN
Neither 7474 port is listening neither 7687 is listening
Your neo4j Browser session is connected to a different (running) neo4j instance (probably on your local host). You can use this Browser command to see the URL it is currently using:
:server status
You can run these two Browser commands to disconnect, and then connect to the correct instance (the second command will display a form):
:server disconnect
:server connect
Based on your logs, it looks like you want to set the Connect URL to bolt://10.14.12.59:7687.

Failed to start Elasticsearch. Error opening log file '/gc.log': Permission denied

Dear StackOverflow community,
I was running Kibana/Elasticsearch without a problem until installing a Kibana plugin. Then the service failed and I noticed that the problem is that Elasticsearch stopped. I tried several ways to fix it, and then even reinstalled all. But the problem still avoiding to launch Elasticsearch, even with a fresh installation.
Installation on Debian 9 using apt install.
systemctl start elasticsearch.service
results on:
Exception in thread "main" java.lang.RuntimeException: starting java failed with [1]
[0.000s][error][logging] Error opening log file '/gc.log': Permission denied
Full log with journalctl -xe
-- Unit elasticsearch.service has begun starting up.
Feb 07 14:09:06 Debian-911-stretch-64-minimal kibana[576]: {"type":"log","#timestamp":"2020-02-07T13:09:06Z","tags":["warning","elasticsearch","admin"],"pid":576,"message":"Unable to revive connection: http://localhost:9200/"}
Feb 07 14:09:06 Debian-911-stretch-64-minimal kibana[576]: {"type":"log","#timestamp":"2020-02-07T13:09:06Z","tags":["warning","elasticsearch","admin"],"pid":576,"message":"No living connections"}
Feb 07 14:09:06 Debian-911-stretch-64-minimal kibana[576]: {"type":"log","#timestamp":"2020-02-07T13:09:06Z","tags":["warning","elasticsearch","admin"],"pid":576,"message":"Unable to revive connection: http://localhost:9200/"}
Feb 07 14:09:06 Debian-911-stretch-64-minimal kibana[576]: {"type":"log","#timestamp":"2020-02-07T13:09:06Z","tags":["warning","elasticsearch","admin"],"pid":576,"message":"No living connections"}
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: Exception in thread "main" java.lang.RuntimeException: starting java failed with [1]
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: output:
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: [0.000s][error][logging] Error opening log file '/gc.log': Permission denied
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: [0.000s][error][logging] Initialization of output 'file=/var/log/elasticsearch/gc.log' using options 'filecount=32,filesize=64m' failed.
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: error:
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: Invalid -Xlog option '-Xlog:gc*,gc+age=trace,safepoint:file=/var/log/elasticsearch/gc.log:utctime,pid,tags:filecount=32,filesize=64m', see error log for details.
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: Error: Could not create the Java Virtual Machine.
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: Error: A fatal exception has occurred. Program will exit.
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: at org.elasticsearch.tools.launchers.JvmErgonomics.flagsFinal(JvmErgonomics.java:118)
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: at org.elasticsearch.tools.launchers.JvmErgonomics.finalJvmOptions(JvmErgonomics.java:86)
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: at org.elasticsearch.tools.launchers.JvmErgonomics.choose(JvmErgonomics.java:59)
Feb 07 14:09:06 Debian-911-stretch-64-minimal elasticsearch[2312]: at org.elasticsearch.tools.launchers.JvmOptionsParser.main(JvmOptionsParser.java:92)
Feb 07 14:09:06 Debian-911-stretch-64-minimal systemd[1]: elasticsearch.service: Main process exited, code=exited, status=1/FAILURE
Feb 07 14:09:06 Debian-911-stretch-64-minimal systemd[1]: Failed to start Elasticsearch.
-- Subject: Unit elasticsearch.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit elasticsearch.service has failed.
The mentioned gc.log file was not in that folder. And the permissions were:
drwxr-s--- 2 elasticsearch elasticsearch 4096 Jan 15 13:20 elasticsearch
I created the file and also played with permissions until having these:
-rwxrwxrwx 1 root elasticsearch 0 Feb 7 15:19 gc.log
...and even changed the ownership:
-rwxrwxrwx 1 root root 0 Feb 7 15:19 gc.log
But no success, I still having the same issue.
Thanks
Make sure you are running CMD as Administrator.
This error also happens if you are using docker & running the container as a different user. You have to add --group_add flag to docker command or set TAKE_FILE_OWNERSHIP environment variable as mentioned here
Using docker-compose:
user: 1007:1007
group_add:
- 0
Using docker:
--group-add 0
Firstly, I didn't know why gc.log file was not present. Have you changed the logs folder path or something? The gc.log path can be set in jvm.options file. By default ES logs and java garbage collection logs are fed into the logs folder inside $ES_HOME directory.
About user perspective, elastic search can't be run as root user. So from the ES directory details its showing you have an elasticsearch user created, and trying to run the cluster by that user.
The problem here can be solved by changing the permissions of files insdie the ES directory where all it belongs. Now the gc.log file is owned by root user and it cannot be accessed by the elasticsearch user.
Try this: sudo chown <user> <path/to/es/directory> -R
Here it becomes : sudo chown elasticsearch elasticsearch/ -R
If the issue still persists, check the jvm.options file whether its all configured correctly. Unless you change the -Xloggc:logs/gc.log option, the gc.log won't be pushing to /var/log.
Feb 09 17:09:02 server elasticsearch[2199]: Invalid -Xlog option '-Xlog:gc*,gc+age=trace,safepoint:file=/var/log/elasticsearch/gc.log:utctime,pid,tags:filecount=32,filesize=64m', see error log for details.
Your log says, the option is given as file=/var/log/elasticsearch/gc.log. Correct any wrong configurations as per documentation : https://www.elastic.co/guide/en/elasticsearch/reference/master/jvm-options.html
sudo systemctl -l status elasticsearch.service
Returns this log:
● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/elasticsearch.service.d
└─override.conf
Active: failed (Result: exit-code) since Sun 2020-02-09 17:09:02 CET; 2min 48s ago
Docs: http://www.elastic.co
Process: 2199 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=1/FAILURE)
Main PID: 2199 (code=exited, status=1/FAILURE)
Feb 09 17:09:02 server elasticsearch[2199]: Invalid -Xlog option '-Xlog:gc*,gc+age=trace,safepoint:file=/var/log/elasticsearch/gc.log:utctime,pid,tags:filecount=32,filesize=64m', see error log for details.
Feb 09 17:09:02 server elasticsearch[2199]: Error: Could not create the Java Virtual Machine.
Feb 09 17:09:02 server elasticsearch[2199]: Error: A fatal exception has occurred. Program will exit.
Feb 09 17:09:02 server elasticsearch[2199]: at org.elasticsearch.tools.launchers.JvmErgonomics.flagsFinal(JvmErgonomics.java:118)
Feb 09 17:09:02 server elasticsearch[2199]: at org.elasticsearch.tools.launchers.JvmErgonomics.finalJvmOptions(JvmErgonomics.java:86)
Feb 09 17:09:02 server elasticsearch[2199]: at org.elasticsearch.tools.launchers.JvmErgonomics.choose(JvmErgonomics.java:59)
Feb 09 17:09:02 server elasticsearch[2199]: at org.elasticsearch.tools.launchers.JvmOptionsParser.main(JvmOptionsParser.java:92)
Feb 09 17:09:02 server systemd[1]: elasticsearch.service: Main process exited, code=exited, status=1/FAILURE
Feb 09 17:09:02 server systemd[1]: elasticsearch.service: Failed with result 'exit-code'.
Feb 09 17:09:02 server systemd[1]: Failed to start Elasticsearch.
At this point I'm doing a fresh install. Not able to find the solution I need to continue working...

JD Edwards EntrepriseOne : Unable to locate security servera

I have follow all the steps to install JDE , but i got this error :
Failed to communicate with security server: Unable to locate security server
JD Edwards EntrepriseOne could not sign you on.Make sur your User ID is correct and retype your password.
This the Log file of JDE :
2424/960 MAIN_THREAD Thu Jun 02 09:41:52.327000 jdb_ctl.c4196
Starting OneWorld
2424/960 MAIN_THREAD Thu Jun 02 09:42:01.822000 JDETOOLS.c3065
LIB0000569 - WARNING!!! [SECURITY][Password] Password not encrypted in the INI
1992/2944 UNKNOWN Thu Jun 02 09:42:01.862000 jdeksec.c786
INITIALIZING SECURITY SERVER KERNEL
1992/2944 UNKNOWN Thu Jun 02 09:42:01.862001 jdeksec.c803
WARNING - failed to find site keys in JDE.INI
1992/2944 UNKNOWN Thu Jun 02 09:42:01.862002 JDETOOLS.c3065
LIB0000569 - WARNING!!! [SECURITY][Password] Password not encrypted in the INI
1992/2944 UNKNOWN Thu Jun 02 09:42:01.902000 netpub.c999
JDENet already initialized
1992/2944 UNKNOWN Thu Jun 02 09:42:01.902001 jdb_ctl.c3121
Net init failed or not initialized
1992/2944 UNKNOWN Thu Jun 02 09:42:01.972000 JDETOOLS.c3065
LIB0000569 - WARNING!!! [SECURITY][Password] Password not encrypted in the INI
1992/2944 UNKNOWN Thu Jun 02 09:42:02.704000 jdb_drvm.c478
JDB9900160 - Failed to load driver library jdboci121.DLL
1992/2944 UNKNOWN Thu Jun 02 09:42:02.704001 jdb_omp1.c1928
JDB9900254 - Failed to initialize driver.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.704002 JTP_CM.c209
JDB9909002 - Could not init connect.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.704003 JTP_TM.c1140
JDB9909100 - Get connect info failed: Transaction ID =
1992/2944 UNKNOWN Thu Jun 02 09:42:02.704004 jdb_rq1.c2458
JDB3100013 - Failed to get connectinfo
1992/2944 UNKNOWN Thu Jun 02 09:42:02.704005 jdb_omp1.c3369
JDB9900257 - Failed to open F986101
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834000 jdb_drvm.c478
JDB9900160 - Failed to load driver library jdboci121.DLL
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834001 jdb_omp1.c1928
JDB9900254 - Failed to initialize driver.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834002 JTP_CM.c209
JDB9909002 - Could not init connect.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834003 JTP_TM.c1140
JDB9909100 - Get connect info failed: Transaction ID =
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834004 jdb_rq1.c2458
JDB3100013 - Failed to get connectinfo
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834005 jdb_omp1.c1220
JDB9900240 - Failed to open F986101
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834006 jdb_cach.c1369
JDB9900009 - Failed to load ObjectMap Cache
1992/2944 UNKNOWN Thu Jun 02 09:42:02.834007 jdb_cach.c1386
Unable to load primary Object Configuration Manager - switching to secondary
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844000 jdb_omp1.c651
JDB9900247 - Failed to find F98611 System Local in cache
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844001 jdb_rq1.c2023
JDB3100011 - Failed to get location of table F986101 for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844002 jdb_omp1.c3369
JDB9900257 - Failed to open F986101
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844003 jdb_omp1.c651
JDB9900247 - Failed to find F98611 System Local in cache
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844004 jdb_rq1.c2023
JDB3100011 - Failed to get location of table F986101 for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844005 jdb_omp1.c1220
JDB9900240 - Failed to open F986101
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844006 jdb_cach.c1369
JDB9900009 - Failed to load ObjectMap Cache
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844007 jdb_omp1.c629
JDB9900246 - Failed to find existence of default OMAP for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844008 jdb_rq1.c2023
JDB3100011 - Failed to get location of table F00921 for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844009 jdecgsc.c201
MSC0000028 - Could not load F00921 cache
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844010 jdb_rq1.c3061
JDB2700019 - Failed to get data source for the table
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844011 jdb_omp1.c629
JDB9900246 - Failed to find existence of default OMAP for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844012 jdb_rq1.c2023
JDB3100011 - Failed to get location of table F00941 for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844013 jdb_ctl.c819
JDB9900408 - Failed to get package release level
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844014 jdb_ctl.c4439
JDB1100016 - Failed to load Environment - DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844015 jdb_omp1.c629
JDB9900246 - Failed to find existence of default OMAP for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844016 jdb_rq1.c2023
JDB3100011 - Failed to get location of table F00941 for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844017 jdb_omp1.c629
JDB9900246 - Failed to find existence of default OMAP for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844018 jdb_rq1.c2023
JDB3100011 - Failed to get location of table F00942 for environment DEMO920
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844019 SpecUtil.c5156
JDESPEC0000051 - Unable to open F00942 to load metadata cache. Fatal Error.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844020 SpecUtil.c5195
JDESPEC0000052 - Unable to select all records from F00942 to load metadata cache. Fatal Error.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.844021 SpecUtil.c5068
Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.854000 SpecOpen.c1845
JDESPEC0000059 - Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.854001 SpecOpen.c2633
jdeSpecOpenLocal completed in error - JDESPECRESULT_FAILED.
1992/2944 UNKNOWN Thu Jun 02 09:42:02.854002 evtcache.c890
isNewRTESystemEnabled - DDTABL spec handle cannot be accessed.
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.854003 jdb_omp1.c629
JDB9900246 - Failed to find existence of default OMAP for environment DEMO920
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.854004 jdb_rq1.c2023
JDB3100011 - Failed to get location of table F00942 for environment DEMO920
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.854005 SpecUtil.c5156
JDESPEC0000051 - Unable to open F00942 to load metadata cache. Fatal Error.
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.854006 SpecUtil.c5195
JDESPEC0000052 - Unable to select all records from F00942 to load metadata cache. Fatal Error.
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.854007 SpecUtil.c5068
Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.854008 SpecOpen.c1845
JDESPEC0000059 - Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.854009 SpecOpen.c2633
jdeSpecOpenLocal completed in error - JDESPECRESULT_FAILED.
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.864000 secutil.c422
Failed to init security bootstrap environment using user=DEMO, env=DEMO920, role=*ALL
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.864001 jdeksec.c3864
Failed to init Env
1992/2944 WRK:Starting jdeCallObject Thu Jun 02 09:42:02.864002 netflow.c1219
Dispatch Function '_JDEK_DispatchSecurity#28' returned failure on eNetDispatchInit
2424/960 MAIN_THREAD Thu Jun 02 09:43:21.839000 jdecsec.c2219
JDENET Error = eTimeOut
2424/960 MAIN_THREAD Thu Jun 02 09:43:46.502000 jdecsec.c2706
Failed to communicate with security server: Unable to locate Security Server
2424/960 MAIN_THREAD Thu Jun 02 09:43:47.990000 jdecsec.c264
Failed to validate user DEMO by password
2424/960 MAIN_THREAD Thu Jun 02 09:43:47.990001 jdb_ctl.c4902
JDB1100018 - Failed to get past Security check
2424/960 MAIN_THREAD Thu Jun 02 09:43:49.048000 msc_signon.cpp227
ValidateUser failed from SignOn
2424/960 MAIN_THREAD Thu Jun 02 09:43:51.545000 jdb_ctl.c4306
JDB1100012 - Failed to validate Sign on
2424/960 MAIN_THREAD Thu Jun 02 09:43:51.547000 SpecUtil.c5156
JDESPEC0000051 - Unable to open F00942 to load metadata cache. Fatal Error.
2424/960 MAIN_THREAD Thu Jun 02 09:43:51.547001 SpecUtil.c5195
JDESPEC0000052 - Unable to select all records from F00942 to load metadata cache. Fatal Error.
2424/960 MAIN_THREAD Thu Jun 02 09:43:51.548000 SpecUtil.c5068
Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
2424/960 MAIN_THREAD Thu Jun 02 09:43:51.548001 SpecOpen.c1845
JDESPEC0000059 - Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
2424/960 MAIN_THREAD Thu Jun 02 09:43:51.548002 SpecOpen.c2633
jdeSpecOpenLocal completed in error - JDESPECRESULT_FAILED.
2424/960 MAIN_THREAD Thu Jun 02 09:43:51.549000 evtcache.c890
isNewRTESystemEnabled - DDTABL spec handle cannot be accessed.
2424/960 WRK:Starting jdeCallObject Thu Jun 02 09:43:51.550000 SpecUtil.c5156
JDESPEC0000051 - Unable to open F00942 to load metadata cache. Fatal Error.
2424/960 WRK:Starting jdeCallObject Thu Jun 02 09:43:51.550001 SpecUtil.c5195
JDESPEC0000052 - Unable to select all records from F00942 to load metadata cache. Fatal Error.
2424/960 WRK:Starting jdeCallObject Thu Jun 02 09:43:51.550002 SpecUtil.c5068
Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
2424/960 WRK:Starting jdeCallObject Thu Jun 02 09:43:51.551000 SpecOpen.c1845
JDESPEC0000059 - Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
2424/960 WRK:Starting jdeCallObject Thu Jun 02 09:43:51.551001 SpecOpen.c2633
jdeSpecOpenLocal completed in error - JDESPECRESULT_FAILED.
2424/960 WRK:Starting jdeCallObject Thu Jun 02 09:43:51.578000 jdb_ctl.c1364
JDB4100001 - Failed to validate Env handle
2424/960 WRK:Starting jdeCallObject Thu Jun 02 09:43:51.728000 jdb_ctl.c10594
JDB1200017 - Exiting JDB_GetLocalClientEnv with NULL hEnv.
1992/636 MAIN_THREAD Thu Jun 02 09:43:51.900000 netpub.c3488
Info:Net program ended(JDENET_RunNet), pid = 1992, JDENETError = 0
1992/636 MAIN_THREAD Thu Jun 02 09:43:51.902000 IPCMISC.C299
API ipcSawUnregisterProcV1 : process 1992 unregistered in entry 0
Since your Enterprise Server is your Security Server, verify that the JDE services are running. If they are not, start them. If they are then stop and restart them.
If this fails after the restart, find the Security Kernel and check the logs.
Since this sounds like a new install, you can edit your JDE.ini file and set the Security Server to *NONE for your Full Client. Try logging in again. If you are successful then, most likely there is an issue with your System ID and password. Verify that the System ID is not disabled or that the password is correct.
Make sure your Enterprise server defined as security server in JDE.INI located under /system/bin32 folder on enterprise server (Windows) have correct server name defined under security server section, and ODBC connection must be created (careful as JDE Enterprise server follows 32bit (now it is coming with 64bit too), however I am assuming this server as 32 bit JDE only, so odbc connection must be created using correct odbcad32 (normally in /system/syswow64) location.
Along with that , you can also minimize warning message of site key with enabling this feature (https://docs.oracle.com/en/applications/jd-edwards/unix-linux/9.2/eouuo/generate-site-key.html).
regards,
Brajesh

aerospike on openvz 2core 4Gb ram doesn't start and doesn't give errors

after installation without any trouble I've started aerospike on a openvz vps with 2cores and 4gb ram.
this is the result:
root#outland:~# /etc/init.d/aerospike start
* Start aerospike: asd [OK]
then check for running asd:
root#outland:~# /etc/init.d/aerospike status
* Halt aerospike: asd [fail]
what is going wrong?
adding logs:
Mar 03 2015 15:17:57 GMT: INFO (config): (cfg.c::3033) system file descriptor limit: 100000, proto-fd-max: 15000
Mar 03 2015 15:17:57 GMT: WARNING (cf:misc): (id.c::249) Tried eth,bond,wlan and list of all available interfaces on device.Failed to retrieve physical address with errno 19 No such device
Mar 03 2015 15:17:57 GMT: CRITICAL (config): (cfg.c:3363) could not get unique id and/or ip address
Mar 03 2015 15:17:57 GMT: WARNING (as): (signal.c::120) SIGINT received, shutting down
Mar 03 2015 15:17:57 GMT: WARNING (as): (signal.c::123) startup was not complete, exiting immediately
This is your config problem
Mar 03 2015 15:17:57 GMT: WARNING (cf:misc): (id.c::249) Tried eth,bond,wlan and list of all available interfaces on device.Failed to retrieve physical address with errno 19 No such device
Mar 03 2015 15:17:57 GMT: CRITICAL (config): (cfg.c:3363) could not get unique id and/or ip address
Basically the vps has a non standard interface name.
The solution is to add your interface name as network-interface-name to the config.
http://www.aerospike.com/docs/operations/troubleshoot/startup/#problem-with-network-interface
Which OS are your using btw?

Resources