cancel
Showing results for 
Search instead for 
Did you mean: 

Error while executing the Runnable

spidero
Champ in-the-making
Champ in-the-making
Hello, I have such error after starting alfresco 3.4 on weblogic 12, any sugestion ?

SEVERE: Error while executing the Runnable:
weblogic.management.NoAccessRuntimeException: Access not allowed for subject: principals=[], on ResourceType: MonitoredSimpleTrigger Action: unregister, Target: null
        at weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.wlsRun(SecurityHelper.java:819)
        at weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.run(SecurityHelper.java:682)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.management.internal.SecurityHelper.isAccessAllowed(SecurityHelper.java:269)
        at weblogic.management.internal.SecurityHelper.isAccessAllowed(SecurityHelper.java:157)
        at weblogic.management.mbeanservers.internal.SecurityInterceptor.checkUnregisterSecurity(SecurityInterceptor.java:672)
        at weblogic.management.mbeanservers.internal.SecurityInterceptor.unregisterMBean(SecurityInterceptor.java:321)
        at weblogic.management.jmx.mbeanserver.WLSMBeanServer.unregisterMBean(WLSMBeanServer.java:210)
        at org.alfresco.enterprise.repo.management.DynamicMBeanExporter.unregisterMBean(DynamicMBeanExporter.java:43)
        at org.alfresco.enterprise.scheduler.MonitoredRAMJobStore.removeTrigger(MonitoredRAMJobStore.java:150)
        at org.quartz.simpl.RAMJobStore.triggeredJobComplete(RAMJobStore.java:1422)
        at org.quartz.core.QuartzScheduler.notifyJobStoreJobComplete(QuartzScheduler.java:1785)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:287)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
5 REPLIES 5

bisana
Champ on-the-rise
Champ on-the-rise
Can you give more info about the OS

spidero
Champ in-the-making
Champ in-the-making
uname -a
Linux  2.6.32-220.13.1.el6.x86_64 #1 SMP Tue Apr 17 23:56:34 BST 2012 x86_64 x86_64 x86_64 GNU/Linux

CentOS release 6.2 (Final)

Weblogic 12

Alfresco 3.4d

bisana
Champ on-the-rise
Champ on-the-rise
check wheter SElinux enabled or not
Also flush your Iptables rules

spidero
Champ in-the-making
Champ in-the-making
thx,

disable selinux actually a litle help,

now error is few lines smaller

SEVERE: Error while executing the Runnable:
weblogic.management.NoAccessRuntimeException: Access not allowed for subject: principals=[], on Resource MonitoredSimpleTrigger Operation: unregister , Target: null
        at weblogic.management.mbeanservers.internal.SecurityInterceptor.isAccessAllowed(SecurityInterceptor.java:1140)
        at weblogic.management.mbeanservers.internal.SecurityInterceptor.checkUnregisterSecurity(SecurityInterceptor.java:670)
        at weblogic.management.mbeanservers.internal.SecurityInterceptor.unregisterMBean(SecurityInterceptor.java:321)
        at weblogic.management.jmx.mbeanserver.WLSMBeanServer.unregisterMBean(WLSMBeanServer.java:210)
        at org.alfresco.enterprise.repo.management.DynamicMBeanExporter.unregisterMBean(DynamicMBeanExporter.java:43)
        at org.alfresco.enterprise.scheduler.MonitoredRAMJobStore.removeTrigger(MonitoredRAMJobStore.java:150)
        at org.quartz.simpl.RAMJobStore.triggeredJobComplete(RAMJobStore.java:1422)
        at org.quartz.core.QuartzScheduler.notifyJobStoreJobComplete(QuartzScheduler.java:1785)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:287)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)


iptables was off

spidero
Champ in-the-making
Champ in-the-making
SOLUTION:

add instruction to alter JAVA_OPTIONS in setDomainEnv script to include "-Dcom.sun.management.jmxremote" property