hi...all Friends,

help me pleas, i have  following like gusetbook.jsp, for the register 
XMLDBDriver, in guestbook.jsp it's worked
<%@ page import="org.xmldb.api.*,org.xmldb.api.base.*,org.xmldb.api.modules.*" 
%>
<%@ page import="java.util.Date" %>
<%@ page import="java.text.SimpleDateFormat" %>
<%!
    // ------------------------------------------------------------------
    // Change these details
    // ------------------------------------------------------------------
    private String dbURI  = "xmldb:sedna://localhost/gbook";
    private String dbUser = "SYSTEM";
    private String dbPass = "MANAGER";
    // ------------------------------------------------------------------

    static final String GB_COLLECTION = "guestbook";
    SimpleDateFormat xsdDateFormat = new 
SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
    Database sednaDatabase = null;

    public void registerDriver() throws Exception
    {
        if(sednaDatabase == null) {
            sednaDatabase = 
(Database)(Class.forName("net.cfoster.sedna.DatabaseImpl").newInstance());
            DatabaseManager.registerDatabase(sednaDatabase);
        }
    }
,
but in my jsp file(in my WebApp) "example.jsp", it's didn't work
<jsp:useBean id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx />
<jsp:useBean id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx />
<jsp:useBean id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx />
<jsp:useBean id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx />

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%@ page import="org.w3c.dom.*" %>
<%@ page import="org.xmldb.api.*,org.xmldb.api.base.*,org.xmldb.api.modules.*" 
%>
<%    
    Cookie[] cookies=request.getCookies();
    cookie_lesen.setCookies(cookies);
    cookie_lesen.setName("xxxxxxxxxxxxxxxx");
        boolean ex=request.isRequestedSessionIdValid();
    if (ex == false) { response.sendRedirect("../error.jsp");}
%>
<%      String whatever = request.getParameter("xxxxxxxxxxxxxxx");        
        if(seMain.getSeDo().doesSeDataExist(aktenzeichen) && 
seMain.getSeDo().doesSeCfgExist(aktenzeichen)){
              register();
               //seMain.getSeDo().registerXMLDBDriver();  // i'm write the in 
java class but in this case i didn't used it
                seMain.getSeDo().doSe_sm(whatever);
           }
            else{
                response.sendRedirect("error_whatever_empty.jsp");
            }
      
        if (main.getIOM().iswhateverFull(aktenzeichen) && 
main.getIOM().doeswhateverExist(whatever)) {
               seMain.getSeDo().doLoadwhatever(whatever);
                response.sendRedirect("description.jsp");
        }
        else{
            if (xxxxxxxxxxxxxxxxxxxxxxxxxx)) {
                response.sendRedirect("error_whatever_empty.jsp");
            }
            else{ 
                if (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) {
                    response.sendRedirect("error_whatever_exist.jsp");
                }
            }
        }
%>
<%!
Database sednaDatabase = null;
    public void registerDriver() throws Exception
    {
        if(sednaDatabase == null) {
            sednaDatabase = 
(Database)(Class.forName("net.cfoster.sedna.DatabaseImpl").newInstance());
            DatabaseManager.registerDatabase(sednaDatabase);
        }
    }
%>
    </body>
and why i always get massage like this ;
WARN  05/10/2008 20:23:59 (SM gbook) 
[bm_functions.cpp:_bm_init_buffer_pool:136]: Can't lock memory. It is not 
supported without root, RLIMIT_MEMLOCK exceeded or there are not enough system 
resources.
my spec;
AMDTurionX2(dual-core)64bit
RAM 2GB PC6400
OS:OpenSuSe11 64bit
and i enclose the even log file
pleas  All Friends  HELP me please ....

Best Regards,
AryaJimbaran



      
"guestbook.jsp log"
INFO  05/10/2008 20:23:46 (GOV) [gov.cpp:main:238]: SEDNA version is 3.1.10
LOG   05/10/2008 20:23:46 (GOV) [gov.cpp:main:239]: SEDNA event log is ready
INFO  05/10/2008 20:23:46 (GOV) [gmm.cpp:create_global_memory_mapping:144]: 
Layer address space start addr = 0x78760000
INFO  05/10/2008 20:23:46 (GOV) [gmm.cpp:create_global_memory_mapping:145]: 
Layer address space boundary   = 0xb8760000
INFO  05/10/2008 20:23:46 (GOV) [gmm.cpp:create_global_memory_mapping:146]: 
Persistent heap start addr     = 0x72360000
LOG   05/10/2008 20:23:46 (GOV) [gov.cpp:main:248]: Process ping server is ready
LOG   05/10/2008 20:23:46 (GOV) [listener.cpp:client_listener:68]: GOVERNOR is 
ready
LOG   05/10/2008 20:23:56 (SM gbook) [sm.cpp:main:533]: SM event log is ready
LOG   05/10/2008 20:23:56 (SM gbook) [sm.cpp:main:535]: SM set global names done
LOG   05/10/2008 20:23:56 (SM gbook) [sm.cpp:main:549]: SM ping started
LOG   05/10/2008 20:23:56 (SM gbook) [sm.cpp:main:555]: SM vmm region values 
determined
SYS   05/10/2008 20:23:56 (SM gbook) [uprocess.c:uGetEnvironmentVariable:76]: 
getenv (code = 4): Failed to obtain error message
SYS   05/10/2008 20:23:56 (SM gbook) [uprocess.c:uGetEnvironmentVariable:76]: 
getenv (code = 4): Failed to obtain error message
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:830]: SM event log in 
recovery procedure is ready
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:834]: SM : 
init_transaction_ids_table done
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:838]: SM : 
init_checkpoint_sems done
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:844]: SM : logical log is 
started
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:864]: SM : 
start_chekpoint_thread done
SYS   05/10/2008 20:23:56 (SM gbook) [ummap.cpp:uMemLock:248]: mlock (code = 
12): Failed to obtain error message
WARN  05/10/2008 20:23:56 (SM gbook) 
[bm_functions.cpp:_bm_init_buffer_pool:136]: Can't lock memory. It is not 
supported without root, RLIMIT_MEMLOCK exceeded or there are not enough system 
resources.
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:886]: SM : bm_startup done
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:900]: SM : checkpoints are 
disabled
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:904]: SM : 
lm_table.init_lock_table done
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:928]: SM : Wu is 
initialized
LOG   05/10/2008 20:23:56 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:939]: SM : checkpoints are 
enabled
LOG   05/10/2008 20:23:59 (SM gbook) [trmgr.cpp:checkpoint_thread:172]: 
Checkpoint procedure is finished
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:949]: SM : shutdown 
checkpoint thread done
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:952]: SM : Wu is released
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:956]: SM : bm_shutdown done
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:960]: SM : logical log is 
stopped
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:964]: SM : 
release_checkpoint_sems done
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:967]: SM : 
release_transaction_ids_table done
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:971]: SM : 
lm_table.release_lock_table done
LOG   05/10/2008 20:23:59 (SM gbook) 
[sm.cpp:recover_database_by_physical_and_logical_log:973]: SM recovery 
procedure is finished successfully
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:533]: SM event log is ready
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:535]: SM set global names done
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:549]: SM ping started
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:555]: SM vmm region values 
determined
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:566]: SM standard routines to 
run the process in the background mode (setsid) done
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:653]: SM 
init_transaction_ids_table done
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:657]: SM init_checkpoint_sems 
done
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:661]: SM 
start_chekpoint_thread done
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:669]: SM logical log has been 
started
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:678]: SM init_lock_table done
SYS   05/10/2008 20:23:59 (SM gbook) [ummap.cpp:uMemLock:248]: mlock (code = 
12): Failed to obtain error message
WARN  05/10/2008 20:23:59 (SM gbook) 
[bm_functions.cpp:_bm_init_buffer_pool:136]: Can't lock memory. It is not 
supported without root, RLIMIT_MEMLOCK exceeded or there are not enough system 
resources.
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:683]: SM buffer manager 
started
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:716]: SM : Wu is initialized
LOG   05/10/2008 20:23:59 (SM gbook) [sm.cpp:main:745]: SM is ready
LOG   05/10/2008 20:24:13 (RC) [rc.cpp:main:96]: Request for runtime 
configuration issued
LOG   05/10/2008 20:24:13 (RC) [rc.cpp:main:116]: Request for runtime 
configuration satisfied
LOG   05/10/2008 20:24:26 (TRN gbook sid=49 trid=-1) [tr.cpp:TRmain:258]: 
Session is ready
LOG   05/10/2008 20:24:26 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   document("$collections")/collections/[EMAIL PROTECTED]"guestbook"]
LOG   05/10/2008 20:24:26 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   document("$collections")/collections/[EMAIL PROTECTED]"guestbook"]
LOG   05/10/2008 20:24:26 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   for $x in collection("guestbook")//message order by $x/timestamp 
descending return <div class='message'><h3>{data($x/name)}</h3><div 
class="date">{day-from-dateTime($x/timestamp)}/{month-from-dateTime($x/timestamp)}/{year-from-dateTime($x/timestamp)}</div>
 <p>{data($x/content)}</p> </div>
LOG   05/10/2008 20:24:31 (TRN gbook sid=49 trid=-1) [tr.cpp:TRmain:540]: 
Session is closed
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=-1) [tr.cpp:TRmain:258]: 
Session is ready
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   document("$collections")/collections/[EMAIL PROTECTED]"guestbook"]
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   document("$collections")/collections/[EMAIL PROTECTED]"guestbook"]
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   document("$documents")/documents/[EMAIL PROTECTED]"guestbook"]/[EMAIL 
PROTECTED]"2468c730.xml"]
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   document("$documents")/documents/[EMAIL PROTECTED]"guestbook"]/[EMAIL 
PROTECTED]"2468c730.xml"]
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   LOAD STDIN "2468c730.xml" "guestbook"
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=49) 
[socket_client.cpp:close_file_from_client:330]: Temporary file has been deleted 
/home/jimbaran/sedna/data/gbook_files/tmpAiK5i8
LOG   05/10/2008 20:24:48 (TRN gbook sid=49 trid=49) 
[tr_functions.cpp:on_user_statement_begin:78]: User query:
---   for $x in collection("guestbook")//message order by $x/timestamp 
descending return <div class='message'><h3>{data($x/name)}</h3><div 
class="date">{day-from-dateTime($x/timestamp)}/{month-from-dateTime($x/timestamp)}/{year-from-dateTime($x/timestamp)}</div>
 <p>{data($x/content)}</p> </div>
LOG   05/10/2008 20:24:53 (TRN gbook sid=49 trid=-1) [tr.cpp:TRmain:540]: 
Session is closed
LOG   05/10/2008 20:25:00 (SMSD gbook) [smsd.cpp:main:110]: Request for SM 
shutdown issued
LOG   05/10/2008 20:25:04 (SM gbook) [trmgr.cpp:checkpoint_thread:172]: 
Checkpoint procedure is finished
LOG   05/10/2008 20:25:04 (SM gbook) [sm.cpp:main:775]: SM : Wu is released
SYS   05/10/2008 20:25:05 (GOV) [uprocess.c:uIsProcessExist:340]: open (code = 
2): Failed to obtain error message
SYS   05/10/2008 20:25:05 (SMSD gbook) [uprocess.c:uIsProcessExist:340]: open 
(code = 2): Failed to obtain error message
LOG   05/10/2008 20:25:05 (SMSD gbook) [smsd.cpp:main:129]: Request for SM 
shutdown satisfied
LOG   05/10/2008 20:25:07 (STOP) [stop_server.cpp:main:88]: Request for 
GOVERNOR shutdown issued
LOG   05/10/2008 20:25:07 (GOV) [gov.cpp:main:284]: SEDNA event log is down

c1(example.jsp)
=================================================================================================================
INFO  05/10/2008 20:26:57 (GOV) [gov.cpp:main:238]: SEDNA version is 3.1.10
LOG   05/10/2008 20:26:57 (GOV) [gov.cpp:main:239]: SEDNA event log is ready
INFO  05/10/2008 20:26:57 (GOV) [gmm.cpp:create_global_memory_mapping:144]: 
Layer address space start addr = 0x78760000
INFO  05/10/2008 20:26:57 (GOV) [gmm.cpp:create_global_memory_mapping:145]: 
Layer address space boundary   = 0xb8760000
INFO  05/10/2008 20:26:57 (GOV) [gmm.cpp:create_global_memory_mapping:146]: 
Persistent heap start addr     = 0x72360000
LOG   05/10/2008 20:26:57 (GOV) [gov.cpp:main:248]: Process ping server is ready
LOG   05/10/2008 20:26:57 (GOV) [listener.cpp:client_listener:68]: GOVERNOR is 
ready
LOG   05/10/2008 20:27:01 (SM c1) [sm.cpp:main:533]: SM event log is ready
LOG   05/10/2008 20:27:01 (SM c1) [sm.cpp:main:535]: SM set global names done
LOG   05/10/2008 20:27:01 (SM c1) [sm.cpp:main:549]: SM ping started
LOG   05/10/2008 20:27:01 (SM c1) [sm.cpp:main:555]: SM vmm region values 
determined
SYS   05/10/2008 20:27:01 (SM c1) [uprocess.c:uGetEnvironmentVariable:76]: 
getenv (code = 4): Failed to obtain error message
SYS   05/10/2008 20:27:01 (SM c1) [uprocess.c:uGetEnvironmentVariable:76]: 
getenv (code = 4): Failed to obtain error message
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:830]: SM event log in 
recovery procedure is ready
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:834]: SM : 
init_transaction_ids_table done
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:838]: SM : 
init_checkpoint_sems done
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:844]: SM : logical log is 
started
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:864]: SM : 
start_chekpoint_thread done
SYS   05/10/2008 20:27:01 (SM c1) [ummap.cpp:uMemLock:248]: mlock (code = 12): 
Failed to obtain error message
WARN  05/10/2008 20:27:01 (SM c1) [bm_functions.cpp:_bm_init_buffer_pool:136]: 
Can't lock memory. It is not supported without root, RLIMIT_MEMLOCK exceeded or 
there are not enough system resources.
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:886]: SM : bm_startup done
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:900]: SM : checkpoints are 
disabled
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:904]: SM : 
lm_table.init_lock_table done
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:928]: SM : Wu is 
initialized
LOG   05/10/2008 20:27:01 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:939]: SM : checkpoints are 
enabled
LOG   05/10/2008 20:27:05 (SM c1) [trmgr.cpp:checkpoint_thread:172]: Checkpoint 
procedure is finished
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:949]: SM : shutdown 
checkpoint thread done
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:952]: SM : Wu is released
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:956]: SM : bm_shutdown done
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:960]: SM : logical log is 
stopped
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:964]: SM : 
release_checkpoint_sems done
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:967]: SM : 
release_transaction_ids_table done
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:971]: SM : 
lm_table.release_lock_table done
LOG   05/10/2008 20:27:05 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:973]: SM recovery 
procedure is finished successfully
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:533]: SM event log is ready
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:535]: SM set global names done
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:549]: SM ping started
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:555]: SM vmm region values 
determined
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:566]: SM standard routines to 
run the process in the background mode (setsid) done
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:653]: SM 
init_transaction_ids_table done
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:657]: SM init_checkpoint_sems 
done
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:661]: SM start_chekpoint_thread 
done
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:669]: SM logical log has been 
started
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:678]: SM init_lock_table done
SYS   05/10/2008 20:27:05 (SM c1) [ummap.cpp:uMemLock:248]: mlock (code = 12): 
Failed to obtain error message
WARN  05/10/2008 20:27:05 (SM c1) [bm_functions.cpp:_bm_init_buffer_pool:136]: 
Can't lock memory. It is not supported without root, RLIMIT_MEMLOCK exceeded or 
there are not enough system resources.
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:683]: SM buffer manager started
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:716]: SM : Wu is initialized
LOG   05/10/2008 20:27:05 (SM c1) [sm.cpp:main:745]: SM is ready
LOG   05/10/2008 20:27:33 (SM c1) [sm.cpp:main:533]: SM event log is ready
LOG   05/10/2008 20:27:33 (SM c1) [sm.cpp:main:535]: SM set global names done
LOG   05/10/2008 20:27:33 (SM c1) [sm.cpp:main:549]: SM ping started
LOG   05/10/2008 20:27:33 (SM c1) [sm.cpp:main:555]: SM vmm region values 
determined
SYS   05/10/2008 20:27:33 (SM c1) [uprocess.c:uGetEnvironmentVariable:76]: 
getenv (code = 4): Failed to obtain error message
SYS   05/10/2008 20:27:33 (SM c1) [uprocess.c:uGetEnvironmentVariable:76]: 
getenv (code = 4): Failed to obtain error message
LOG   05/10/2008 20:27:33 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:830]: SM event log in 
recovery procedure is ready
SYS   05/10/2008 20:27:33 (SM c1) [usem.c:USemaphoreCreate:58]: semget (code = 
17): Failed to obtain error message
ERROR 05/10/2008 20:27:33 (SM c1) [trmgr.cpp:init_transaction_ids_table:391]: 
(SE4010) Can't create semaphore Details: CHARISMA_SYNC_TRN_IDS_TABLE
ERROR 05/10/2008 20:27:33 (SM c1) 
[sm.cpp:recover_database_by_physical_and_logical_log:980]: (SE4205) Failed to 
run SM in the background mode (use '-background-mode off' for detailed 
diagnostics)
LOG   05/10/2008 20:27:39 (RC) [rc.cpp:main:96]: Request for runtime 
configuration issued
LOG   05/10/2008 20:27:39 (RC) [rc.cpp:main:116]: Request for runtime 
configuration satisfied
LOG   05/10/2008 20:29:53 (RC) [rc.cpp:main:96]: Request for runtime 
configuration issued
LOG   05/10/2008 20:29:53 (RC) [rc.cpp:main:116]: Request for runtime 
configuration satisfied
LOG   05/10/2008 20:29:59 (STOP) [stop_server.cpp:main:88]: Request for 
GOVERNOR shutdown issued
LOG   05/10/2008 20:30:02 (SM c1) [trmgr.cpp:checkpoint_thread:172]: Checkpoint 
procedure is finished
LOG   05/10/2008 20:30:02 (SM c1) [sm.cpp:main:775]: SM : Wu is released
SYS   05/10/2008 20:30:03 (GOV) [uprocess.c:uIsProcessExist:340]: open (code = 
2): Failed to obtain error message
LOG   05/10/2008 20:30:03 (GOV) [gov.cpp:main:284]: SEDNA event log is down
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to