Bugs item #2990589, was opened at 2010-04-22 01:14
Message generated for change (Comment added) made by shcheklein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2990589&group_id=129076

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
>Group: Sedna (development)
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: ahdiaz ()
>Assigned to: Ivan Shcheklein (shcheklein)
Summary: Error SE4211 when creating a database

Initial Comment:
Sedna version 3.3.55
Mac OS 10.6.3
Darwin host.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 
2010; root:xnu-1504.3.12~1/RELEASE_I386 i386


In a clean installation of Sedna, from binaries, I installed the system links 
in a bin/ directory under my home: /Users/ahernandez/bin
That bin/ directory is in the PATH, so I can run commands from any other 
directory.

When trying to create a database I got the error SE4211. After that I 
discovered the cfg/ and data/ directories under my home.
Note that <sedna_data/> parameter value is /opt/sedna

====

ahernan...@host:$ grep sedna_data /opt/sedna/etc/sednaconf.xml 
<sedna_data>/opt/sedna</sedna_data>

ahernan...@host:$ se_gov
GOVERNOR has been started in the background mode

ahernan...@host:$ se_cdb testdb
Creating a data base (it can take a few minutes)...
SEDNA Message: ERROR SE4211
Failed to create the database
Details: testdb

ahernan...@host:$ grep ERROR /Users/ahernandez/data/event.log 
55:ERROR 21/04/2010 22:06:50 (TRN testdb pid=2381 sid=49 trid=49) 
[exceptions.h:__user_exception2:526]: (SE4042) Can't open file Details: 
/Users/ahernandez/bin/../share/sedna_auth_md.xml
63:ERROR 21/04/2010 22:06:52 (CDB testdb pid=2378) 
[exceptions.h:__user_exception2:526]: (SE4211) Failed to create the database 
Details: testdb

====

It seems like an error looking for the Sedna installation path. Then I tried to 
run the commands from the /opt/sedna/bin directory,
not from the links in my home, that worked:

====

ahernan...@host:$ cd /opt/sedna/bin

ahernan...@host:$ se_stop
SEDNA server has been shut down successfully

ahernan...@host:$ ./se_gov
GOVERNOR has been started in the background mode

ahernan...@host:$ ./se_cdb testdb
Creating a data base (it can take a few minutes)...
The database 'testdb' has been created successfully

====


----------------------------------------------------------------------

>Comment By: Ivan Shcheklein (shcheklein)
Date: 2010-04-22 14:03

Message:
ahdiaz, thank you for bug report!
We've reproduced it and'll fix soon.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2990589&group_id=129076

------------------------------------------------------------------------------
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to