Forum Discussion

atehrani's avatar
atehrani
New Contributor
13 years ago

NullPointer at launch with Java 1.7.0

When attempting to launch SOAP UI 4.0 with Java 1.7 (x64) a null pointer occurs. This is using a fresh soapui-settings.xml and default project.xml. Note that Java 1.7 final will be released 7/28.

Configuring log4j from [C:\Users\DevAdmin\Downloads\soapui-4.0.0-windows-bin\soapui-4.0.0\bin\soapui-log4j.xml]
13:36:45,245 INFO [DefaultSoapUICore] Creating new settings at [C:\Users\DevAdmin\soapui-settings.xml]
13:36:47,034 INFO [SoapUI] Used java version: 1.7.0
java.lang.NullPointerException
at com.eviware.soapui.support.components.JPropertiesTable.<init>(JPropertiesTable.java:90)
at com.eviware.soapui.impl.EmptyPanelBuilder.buildDefaultProperties(EmptyPanelBuilder.java:56)
at com.eviware.soapui.impl.WorkspaceImplPanelBuilder.buildOverviewPanel(WorkspaceImplPanelBuilder.java:36)
at com.eviware.soapui.impl.WorkspaceImplPanelBuilder.buildOverviewPanel(WorkspaceImplPanelBuilder.java:26)
at com.eviware.soapui.SoapUI$InternalNavigatorListener.nodeSelected(SoapUI.java:1131)
at com.eviware.soapui.ui.Navigator$InternalTreeSelectionListener.valueChanged(Navigator.java:302)
at javax.swing.JTree.fireValueChanged(JTree.java:2917)
at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:3376)
at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:634)
at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1092)
at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:293)
at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:187)
at javax.swing.JTree.setSelectionPath(JTree.java:1631)
at com.eviware.soapui.ui.Navigator.selectModelItem(Navigator.java:198)
at com.eviware.soapui.SoapUI.buildUI(SoapUI.java:267)
at com.eviware.soapui.SoapUI.show(SoapUI.java:929)
at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:792)
at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:627)
at com.eviware.soapui.SoapUI.main(SoapUI.java:723)

java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
No RepliesBe the first to reply