[ 
https://wso2.org/jira/browse/ESBJAVA-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ruwan Linton resolved ESBJAVA-486.
----------------------------------

    Resolution: Fixed

Fixed on the SVN branch of 1.7

> InstanceNotFoundException when updating Proxy service with VSF sample 
> configuration
> -----------------------------------------------------------------------------------
>
>                 Key: ESBJAVA-486
>                 URL: https://wso2.org/jira/browse/ESBJAVA-486
>             Project: WSO2 ESB
>          Issue Type: Bug
>          Components: Proxy Services Management
>    Affects Versions: NIGHTLY
>         Environment: Ubuntu7.04, JDK1.5.0_14
>            Reporter: Evanthika Amarasiri
>            Assignee: Ruwan Linton
>             Fix For: 1.7
>
>
> Steps to reproduce
> 1. Started the sample 254
> 2. Logged in to the ESB Management console and viewed available Proxy 
> Services.
> 3. Edit the Proxy service which contains the VFS configuration and then just 
> click on 'Save'
> The following exception was thrown on the ESB console.
> ************************************************************************************************************************************************************************
> 2008-05-21 13:14:37,817 [127.0.1.1-evanthika-laptop] [http-9443-Processor4]  
> WARN VFSTransportListener Error registering a MBean with objectname ' 
> org.wso2.esb:Type=Transport,ConnectorName=vfs-listener,Group=Services,Service=StockQuoteProxy
>  ' for JMX management
> javax.management.InstanceNotFoundException: 
> org.wso2.esb:Type=Transport,ConnectorName=vfs-listener,Group=Services,Service=StockQuoteProxy
>         at 
> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
>         at 
> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:354)
>         at 
> com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:527)
>         at 
> org.apache.synapse.transport.base.AbstractTransportListener.unregisterMBean(AbstractTransportListener.java:454)
>         at 
> org.apache.synapse.transport.base.AbstractTransportListener.internalStopListeningForService(AbstractTransportListener.java:187)
>         at 
> org.apache.synapse.transport.base.AbstractTransportListener.access$100(AbstractTransportListener.java:45)
>         at 
> org.apache.synapse.transport.base.AbstractTransportListener$GenericAxisObserver.serviceUpdate(AbstractTransportListener.java:315)
>         at 
> org.apache.axis2.engine.AxisConfiguration.notifyObservers(AxisConfiguration.java:510)
>         at 
> org.apache.axis2.description.AxisServiceGroup.removeService(AxisServiceGroup.java:149)
>         at 
> org.apache.axis2.engine.AxisConfiguration.removeService(AxisConfiguration.java:559)
>         at 
> org.apache.synapse.config.SynapseConfiguration.removeProxyService(SynapseConfiguration.java:523)
>         at 
> org.wso2.esb.services.ProxyServiceAdmin.deleteProxyService(ProxyServiceAdmin.java:366)
>         at 
> org.wso2.esb.services.ProxyServiceAdmin.saveProxyService(ProxyServiceAdmin.java:295)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at 
> org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:194)
>         at 
> org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:63)
>         at 
> org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:100)
>         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176)
>         at 
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
>         at 
> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:131)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>         at 
> org.wso2.adminui.AdminUIServletFilter.doFilter(AdminUIServletFilter.java:133)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>         at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>         at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>         at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>         at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>         at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>         at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>         at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>         at 
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
>         at 
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>         at 
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>         at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>         at java.lang.Thread.run(Thread.java:595)
> 2008-05-21 13:14:37,819 [127.0.1.1-evanthika-laptop] [http-9443-Processor4]  
> INFO ProxyServiceAdmin Proxy service : StockQuoteProxy deleted
> 2008-05-21 13:14:37,820 [127.0.1.1-evanthika-laptop] [http-9443-Processor4] 
> DEBUG MediatorFactoryFinder 
> getMediator({http://ws.apache.org/ns/synapse}property)
> 2008-05-21 13:14:37,821 [127.0.1.1-evanthika-laptop] [http-9443-Processor4] 
> DEBUG MediatorFactoryFinder getMediator({http://ws.apache.org/ns/synapse}send)
> 2008-05-21 13:14:37,821 [127.0.1.1-evanthika-laptop] [http-9443-Processor4]  
> INFO ProxyService Building Axis service for Proxy service : StockQuoteProxy
> 2008-05-21 13:14:37,870 [127.0.1.1-evanthika-laptop] [http-9443-Processor4]  
> INFO ProxyService Adding service StockQuoteProxy to the Axis2 configuration
> 2008-05-21 13:14:37,872 [127.0.1.1-evanthika-laptop] [http-9443-Processor4]  
> INFO ProxyService Successfully created the Axis2 service for Proxy service : 
> StockQuoteProxy
> 2008-05-21 13:14:37,873 [127.0.1.1-evanthika-laptop] [http-9443-Processor4]  
> INFO ProxyServiceAdmin Added proxy service : StockQuoteProxy
> 2008-05-21 13:14:37,873 [127.0.1.1-evanthika-laptop] [http-9443-Processor4] 
> DEBUG SequenceMediator Initializing child mediators
> 2008-05-21 13:14:37,873 [127.0.1.1-evanthika-laptop] [http-9443-Processor4]  
> INFO ProxyServiceAdmin Added added proxy service : StockQuoteProxy

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to