Project

General

Profile

Glite and jsaga on the same computer

Added by Guterl Patrick about 13 years ago

Hi,
I discovered a problem if on the same host a package glite and jsaga are installed
Glite need the directory /etc/grid-security/certificates for the authentification step.
But when a java program used the library jsaga and you will conneted to a CREAM Ce node
the java program create exception with the message: heap space / GC limit exceed
for the instruction
final Job job = service.createJob(m_job.getDesc());

It"s are not simple to etablish the link between error
java and the directory /etc/grid-security/certificates
i have removed the directory and it's work fine
only CE Cream node have the problem

Best

Patrick


Replies (3)

RE: Glite and jsaga on the same computer - Added by Schwarz Lionel about 13 years ago

I suspect a too high number of certificates in the CA certificates directory. If possible you might try to increase to heap size at java start. See JVM start options -Xms -Xmx.

If you find a bug inside JSAGA, please open a bug at:
https://forge.in2p3.fr/projects/jsaga/issues

regards
Lionel

RE: Glite and jsaga on the same computer - Added by Guterl Patrick about 13 years ago

I already tried many JVM options without success
the directory /etc/grid-security/certificates is a copy from the diretory used by jsaga attribute name="CertRepository"

RE: Glite and jsaga on the same computer - Added by Schwarz Lionel about 13 years ago

so I invite you to open a bug to the JSAGA bugtrack system at:
https://forge.in2p3.fr/projects/jsaga/issues

    (1-3/3)