Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes bug 867388 - Added basic middleware services for Bixie. #1307

Merged
merged 1 commit into from Jul 8, 2013

Conversation

adngdb
Copy link
Contributor

@adngdb adngdb commented Jun 24, 2013

First steps of middleware services for bixie.

@lonnen r?

@lonnen
Copy link
Contributor

lonnen commented Jul 3, 2013

Traceback (most recent call last):
  File "./socorro/external/postgresql/setupdb_app.py", line 529, in <module>
    sys.exit(main(SocorroDB))
  File "/var/lib/jenkins/jobs/socorro-github/workspace/socorro/app/generic_app.py", line 203, in main
    return fix_exit_code(instance.main())
  File "./socorro/external/postgresql/setupdb_app.py", line 506, in main
    db.setup_admin()
  File "./socorro/external/postgresql/setupdb_app.py", line 48, in setup_admin
    self.session.execute('CREATE EXTENSION IF NOT EXISTS json_enhancements')
  File "/var/lib/jenkins/jobs/socorro-github/workspace/socorro-virtualenv/lib/python2.6/site-packages/sqlalchemy/orm/session.py", line 910, in execute
    clause, params or {})
  File "/var/lib/jenkins/jobs/socorro-github/workspace/socorro-virtualenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1449, in execute
    params)
  File "/var/lib/jenkins/jobs/socorro-github/workspace/socorro-virtualenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
    compiled_sql, distilled_params
  File "/var/lib/jenkins/jobs/socorro-github/workspace/socorro-virtualenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
    context)
  File "/var/lib/jenkins/jobs/socorro-github/workspace/socorro-virtualenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
    context)
  File "/var/lib/jenkins/jobs/socorro-github/workspace/socorro-virtualenv/lib/python2.6/site-packages/sqlalchemy/engine/default.py", line 331, in do_execute
    cursor.execute(statement, parameters)
sqlalchemy.exc.OperationalError: (OperationalError) could not open extension control file "/usr/pgsql-9.2/share/extension/json_enhancements.control": No such file or directory
 'CREATE EXTENSION IF NOT EXISTS json_enhancements' {}

@lonnen
Copy link
Contributor

lonnen commented Jul 3, 2013

I bet we just need to kick this again

@rhelmer
Copy link
Contributor

rhelmer commented Jul 3, 2013

Hmm this shouldn't be running on jenkins (the server is remote, and the jenkins user can't sudo)

@selenamarie any idea why this is happening in this PR? I remember you doing a PR like this but not landing, maybe @AdrianGaudebert branched off of that?

@selenamarie
Copy link
Contributor

I just poked jenkins to rerun

@adngdb
Copy link
Contributor Author

adngdb commented Jul 4, 2013

Yep, jenkins is happy now.

@lonnen
Copy link
Contributor

lonnen commented Jul 8, 2013

legit. thanks!

lonnen added a commit that referenced this pull request Jul 8, 2013
Fixes bug 867388 - Added basic middleware services for Bixie.
@lonnen lonnen merged commit 29cfe76 into mozilla-services:master Jul 8, 2013
@adngdb adngdb deleted the 867388-bixie-middleware branch July 10, 2013 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants