aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Error invoking MBean command Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Error invoking MBean command" Watch "Error invoking MBean command" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Error invoking MBean command
 
Similar Threads
JBOSS 5.1 config properties for clusters
Ways of getting [Servlet Error]- [BeanUtils.populate] exception
problem with t:tree
what is value of classpath?
Problem with entity bean