Hi,
I am using a standalone java programe to connect to the management stage, I want to see the loggers written in the api's on my system console?
I am calling "ConfigUtil.isMgmtCDS()" which gives me this error in my IDE console
log4j:WARN No appenders could be found for logger (com.vignette.config.client.cachefile.ConfigSpaceLocal).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Exception in thread "main" java.lang.NullPointerException
at com.vignette.as.config.component.AppSvcsComponent.inMgmtCDS(AppSvcsComponent.java:297)
at com.vignette.as.config.ConfigUtil.inMgmtCDS(ConfigUtil.java:2023)
at com.vignette.as.config.ConfigUtil.isPreview(ConfigUtil.java:2082)
at Login.main(Login.java:32)
I have followed these steps to configure my environment for the code
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objaction=ArticleView&objID=17532191
Any help would really be appreciated
Regards,
Neha