Hi
I was facing an issue regarding the TN.
I have created a processing rule and perform an "Action " i.e.,I checked an option "Execute a service " Under this option when I try to click the new service /find service. I was getting an error
Error Message :
"New Service
(1) showNsSelectionDialog
failed to invoke proxy method
null
"
Details Error Message :
ErrorMessage: ErrorDialog
TRNCONS.000040.000002
ERROR
ActionPanel
actionPerformed
Thu Aug 12 23:11:25 IST 2010
New Service
showNsSelectionDialog failed to invoke proxy method null
An error occurred while creating a new service
com.wm.proxy.ProxyException: showNsSelectionDialog failed to invoke proxy method null
com.wm.proxy.ProxyException: showNsSelectionDialog failed to invoke proxy method null at com.wm.proxy.dev.ExtAccessDeveloperProxy.ExtAccessDeveloper_showNsSelectionDialog(ExtAccessDeveloperProxy.java:625) at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1620) at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1614) at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1099) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5517) at javax.swing.JComponent.processMouseEvent(JComponent.java:3135) at java.awt.Component.processEvent(Component.java:5282) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3984) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3819) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1791) at java.awt.Component.dispatchEvent(Component.java:3819) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Can any one please help me out why I’m facing this issue
Thanks in advance,