MySQL Forums
Forum List  »  Falcon

Re: falcon exception on start-up
Posted by: Vladislav Vaintroub
Date: September 26, 2008 10:07AM

>This might be a coincidence, but is the problem that I do not have >a "falcon_master.fts" tablespace file ? If so, how/when does it get created ?

It is created if it is not found. openDatabase throws an exception if file cannot be opened, the exception is caught in StorageHandler::initialize(), then tablespaces are created. From the descrption it sounds like exception handling is not working on your machine.it is strange, but I do recall seeing similar problem in the past, and the reason was that gcc used to produce the binary was not compatible to libgcc.so on the deployment machine. Without wild-guessing too much, what happens if you compile from source? If you see the same problem, could you post the gcc version you're using and configure parameters.

Thanks,
Vlad

Options: ReplyQuote


Subject
Written By
Posted
September 25, 2008 10:56PM
September 25, 2008 11:30PM
Re: falcon exception on start-up
September 26, 2008 10:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.