Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Accounting reporting isn't working #5

@A1ve5

Description

@A1ve5

After job execution, just after cleaning environment, accounting reporting fails:

[lalves@ge-ui ~]$ cat scripts/trinity
#!/bin/bash
echo $BDOCKER_ID
echo "### bdocker run container"
echo ""
BDOCKER_ID=bdocker run -d trinitronx/python-simplehttpserver 'sleep 600'
sleep 10
bdocker ps
echo "Container ID: "$BDOCKER_ID

[lalves@ge-ui ~]$ tail -f trinity.o439
Configuring bdocker
/home/sys/lalves/.token_439

bdocker run container

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
inf trinitronx/python-simplehttpserver sleep 600 10 seconds ago Up 10 seconds {u'Type': u'tcp', u'PrivatePort': 8080} thirsty_panini
Container ID: 6386580e88641f7e341de1aa4d4c1b3513e51f35fb967a3f2db36584a2eecd21
6386580e88641f7e341de1aa4d4c1b3513e51f35fb967a3f2db36584a2eecd21
Cleaning environment
Batch Exception: ACCOUNTING NOTIFICATION ERROR super(type, obj): obj must be an instance or subtype of type. None

Nothing is written in the accounting server file.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions