jdelog.properties for Ent server

Kieran

Kieran

Active Member
Hi all

We have been having intermmitent crashes of the JDE scheduler kernel. When I review the AS400 joblog I can see the same error the last couple of times.

java.lang.NullPointerException at java.lang.Throwable.<init> Throwable.java:181)
at java.lang.Exception.<init>(Exception.java:29)
at java.lang.RuntimeException.<init>(RuntimeException.java:32)
at java.lang.NullPointerException.<init>(NullPointerException.java:36)
at com.jdedwards.base.logging.JdeLog.configProperties(Unknown Source)
at com.jdedwards.base.logging.JdeLog.configure(Unknown Source)
at com.jdedwards.base.logging.JdeLog.<clinit>(Unknown Source)
at com.peoplesoft.pt.e1.metadata.serializer.MDSerializerProxy.<clinit>(Unknown Source)

After searching around I found a few different places referring to the settings in the jdelog.properties file on the Enterprise server. When I reviewed the file in the /E812SYS/classes folder it has the following which look like a windows path to me.

#The section name should be E1LOG. This logs all the log messages above WARN
[E1LOG
FILE=\\jderoot.log
LEVEL=WARN
FORMAT=APPS
MAXFILESIZE=10MB
MAXBACKUPINDEX=20
COMPONENT=ALL
APPEND=FALSE

Has anyone configured this and what would you typical put?

Thanks
Kieran
E8.12 89.2.2 AS400 V6R1
 
You typically would put the path to where your other JDE.LOG files are sent in the IFS. For example:

FILE=/JDE812/jderoot.log
 
Hi, I am connecting to JDE system through my JAVA application. It is generating log files jderoot.log, jas.log, jasdebug.log suffixed with date. I want to remove the suffixed date, How to remove date suffix?
 
Back
Top