TheSEED / RASTtk-Distribution

KBase distribution module for RASTtk.
http://www.nature.com/articles/srep08365
13 stars 6 forks source link

rast-process-genome-batch error invoking method new_handle #10

Open rsiani opened 4 years ago

rsiani commented 4 years ago

Hi, as per title I have been trying to run rast-process-genome-batch several times in the past week but always getting the same error:

Error invoking method new_handle HTTP status: 502 Bad Gateway Function invoked: new_handle

Trace begun at /usr/share/rasttk/deployment/lib/Bio/KBase/AbstractHandle/Client.pm line 187 Bio::KBase::AbstractHandle::Client::new_handle('Bio::KBase::AbstractHandle::Client=HASH(0x56459ab7ac28)') called at /usr/share/rasttk/deployment/lib/Bio/KBase/HandleService.pm line 144 Bio::KBase::HandleService::new_handle('Bio::KBase::HandleService=HASH(0x5645988f0430)') called at /usr/share/rasttk/deployment/lib/Bio/KBase/HandleService.pm line 67 Bio::KBase::HandleService::upload('Bio::KBase::HandleService=HASH(0x5645988f0430)', 'gto/LjRoot141.fna.gto') called at /usr/share/rasttk/deployment/plbin/rast-process-genome-batch.pl line 100

Any idea how to fix it or is it just a server connection issue?

Thanks

olsonanl commented 4 years ago

I restarted that service; see if that helps.

rsiani commented 4 years ago

Hi, it seems to have helped, but now I get a JSONRPC error:

JSONRPC error: could not find node id in {"status":401,"data":null,"error":["No Authorization"]} JSONRPC error code: -32603 JSONRPC error data:could not find node id in {"status":401,"data":null,"error":["No Authorization"]} at /disks/kb/deployment/lib/Bio/KBase/AbstractHandle/AbstractHandleImpl.pm line 355.

Trace begun at /usr/share/rasttk/deployment/lib/Bio/KBase/AbstractHandle/Client.pm line 180 Bio::KBase::AbstractHandle::Client::new_handle('Bio::KBase::AbstractHandle::Client=HASH(0x55659e0f51e8)') called at /usr/share/rasttk/deployment/lib/Bio/KBase/HandleService.pm line 144 Bio::KBase::HandleService::new_handle('Bio::KBase::HandleService=HASH(0x55659be6b430)') called at /usr/share/rasttk/deployment/lib/Bio/KBase/HandleService.pm line 67 Bio::KBase::HandleService::upload('Bio::KBase::HandleService=HASH(0x55659be6b430)', 'gto/LjRoot141.fna.gto') called at /usr/share/rasttk/deployment/plbin/rast-process-genome-batch.pl line 100

Thanks for the help!