Forum Discussion
dkarr
16 years agoContributor
Actually, you were right that I wasn't executing the version I thought I was, but for a different reason. I was properly installing them into separate trees, but I somehow managed to create a Windows shortcut with the exact same name as the one for the main 3.0.1 release, and when I edited the shortcut properties for the one that I created to point to the nightly, it simply ignored the changes I made in the dialog, so I was still executing the 3.0.1 release.
However, I'm hitting some obstacles with using the nightly (now the 0922 version). I first saw an odd limitation with using "..\lib\*" in the classpath setting in the BAT file. I have no idea why, but I had to change this to an explicit reference to all of the jar files in that directory. Without that, it simply couldn't find the classes in those jars.
Then, when I finally got my project loaded and started navigating into the project tree, when I double-clicked on "Request 1", the console said this:
java.lang.NullPointerException
at com.eviware.soapui.support.components.BrowserComponent.setUpProxy(BrowserComponent.java:639)
at com.eviware.soapui.support.components.BrowserComponent.initBrowser(BrowserComponent.java:251)
at com.eviware.soapui.support.components.BrowserComponent.getComponent(BrowserComponent.java:161)
at com.eviware.soapui.ui.URLDesktopPanel.(URLDesktopPanel.java:37)
at com.eviware.soapui.SoapUI.showPushPage(SoapUI.java:1088)
at com.eviware.soapui.SoapUI$3.run(SoapUI.java:730)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
so it didn't bring up the dialog to submit the test request.
However, I'm hitting some obstacles with using the nightly (now the 0922 version). I first saw an odd limitation with using "..\lib\*" in the classpath setting in the BAT file. I have no idea why, but I had to change this to an explicit reference to all of the jar files in that directory. Without that, it simply couldn't find the classes in those jars.
Then, when I finally got my project loaded and started navigating into the project tree, when I double-clicked on "Request 1", the console said this:
java.lang.NullPointerException
at com.eviware.soapui.support.components.BrowserComponent.setUpProxy(BrowserComponent.java:639)
at com.eviware.soapui.support.components.BrowserComponent.initBrowser(BrowserComponent.java:251)
at com.eviware.soapui.support.components.BrowserComponent.getComponent(BrowserComponent.java:161)
at com.eviware.soapui.ui.URLDesktopPanel.
at com.eviware.soapui.SoapUI.showPushPage(SoapUI.java:1088)
at com.eviware.soapui.SoapUI$3.run(SoapUI.java:730)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
so it didn't bring up the dialog to submit the test request.