[Saga-devel] async object creation
Andre Merzky
andre at merzky.net
Sat Jan 24 20:14:09 CST 2009
Hi Hartmut, all,
I tried to use the brand new async object creation, with the
following code:
#include <saga/saga.hpp>
int main ()
{
saga::url u ("fork://localhost");
saga::task t = saga::job::service::create <saga::task::Async> (u);
saga::job::service js = t.get_result <saga::job::service> ();
return 0;
}
For some reason that does not really what it should: for
now, the aws job adaptor c'tor jumps in (and calls the posix
adaptor, whose messages you see, incidentically with the
fork://localhost URL again). The aws adaptor does not
accept fork:// of course - so the URL gets lost:
INFO : aws_job_service.cpp : ========== logging aws job service rm
INFO : aws_job_service.cpp :
Also, the log is here shortened, but it seems somewhere an
additional session gets created, and all adaptors get loaded
again. (complete log attached).
I did not debug this further, but wanted to ask the list for
quick ideas. Did anybody use the factories successfully,
yet?
[...]
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib - ssh_job
Created exception: SAGA(BadParameter): aws_job: aws_job_service.cpp(84): Adaptor only supports 'aws' and 'any' URL schemes, not fork
Trying to create CPI: job_service_cpi for operation: __init__
from proxy for CPI: job_service_cpi using adaptor instance: default_job (b9e8f75e-ea83-11dd-9c1d-17c70b789026)
INFO : posix_job_service.cpp : fork://localhost/
INFO : posix_job_service.cpp : localhost
INFO : posix_job_service.cpp : fork
Successfully created CPI: job_service_cpi using adaptor instance: default_job
Testing adaptor default_job for job_service_cpi -> sync_create_job : 1
Trying to create CPI: job_cpi for operation: __init__
from proxy for CPI: job_cpi using adaptor instance: default_job (b9e8f75e-ea83-11dd-9c1d-17c70b789026)
INFO : posix_job.cpp : posix job ctor
Successfully created CPI: job_cpi using adaptor instance: default_job
Testing adaptor default_job for job_cpi -> sync_get_stdout : 1
Testing adaptor default_job for job_cpi -> sync_get_stderr : 1
Testing adaptor default_job for job_cpi -> sync_run : 1
INFO : posix_job.cpp : posix job run
INFO : posix_job.cpp : /usr/local/packages/saga//bin/aws-tools/bin//ec2-run-instances
INFO : posix_job.cpp : -k
INFO : posix_job.cpp : ec2-saga-keypair-ec2
INFO : posix_job.cpp : ami-038a6d6a
LOG : posix_job.cpp : >> /usr/local/packages/saga//bin/aws-tools/bin//ec2-run-instances -k ec2-saga-keypair-ec2 ami-038a6d6a
Testing adaptor default_job for job_cpi -> sync_wait : 1
Testing adaptor default_job for job_cpi -> sync_get_state : 1
LOG : aws_job_service.cpp : pending
[killed here...]
Thanks, Andre
--
Nothing is ever easy.
-------------- next part --------------
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
ini_path: /usr/local/packages/saga//share/saga/
merging /usr/local/packages/saga//share/saga/saga.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_advert.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_rpc.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gram_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gridftp_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gsi_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_rls_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_omii_gridsam_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_job.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
INFO : engine.cpp : loading static adaptors
INFO : engine.cpp : loading dynamic adaptors
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
============================
[saga]
'ini_path' : '/usr/local/packages/saga//share/saga/'
'location' : '/usr/local/packages/saga/'
[adaptor_suite]
[aws]
[preferences]
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
[ssh]
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[adaptors]
[aws_context]
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[aws_job]
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[default_advert]
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
[default_file]
'name' : 'default_file'
[preferences]
[default_job]
'name' : 'default_job'
[preferences]
[default_replica]
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
[default_rpc]
'name' : 'default_rpc'
[preferences]
[globus_gram_job]
'name' : 'globus_gram_job'
[preferences]
[globus_gridftp_file]
'name' : 'globus_gridftp_file'
[preferences]
[globus_gsi_context]
'name' : 'globus_gsi_context'
[preferences]
[globus_rls_replica]
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
[omii_gridsam_job]
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
[ssh_context]
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
[ssh_file]
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[ssh_job]
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
begin register_context_functions (context_cpi): 8e84a5b6-ea85-11dd-becd-03b65a8308c5:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8e84a5b6-ea85-11dd-becd-03b65a8308c5:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_context (aws_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib - aws_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
begin register_job_service_functions: 8e865ee2-ea85-11dd-beb5-6fbb9ede1dbe:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8e865ee2-ea85-11dd-beb5-6fbb9ede1dbe:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_job (aws_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib - aws_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
begin register_namespace_entry_functions (advert_cpi): 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_advert_functions: 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_store_object
function registration: disabled: async_store_object
function registration: sync_retrieve_object
function registration: disabled: async_retrieve_object
function registration: sync_store_string
function registration: disabled: async_store_string
function registration: sync_retrieve_string
function registration: disabled: async_retrieve_string
end register_advert_functions
begin register_attribute_functions: 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (advert_directory_cpi): 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (advert_directory_cpi): 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_advert_directory_entry_functions: 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_advert_directory_functions
begin register_attribute_functions: 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8e88f738-ea85-11dd-bdb8-5fe5aef772c2:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
============================
loaded adaptor: libsaga_adaptor_default_advert (default_advert) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib - default_advert
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
begin register_namespace_entry_functions (file_cpi): 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: sync_get_size
function registration: disabled: async_get_size
function registration: sync_read
function registration: disabled: async_read
function registration: sync_write
function registration: disabled: async_write
function registration: sync_seek
function registration: disabled: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: skipped: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e8dbcdc-ea85-11dd-ab29-73fe78f65d8b:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_file (default_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib - default_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
begin register_job_service_functions: 8e8fdb34-ea85-11dd-913d-1780688cd3a1:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8e8fdb34-ea85-11dd-913d-1780688cd3a1:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8e8fdb34-ea85-11dd-913d-1780688cd3a1:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8e8fdb34-ea85-11dd-913d-1780688cd3a1:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_job (default_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib - default_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_add_location
function registration: disabled: async_add_location
function registration: sync_remove_location
function registration: disabled: async_remove_location
function registration: sync_update_location
function registration: disabled: async_update_location
function registration: sync_list_locations
function registration: disabled: async_list_locations
function registration: sync_replicate
function registration: disabled: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_is_file
function registration: disabled: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8e918452-ea85-11dd-9027-37501f119532:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
============================
loaded adaptor: libsaga_adaptor_default_replica (default_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib - default_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
begin register_rpc_functions: 8e94cf0e-ea85-11dd-a6c9-f747cc313b41:
function registration: sync_call
function registration: disabled: async_call
function registration: sync_close
function registration: disabled: async_close
end register_rpc_functions
begin register_permissions_functions: 8e94cf0e-ea85-11dd-a6c9-f747cc313b41:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_rpc'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_rpc (default_rpc) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib - default_rpc
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
begin register_job_service_functions: 8e9abe14-ea85-11dd-a418-bfec925762bb:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: skipped: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8e9abe14-ea85-11dd-a418-bfec925762bb:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8e9abe14-ea85-11dd-a418-bfec925762bb:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: skipped: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8e9abe14-ea85-11dd-a418-bfec925762bb:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gram_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gram_job (globus_gram_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib - globus_gram_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
begin register_namespace_entry_functions (file_cpi): 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e9bb33c-ea85-11dd-b746-9fe951db3667:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_gridftp_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gridftp_file (globus_gridftp_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib - globus_gridftp_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
begin register_context_functions (context_cpi): 8e9df520-ea85-11dd-a7b0-a308e67e458d:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8e9df520-ea85-11dd-a7b0-a308e67e458d:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gsi_context'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gsi_context (globus_gsi_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib - globus_gsi_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_add_location
function registration: skipped: async_add_location
function registration: sync_remove_location
function registration: skipped: async_remove_location
function registration: sync_update_location
function registration: skipped: async_update_location
function registration: sync_list_locations
function registration: skipped: async_list_locations
function registration: sync_replicate
function registration: skipped: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8e9ef42a-ea85-11dd-b033-aff9868ba545:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
============================
loaded adaptor: libsaga_adaptor_globus_rls_replica (globus_rls_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib - globus_rls_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
begin register_job_service_functions: 8ea4fd70-ea85-11dd-a395-1f546151d535:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8ea4fd70-ea85-11dd-a395-1f546151d535:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8ea4fd70-ea85-11dd-a395-1f546151d535:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8ea4fd70-ea85-11dd-a395-1f546151d535:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_context_functions (context_cpi): 8ea4fd70-ea85-11dd-a395-1f546151d535:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8ea4fd70-ea85-11dd-a395-1f546151d535:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
============================
loaded adaptor: libsaga_adaptor_omii_gridsam_job (omii_gridsam_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib - omii_gridsam_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
begin register_context_functions (context_cpi): 8ea674d4-ea85-11dd-96ea-63f1e987ebb0:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8ea674d4-ea85-11dd-96ea-63f1e987ebb0:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
============================
loaded adaptor: libsaga_adaptor_ssh_context (ssh_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib - ssh_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
begin register_namespace_entry_functions (file_cpi): 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8ea7230c-ea85-11dd-996d-e7533f8a4e4d:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_file (ssh_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib - ssh_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
begin register_job_service_functions: 8ea8df94-ea85-11dd-b935-d732b7dc5ff1:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: disabled: async_list
function registration: sync_get_job
function registration: disabled: async_get_job
function registration: sync_get_self
function registration: disabled: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8ea8df94-ea85-11dd-b935-d732b7dc5ff1:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8ea8df94-ea85-11dd-b935-d732b7dc5ff1:
function registration: sync_get_job_id
function registration: disabled: async_get_job_id
function registration: sync_get_state
function registration: disabled: async_get_state
function registration: sync_get_description
function registration: disabled: async_get_description
function registration: sync_get_stdin
function registration: disabled: async_get_stdin
function registration: sync_get_stdout
function registration: disabled: async_get_stdout
function registration: sync_get_stderr
function registration: disabled: async_get_stderr
function registration: sync_suspend
function registration: disabled: async_suspend
function registration: sync_resume
function registration: disabled: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: disabled: async_migrate
function registration: sync_signal
function registration: disabled: async_signal
function registration: sync_run
function registration: disabled: async_run
function registration: sync_cancel
function registration: disabled: async_cancel
function registration: sync_wait
function registration: disabled: async_wait
end register_job_functions
begin register_attribute_functions: 8ea8df94-ea85-11dd-b935-d732b7dc5ff1:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_job (ssh_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib - ssh_job
================================
================================
================================
================================
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
ini_path: /usr/local/packages/saga//share/saga/
merging /usr/local/packages/saga//share/saga/saga.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_advert.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_rpc.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gram_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gridftp_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gsi_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_rls_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_omii_gridsam_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_job.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
INFO : engine.cpp : loading static adaptors
INFO : engine.cpp : loading dynamic adaptors
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
============================
[saga]
'ini_path' : '/usr/local/packages/saga//share/saga/'
'location' : '/usr/local/packages/saga/'
[adaptor_suite]
[aws]
[preferences]
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
[ssh]
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[adaptors]
[aws_context]
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[aws_job]
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[default_advert]
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
[default_file]
'name' : 'default_file'
[preferences]
[default_job]
'name' : 'default_job'
[preferences]
[default_replica]
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
[default_rpc]
'name' : 'default_rpc'
[preferences]
[globus_gram_job]
'name' : 'globus_gram_job'
[preferences]
[globus_gridftp_file]
'name' : 'globus_gridftp_file'
[preferences]
[globus_gsi_context]
'name' : 'globus_gsi_context'
[preferences]
[globus_rls_replica]
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
[omii_gridsam_job]
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
[ssh_context]
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
[ssh_file]
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[ssh_job]
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
begin register_context_functions (context_cpi): 8f804fba-ea85-11dd-af24-9728a810a22f:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8f804fba-ea85-11dd-af24-9728a810a22f:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_context (aws_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib - aws_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
begin register_job_service_functions: 8f81e654-ea85-11dd-b296-cf9e417b0f75:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8f81e654-ea85-11dd-b296-cf9e417b0f75:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_job (aws_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib - aws_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
begin register_namespace_entry_functions (advert_cpi): 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_advert_functions: 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_store_object
function registration: disabled: async_store_object
function registration: sync_retrieve_object
function registration: disabled: async_retrieve_object
function registration: sync_store_string
function registration: disabled: async_store_string
function registration: sync_retrieve_string
function registration: disabled: async_retrieve_string
end register_advert_functions
begin register_attribute_functions: 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (advert_directory_cpi): 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (advert_directory_cpi): 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_advert_directory_entry_functions: 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_advert_directory_functions
begin register_attribute_functions: 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8f834cb0-ea85-11dd-8a21-ff7cd5370464:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
============================
loaded adaptor: libsaga_adaptor_default_advert (default_advert) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib - default_advert
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
begin register_namespace_entry_functions (file_cpi): 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: sync_get_size
function registration: disabled: async_get_size
function registration: sync_read
function registration: disabled: async_read
function registration: sync_write
function registration: disabled: async_write
function registration: sync_seek
function registration: disabled: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: skipped: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f84e886-ea85-11dd-9a75-63c37e86e017:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_file (default_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib - default_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
begin register_job_service_functions: 8f894a02-ea85-11dd-a46b-f72b2b7af73c:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8f894a02-ea85-11dd-a46b-f72b2b7af73c:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8f894a02-ea85-11dd-a46b-f72b2b7af73c:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8f894a02-ea85-11dd-a46b-f72b2b7af73c:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_job (default_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib - default_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_add_location
function registration: disabled: async_add_location
function registration: sync_remove_location
function registration: disabled: async_remove_location
function registration: sync_update_location
function registration: disabled: async_update_location
function registration: sync_list_locations
function registration: disabled: async_list_locations
function registration: sync_replicate
function registration: disabled: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_is_file
function registration: disabled: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8f8a0294-ea85-11dd-9033-43591c9554a6:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
============================
loaded adaptor: libsaga_adaptor_default_replica (default_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib - default_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
begin register_rpc_functions: 8f8ba8e2-ea85-11dd-b8c0-97c28ad242b7:
function registration: sync_call
function registration: disabled: async_call
function registration: sync_close
function registration: disabled: async_close
end register_rpc_functions
begin register_permissions_functions: 8f8ba8e2-ea85-11dd-b8c0-97c28ad242b7:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_rpc'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_rpc (default_rpc) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib - default_rpc
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
begin register_job_service_functions: 8f8c5be8-ea85-11dd-bd43-ab6d79428837:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: skipped: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8f8c5be8-ea85-11dd-bd43-ab6d79428837:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8f8c5be8-ea85-11dd-bd43-ab6d79428837:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: skipped: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8f8c5be8-ea85-11dd-bd43-ab6d79428837:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gram_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gram_job (globus_gram_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib - globus_gram_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
begin register_namespace_entry_functions (file_cpi): 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f8ce64e-ea85-11dd-997c-6f2dd9568355:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_gridftp_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gridftp_file (globus_gridftp_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib - globus_gridftp_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
begin register_context_functions (context_cpi): 8f8dac00-ea85-11dd-9a34-3bdfbd38b91a:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8f8dac00-ea85-11dd-9a34-3bdfbd38b91a:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gsi_context'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gsi_context (globus_gsi_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib - globus_gsi_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_add_location
function registration: skipped: async_add_location
function registration: sync_remove_location
function registration: skipped: async_remove_location
function registration: sync_update_location
function registration: skipped: async_update_location
function registration: sync_list_locations
function registration: skipped: async_list_locations
function registration: sync_replicate
function registration: skipped: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f8e43ae-ea85-11dd-a54f-e3b964b22ebd:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
============================
loaded adaptor: libsaga_adaptor_globus_rls_replica (globus_rls_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib - globus_rls_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
begin register_job_service_functions: 8f90603a-ea85-11dd-aa36-4bac1fa10cac:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8f90603a-ea85-11dd-aa36-4bac1fa10cac:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8f90603a-ea85-11dd-aa36-4bac1fa10cac:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8f90603a-ea85-11dd-aa36-4bac1fa10cac:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_context_functions (context_cpi): 8f90603a-ea85-11dd-aa36-4bac1fa10cac:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8f90603a-ea85-11dd-aa36-4bac1fa10cac:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
============================
loaded adaptor: libsaga_adaptor_omii_gridsam_job (omii_gridsam_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib - omii_gridsam_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
begin register_context_functions (context_cpi): 8f914536-ea85-11dd-905a-ff8171a416c1:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8f914536-ea85-11dd-905a-ff8171a416c1:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
============================
loaded adaptor: libsaga_adaptor_ssh_context (ssh_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib - ssh_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
begin register_namespace_entry_functions (file_cpi): 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8f9226b8-ea85-11dd-b58f-8b5291c33842:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_file (ssh_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib - ssh_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
begin register_job_service_functions: 8f931bfe-ea85-11dd-acf9-f729dc45e919:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: disabled: async_list
function registration: sync_get_job
function registration: disabled: async_get_job
function registration: sync_get_self
function registration: disabled: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8f931bfe-ea85-11dd-acf9-f729dc45e919:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8f931bfe-ea85-11dd-acf9-f729dc45e919:
function registration: sync_get_job_id
function registration: disabled: async_get_job_id
function registration: sync_get_state
function registration: disabled: async_get_state
function registration: sync_get_description
function registration: disabled: async_get_description
function registration: sync_get_stdin
function registration: disabled: async_get_stdin
function registration: sync_get_stdout
function registration: disabled: async_get_stdout
function registration: sync_get_stderr
function registration: disabled: async_get_stderr
function registration: sync_suspend
function registration: disabled: async_suspend
function registration: sync_resume
function registration: disabled: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: disabled: async_migrate
function registration: sync_signal
function registration: disabled: async_signal
function registration: sync_run
function registration: disabled: async_run
function registration: sync_cancel
function registration: disabled: async_cancel
function registration: sync_wait
function registration: disabled: async_wait
end register_job_functions
begin register_attribute_functions: 8f931bfe-ea85-11dd-acf9-f729dc45e919:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_job (ssh_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib - ssh_job
Trying to create CPI: job_service_cpi for operation: __init__
from proxy for CPI: job_service_cpi using adaptor instance: aws_job (8f81e654-ea85-11dd-b296-cf9e417b0f75)
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
ini_path: /usr/local/packages/saga//share/saga/
merging /usr/local/packages/saga//share/saga/saga.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_advert.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_rpc.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gram_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gridftp_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gsi_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_rls_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_omii_gridsam_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_job.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
INFO : engine.cpp : loading static adaptors
INFO : engine.cpp : loading dynamic adaptors
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
============================
[saga]
'ini_path' : '/usr/local/packages/saga//share/saga/'
'location' : '/usr/local/packages/saga/'
[adaptor_suite]
[aws]
[preferences]
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
[ssh]
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[adaptors]
[aws_context]
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[aws_job]
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[default_advert]
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
[default_file]
'name' : 'default_file'
[preferences]
[default_job]
'name' : 'default_job'
[preferences]
[default_replica]
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
[default_rpc]
'name' : 'default_rpc'
[preferences]
[globus_gram_job]
'name' : 'globus_gram_job'
[preferences]
[globus_gridftp_file]
'name' : 'globus_gridftp_file'
[preferences]
[globus_gsi_context]
'name' : 'globus_gsi_context'
[preferences]
[globus_rls_replica]
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
[omii_gridsam_job]
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
[ssh_context]
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
[ssh_file]
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[ssh_job]
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
begin register_context_functions (context_cpi): 8fcdcccc-ea85-11dd-924b-9bfeeb8abb1a:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8fcdcccc-ea85-11dd-924b-9bfeeb8abb1a:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_context (aws_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib - aws_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
begin register_job_service_functions: 8fcf5b46-ea85-11dd-85b2-4b9d2892397b:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8fcf5b46-ea85-11dd-85b2-4b9d2892397b:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_job (aws_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib - aws_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
begin register_namespace_entry_functions (advert_cpi): 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_advert_functions: 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_store_object
function registration: disabled: async_store_object
function registration: sync_retrieve_object
function registration: disabled: async_retrieve_object
function registration: sync_store_string
function registration: disabled: async_store_string
function registration: sync_retrieve_string
function registration: disabled: async_retrieve_string
end register_advert_functions
begin register_attribute_functions: 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (advert_directory_cpi): 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (advert_directory_cpi): 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_advert_directory_entry_functions: 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_advert_directory_functions
begin register_attribute_functions: 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8fd0c120-ea85-11dd-bd1f-2b5feea59177:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
============================
loaded adaptor: libsaga_adaptor_default_advert (default_advert) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib - default_advert
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
begin register_namespace_entry_functions (file_cpi): 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: sync_get_size
function registration: disabled: async_get_size
function registration: sync_read
function registration: disabled: async_read
function registration: sync_write
function registration: disabled: async_write
function registration: sync_seek
function registration: disabled: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: skipped: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fd56400-ea85-11dd-b595-cfb0d3eb7a36:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_file (default_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib - default_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
begin register_job_service_functions: 8fd73e7e-ea85-11dd-ae8c-fb49132bc042:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8fd73e7e-ea85-11dd-ae8c-fb49132bc042:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8fd73e7e-ea85-11dd-ae8c-fb49132bc042:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8fd73e7e-ea85-11dd-ae8c-fb49132bc042:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_job (default_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib - default_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_add_location
function registration: disabled: async_add_location
function registration: sync_remove_location
function registration: disabled: async_remove_location
function registration: sync_update_location
function registration: disabled: async_update_location
function registration: sync_list_locations
function registration: disabled: async_list_locations
function registration: sync_replicate
function registration: disabled: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_is_file
function registration: disabled: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8fd7fb2a-ea85-11dd-945f-cbc8ed5454ee:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
============================
loaded adaptor: libsaga_adaptor_default_replica (default_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib - default_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
begin register_rpc_functions: 8fd9ca0e-ea85-11dd-be3e-37ad1bd8bc60:
function registration: sync_call
function registration: disabled: async_call
function registration: sync_close
function registration: disabled: async_close
end register_rpc_functions
begin register_permissions_functions: 8fd9ca0e-ea85-11dd-be3e-37ad1bd8bc60:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_rpc'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_rpc (default_rpc) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib - default_rpc
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
begin register_job_service_functions: 8fda5334-ea85-11dd-aaf1-07d6c94cdcc0:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: skipped: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8fda5334-ea85-11dd-aaf1-07d6c94cdcc0:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8fda5334-ea85-11dd-aaf1-07d6c94cdcc0:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: skipped: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8fda5334-ea85-11dd-aaf1-07d6c94cdcc0:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gram_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gram_job (globus_gram_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib - globus_gram_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
begin register_namespace_entry_functions (file_cpi): 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fdcd1c2-ea85-11dd-9386-7f805b6c32f5:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_gridftp_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gridftp_file (globus_gridftp_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib - globus_gridftp_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
begin register_context_functions (context_cpi): 8fe36bb8-ea85-11dd-97e6-7bb9031670ba:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8fe36bb8-ea85-11dd-97e6-7bb9031670ba:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gsi_context'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gsi_context (globus_gsi_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib - globus_gsi_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_add_location
function registration: skipped: async_add_location
function registration: sync_remove_location
function registration: skipped: async_remove_location
function registration: sync_update_location
function registration: skipped: async_update_location
function registration: sync_list_locations
function registration: skipped: async_list_locations
function registration: sync_replicate
function registration: skipped: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fe3e8e0-ea85-11dd-82c2-ffa9548ea066:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
============================
loaded adaptor: libsaga_adaptor_globus_rls_replica (globus_rls_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib - globus_rls_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
begin register_job_service_functions: 8fe4910a-ea85-11dd-af2c-1fff21dfe555:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8fe4910a-ea85-11dd-af2c-1fff21dfe555:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8fe4910a-ea85-11dd-af2c-1fff21dfe555:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 8fe4910a-ea85-11dd-af2c-1fff21dfe555:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_context_functions (context_cpi): 8fe4910a-ea85-11dd-af2c-1fff21dfe555:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8fe4910a-ea85-11dd-af2c-1fff21dfe555:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
============================
loaded adaptor: libsaga_adaptor_omii_gridsam_job (omii_gridsam_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib - omii_gridsam_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
begin register_context_functions (context_cpi): 8fe5aab8-ea85-11dd-9a5d-b3fdf946b4df:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 8fe5aab8-ea85-11dd-9a5d-b3fdf946b4df:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
============================
loaded adaptor: libsaga_adaptor_ssh_context (ssh_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib - ssh_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
begin register_namespace_entry_functions (file_cpi): 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 8fe646b2-ea85-11dd-ac1a-d3455ef04049:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_file (ssh_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib - ssh_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
begin register_job_service_functions: 8fe74ce2-ea85-11dd-88f9-cff785f3f6da:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: disabled: async_list
function registration: sync_get_job
function registration: disabled: async_get_job
function registration: sync_get_self
function registration: disabled: async_get_self
end register_job_service_functions
begin register_permissions_functions: 8fe74ce2-ea85-11dd-88f9-cff785f3f6da:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 8fe74ce2-ea85-11dd-88f9-cff785f3f6da:
function registration: sync_get_job_id
function registration: disabled: async_get_job_id
function registration: sync_get_state
function registration: disabled: async_get_state
function registration: sync_get_description
function registration: disabled: async_get_description
function registration: sync_get_stdin
function registration: disabled: async_get_stdin
function registration: sync_get_stdout
function registration: disabled: async_get_stdout
function registration: sync_get_stderr
function registration: disabled: async_get_stderr
function registration: sync_suspend
function registration: disabled: async_suspend
function registration: sync_resume
function registration: disabled: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: disabled: async_migrate
function registration: sync_signal
function registration: disabled: async_signal
function registration: sync_run
function registration: disabled: async_run
function registration: sync_cancel
function registration: disabled: async_cancel
function registration: sync_wait
function registration: disabled: async_wait
end register_job_functions
begin register_attribute_functions: 8fe74ce2-ea85-11dd-88f9-cff785f3f6da:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_job (ssh_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib - ssh_job
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Created exception: SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: ec2)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Successfully created CPI: context_cpi using adaptor instance: aws_context
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Created exception: SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: eucalyptus)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Successfully created CPI: context_cpi using adaptor instance: aws_context
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Created exception: SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: nimbus)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found nimbus
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found nimbus
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: default_replica (8f8a0294-ea85-11dd-9033-43591c9554a6)
Created exception: SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: nimbus)
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: nimbus)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: globus_gsi_context (8f8dac00-ea85-11dd-9a34-3bdfbd38b91a)
Created exception: SAGA(BadParameter): globus_gsi_context: globus_gsi_context_adaptor.cpp(35): Can't handle context types others than 'globus'
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): globus_gsi_context: globus_gsi_context_adaptor.cpp(35): Can't handle context types others than 'globus'
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: omii_gridsam_job (8f90603a-ea85-11dd-aa36-4bac1fa10cac)
Created exception: SAGA(BadParameter): omii_gridsam_job: omii_gridsam_context.cpp(30): Can't handle context types others than 'omii_gridsam' (got: nimbus)
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): omii_gridsam_job: omii_gridsam_context.cpp(30): Can't handle context types others than 'omii_gridsam' (got: nimbus)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: ssh_context (8f914536-ea85-11dd-905a-ff8171a416c1)
Created exception: SAGA(BadParameter): ssh_context: ssh_context_adaptor.cpp(42): Can't handle context types others than 'ssh'
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): ssh_context: ssh_context_adaptor.cpp(42): Can't handle context types others than 'ssh'
Created exception: SAGA(NoAdaptor): adaptor_selector.cpp(184): Could not select any matching adaptor for: context_cpi::sync_set_defaults
Created exception: SAGA(NoAdaptor): adaptor_selector.cpp(184): Could not select any matching adaptor for: context_cpi::async_set_defaults
Created exception: SAGA(NoAdaptor): proxy.cpp(213): No (other) adaptor implements context_cpi::set_defaults
Created exception: SAGA(NoAdaptor): proxy.cpp(282): SAGA(NoAdaptor): proxy.cpp(213): No (other) adaptor implements context_cpi::set_defaults
Created exception: SAGA(BadParameter):
SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: nimbus)
SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found nimbus
SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: nimbus)
SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): globus_gsi_context: globus_gsi_context_adaptor.cpp(35): Can't handle context types others than 'globus'
SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): omii_gridsam_job: omii_gridsam_context.cpp(30): Can't handle context types others than 'omii_gridsam' (got: nimbus)
SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): ssh_context: ssh_context_adaptor.cpp(42): Can't handle context types others than 'ssh'
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Created exception: SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: default_replica_db)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found default_replica_db
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found default_replica_db
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: default_replica (8f8a0294-ea85-11dd-9033-43591c9554a6)
Successfully created CPI: context_cpi using adaptor instance: default_replica
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Created exception: SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: globus)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found globus
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found globus
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: default_replica (8f8a0294-ea85-11dd-9033-43591c9554a6)
Created exception: SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: globus)
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: globus)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: globus_gsi_context (8f8dac00-ea85-11dd-9a34-3bdfbd38b91a)
Successfully created CPI: context_cpi using adaptor instance: globus_gsi_context
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Created exception: SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: omii_gridsam)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found omii_gridsam
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found omii_gridsam
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: default_replica (8f8a0294-ea85-11dd-9033-43591c9554a6)
Created exception: SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: omii_gridsam)
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: omii_gridsam)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: globus_gsi_context (8f8dac00-ea85-11dd-9a34-3bdfbd38b91a)
Created exception: SAGA(BadParameter): globus_gsi_context: globus_gsi_context_adaptor.cpp(35): Can't handle context types others than 'globus'
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): globus_gsi_context: globus_gsi_context_adaptor.cpp(35): Can't handle context types others than 'globus'
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: omii_gridsam_job (8f90603a-ea85-11dd-aa36-4bac1fa10cac)
Successfully created CPI: context_cpi using adaptor instance: omii_gridsam_job
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Created exception: SAGA(DoesNotExist): proxy.cpp(282): SAGA(DoesNotExist): attribute_impl.hpp(88): attribute 'Type' does not exist
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: default_advert (8f834cb0-ea85-11dd-8a21-ff7cd5370464)
Successfully created CPI: attribute_cpi using adaptor instance: default_advert
Testing adaptor default_advert for attribute_cpi -> sync_set_attribute : 1
Testing adaptor default_advert for context_cpi -> sync_set_defaults : 1
Created exception: SAGA(BadParameter): default_advert: context.cpp(56): Can't handle context types others than 'default_advert_db' (got: ssh)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Created exception: SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found ssh
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): aws_context: aws_context_adaptor.cpp(285): Can't handle context types others than ec2 eucalyptus gumbocloud - found ssh
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: default_replica (8f8a0294-ea85-11dd-9033-43591c9554a6)
Created exception: SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: ssh)
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): default_replica: context.cpp(33): Can't handle context types others than 'default_replica_db' (got: ssh)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: globus_gsi_context (8f8dac00-ea85-11dd-9a34-3bdfbd38b91a)
Created exception: SAGA(BadParameter): globus_gsi_context: globus_gsi_context_adaptor.cpp(35): Can't handle context types others than 'globus'
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): globus_gsi_context: globus_gsi_context_adaptor.cpp(35): Can't handle context types others than 'globus'
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: omii_gridsam_job (8f90603a-ea85-11dd-aa36-4bac1fa10cac)
Created exception: SAGA(BadParameter): omii_gridsam_job: omii_gridsam_context.cpp(30): Can't handle context types others than 'omii_gridsam' (got: ssh)
Created exception: SAGA(BadParameter): proxy.cpp(282): SAGA(BadParameter): omii_gridsam_job: omii_gridsam_context.cpp(30): Can't handle context types others than 'omii_gridsam' (got: ssh)
Trying to create CPI: context_cpi for operation: sync_set_defaults
from proxy for CPI: context_cpi using adaptor instance: ssh_context (8f914536-ea85-11dd-905a-ff8171a416c1)
Successfully created CPI: context_cpi using adaptor instance: ssh_context
Trying to create CPI: directory_cpi for operation: __init__
from proxy for CPI: directory_cpi using adaptor instance: default_file (8f84e886-ea85-11dd-9a75-63c37e86e017)
Successfully created CPI: directory_cpi using adaptor instance: default_file
Testing adaptor default_file for namespace_dir_cpi -> sync_exists : 1
Testing adaptor default_file for namespace_dir_cpi -> sync_is_dir : 1
Testing adaptor default_file for namespace_dir_cpi -> sync_change_dir : 1
Testing adaptor default_file for namespace_dir_cpi -> sync_exists : 1
Testing adaptor default_file for directory_cpi -> sync_is_file : 1
Testing adaptor default_file for namespace_entry_cpi -> sync_get_url : 1
Trying to create CPI: attribute_cpi for operation: sync_attribute_exists
from proxy for CPI: context_cpi using adaptor instance: aws_context (8f804fba-ea85-11dd-af24-9728a810a22f)
Successfully created CPI: attribute_cpi using adaptor instance: aws_context
Testing adaptor aws_context for attribute_cpi -> sync_get_attribute : 1
Testing adaptor aws_context for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor aws_context for attribute_cpi -> sync_get_attribute : 1
Testing adaptor aws_context for attribute_cpi -> sync_attribute_exists : 1
Testing adaptor aws_context for attribute_cpi -> sync_get_attribute : 1
INFO : aws_job_service.cpp : ========== logging aws job service rm
INFO : aws_job_service.cpp :
Trying to create CPI: job_service_cpi for operation: __init__
from proxy for CPI: job_service_cpi using adaptor instance: aws_job (8f81e654-ea85-11dd-b296-cf9e417b0f75)
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
ini_path: /usr/local/packages/saga//share/saga/
merging /usr/local/packages/saga//share/saga/saga.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_aws_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_advert.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_default_rpc.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gram_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gridftp_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_gsi_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_globus_rls_replica.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_omii_gridsam_job.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_context.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_file.ini
merging /usr/local/packages/saga//share/saga/saga_adaptor_ssh_job.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/svn/trunk/examples/misc/.saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /etc/saga.ini
Created exception: SAGA(NoSuccess): ini.cpp(646): Cannot open file /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
INFO : engine.cpp : loading static adaptors
INFO : engine.cpp : loading dynamic adaptors
handle_ini_file_env (/usr/local/packages/saga/, /share/saga/saga.ini) = /usr/local/packages/saga//share/saga/saga.ini
handle_ini_file_env (/Users/merzky, /.saga.ini) = /Users/merzky/.saga.ini
handle_ini_file_env (/Users/merzky/links/saga/trunk/examples/misc, /.saga.ini) = /Users/merzky/links/saga/trunk/examples/misc/.saga.ini
============================
[saga]
'ini_path' : '/usr/local/packages/saga//share/saga/'
'location' : '/usr/local/packages/saga/'
[adaptor_suite]
[aws]
[preferences]
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
[ssh]
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[adaptors]
[aws_context]
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[aws_job]
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[default_advert]
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
[default_file]
'name' : 'default_file'
[preferences]
[default_job]
'name' : 'default_job'
[preferences]
[default_replica]
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
[default_rpc]
'name' : 'default_rpc'
[preferences]
[globus_gram_job]
'name' : 'globus_gram_job'
[preferences]
[globus_gridftp_file]
'name' : 'globus_gridftp_file'
[preferences]
[globus_gsi_context]
'name' : 'globus_gsi_context'
[preferences]
[globus_rls_replica]
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
[omii_gridsam_job]
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
[ssh_context]
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
[ssh_file]
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[ssh_job]
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
begin register_context_functions (context_cpi): 909aa5e4-ea85-11dd-9a0a-536c1a4c0d34:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 909aa5e4-ea85-11dd-9a0a-536c1a4c0d34:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_context'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_context (aws_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_context.dylib - aws_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
begin register_job_service_functions: 909c3f30-ea85-11dd-ba37-7f7c3dfb6ddb:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 909c3f30-ea85-11dd-ba37-7f7c3dfb6ddb:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'cloud_names' : 'ec2 eucalyptus gumbocloud'
'ec2_home' : '/usr/local/packages/saga//bin/aws-tools/'
'ec2_keepalive' : 'true'
'ec2_keystore' : '/Users/merzky/.ec2_keys/'
'ec2_scripts' : '/usr/local/packages/saga//bin/aws-tools/bin/'
'java_home' : '/usr/'
'name' : 'aws_job'
'preferences' : 'saga.adaptor_suite.aws.preferences'
[ec2]
'ec2_cert' : '/Users/merzky/.ec2_keys//ec2-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-ec2'
'ec2_instance' : 'ami-038a6d6a'
'ec2_key' : '/Users/merzky/.ec2_keys//ec2-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-ec2'
'ec2_keypair_name' : 'ec2-saga-keypair-ec2'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_ec2.pem'
'ec2_type' : 'ec2'
'ec2_url' : 'https://ec2.amazonaws.com/'
[eucalyptus]
'ec2_cert' : '/Users/merzky/.ec2_keys//eucalyptus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-eucalyptus'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//eucalyptus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-eucalyptus'
'ec2_keypair_name' : 'ec2-saga-keypair-eucalyptus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucalyptus.pem'
'ec2_type' : 'eucalyptus'
'ec2_url' : 'http://mayhem9.cs.ucsb.edu:8773/services/Eucalyptus'
[gumbocloud]
'ec2_cert' : '/Users/merzky/.ec2_keys//gumbocloud-saga-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-gumbocloud'
'ec2_instance' : 'emi-0D52023B'
'ec2_key' : '/Users/merzky/.ec2_keys//gumbocloud-saga-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-gumbocloud'
'ec2_keypair_name' : 'ec2-saga-keypair-gumbocloud'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_eucacct.pem'
'ec2_type' : 'gumbocloud'
'ec2_url' : 'http://vm02.cct.lsu.edu:8773/services/Eucalyptus'
[nimbus]
'ec2_cert' : '/Users/merzky/.ec2_keys//nimbus-cert.pem'
'ec2_image_prep' : '/usr/local/packages/saga//bin/aws-tools/bin//saga-image-prep-nimbus'
'ec2_instance' : 'hello-cloud'
'ec2_key' : '/Users/merzky/.ec2_keys//nimbus-key.pem'
'ec2_keypair' : 'ec2-saga-keypair-nimbus||ssh-dss AAAAB3NzaC1kc3MAAACBAIk50fKUNQqx877qjmmVAhhLMcAq9nVrfsJktzdw5WkO8XGSOiVY15GF1k0tT95f49YlR/0mpXkDjsRo1nrwewQhyoJFf1U39p29vURoUXf8IVZr7NT2rVfs2Vf2xV06VBUl16UsbpeneeOP2bI9Xvmo3p3AZmSK8NGfudxdptA7AAAAFQCCzPteeRS2jrDtiY/HaOdgL0Gd1wAAAIAjnCR5ZVUPB5WH8JxRoaiUMzRkFNWa0kSeN4sNXk2RlvXzRkrS0xx98oO1ERMTIs3nb1nFkvXD3mRHMDAQXdOMxoHW4lOvrWa/t1nzOyyw+a2OlUWyXGznUrAll17JvAKv001wuEG9zIwR06n8Grj9fiB1IVdY/i06gSaTCyIGJwAAAIA/8KBo1x0CdUKAcDomI1wHbRCkAXwJYBwFzcoOB8ulvKJ13KIq3jpXDVXi61XMkl6RXuPdxTMAY3bh54GWyzcGuYs7YmCUNbEDDAytPmNKGq+8INQjc77bnRl6OkC6g69Sq/W4q7ieuT0/duDGasnqyhbK45fwDFoyuBpxOebLyA== bzfmerzk at cocos'
'ec2_keypair_name' : 'ec2-saga-keypair-nimbus'
'ec2_proxy' : '/Users/merzky/.ec2_keys/saga.aws_private_nimbus.pem'
'ec2_type' : 'nimbus'
'ec2_url' : 'https://tp-vm1.ci.uchicago.edu:8445/wsrf/services/ElasticNimbusService'
============================
loaded adaptor: libsaga_adaptor_aws_job (aws_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_aws_job.dylib - aws_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
begin register_namespace_entry_functions (advert_cpi): 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_advert_functions: 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_store_object
function registration: disabled: async_store_object
function registration: sync_retrieve_object
function registration: disabled: async_retrieve_object
function registration: sync_store_string
function registration: disabled: async_store_string
function registration: sync_retrieve_string
function registration: disabled: async_retrieve_string
end register_advert_functions
begin register_attribute_functions: 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (advert_directory_cpi): 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (advert_directory_cpi): 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_advert_directory_entry_functions: 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_advert_directory_functions
begin register_attribute_functions: 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 909dbdf6-ea85-11dd-832a-5b6554e1e456:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_advert'
[preferences]
'dbtype' : 'sqlite3'
[postgresql]
'dbconnect' : 'dbname=advertdb;host=fortytwo.cct.lsu.edu;port=5432;user=SAGA;password=SAGA_client'
[sqlite3]
'dbconnect' : '/Users/merzky/.saga/saga_advert.db'
============================
loaded adaptor: libsaga_adaptor_default_advert (default_advert) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_advert.dylib - default_advert
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
begin register_namespace_entry_functions (file_cpi): 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: sync_get_size
function registration: disabled: async_get_size
function registration: sync_read
function registration: disabled: async_read
function registration: sync_write
function registration: disabled: async_write
function registration: sync_seek
function registration: disabled: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: skipped: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
end register_directory_functions
begin register_attribute_functions: 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90a01d08-ea85-11dd-b6c4-772f2d45d7bd:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_file (default_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_file.dylib - default_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
begin register_job_service_functions: 90a43bb8-ea85-11dd-8c91-6f09fae4e26b:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 90a43bb8-ea85-11dd-8c91-6f09fae4e26b:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 90a43bb8-ea85-11dd-8c91-6f09fae4e26b:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 90a43bb8-ea85-11dd-8c91-6f09fae4e26b:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_job (default_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_job.dylib - default_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_add_location
function registration: disabled: async_add_location
function registration: sync_remove_location
function registration: disabled: async_remove_location
function registration: sync_update_location
function registration: disabled: async_update_location
function registration: sync_list_locations
function registration: disabled: async_list_locations
function registration: sync_replicate
function registration: disabled: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_get_url
function registration: disabled: async_get_url
function registration: sync_get_cwd
function registration: disabled: async_get_cwd
function registration: sync_get_name
function registration: disabled: async_get_name
function registration: sync_close
function registration: disabled: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_change_dir
function registration: disabled: async_change_dir
function registration: sync_list
function registration: disabled: async_list
function registration: sync_exists
function registration: disabled: async_exists
function registration: sync_get_num_entries
function registration: disabled: async_get_num_entries
function registration: sync_get_entry
function registration: disabled: async_get_entry
function registration: sync_make_dir
function registration: disabled: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_is_file
function registration: disabled: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_context_functions (context_cpi): 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 90a4ee64-ea85-11dd-9136-871bc751ab88:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'default_replica'
[preferences]
'dbtype' : 'sqlite3'
[sqlite3]
'dbconnect' : 'saga_replica.db'
============================
loaded adaptor: libsaga_adaptor_default_replica (default_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_replica.dylib - default_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
begin register_rpc_functions: 90a646d8-ea85-11dd-a823-af9642ea0fb0:
function registration: sync_call
function registration: disabled: async_call
function registration: sync_close
function registration: disabled: async_close
end register_rpc_functions
begin register_permissions_functions: 90a646d8-ea85-11dd-a823-af9642ea0fb0:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'default_rpc'
[preferences]
============================
loaded adaptor: libsaga_adaptor_default_rpc (default_rpc) from file: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_default_rpc.dylib - default_rpc
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
begin register_job_service_functions: 90a6d8e6-ea85-11dd-82f7-777497c65b5c:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: skipped: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 90a6d8e6-ea85-11dd-82f7-777497c65b5c:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 90a6d8e6-ea85-11dd-82f7-777497c65b5c:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: skipped: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 90a6d8e6-ea85-11dd-82f7-777497c65b5c:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gram_job'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gram_job (globus_gram_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gram_job.dylib - globus_gram_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
begin register_namespace_entry_functions (file_cpi): 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90a759e2-ea85-11dd-9636-b338bb9716ed:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_gridftp_file'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gridftp_file (globus_gridftp_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gridftp_file.dylib - globus_gridftp_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
begin register_context_functions (context_cpi): 90aae1b6-ea85-11dd-bbb0-d3b481ee4cbc:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 90aae1b6-ea85-11dd-bbb0-d3b481ee4cbc:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'globus_gsi_context'
[preferences]
============================
loaded adaptor: libsaga_adaptor_globus_gsi_context (globus_gsi_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_gsi_context.dylib - globus_gsi_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
begin register_namespace_entry_functions (logical_file_cpi): 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_logical_file_functions: 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_add_location
function registration: skipped: async_add_location
function registration: sync_remove_location
function registration: skipped: async_remove_location
function registration: sync_update_location
function registration: skipped: async_update_location
function registration: sync_list_locations
function registration: skipped: async_list_locations
function registration: sync_replicate
function registration: skipped: async_replicate
end register_logical_file_functions
begin register_attribute_functions: 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (logical_directory_cpi): 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (logical_directory_cpi): 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: skipped: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: skipped: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: skipped: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: skipped: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: skipped: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: skipped: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_logical_directory_functions: 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
end register_logical_directory_functions
begin register_attribute_functions: 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90ab6302-ea85-11dd-877e-3bdb42cf5a95:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'globus_rls_replica'
[preferences]
'timeout' : '60'
============================
loaded adaptor: libsaga_adaptor_globus_rls_replica (globus_rls_replica) from file: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_globus_rls_replica.dylib - globus_rls_replica
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
begin register_job_service_functions: 90ac4182-ea85-11dd-bdc6-27b0e4fe3004:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: skipped: async_list
function registration: sync_get_job
function registration: skipped: async_get_job
function registration: sync_get_self
function registration: skipped: async_get_self
end register_job_service_functions
begin register_permissions_functions: 90ac4182-ea85-11dd-bdc6-27b0e4fe3004:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 90ac4182-ea85-11dd-bdc6-27b0e4fe3004:
function registration: sync_get_job_id
function registration: skipped: async_get_job_id
function registration: sync_get_state
function registration: skipped: async_get_state
function registration: skipped: sync_get_description
function registration: skipped: async_get_description
function registration: sync_get_stdin
function registration: skipped: async_get_stdin
function registration: sync_get_stdout
function registration: skipped: async_get_stdout
function registration: sync_get_stderr
function registration: skipped: async_get_stderr
function registration: sync_suspend
function registration: skipped: async_suspend
function registration: sync_resume
function registration: skipped: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: skipped: async_migrate
function registration: skipped: sync_signal
function registration: skipped: async_signal
function registration: sync_run
function registration: skipped: async_run
function registration: sync_cancel
function registration: skipped: async_cancel
function registration: sync_wait
function registration: skipped: async_wait
end register_job_functions
begin register_attribute_functions: 90ac4182-ea85-11dd-bdc6-27b0e4fe3004:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
begin register_context_functions (context_cpi): 90ac4182-ea85-11dd-bdc6-27b0e4fe3004:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 90ac4182-ea85-11dd-bdc6-27b0e4fe3004:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'omii_gridsam_job'
[preferences]
'connect' : 'https://gg101.cct.lsu.edu:18443/gridsam/services/gridsam'
============================
loaded adaptor: libsaga_adaptor_omii_gridsam_job (omii_gridsam_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_omii_gridsam_job.dylib - omii_gridsam_job
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
begin register_context_functions (context_cpi): 90ad0644-ea85-11dd-888a-471698b54d2a:
function registration: sync_set_defaults
function registration: skipped: async_set_defaults
end register_context_functions:
begin register_attribute_functions: 90ad0644-ea85-11dd-888a-471698b54d2a:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_context'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
============================
loaded adaptor: libsaga_adaptor_ssh_context (ssh_context) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_context.dylib - ssh_context
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
begin register_namespace_entry_functions (file_cpi): 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_file_functions (file_cpi): 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_read
function registration: skipped: async_read
function registration: sync_write
function registration: skipped: async_write
function registration: sync_seek
function registration: skipped: async_seek
function registration: skipped: sync_read_v
function registration: skipped: async_read_v
function registration: skipped: sync_write_v
function registration: skipped: async_write_v
function registration: skipped: sync_size_p
function registration: skipped: async_size_p
function registration: skipped: sync_read_p
function registration: skipped: async_read_p
function registration: skipped: sync_write_p
function registration: skipped: async_write_p
function registration: skipped: sync_modes_e
function registration: skipped: async_modes_e
function registration: skipped: sync_size_e
function registration: skipped: async_size_e
function registration: skipped: sync_read_e
function registration: skipped: async_read_e
function registration: skipped: sync_write_e
function registration: skipped: async_write_e
end register_file_functions
begin register_attribute_functions: 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_namespace_entry_functions (directory_cpi): 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: sync_get_url
function registration: skipped: async_get_url
function registration: sync_get_cwd
function registration: skipped: async_get_cwd
function registration: sync_get_name
function registration: skipped: async_get_name
function registration: sync_close
function registration: skipped: async_close
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
end register_namespace_entry_functions:
begin register_namespace_dir_functions (directory_cpi): 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: sync_change_dir
function registration: skipped: async_change_dir
function registration: sync_list
function registration: skipped: async_list
function registration: sync_exists
function registration: skipped: async_exists
function registration: sync_get_num_entries
function registration: skipped: async_get_num_entries
function registration: sync_get_entry
function registration: skipped: async_get_entry
function registration: sync_make_dir
function registration: skipped: async_make_dir
function registration: sync_read_link
function registration: disabled: async_read_link
function registration: sync_is_dir
function registration: disabled: async_is_dir
function registration: sync_is_entry
function registration: disabled: async_is_entry
function registration: sync_is_link
function registration: disabled: async_is_link
function registration: sync_copy
function registration: disabled: async_copy
function registration: sync_link
function registration: disabled: async_link
function registration: sync_move
function registration: disabled: async_move
function registration: sync_remove
function registration: disabled: async_remove
function registration: sync_copy_wildcard
function registration: skipped: async_copy_wildcard
function registration: sync_link_wildcard
function registration: skipped: async_link_wildcard
function registration: sync_move_wildcard
function registration: skipped: async_move_wildcard
function registration: sync_remove_wildcard
function registration: skipped: async_remove_wildcard
function registration: sync_open
function registration: disabled: async_open
function registration: sync_open_dir
function registration: disabled: async_open_dir
function registration: sync_find
function registration: disabled: async_find
function registration: sync_permissions_allow
function registration: skipped: async_permissions_allow
function registration: sync_permissions_deny
function registration: skipped: async_permissions_deny
function registration: skipped: sync_permissions_allow_wildcard
function registration: skipped: async_permissions_allow_wildcard
function registration: skipped: sync_permissions_deny_wildcard
function registration: skipped: async_permissions_deny_wildcard
end register_namespace_dir_functions
begin register_directory_functions (directory_cpi): 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: sync_get_size
function registration: skipped: async_get_size
function registration: sync_is_file
function registration: skipped: async_is_file
function registration: sync_open
function registration: skipped: async_open
function registration: sync_open_dir
function registration: skipped: async_open_dir
end register_directory_functions
begin register_attribute_functions: 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: skipped: sync_get_attribute
function registration: skipped: async_get_attribute
function registration: skipped: sync_set_attribute
function registration: skipped: async_set_attribute
function registration: skipped: sync_get_vector_attribute
function registration: skipped: async_get_vector_attribute
function registration: skipped: sync_set_vector_attribute
function registration: skipped: async_set_vector_attribute
function registration: skipped: sync_remove_attribute
function registration: skipped: async_remove_attribute
function registration: skipped: sync_list_attributes
function registration: skipped: async_list_attributes
function registration: skipped: sync_find_attributes
function registration: skipped: async_find_attributes
function registration: skipped: sync_attribute_exists
function registration: skipped: async_attribute_exists
function registration: skipped: sync_attribute_is_readonly
function registration: skipped: async_attribute_is_readonly
function registration: skipped: sync_attribute_is_writable
function registration: skipped: async_attribute_is_writable
function registration: skipped: sync_attribute_is_vector
function registration: skipped: async_attribute_is_vector
function registration: skipped: sync_attribute_is_extended
function registration: skipped: async_attribute_is_extended
end register_attribute_functions
begin register_permissions_functions: 90ad7ee4-ea85-11dd-99eb-e3d7ca382c01:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: sync_get_owner
function registration: skipped: async_get_owner
function registration: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
============================
'name' : 'ssh_file'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_keepalive' : 'yes'
'sshfs_mnt' : '/Users/merzky/.saga/adaptors/ssh/ssh_file/mnt/'
'sshfs_ondemand' : 'yes'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_file (ssh_file) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_file.dylib - ssh_file
loaded module: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
begin register_job_service_functions: 90aef120-ea85-11dd-808a-d7f39f97337f:
function registration: sync_create_job
function registration: disabled: async_create_job
function registration: sync_run_job
function registration: disabled: async_run_job
function registration: sync_run_job_noio
function registration: disabled: async_run_job_noio
function registration: sync_list
function registration: disabled: async_list
function registration: sync_get_job
function registration: disabled: async_get_job
function registration: sync_get_self
function registration: disabled: async_get_self
end register_job_service_functions
begin register_permissions_functions: 90aef120-ea85-11dd-808a-d7f39f97337f:
function registration: sync_permissions_allow
function registration: disabled: async_permissions_allow
function registration: sync_permissions_deny
function registration: disabled: async_permissions_deny
function registration: skipped: sync_permissions_check
function registration: skipped: async_permissions_check
function registration: skipped: sync_get_owner
function registration: skipped: async_get_owner
function registration: skipped: sync_get_group
function registration: skipped: async_get_group
end register_permissions_functions
begin register_job_functions: 90aef120-ea85-11dd-808a-d7f39f97337f:
function registration: sync_get_job_id
function registration: disabled: async_get_job_id
function registration: sync_get_state
function registration: disabled: async_get_state
function registration: sync_get_description
function registration: disabled: async_get_description
function registration: sync_get_stdin
function registration: disabled: async_get_stdin
function registration: sync_get_stdout
function registration: disabled: async_get_stdout
function registration: sync_get_stderr
function registration: disabled: async_get_stderr
function registration: sync_suspend
function registration: disabled: async_suspend
function registration: sync_resume
function registration: disabled: async_resume
function registration: sync_checkpoint
function registration: disabled: async_checkpoint
function registration: sync_migrate
function registration: disabled: async_migrate
function registration: sync_signal
function registration: disabled: async_signal
function registration: sync_run
function registration: disabled: async_run
function registration: sync_cancel
function registration: disabled: async_cancel
function registration: sync_wait
function registration: disabled: async_wait
end register_job_functions
begin register_attribute_functions: 90aef120-ea85-11dd-808a-d7f39f97337f:
function registration: sync_get_attribute
function registration: disabled: async_get_attribute
function registration: sync_set_attribute
function registration: disabled: async_set_attribute
function registration: sync_get_vector_attribute
function registration: disabled: async_get_vector_attribute
function registration: sync_set_vector_attribute
function registration: disabled: async_set_vector_attribute
function registration: sync_remove_attribute
function registration: disabled: async_remove_attribute
function registration: sync_list_attributes
function registration: disabled: async_list_attributes
function registration: sync_find_attributes
function registration: disabled: async_find_attributes
function registration: sync_attribute_exists
function registration: disabled: async_attribute_exists
function registration: sync_attribute_is_readonly
function registration: disabled: async_attribute_is_readonly
function registration: sync_attribute_is_writable
function registration: disabled: async_attribute_is_writable
function registration: sync_attribute_is_vector
function registration: disabled: async_attribute_is_vector
function registration: sync_attribute_is_extended
function registration: disabled: async_attribute_is_extended
end register_attribute_functions
============================
'name' : 'ssh_job'
'preferences' : 'saga.adaptor_suite.ssh.preferences'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
[preferences]
'distribute_identity' : 'yes'
'scp_bin' : '/usr/bin/scp'
'scp_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'ssh_bin' : '/usr/bin/ssh'
'ssh_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0'
'sshfs_bin' : '/Users/merzky/links/saga/svn/trunk/adaptors/ssh/external/sshfs/macos/bin/sshfs'
'sshfs_opt' : '-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0 -o workaround=nonodelay'
============================
loaded adaptor: libsaga_adaptor_ssh_job (ssh_job) from file: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib
dynamic loading ok: /usr/local/packages/saga//lib/libsaga_adaptor_ssh_job.dylib - ssh_job
Created exception: SAGA(BadParameter): aws_job: aws_job_service.cpp(84): Adaptor only supports 'aws' and 'any' URL schemes, not fork
Trying to create CPI: job_service_cpi for operation: __init__
from proxy for CPI: job_service_cpi using adaptor instance: default_job (8f894a02-ea85-11dd-a46b-f72b2b7af73c)
INFO : posix_job_service.cpp : fork://localhost/
INFO : posix_job_service.cpp : localhost
INFO : posix_job_service.cpp : fork
Successfully created CPI: job_service_cpi using adaptor instance: default_job
Testing adaptor default_job for job_service_cpi -> sync_create_job : 1
Trying to create CPI: job_cpi for operation: __init__
from proxy for CPI: job_cpi using adaptor instance: default_job (8f894a02-ea85-11dd-a46b-f72b2b7af73c)
INFO : posix_job.cpp : posix job ctor
Successfully created CPI: job_cpi using adaptor instance: default_job
Testing adaptor default_job for job_cpi -> sync_get_stdout : 1
Testing adaptor default_job for job_cpi -> sync_get_stderr : 1
Testing adaptor default_job for job_cpi -> sync_run : 1
INFO : posix_job.cpp : posix job run
INFO : posix_job.cpp : /usr/local/packages/saga//bin/aws-tools/bin//ec2-run-instances
INFO : posix_job.cpp : -k
INFO : posix_job.cpp : ec2-saga-keypair-ec2
INFO : posix_job.cpp : ami-038a6d6a
LOG : posix_job.cpp : >> /usr/local/packages/saga//bin/aws-tools/bin//ec2-run-instances -k ec2-saga-keypair-ec2 ami-038a6d6a
More information about the saga-devel
mailing list