Hello,
I'm trying to setup the community edition on a single server.
I'm following the official documentation : removed link
At step 7, when I run the command:
service-discover setup-wizard
It fails with following message:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0x78c27e]
goroutine 1 [running]:
github.com removed link (*Conn).nextMessageID(...)
removed link
github.com removed link (*Conn).SimpleBind(0x0, 0xc000096e40)
removed link +0x13e
github.com removed link (*Conn).Bind(0xc0000a4240?, {0xc0000c05e0?, 0xc000096f28?}, {0xc0000be328?, 0x828d60?})
removed link +0x53
github.com removed link (0xc0000b43c0, 0x65?)
removed link +0x1eb
github.com removed link (*ldapContext).QueryAllServersWithService(0x8c9ade?, {0x8be909, 0x10})
removed link +0x65
github.com removed link (*Setup).isFirstInstance(0xc00010f220, {0x96d450, 0xc000030d90})
removed link +0x7b
github.com removed link (*Wizard).Run(0xc0001700b0, 0xc000170008)
removed link +0x128
reflect.Value.call({0x842da0?, 0xc0001700b0?, 0x8b5700?}, {0x8b6d2a, 0x4}, {0xc000010e10, 0x1, 0x1?})
removed link +0xca6
reflect.Value.Call({0x842da0?, 0xc0001700b0?, 0xc0000978b8?}, {0xc000010e10?, 0x8b5700?, 0xc000010df8?})
removed link +0xb9
github.com removed link ({0x842da0?, 0xc0001700b0?, 0xc000097a30?}, 0xc00019f5f0)
removed link +0x45a
github.com removed link (*Context).RunNode(0xc000144180, 0xc0001721e0, {0xc000097ef8, 0x1, 0x884dc0?})
removed link +0x80e
github.com removed link (*Context).Run(0xc000144180?, {0xc000097ef8?, 0xc00014df08?, 0x10?})
removed link +0x132
main.main()
removed link +0x8bc
I make setup on Ubuntu 22.04.
Have you any idea ?
Thanks in advance