← Back to team overview

linux-traipu team mailing list archive

[Bug 919277] Re: The drizzle server is not able to start as "rabbitmq.variables" test is failing.

 

I do not think these two things are related.
1)  The server's ability to start is not tied to passing 'make test'.  Not passing 'make test' indicates that you likely don't have a server that is operating as it should, but it would still be able to start (depending on what/ how things failed).  rabbitmq isn't critical to having an operating drizzle server.

2)  The output you should pay attention to is here:
Plugin module
/usr/local/lib/drizzle7/libascii_plugin.so was compiled for version
20111129, which does not match the current running version of Drizzle:
20120130.
Couldn't load plugin library named 'ascii'.

Aborting:"Failed to initialize plugins". Abort was called from
drizzled/drizzled.cc:1341 in init_variables_after_daemonizing()

The problem is that the libascii plugin is for the previous release,
though I do not know how this could have happened.

How did you build / install?  Did you use the bzr source trees (it
appears that way)?

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/919277

Title:
  The drizzle server is not able to start as "rabbitmq.variables" test
  is failing.

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  The drizzle server is not able to start, and gives the following
  error, even after re-installing everything twice..

  [1] 21795
  harsh@ubuntu:~/builds/drizzle$ Plugin module
  /usr/local/lib/drizzle7/libascii_plugin.so was compiled for version
  20111129, which does not match the current running version of Drizzle:
  20120130.
  Couldn't load plugin library named 'ascii'.

  Aborting:"Failed to initialize plugins". Abort was called from
  drizzled/drizzled.cc:1341 in init_variables_after_daemonizing()

  The make test is generating the following error report..

  drizzle-test-run in default mode: *** Failing the test(s): rabbitmq.variables
  drizzle-test-run: *** ERROR: there were failing test cases
  make[3]: *** [test-drizzle] Error 1
  make[3]: Leaving directory `/home/harsh/repos/drizzle/trunk'
  make[2]: *** [check-am] Error 2
  make[2]: Leaving directory `/home/harsh/repos/drizzle/trunk'
  make[1]: *** [check-recursive] Error 1
  make[1]: Leaving directory `/home/harsh/repos/drizzle/trunk'
  make: *** [check] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/919277/+subscriptions


References