Forum Discussion

MJM's avatar
MJM
New Contributor
3 months ago

"Clone interface" between projects not working

Hi,

Recently I tried to copy soap interface between projects using both context menu and Ctrl+drag'n'drop, but each and every time I ran into this error:

Wed Jul 02 10:05:36 CEST 2025:ERROR:java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "com.eviware.soapui.impl.support.AbstractInterface.getTechnicalId()" is null
   java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "com.eviware.soapui.impl.support.AbstractInterface.getTechnicalId()" is null
   	at com.eviware.soapui.impl.wsdl.WsdlProject.getInterfaceByTechnicalId(WsdlProject.java:675)
   	at com.eviware.soapui.impl.wsdl.actions.iface.CloneInterfaceAction.perform(CloneInterfaceAction.java:73)
   	at com.eviware.soapui.impl.wsdl.actions.iface.CloneInterfaceAction.perform(CloneInterfaceAction.java:37)
   	at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:93)
   	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
   	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313)
   	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
   	at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
   	at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:374)
   	at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1028)
   	at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1072)
   	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
   	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6626)
   	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3389)
   	at java.desktop/java.awt.Component.processEvent(Component.java:6391)
   	at java.desktop/java.awt.Container.processEvent(Container.java:2266)
   	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5001)
   	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
   	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833)
   	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
   	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
   	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
   	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
   	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780)
   	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833)
   	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:775)
   	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
   	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
   	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
   	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:747)
   	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
   	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:744)
   	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
   	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
   	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
   	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
   	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Anybody has any idea, how to make this work?
Thanks in advance

1 Reply