I am unable to open graphical view of an element in ClearCase.
While doing: clearcase lsvtree -g
I get:
xclearcase : warning: could not load font 'GB2312.1980-0'
I am unable to open graphical view of an element in ClearCase.
While doing: clearcase lsvtree -g
I get:
xclearcase : warning: could not load font 'GB2312.1980-0'
Check first (if xclearcase
means an old ClearCase 7.x on Linux or Solaris) if this is LANG
issue: see this technote.
It was determined that the
LANG
variable was unset on UNIX® or Linux® and caused the core to occur when the remote display attempted to processxclearcase
data.This could also be caused by an incorrect LANG variable setting.
This may also occur on Red Hat Enterprise Linux (RHEL) 6 when the X11 display is local to the RHEL6 system.
If the
LANG
environment is set, this issue can be resolved on RHEL5 by changing theLANG
environment variable setting from the defaulten_US.UTF-8
toen_US
.
Workarounds:
- Option 1:
You may be able to resolve the issue by creating the following link on the server:
/usr/lib/X11/nls/XhpV3/C -> /usr/lib/X11/nls/XhpV3/iso88591
- Option 2:
You can try to change yourExceed
setting from "PseudoColor
" to "Auto Select
" in order to connect.- Option 3:
Under BlueZoneX server software, the fix was to tell it to use the Microsoft fonts as well as the ones from BlueZone.
Since my comment gets folded in, I'll enter it as an "answer."
ClearCase explicitly does not support X sessions where the X server is a Windows host. This isn't to say it doesn't mostly work, but when it breaks down, the answer is usually "You're on your own."
A local CTE, or a VNC session are better options for accessing the Unix-based resources from windows without installing the full CC client.
Eclipse over X-forwarding may be acutely painful, depending on the location of the CC host and the X server. I tried it over a VPN once, JUST once. VNC was MUCH better.