Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » not support executeThreadRuntime
not support executeThreadRuntime [message #486513] Thu, 17 September 2009 22:14 Go to next message
Mauro is currently offline MauroFriend
Messages: 79
Registered: July 2009
Member
I'm getting the following message using eclipslink version
1.1.2.v20090612-r4475
with weblogic 10.3.

[EL Warning]: 2009-09-17 19:03:30.215--Version of WebLogic does not
support executeThreadRuntime - using ClassLoader:
weblogic.management.NoAccessRuntimeException: Access not allowed for
subject: principals=[], on ResourceType: ThreadPoolRuntime Action:
execute, Target: getExecuteThread

Does any body know what does it mean? Did I forget to configure something?
May I not worry about it?

Thanks. Mauro.
Re: not support executeThreadRuntime [message #487956 is a reply to message #486513] Fri, 25 September 2009 04:18 Go to previous messageGo to next message
Doug Clarke is currently offline Doug ClarkeFriend
Messages: 155
Registered: July 2009
Senior Member
Mauro,

I believe that error is reported when EclipseLink fails to retrieve a thread from the container to retrieve the WebLogic version #.

What server platform did you specify in your persistence unit properties and what version of WebLogic are you running with?

Doug
Re: not support executeThreadRuntime [message #488169 is a reply to message #486513] Fri, 25 September 2009 18:46 Go to previous message
Mauro Flores is currently offline Mauro FloresFriend
Messages: 84
Registered: September 2009
Location: Brasil
Member
Doug,

Versão do weblogic: 10.3 (Fri Jul 25 16:30:05 EDT 2008)
Versão do eclipselink: 1.1.2.v20090612-r4475

Configuração persistence.xml:

<persistence-unit name="XXX">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider >
<jta-data-source>XXX</jta-data-source>
<mapping-file>META-INF/orm.xml</mapping-file>
<properties>
<property name="eclipselink.target-server" value="WebLogic_10" />
<property name="eclipselink.logging.level" value="WARNING" />
</properties>
</persistence-unit>

Tks. Mauro.
Previous Topic:Unknown entity type
Next Topic:EclipseLink-7242
Goto Forum:
  


Current Time: Fri Apr 19 21:42:33 GMT 2024

Powered by FUDForum. Page generated in 0.02763 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top