Open ESB + Addons - Netbeans 6 : problem deploying Service Engine example
I have downloaded the Open ESB + Addons - Netbeans 6 installer jar from the Open ESB home page and I'm attempting to deploy a simple echo service JBI SE. The code was generated by clickingNew Project -> JBI Components -> Service Engine. The project builds just fine.
After I start the bundled Sun App server and right click on project and selectInstall Component from the context menu, I get the following error:
Trying to override old definition of task jbi-deploy-service-assembly
Installing a component
jmx connection info: (host=localhost, port=8686, username=admin)
file=C:\cygwin\home\KJSlater\projects\MyEngineSE\dist\MyEngineSE.zip
C:\cygwin\home\KJSlater\projects\MyEngineSE\nbproject\jbiadmin-impl.xml:99: The following error occurredwhile executingthis line:
C:\cygwin\home\KJSlater\projects\MyEngineSE\nbproject\jbiadmin-impl.xml:49: The following error occurredwhile executingthis line:
C:\cygwin\home\KJSlater\projects\MyEngineSE\nbproject\jbi_admin.xml:122: Install component failed. [
ERROR:(UICMN2005)An error occurredwhile opening a JMX Connection with JMX Service URL: service:jmx:rmi:///jndi/rmi://localhost:8686/management/rmi-jmx-connector.
Caused by:(UICMN0000)Not supported yet.
]
BUILD FAILED (total time: 0 seconds)
I've used the JConsole to go to the JMX service URL given. I can connect just fine using the default id and password.
Is anyone else having this problem? Has anyone found a work around?
...Kevin

