ContributionsMost RecentMost LikesSolutionsRe: Can't open Groovy or Run TestCase step in Linux with 1.6 JREHi, Ole, I sent an email last week to you directly but haven't heard back. Just checking that that was what you were asking for. Thanks, KarenCan't open Groovy or Run TestCase step in Linux with 1.6 JRECan't edit Groovy script or Run Testcase step with 1.6 JRE. Have to go back to JRE 1.5 JRE. This is on RHEL 4 AS. (Haven't tried 1.6 on Windows to see if there is any similar issue). This is with soapUI 2.0.2 professional or 2.0.2 non-professional. Note I have no problem editing these steps using JRE 1.5, but in order to get the license processed on RHEL with the professional version I had to switch to 1.6. (This was covered in a separate posting). Fortunately I could load the license with 1.6 and then switch back to 1.5 to continue working. But obviously would like to have 1.6 be usable to avoid having to switch back and forth. This is the error I get with 1.6 JRE when either double clicking on these steps or trying to right-click to access the context menu: (Also note this is an IBM JRE, not SUN's. We are not permitted to use SUN's JRE in our lab without a lot of extra hassle) Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.eviware.soapui.support.action.swing.ActionListBuilder.addActions(ActionListBuilder.java:79) at com.eviware.soapui.support.action.swing.ActionListBuilder.buildActions(ActionListBuilder.java:62) at com.eviware.soapui.support.action.swing.ActionListBuilder.buildActions(ActionListBuilder.java:38) at com.eviware.soapui.model.tree.AbstractModelItemTreeNode.getActions(AbstractModelItemTreeNode.java:112) at com.eviware.soapui.model.tree.nodes.PropertiesTreeNode.getActions(PropertiesTreeNode.java:165) at com.eviware.soapui.ui.Navigator$TreeKeyListener.keyPressed(Navigator.java:223) at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:246) at java.awt.Component.processKeyEvent(Component.java:6012) at javax.swing.JComponent.processKeyEvent(JComponent.java:2812) at java.awt.Component.processEvent(Component.java:5831) at java.awt.Container.processEvent(Container.java:2071) at java.awt.Component.dispatchEventImpl(Component.java:4426) at java.awt.Container.dispatchEventImpl(Container.java:2129) at java.awt.Component.dispatchEvent(Component.java:4256) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1861) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:710) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:975) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:847) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:674) at java.awt.Component.dispatchEventImpl(Component.java:4298) at java.awt.Container.dispatchEventImpl(Container.java:2129) at java.awt.Window.dispatchEventImpl(Window.java:2453) at java.awt.Component.dispatchEvent(Component.java:4256) at java.awt.EventQueue.dispatchEvent(EventQueue.java:612) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:286) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:186) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:181) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:173) at java.awt.EventDispatchThread.run(EventDispatchThread.java:134)Next soapUI Pro updateWhen will the next soapUI Pro with the latest updates be released? We had posted sometime ago an issue about "wsdl handling for child classes". We are hoping/wondering whether this issue will make it into the upcoming release.Re: Can't load product license into soapUI Pro running on LinuxOle, Thanks, that did the trick! We are now able to see the panel for the license agreement. RonnieCan't load product license into soapUI Pro running on LinuxWe just purchased several soapUI Pro licenses which we want to use few on linux operating systems running soapUI Pro. When we tried to load the license the following occurs. We are able to load one of the licenses into soapUI Pro running on windows without a problem. 18:00:38,659 ERROR [SoapUI] An error occured [sun.io.MalformedInputException], see error log for details Exception in thread "main" sun.io.MalformedInputException at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262) at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314) at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250) at java.io.InputStreamReader.read(InputStreamReader.java:212) at java.io.BufferedReader.fill(BufferedReader.java:157) at java.io.BufferedReader.readLine(BufferedReader.java:320) at java.io.BufferedReader.readLine(BufferedReader.java:383) at com.eviware.soapui.SoapUIPro.g(SourceFile:303) at com.eviware.soapui.SoapUIPro.f(SourceFile:292) at com.eviware.soapui.SoapUIPro.checkLicense(SourceFile:171) at com.eviware.soapui.SoapUIPro.main(SourceFile:132) 18:00:49,361 INFO [DefaultSoapUICore] Settings saved to [/root/soapUI_Pro/soapui-pro-2.0.2/bin/soapui-settings.xml] Here is the java fullversion output of the java we are running on the linux system. java.bin full version "J2RE 1.5.0 IBM Linux build pxi32dev-20060511 (SR2)" [root@imszp01 bin]# java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20060511 (SR2)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20060504 (JIT enabled) J9VM - 20060501_06428_lHdSMR JIT - 20060428_1800_r8 GC - 20060501_AA) JCL - 20060511a