Forum Discussion

Wave_Crest_Hold's avatar
Wave_Crest_Hold
Contributor
15 years ago

Not able to do Web Recording in SOAP UI Pro 3.6.1(no jre)

Hi All,

Not able to do Web Recording in soapUI PRO 3.6.1(Windows OSWindows 64-bit installer (no JRE version)). Getting java.lang.NullPointerException. Can someone help me in resolving the issue. But with soapUI PRO 3.6.1(Windows 32-bit installer) I am able to do Web Recording?

Thanks In Advance,
Kiran.
  • One more observation is with 64 bit jre is not bundled and with 32 bit jre is bundled inbuilt and no problem is seen while doing web recording.
  • Hi Kiran,

    the bundled browser component does not work under a 64-bit JRE unfortunately (since it is 32-bit itself), but could you please show the contents of the error log when you get the null pointer exception!?

    thanks in advance!

    regards,

    /Ole
    eviware.com
  • Hi Ole,

    Please find the error log details seen:

    Thu Feb 03 16:15:49 IST 2011:ERROR:java.lang.NullPointerException
    java.lang.NullPointerException
    at com.eviware.soapui.impl.rest.panels.request.views.html.HttpHtmlResponseView.setRecordHttpTrafic(HttpHtmlResponseView.java:70)
    at com.eviware.soapui.impl.wsdl.actions.project.CreateWebTestAction.createWebTest(CreateWebTestAction.java:162)
    at com.eviware.soapui.impl.wsdl.actions.project.CreateWebTestAction.perform(CreateWebTestAction.java:130)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:163)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:54)
    at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:89)
    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.AWTEventMulticaster.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.Component.dispatchEvent(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)