[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[workspace-dev] problem with debugging workspace client



Hi,

When trying to launch workspace client in debug mode (with
GLOBUS_OPTIONS set to "-Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
$GLOBUS_OPTIONS") I am getting the following errror:

__________________________________________________________________________________________
hartem@muxito:~$ /opt/gt4/bin/workspace-dbg --deploy --metadata
/opt/gt4/share/workspace_client/sample-workspace.xml -s
https://localhost:8443/wsrf/services/WorkspaceFactoryService
--deploy-duration 30 --deploy-mem 64 --deploy-state Running -z none
--file /tmp/8.epr

Listening for transport dt_socket at address: 5005

Workspace Factory Service:
    https://localhost:8443/wsrf/services/WorkspaceFactoryService

Read metadata file: "/opt/gt4/share/workspace_client/sample-workspace.xml"
Created deployment request soley from arguments.

Notification consumer:
    http://127.0.1.1:59380/wsrf/services/NotificationConsumerService

Creating workspace "http://example1/localhost/image";...
Problem: General error:
org.globus.wsrf.impl.security.authorization.exceptions.AuthorizationException:
Policy decision failed [Caused by: No gridmap file]
hartem@muxito:~$
__________________________________________________________________________________________

Whereas if I start a client without setting GLOBUS_OPTIONS then
everything works as expected.

Another thing, after running client with debug options enabled and
getting the error, normal client (without debug options) also stops
working and exits with the same error (It starts working again after
container restart). When workspace client fails with the mentioned
error no new messages (about workspace creation request or something
alike) appear in container log.

Thanks in advance for your help,
Artem.