Skip to content

Doesn't work on OpenShift when using the restricted SCC #197

@rakesh-4321

Description

@rakesh-4321

$helm install --name foo stable/ibm-mqadvanced-server-dev --set license=accept
$ helm status foo
LAST DEPLOYED: Tue Aug 21 16:17:24 2018
NAMESPACE: default
STATUS: DEPLOYED

RESOURCES:
==> v1/Pod(related)
NAME READY STATUS RESTARTS AGE
foo-ibm-mq-0 0/1 CrashLoopBackOff 5 7m

Container keeps restarting and the status stays "CrashLoopBackOff". Below listed errors are what I see in the kubernetes pod logs

$ docker logs aa94173b74e7
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x4e8e46]

goroutine 1 [running]:
github.com/ibm-messaging/mq-container/internal/logger.(*Logger).Debugf(0x0, 0x58be27, 0x1f, 0xc420055e30, 0x1, 0x1)
/go/src/github.com/ibm-messaging/mq-container/internal/logger/logger.go:127 +0x26
main.logTermination(0xc4200103a0, 0x1, 0x1)
/go/src/github.com/ibm-messaging/mq-container/cmd/runmqdevserver/main.go:100 +0x16e
main.doMain(0xc4200781e0, 0xc420055f78)
/go/src/github.com/ibm-messaging/mq-container/cmd/runmqdevserver/main.go:111 +0xae
main.main()
/go/src/github.com/ibm-messaging/mq-container/cmd/runmqdevserver/main.go:163 +0x26

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions