Forum Discussion

chanukya's avatar
chanukya
Occasional Contributor
5 years ago
Solved

Error when trying to import project "JavaFX does not repond"

Hi,

 

I am using ReadyAPI 2.8.0 and I am seeing the following error when trying to import a project.

 

  • Mon Oct 21 09:42:03 EDT 2019: ERROR: java.lang.IllegalStateException: JavaFX does not respond
  • java.lang.IllegalStateException: JavaFX does not respond
  • at com.eviware.x.impl.swing.SynchronousJFXCaller.call(SynchronousJFXCaller.java:137)
  • at com.eviware.x.impl.swing.SynchronousJFXDirectoryChooser.showDialog(SynchronousJFXDirectoryChooser.java:35)
  • at com.eviware.x.impl.swing.SynchronousJFXDirectoryChooser.showDialog(SynchronousJFXDirectoryChooser.java:21)
  • at com.eviware.x.impl.swing.SynchronousJFXDirectoryChooser.showDialog(SynchronousJFXDirectoryChooser.java:47)
  • at com.eviware.x.impl.swing.SwingFileDialogs.getDirectoryValue(SwingFileDialogs.java:449)
  • at com.eviware.x.impl.swing.SwingFileDialogs.openDirectory(SwingFileDialogs.java:400)
  • at com.eviware.soapui.impl.actions.ImportCompositeWsdlProjectAction.perform(ImportCompositeWsdlProjectAction.java:40)
  • at com.eviware.soapui.impl.actions.ImportCompositeWsdlProjectAction.perform(ImportCompositeWsdlProjectAction.java:1)
  • at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:129)
  • at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  • at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  • at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  • at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  • at javax.swing.AbstractButton.doClick(Unknown Source)
  • at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
  • at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
  • at java.awt.Component.processMouseEvent(Unknown Source)
  • at javax.swing.JComponent.processMouseEvent(Unknown Source)
  • at java.awt.Component.processEvent(Unknown Source)
  • at java.awt.Container.processEvent(Unknown Source)
  • at java.awt.Component.dispatchEventImpl(Unknown Source)
  • at java.awt.Container.dispatchEventImpl(Unknown Source)
  • at java.awt.Component.dispatchEvent(Unknown Source)
  • at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  • at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  • at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  • at java.awt.Container.dispatchEventImpl(Unknown Source)
  • at java.awt.Window.dispatchEventImpl(Unknown Source)
  • at java.awt.Component.dispatchEvent(Unknown Source)
  • at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  • at java.awt.EventQueue.access$500(Unknown Source)
  • at java.awt.EventQueue$3.run(Unknown Source)
  • at java.awt.EventQueue$3.run(Unknown Source)
  • at java.security.AccessController.doPrivileged(Native Method)
  • at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  • at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  • at java.awt.EventQueue$4.run(Unknown Source)
  • at java.awt.EventQueue$4.run(Unknown Source)
  • at java.security.AccessController.doPrivileged(Native Method)
  • at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  • at java.awt.EventQueue.dispatchEvent(Unknown Source)
  • at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  • at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  • at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  • at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  • at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  • at java.awt.EventDispatchThread.run(Unknown Source)

Could some one tell me if there is a bug in the product or just some java dependency

 

Thanks,

Chanukya

4 Replies