• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

java.lang.ExceptionInInitializerError

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting this error, can anybody help me out here.

java.lang.ExceptionInInitializerError
at com.planetsoft.drs.si.migration.business.send.impl.SBIDataExtractor.populateTempTable(SBIDataExtractor.java:60)
at com.planetsoft.drs.si.migration.business.send.ExportAdapter.doExportProcess(ExportAdapter.java:220)
at com.planetsoft.drs.si.migration.business.send.impl.ExportInterface.getCallInterface(ExportInterface.java:376)
at com.planetsoft.drs.si.migration.business.send.impl.ExportInterface.main(ExportInterface.java:523)
Caused by: java.lang.NullPointerException
at com.pi.fwk.util.FWKLogManagerUtil.setLogLevel(FWKLogManagerUtil.java:151)
at com.pi.fwk.util.FWKLogManagerUtil.<clinit>(FWKLogManagerUtil.java:50)
... 4 more

Thanks!
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can we help?
 
yogee jadhav
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting this error for below code of class.method.

FWKLogManagerUtil.logInfoMessage("INTERFACE ..."+this.getJobName());

thanks!
 
That feels good. Thanks. Here's a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic