PengZheng commented on issue #592:
URL: https://github.com/apache/celix/issues/592#issuecomment-1643299110
It seems that you have many instances of `http_exmaple_cnt` running in the
background.
For this example, you only need one instance running in **foreground**.
Kill all these instances, and then keep one instance in foreground. You
should be able to enter `lb` command for a foreground instance like this:
```BASH
./http_example_cntd
HTTP Admin started at port 8080
-> [2023-07-20T13:53:44] [ info] [celix_framework] [framework_start:481]
Celix framework started
-> lb
Bundles:
ID State Name Group
0 ACTIVE Celix Framework
Celix/Framework
1 ACTIVE Apache Celix HTTP Admin
Celix/HTTP_admin
2 ACTIVE Apache Celix C Shell Celix/Shell
3 ACTIVE Apache Celix Shell WUI Celix/Shell
4 ACTIVE Apache Celix Shell TUI Celix/Shell
5 ACTIVE Apache Celix HTTP Example
-> # Here you should have a prompt
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]