Forum Discussion

shruthirao's avatar
shruthirao
New Member
7 years ago

ReadyAPI 1.9.0 crashing at startup on Linux

ReadyAPI 1.9.0 crashing at startup on Linux with the following error: 

 

Listening for transport dt_socket at address: 53677                

- No base packages specified - no classpath scanning will be done  

- Hibernate Validator 4.1.0.Final                                  

- Adding module 'com.smartbear.ready.ui.ReadyApiUiModule           

Configuring log4j from [/automnt/unix_homes/vkumar/SmartBear/ReadyAPI-1.9.0/bin/soapui-log4j.xml]

16:12:02,827 INFO  [SoapUI] Adding [/work/homes/vkumar/SmartBear/ReadyAPI-1.9.0/bin/ext/postgresql-9.3-1102.jdbc41.jar] to extensions classpath

16:12:02,828 INFO  [SoapUI] Adding [/work/homes/vkumar/SmartBear/ReadyAPI-1.9.0/bin/ext/sqljdbc42.jar] to extensions classpath                 

16:12:02,828 INFO  [DefaultSoapUICore] Creating new settings at [/work/homes/vkumar/soapui-settings.xml]                                       

16:12:03,249 INFO  [DefaultSoapUICore] Adding listeners from [/work/homes/vkumar/SmartBear/ReadyAPI-1.9.0/bin/listeners/demo-listeners.xml]    

16:12:06,158 INFO  [PluginManager] Adding plugin from [/work/homes/vkumar/.soapui/plugins/ready-jira-plugin-1.1-dist.jar]                      

16:12:06,174 INFO  [PluginManager] Adding plugin from [/work/homes/vkumar/.soapui/plugins/soapui-swagger-plugin-2.5.1-dist.jar]                

16:12:06,908 INFO  [PluginManager] Adding plugin from [/work/homes/vkumar/.soapui/plugins/ready-api-git-plugin-1.1.0.jar]                      

16:12:06,924 INFO  [PluginManager] Adding plugin from [/work/homes/vkumar/.soapui/plugins/ready-uxm-plugin-1.0.jar]                            

16:12:07,438 INFO  [PluginManager] Adding plugin from [/work/homes/vkumar/.soapui/plugins/ready-mqtt-plugin-dist.jar]                          

16:12:07,822 INFO  [PluginManager] 5 plugins loaded in 1665 ms                                                                                 

16:12:07,822 INFO  [DefaultSoapUICore] All plugins loaded                                                                                      

16:12:08,404 INFO  [DefaultSoapUICore] Adding actions from [/work/homes/vkumar/SmartBear/ReadyAPI-1.9.0/bin/actions/demo-actions.xml]          

16:12:15,810 INFO  [ReadyApiInitializer] Initializing modules                                                                                  

16:12:17,579 INFO  [ModuleLoader] Module [LoadUI NG] added 5 actionGroups, 12 actions, 3 factories, 0 listeners, 0 toolbar components.         

16:12:18,057 INFO  [ModuleLoader] Module [ServiceV] added 12 actionGroups, 24 actions, 13 factories, 0 listeners, 0 toolbar components.        

16:12:18,480 INFO  [ModuleLoader] Module [Secure] added 4 actionGroups, 8 actions, 2 factories, 0 listeners, 0 toolbar components.             

16:12:18,916 INFO  [ModuleLoader] Module [SoapUI NG] added 6 actionGroups, 6 actions, 1 factories, 0 listeners, 0 toolbar components.          

16:12:19,402 INFO  [ModuleLoader] Module [Projects] added 11 actionGroups, 1 actions, 0 factories, 0 listeners, 0 toolbar components.          

16:12:19,686 INFO  [ModuleLoader] Module [Start] added 0 actionGroups, 0 actions, 0 factories, 0 listeners, 0 toolbar components.              

16:12:20,137 INFO  [ModuleLoader] Module [SoapUIProUserInterfaceModule] added 4 actionGroups, 171 actions, 4 factories, 0 listeners, 0 toolbar components.

16:12:20,137 INFO  [ReadyApiInitializer] All modules loaded                                                                                               

16:12:20,535 INFO  [ModuleLoader] Module [ReadyApiUI] added 6 actionGroups, 5 actions, 0 factories, 0 listeners, 0 toolbar components.                    

16:12:20,538 INFO  [ReadyApiInitializer] Loading took 4728 ms                                                                                             

16:12:20,541 INFO  [DbLimitsUpdater] Setting maximum test history db size to 2147483648 MB                                                                

16:12:20,555 INFO  [DiscoveryBroadcaster] No valid license for DiscoveryBroadcaster found. Not started.                                                   

16:12:20,721 INFO  [BaseExecutionManager] Initialized base directory to keep executions to /work/homes/vkumar/.readyapi/loadui/results                    

16:12:20,907 INFO  [SwingReadyApiUi] Starting Ready! API 1.9.0                                                                                            

Error: JavaFX detected no fonts! Please refer to release notes for proper font configuration                                                              

16:12:23,792 ERROR [Node] Uncaught exception in Thread "JavaFX Application Thread":                                                                       

java.lang.ExceptionInInitializerError                                                                                                                     

        at javafx.scene.Node.reapplyCss(Node.java:8985)                                                                                                   

        at javafx.scene.Node.impl_reapplyCSS(Node.java:8948)                                                                                              

        at javafx.scene.Node.invalidatedScenes(Node.java:856)                                                                                             

        at javafx.scene.Node.setScenes(Node.java:921)                                                                                                     

        at javafx.scene.Scene$9.invalidated(Scene.java:1119)                                                                                              

        at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:111)                                                              

        at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:146)                                                                      

        at javafx.scene.Scene.setRoot(Scene.java:1072)                                                                                                    

        at javafx.scene.Scene.<init>(Scene.java:347)                                                                                                      

        at javafx.scene.Scene.<init>(Scene.java:194)                                                                                                      

        at com.eviware.soapui.support.components.EnabledWebViewBasedBrowserComponent$WebViewInitialization.createJfxScene(EnabledWebViewBasedBrowserComponent.java:453)                                                                                                                                             

        at com.eviware.soapui.support.components.EnabledWebViewBasedBrowserComponent$WebViewInitialization.run(EnabledWebViewBasedBrowserComponent.java:445)                                                                                                                                                        

        at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)                                                                 

        at java.security.AccessController.doPrivileged(Native Method)                                                                                     

        at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)                                                             

        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)                                                               

        at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)                                                                                    

        at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)                                                                    

        at java.lang.Thread.run(Thread.java:745)                                                                                                          

Caused by: java.lang.NullPointerException                                                                                                                 

        at com.sun.javafx.font.LogicalFont.<init>(LogicalFont.java:181)                                                                                   

        at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:113)                                                                           

        at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:153)                                                                           

        at com.sun.javafx.font.PrismFontFactory.createFont(PrismFontFactory.java:586)                                                                     

        at com.sun.javafx.font.PrismFontLoader.loadFont(PrismFontLoader.java:205)                                                                         

        at javafx.scene.text.Font.<init>(Font.java:319)                                                                                                   

        at javafx.scene.text.Font.getDefault(Font.java:86)                                                                                                

        at javafx.scene.CssStyleHelper.<clinit>(CssStyleHelper.java:1528)                                                                                 

        ... 19 more                                                                                                                                       

java.lang.ExceptionInInitializerError                                                                                                                     

        at javafx.scene.Node.reapplyCss(Node.java:8985)                                                                                                   

        at javafx.scene.Node.impl_reapplyCSS(Node.java:8948)                                                                                              

        at javafx.scene.Node.invalidatedScenes(Node.java:856)                                                                                             

        at javafx.scene.Node.setScenes(Node.java:921)                                                                                                     

        at javafx.scene.Scene$9.invalidated(Scene.java:1119)                                                                                              

        at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:111)                                                              

        at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:146)                                                                      

        at javafx.scene.Scene.setRoot(Scene.java:1072)                                                                                                    

        at javafx.scene.Scene.<init>(Scene.java:347)                                                                                                      

        at javafx.scene.Scene.<init>(Scene.java:194)                                                                                                      

        at com.eviware.soapui.support.components.EnabledWebViewBasedBrowserComponent$WebViewInitialization.createJfxScene(EnabledWebViewBasedBrowserComponent.java:453)

        at com.eviware.soapui.support.components.EnabledWebViewBasedBrowserComponent$WebViewInitialization.run(EnabledWebViewBasedBrowserComponent.java:445)

        at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)

        at java.security.AccessController.doPrivileged(Native Method)

        at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)

        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)

        at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)

        at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)

        at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.NullPointerException

        at com.sun.javafx.font.LogicalFont.<init>(LogicalFont.java:181)

        at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:113)

        at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:153)

        at com.sun.javafx.font.PrismFontFactory.createFont(PrismFontFactory.java:586)

        at com.sun.javafx.font.PrismFontLoader.loadFont(PrismFontLoader.java:205)

        at javafx.scene.text.Font.<init>(Font.java:319)

        at javafx.scene.text.Font.getDefault(Font.java:86)

        at javafx.scene.CssStyleHelper.<clinit>(CssStyleHelper.java:1528)

        ... 19 more

Exception in thread "JavaFX Application Thread" java.lang.NullPointerException

        at com.sun.javafx.font.LogicalFont.<init>(LogicalFont.java:181)

        at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:113)

        at com.sun.javafx.font.PrismFontFactory.createFont(PrismFontFactory.java:567)

        at com.sun.javafx.webkit.prism.WCFontImpl.getFont(WCFontImpl.java:81)

        at com.sun.javafx.webkit.prism.PrismGraphicsManager.getWCFont(PrismGraphicsManager.java:83)

        at com.sun.webkit.network.URLLoader.twkDidFinishLoading(Native Method)

        at com.sun.webkit.network.URLLoader.notifyDidFinishLoading(URLLoader.java:844)

        at com.sun.webkit.network.URLLoader.lambda$didFinishLoading$99(URLLoader.java:835)

        at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)

        at java.security.AccessController.doPrivileged(Native Method)

        at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)

        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)

        at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)

        at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)

        at java.lang.Thread.run(Thread.java:745)

Exception in thread "JavaFX Application Thread" java.lang.NullPointerException

        at com.sun.javafx.font.LogicalFont.<init>(LogicalFont.java:181)

        at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:113)

        at com.sun.javafx.font.PrismFontFactory.createFont(PrismFontFactory.java:567)

        at com.sun.javafx.webkit.prism.WCFontImpl.getFont(WCFontImpl.java:81)

        at com.sun.javafx.webkit.prism.PrismGraphicsManager.getWCFont(PrismGraphicsManager.java:83)

        at com.sun.webkit.network.URLLoader.twkDidFinishLoading(Native Method)

        at com.sun.webkit.network.URLLoader.notifyDidFinishLoading(URLLoader.java:844)

        at com.sun.webkit.network.URLLoader.lambda$didFinishLoading$99(URLLoader.java:835)

        at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)

        at java.security.AccessController.doPrivileged(Native Method)

        at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)

        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)

        at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)

        at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)

        at java.lang.Thread.run(Thread.java:745)

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  SIGSEGV (0xb) at pc=0x00007f74bf1cc803, pid=23485, tid=0x00007f74c1cd3700

#

# JRE version: Java(TM) SE Runtime Environment (8.0_102-b14) (build 1.8.0_102-b14)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.102-b14 mixed mode linux-amd64 compressed oops)

# Problematic frame:

# C  [libjfxwebkit.so+0x11e9803]

#

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again