Bug #61
Gridway compilation error.
| Status: | Closed | Start date: | 2009-09-23 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | Alejandro Lorca | % Done: | 50% |
||
| Category: | - | ||||
| Target version: | 5.6.0 |
Description
Hi ,I am trying to install Gridway 5.4 .I have GT 4.2.1 succesfully setup on my Ubuntu 9.04 Jaunty package.
I am getting the following error while compiling
./em_mad/GW_mad_ws.java:27: package org.globus.gsi does not exist
import org.globus.gsi.GlobusCredential;
^
./em_mad/GW_mad_ws.java:36: package org.gridforum.jgss does not exist
import org.gridforum.jgss.ExtendedGSSCredential;
^
./em_mad/GW_mad_ws.java:37: package org.gridforum.jgss does not exist
import org.gridforum.jgss.ExtendedGSSManager;
^
Note: ./em_mad/GW_mad_ws.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: ./em_mad/GW_mad_ws.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
make1: * [em_mad/gw_em_mad_ws.jar] Error 1
make1: Leaving directory `/home/carbon/myFolder/Globus/UbuntuEasyInstall/gw-5.4.0/src'
make: * [all-recursive] Error 1
I have tried to add the two files mentioned in the following thread but didnt solve the issue
http://lists.globus.org/pipermail/gridway-user/2008-November/000006.html
Is there any other advise ,anyone can provide me.
Regards.
Wajahat.
History
Updated by Alejandro Lorca over 2 years ago
- Project changed from Develop a GUI for GridWay to GridWay
Updated by Alejandro Lorca over 2 years ago
- Status changed from New to Assigned
- Assignee set to Alejandro Lorca
- % Done changed from 0 to 10
Please, upload the config.log and Makefile.log. Is your $JAVA_HOME environment variable properly set when running make?
Did you follow the step that sets up the $CLASSPATH from globus:
source $GLOBUS_LOCATION/etc/globus-devel-env.sh
It is documented under http://www.gridway.org/doku.php?id=documentation:release_5.4:ig
Updated by Wajahat Abbassi over 2 years ago
- File config.log added
- File Makefile added
heres the config.log and Makefile refering
JAVA_HOME is set to /opt/java/32/jdk1.6.0_16
Also upon your advise ,I noticed that
the information retrieval test conducted by using the command
$ grid-info-search -x doesnt work.
It says command not found.
When i type the following
$ wsrf-query -s https://localhost:8443/wsrf/services/DefaultIndexService
the result is below
nested exception is
org.globus.gsi.gssapi.auth.AuthorizationException:Mutual Authorization failed.
Updated by Alejandro Lorca over 2 years ago
- Target version set to 5.5.0
- % Done changed from 10 to 30
It seems that your $GLOBUS_LOCATION/bin is not part of your path.
Please take a look to the instructions explained in grid from scratch to check the sanity of your globus installation.
Updated by Alejandro Lorca over 2 years ago
- Target version changed from 5.5.0 to 5.6.0
Updated by Alejandro Lorca about 2 years ago
- Status changed from Assigned to Closed
- % Done changed from 30 to 50
No further information relative to this bug, we consider it not relevant for GridWay installation.