| Author |
Error invoking MBean command
|
divya chamarti
Ranch Hand
Joined: Jul 28, 2006
Posts: 56
|
|
Hi All I am executing a build script in that i am using the weblogic ant task also like wlconfig and wldeploy , but while executing i am getting the following error : Error invoking MBean command: java.lang.IllegalArgumentException: Property Name and value not valid for the MBean. Value ofCluster for parameter[Targets].java.lang.IllegalArgumentException: javax.management.MalformedObjectNameException: Domain name either missing or null what could be the exactly problem for this error? and one more thing what is exactly MBean? If any one knows it please suggest me some solution Thanks In Advance Divya
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
MBeans are JMX beans - in this case they are being used behind the scenes of the ANT task to monitor and set up properties of the Weblogic server. This error means that the ANT task tried to build a call to the JMX bean on the Weblogic server using the properties supplied to the ANT task, and there was something missing - specfically it looks like "Domain name either missing or null" means that the domain name of the weblogic server was left out.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: Error invoking MBean command
|
|
|