Hello,
on one LINUX machine CentOS Release 6.5, GNOME 2.28.2 I got the following error when I try to start RTILauncher.
(RTI Launcher:5790): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
java.lang.NullPointerException
at com.rti.tools.launcher.main.LauncherApp.createContents(Unknown Source)
at com.rti.tools.launcher.main.LauncherApp.open(Unknown Source)
at com.rti.tools.launcher.main.LauncherApp.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.swtjar.SWTLoader.main(SWTLoader.java:48)
What should I do ?
Many thanks,
Daniel
Hi Gav, question: how did you launch RTI Launcher? That's an odd error, and it could be related to some environment missing due to not launching through the script. What version did you install?
Hi Juan,
The Linux box is a virtual machine if this plays any role.
I try to start from a terminal with the script RTI_Monitor_5.2.0/bin/rtilauncher ( so the version is 5.2) .We did not experience any issues on this machine when running our software that is using RTI Connext 5.2.
Best Regards,
Daniel
Hi Daniel, so you changed the installation name to RTI_Monitor_5.2.0 while installing? Maybe that's related to what you're seeing. Can you try re-installing with the default path and see if it works?
Hi Juan,
Thank you for your support.
It was a mistake in our deployment script.The whole "lib" folder was missing from the installation ...
Best Regards,
Daniel