Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Examples/JMX/MBeans WebLogic"

m (New page: ==EclipseLink JMX MBean support in WebLogic== <font color="red">This page is under construction for the next week starting 20080619.</font> The API discussed here is still in the design ph...)
 
m (EclipseLink JMX MBean support in WebLogic)
Line 1: Line 1:
 
==EclipseLink JMX MBean support in WebLogic==
 
==EclipseLink JMX MBean support in WebLogic==
 
<font color="red">This page is under construction for the next week starting 20080619.</font>
 
<font color="red">This page is under construction for the next week starting 20080619.</font>
The API discussed here is still in the design phase and will be checked in as part of enhancement [[http://bugs.eclipse.org/235168|235168]]
+
The API discussed here is still in the design phase and will be checked in as part of enhancement [[http://bugs.eclipse.org/235168 235168]]
  
 
===Configuring WebLogic Server Domain Security===
 
===Configuring WebLogic Server Domain Security===
*Select the [[http://localhost:7001/consolehelp/console-help.portal?_nfpb=true&_pageLabel=page&helpId=Securitysecuritydomaindomainconfiggeneraltitle#security.domain.domainconfiggeneral.securityconfiguration.anonymousadminlookupenabled.label|Anonymous Admin Lookup Enabled checkbox]] on the admin console security tab and restart. (Or you will get the following security warning.
+
*Select the [[http://localhost:7001/consolehelp/console-help.portal?_nfpb=true&_pageLabel=page&helpId=Securitysecuritydomaindomainconfiggeneraltitle#security.domain.domainconfiggeneral.securityconfiguration.anonymousadminlookupenabled.label|Anonymous Admin Lookup Enabled checkbox]] on the admin console security tab and restart. (Or you will get the following security warning).
 
<pre>
 
<pre>
[EL Warning]: 2008.06.19 13:37:01.875--Thread(Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads])--Failed to find MBean Server: javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic.management.home to perform lookup operation.  
+
[EL Warning]: 2008.06.19 13:37:01.875--Thread(Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads])--Failed to find MBean Server: javax.naming.NoPermissionException:  
 +
User <anonymous> does not have permission on weblogic.management.home to perform lookup operation.  
 
</pre>
 
</pre>

Revision as of 14:40, 19 June 2008

EclipseLink JMX MBean support in WebLogic

This page is under construction for the next week starting 20080619. The API discussed here is still in the design phase and will be checked in as part of enhancement [235168]

Configuring WebLogic Server Domain Security

[EL Warning]: 2008.06.19 13:37:01.875--Thread(Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads])--Failed to find MBean Server: javax.naming.NoPermissionException: 
User <anonymous> does not have permission on weblogic.management.home to perform lookup operation. 

Back to the top