› Clovertech Forums › Read Only Archives › Cloverleaf › Operating Systems › Linux 5.2.1 Client
-- Max Drown (Infor)
The only officially supported client is Windows. You can use an X emulator program to view them as well but isn’t the recommended way.
Thanks,
Rick
-- Max Drown (Infor)
Thanks,
Rick
-- Max Drown (Infor)
The folders we copied are:
$HCIROOT/clgui
$HCIROOT/client
Set the HCIROOT environment variable in something like /etc/bashrc
mv $HCIROOT/client/java $HCIROOT/client/java.bak
cp -r
copy any jars or objects it misses or that are extra from java.bak to java
Oh, if you want the documentation to work you have:
– Add the docs folder to the list above
– Add the Adobe4.0 folder to the list above
– delete and link the acroread binary in the Adobe4.0 folder to the acroread binary on your Linux machine. Works like a charm.
If you need better directions let me know.
Frans
An unexpected exception occurred during the login process.
The exception shown below was caught.
Unable to establish a connection to the host server: xxx.xxx.xxx.xxx; nested exception is:
com.hie.cloverleaf.securityserver.NoCloverleafSrvException: Unable to contact Server on server: xxx.xxx.xxx.xxx; nested exception is:
java.rmi.ConnectIOException: Remote object ‘CloverleafServer_1.0’ not available.
Are you sure your server allows connections on port 13xxx that your version of Cloverleaf uses (firewall perhaps blocking the port) from remote machines.
Is your Cloverleaf servers host server running? Under UNIX you have to start it with hciss -s h if it is not in the system startup scripts. Under Windows the service needs to be running.
Also, with versions of Cloverleaf before 5.5 we could not get basic security to work on Linux (dunno about Mac). Something goes wrong with the certificate exchange.
Let me know what you find …
I will look at my notes and see if I can find other possible issues.
Frans
telnet The port number depends on the cloverleaf version but is typically something in the 13000s like 13008 or 13013 etc. Frans
Ran ./hciaccess -version for the client
Ran ./hciss -help on the server
Frans
Thanks so much for the help.