This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136010 - ManagementRemoNB 6.0.1 Exception trying to deploy JBI CA to remote linux glassfish
Summary: ManagementRemoNB 6.0.1 Exception trying to deploy JBI CA to remote linux glas...
Status: RESOLVED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 15:41 UTC by mklybor
Modified: 2008-10-01 14:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mklybor 2008-05-28 15:41:02 UTC
I am getting an exception trying to deploy a JBI CA to a remote linux glassfish instance.

Additionally, the JBI service/binding components do not show up in the NB services tree. I see the other server apps, 
resources, etc. just not JBI. I can access the remote server with the Glassfish admin console from web browser and am 
able to see the JBI components and deploy a service assembly. Just not via NB, must use standalone browser.

Some other info:

- no problems deploying other types of apps to the remote server. Web apps no problem, problem limited to JBI
- no problem deploying JBI to localhost instance of glassfish
- no problem seeing JBI components no localhost instance, problem limited to seeing same from remot instance
- everyone is running same version of glassfish  V2ur1, same JDK version 1.6
- using standard glassfish admin port 4848

Here's the output that I get. thanks, let me know if any additional info is needed to help resolve this issue.

Building jar: C:\Documents and Settings\klybor\NetBeansProjects\ShipPositionCA3\dist\ShipPositionCA3.zip
run-jbi-deploy:
[deploy-service-assembly]
    Deploying a service assembly...
        host=bears.rsn.hp.com
        port=4848
        file=C:\Documents and Settings\klybor\NetBeansProjects\ShipPositionCA3/dist/ShipPositionCA3.zip
javax.management.ReflectionException: Signature mismatch for operation terminateUpload: (java.lang.Object) should be 
(java.lang.Object, java.lang.Long)
        at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)
        at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:117)
        at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
        at javax.management.StandardMBean.invoke(StandardMBean.java:391)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
        at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:178)
        at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:69)
        at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle
(MBeanServerRequestHandler.java:155)
        at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest
(RemoteJmxConnectorServlet.java:122)
        at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost
(RemoteJmxConnectorServlet.java:193)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
        at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
        at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
        at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
        at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
        at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
        at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
        at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
        at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
        at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
        at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
        at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
Caused by: java.lang.NoSuchMethodException: terminateUpload(java.lang.Object)
        at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)
        ... 38 more
[start-service-assembly]
    Starting a service assembly...
        host=bears.rsn.hp.com
        port=4848
        name=ShipPositionCA3
Failed execution of startServiceAssembly. com.sun.esb.management.common.ManagementRemoteException
C:\Documents and Settings\klybor\NetBeansProjects\ShipPositionCA3\nbproject\build-impl.xml:239: Service assembly 
deployment failed.
BUILD FAILED (total time: 5 seconds)
Comment 1 Sergey Lunegov 2008-10-01 14:03:49 UTC
Please attach projects for evaluation.