Install -dis on "SocketException:Too many open files" on centos:latest docker

Description

I’m trying to make a centos version of the opennms docker image following the pattern that was established here https://github.com/opennms-forge/opennms-dockerfiles. The goal is to make a customized version using centos and the foundation-2016 version (tried others too) and later add in customized config files.

When I try to run the ./install –dis I get a SocketException: too many open files

I have attached the Docker files, and supporting files.

Here is the steps I am taking:

  1.  

    1.  

      1. kick off the existing database downloaded from the opennms dockerhub
        docker run --name opennms-database -e POSTGRES_PASSWORD=foo -d postgres

  1.  

    1.  

      1. build the docker image from the docker file in the current directory
        docker build -t opennms:latest .

  1.  

    1.  

      1. run the docker image
        docker run --link=opennms-database:db -e DB_POSTGRES_PASSWORD=foo --name miketest -it -d opennms:latest

  1.  

    1.  

      1. open a bash session into the image
        docker exec -it miketest bash

  1.  

    1.  

      1. inside the image, manually run the bootstrap.sh (I have the CMD commented out in the docker file)
        /opt/opennms/bin/bootstrap.sh

  1.  

    1.  

      1. inside the image, manually run the install command
        /opt/opennms/bin/install -dis

Environment

centos:latest docker made with the attached docker file. The docker image is running on centos atomic host, which is running inside a VMware VM.

Acceptance / Success Criteria

None

Attachments

5

Lucidchart Diagrams

Activity

Show:

Benjamin Reed July 18, 2016 at 5:20 PM

This has been merged everywhere now.

Jesse White July 14, 2016 at 3:48 PM

Reopening until we make sure this makes it out to all the proper release branches,

Jesse White July 14, 2016 at 3:46 PM

PR was merged to the foundation branch.

Michael Batz July 12, 2016 at 11:14 AM

Great, thank you very much for the fast fix.

Benjamin Reed July 12, 2016 at 11:12 AM

Good catch. I closed it as duplicate. Also I redid the PR against foundation, as it should have been.

Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

PagerDuty

Created March 3, 2016 at 5:31 PM
Updated July 18, 2016 at 5:20 PM
Resolved July 18, 2016 at 5:20 PM