Forum Discussion

wattle9's avatar
wattle9
Occasional Contributor
15 years ago

How to install SoapUI 3.6.1

I need to install SoapUI 3.6.1.

I downloaded Trial Version form http://dl.eviware.com/3_6_1/soapui-pro- ... ws-bin.zip

I tried to open up the application.It did not come up.

Since it did not work

I downloaded open source version from http://sourceforge.net/projects/soapui/

I was able to open the application.But, I cannot create a new soap project.When I create new project , I just see "new project dialog" box without check boxes.Also , I observed many other errors in the error log.Most them were swing and awt exceptions

I need to use SoapUI with Heremes JMS in my windows xp sp3 machine.

My questions are as follows.

1) What is the stable SoapUI 3.6.1 PRO Trial version.What is the location to download it?
2) I received Trial Key.How do I attach to the Trial Application?
3) What are the other requirements for the system( like JRE version)?
4) Do I need to configure JRE separately?
5) How do I open up the application from windows binary files?
6) What is the stable open source soupui 3.6.1 version?

My requirement is to do new soapui projects and play with JMS (see http://www.soapui.org/JMS/getting-started.html)
  • wattle9's avatar
    wattle9
    Occasional Contributor
    I was able to fix this..It was wrong JRE version issue..thx
  • wattle9's avatar
    wattle9
    Occasional Contributor
    I changed the enviorenment to windows xp sp3.

    Again having the problem.I have pasted the errors in soapui-errors.log.


    2011-01-24 08:59:18,099 ERROR [errorlog] java.lang.ClassCastException: com.eviware.soapui.config.impl.EndpointStrategyConfigImpl cannot be cast to com.eviware.soapui.config.DefaultEndpointStrategyConfig
    java.lang.ClassCastException: com.eviware.soapui.config.impl.EndpointStrategyConfigImpl cannot be cast to com.eviware.soapui.config.DefaultEndpointStrategyConfig
    at com.eviware.soapui.impl.wsdl.endpoint.DefaultEndpointStrategy.initConfig(DefaultEndpointStrategy.java:95)
    at com.eviware.soapui.impl.wsdl.endpoint.DefaultEndpointStrategy.init(DefaultEndpointStrategy.java:68)
    at com.eviware.soapui.impl.wsdl.WsdlProject.<init>(WsdlProject.java:265)
    at com.eviware.soapui.impl.wsdl.WsdlProject.<init>(WsdlProject.java:178)
    at com.eviware.soapui.impl.wsdl.WsdlProjectFactory.createNew(WsdlProjectFactory.java:51)
    at com.eviware.soapui.impl.wsdl.WsdlProjectFactory.createNew(WsdlProjectFactory.java:24)
    at com.eviware.soapui.impl.WorkspaceImpl.createProject(WorkspaceImpl.java:436)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:119)
    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)
    2011-01-24 08:59:18,115 ERROR [errorlog] java.lang.NullPointerException
    java.lang.NullPointerException
    at java.util.Hashtable.put(Unknown Source)
    at javax.swing.JEditorPane.registerEditorKitForContentType(Unknown Source)
    at javax.swing.JEditorPane.registerEditorKitForContentType(Unknown Source)
    at javax.swing.JEditorPane.loadDefaultKitsIfNecessary(Unknown Source)
    at javax.swing.JEditorPane.getKitTypeRegistry(Unknown Source)
    at javax.swing.JEditorPane.createEditorKitForContentType(Unknown Source)
    at javax.swing.JEditorPane.getEditorKitForContentType(Unknown Source)
    at javax.swing.JEditorPane.setContentType(Unknown Source)
    at javax.swing.JEditorPane.<init>(Unknown Source)
    at com.eviware.x.impl.swing.SwingDialogs.showExtendedInfo(SwingDialogs.java:141)
    at com.eviware.x.impl.swing.SwingDialogs.showExtendedInfo(SwingDialogs.java:127)
    at com.eviware.soapui.support.UISupport.showErrorMessage(UISupport.java:628)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:172)
    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 Sour