nasa / RHEAS

Regional Hydrologic Extremes Assessment System
MIT License
73 stars 54 forks source link

Issue with buildout process #132

Open rupeshb99 opened 5 years ago

rupeshb99 commented 5 years ago

I got errors while buildout the RHEAS.(Linux)

WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

/home/wrf/RHEAS/bin/pg_ctl -D /home/wrf/RHEAS/data/postgres -l logfile start

Installing pgstart. waiting for server to start....LOG: could not bind IPv4 socket: Address already in use HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry. WARNING: could not create listen socket for "localhost" FATAL: could not create any TCP/IP sockets stopped waiting pg_ctl: could not start server Examine the log output. While: Installing pgstart.

An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 2174, in main getattr(buildout, command)(args) File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 817, in install installed_files = self[part]._call(recipe.install) File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 1603, in _call return f() File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 56, in install self.execute() File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 69, in execute run_commands(cmds, self.shell) File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 39, in run_commands check_call('%s %s' % (shell, tmpfile), shell=True) File "/usr/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'sh /tmp/tmpyqcZS6/run' returned non-zero exit status 1