Error when Staging to Remote Coordinator running on Linux: java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color
search cancel

Error when Staging to Remote Coordinator running on Linux: java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color

book

Article ID: 208047

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Getting this error "java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color"  when Staging to Remote Coordinator running on Linux.

Environment

All supported DevTest releases.

Cause

 

 

Resolution

 
 

Need to install these libraries on the Linux machine where the Coordinator is running

yum install libXrender
yum install libXtst

 

Additional Information