• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error 500 : java.lang.ExceptionInInitializerError

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to deploy portlets in Websphere Portal Server 6.1.1 , over Websphere Application Server 7.1 and the IDE is RAD 7.5.4
The dependencies are mentioned in the shared library of both the servers . But while deploying the portlets in the Websphere Portal Server, I am getting an error


Error 500 : java.lang.ExceptionInInitializerError

and the log is as follows:-


FFDC Exception:java.lang.ExceptionInInitializerError SourceId:com.ibm.ws.webcontainer.servlet.ServletInstance.service ProbeId:290 Reporter:com.ibm.ws.webcontainer.servlet.ServletWrapperImpl@28332833
java.lang.ExceptionInInitializerError



Caused by: java.security.AccessControlException: Access denied (java.lang.RuntimePermission modifyThreadGroup)
at java.security.AccessController.checkPermission(AccessController.java:108)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at com.ibm.ws.security.core.SecurityManager.checkPermission(SecurityManager.java:210)
at com.ibm.ws.security.core.SecurityManager.checkAccess(SecurityManager.java:351)
at java.lang.ThreadGroup.checkAccess(ThreadGroup.java:225)
at java.lang.Thread.initialize(Thread.java:331)
at java.lang.Thread.<init>(Thread.java:267)

Can anyone please guide me ?

Regards,
Kelly
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic