-
Hi,
I have the FuraServer installed in a Linux Box, and the repository directory is stored in a NFS directory.
From time on time, the server stops, tries to restart, but can not restart well. It is frozen in a "Deployed Service Name=ApiResourceGroup" message in the server.log.
Then, I have to delete the server instance, restore an old backup, and restart the machine.
I do not...
2009-10-14 13:56:41 UTC in fura ( Grid Middleware )
-
Hi,
I had the same problem. Please review the follow answer:
https://sourceforge.net/forum/forum.php?thread_id=3314987&forum_id=661445
Best regards.
HMolina.
2009-08-25 08:38:44 UTC in fura ( Grid Middleware )
-
http://cid-78651358912cbfa4.skydrive.live.com/self.aspx/.Public/FuraConfig.png
Please, tell me if you have any problem to download.
I destroy Security Credentials, because I configure the password used by "Security Principal" account.
It is right?
TIA
Harold.
2009-07-08 13:58:14 UTC in fura ( Grid Middleware )
-
Hi!
We are using Sun Java Directory Server 6.0 running in a Linux (intel) and Solaris (sparc) boxes.
Lastest patches installed in the Sparc boxes.
About test the filters:
I tries to run jxplorer, but had a lot of problems to install.
Anyway, I used the ldapsearch command line to run 2 tests (under linux, solaris and macos):
ldapsearch -x -h ldapserver -b ou=People,dc=my,dc=domain...
2009-07-08 13:07:58 UTC in fura ( Grid Middleware )
-
Hi,
Thanks for your reply. I think the problem is not the filter. Looking in the LDAP server logs, the queries are correct:
[code]
filter="(&(uid=hmolina)(memberOf=cn=usuarioscluster,ou=group,dc=tsc,dc=uc3m,dc=es))"
[/code]
But the problem is when try to authenticate the user against the LDAP server, the system tries to bind to the server using the follow DN:
[code]...
2009-07-03 12:41:02 UTC in fura ( Grid Middleware )
-
Hi,
After configure LDAP connection to autenticate users, I am not able to login to the server.
I use a LDAP server used to autenticate Unix users. I add an attribute "memberOf" and create an specific group in my ldap tree.
I configure the search scope to "one", the search filter to "(memberof=cn=usuarioscluster,ou=group,dc=my,dc=domain)", the search...
2009-07-02 22:30:04 UTC in fura ( Grid Middleware )
-
Hi,
I found a several libraries missing to compile Fura under Darwin+PowerPC.
The follows libraries are missing:
libdrmaa.dylib (Downloading the Sun Grid Engine client for Darwin+PowerPC I was able to get it)
libtorque.dylib (downloading the soureces I was able to compile the library and solve that problem)
Now, my problem is all the Globus libraries used!!
I was trying to compile...
2009-06-30 15:47:42 UTC in fura ( Grid Middleware )
-
Hi,
I found the thirdParty set is incomplete: the Torque binary libraries is not available for Darwin PowerPC!!!
So, when try to compile for this plataform, the compilations fails.
H.
2009-06-30 10:10:26 UTC in fura ( Grid Middleware )
-
Hi,
After migrate from Fura 1.5.2 to 1.7 all my tasks are gone!!!
The server.log file says:
[main] ERROR com.gridsystems.tasksubmission.internal.TaskList - Serialization file (city3_1capa_gop4_v2) contents is not a task
java.lang.ClassCastException: com.gridsystems.tasksubmission.internal.task.TaskPartitioner
Where city3_1capa_gop4_v2 was a task.
The modules are still alive...
2009-06-29 20:40:54 UTC in fura ( Grid Middleware )
-
Hi,
After the problem indicated in https://sourceforge.net/forum/forum.php?thread_id=3314987&forum_id=661445, I still having problems compiling Fura under MacOS Leopard (PowerPC and Intel, architectures).
I had a common problem for both architectures, using java 1.5.0_19 engine.
Compiling the sources using maven 2.0.10, downloaded from apache.org, I have a memory heap problem when...
2009-06-29 16:41:49 UTC in fura ( Grid Middleware )