Skip to main content

developerWorks >  Information Management  >  Forums  >  InfoSphere Master Data Management Server  >  developerWorks

Permission error when inititating MDM Logger    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is answered.

Permlink Replies: 1 - Pages: 1 - Last Post: Nov 9, 2009 10:29 AM Last Post By: Artyom
Artyom

Posts: 15
Registered: Aug 18, 2009 03:35:15 AM
Permission error when inititating MDM Logger
Posted: Nov 09, 2009 06:20:34 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hi.
We experience strange error coming from MDM during the start.
Last time we go it we had to reinstall the server in order to get rid of it.
Please suggest what can be wrong (the file permissions are fine – 644).

From SystemOut.log

0000001b SecurityManag W SECJ0314W: Current Java 2 Security policy reported a potential violation of Java 2 Security Permission. Please refer to InfoCenter for further information.

Permission:

MDM-App.ear/properties.jar : Access denied (
java.io.FilePermission MDM-App.ear/properties.jar
read)

Code:

com.dwl.base.logging.DWLLog4jLogger in {file:MDM-App.ear/Logging.jar}

Stack Trace:

java.security.AccessControlException: Access denied (java.io.FilePermission MDM-App.ear/properties.jar read)
at java.security.AccessController.checkPermission(AccessController.java:108)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:548)
Permission:

MDM-App.ear/properties.jar : Access denied (
java.io.FilePermission MDM-App.ear/properties.jar
read)

Code:

com.dwl.base.logging.DWLLog4jLogger in {file:MDM-App.ear/Logging.jar}

Stack Trace:

java.security.AccessControlException: Access denied (java.io.FilePermission MDM-App.ear/properties.jar read)
at java.security.AccessController.checkPermission(AccessController.java:108)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:548)
at com.ibm.ws.security.core.SecurityManager.checkPermission(SecurityManager.java:212)
at com.ibm.ws.classloader.SinglePathClassProvider.check(SinglePathClassProvider.java:470)
at com.ibm.ws.classloader.SinglePathClassProvider.checkURL(SinglePathClassProvider.java:457)
at com.ibm.ws.classloader.SinglePathClassProvider.getResource(SinglePathClassProvider.java:449)
at com.ibm.ws.classloader.CompoundClassLoader.findResource(CompoundClassLoader.java:823)
at com.ibm.ws.classloader.CompoundClassLoader.getResource(CompoundClassLoader.java:787)
at java.lang.Class.getResource(Class.java:1170)
at com.dwl.base.logging.DWLLog4jLogger.<clinit>(DWLLog4jLogger.java:81)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
at com.dwl.base.logging.DWLLog4jLoggerFactory.getLogger(DWLLog4jLoggerFactory.java:94)
at com.dwl.base.logging.DWLLog4jLoggerFactory.getLogger(DWLLog4jLoggerFactory.java:85)
at com.dwl.base.logging.DWLLoggerManager.getLogger(DWLLoggerManager.java:123)
at com.dwl.base.work.queued.QueuedWorkProcessorBean.<clinit>(QueuedWorkProcessorBean.java:74)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1328)
at com.ibm.ejs.container.EJSContainer.loadBeanMetaData(EJSContainer.java:1669)
at com.ibm.ejs.container.HomeOfHomes.loadBeanMetaData(HomeOfHomes.java:641)
at com.ibm.ejs.container.HomeRecord.getHomeAndInitialize(HomeRecord.java:479)
at com.ibm.ejs.container.EJSContainer.getHomeWrapperCommon(EJSContainer.java:1271)
at com.ibm.ejs.container.EJSContainer.getHomeInstance(EJSContainer.java:1180)
at com.ibm.ejs.container.EJSContainer.startBean(EJSContainer.java:1166)
at com.ibm.ws.runtime.component.EJBContainerImpl.startBean(EJBContainerImpl.java:3474)
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2880)
at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3720)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1303)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:949)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2122)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)

Artyom

Posts: 15
Registered: Aug 18, 2009 03:35:15 AM
Re: Permission error when inititating MDM Logger
Posted: Nov 09, 2009 10:29:14 AM   in response to: Artyom in response to: Artyom's post
 
Click to report abuse...   Click to reply to this thread Reply
We found the problem.
"Use Java 2 security to restrict application access to local resources" option was enabled by mistake.
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums