ERR 11270 console  e87_create_diag_fifo: chown error, Not owner

Hello,
we have 2 Livecache SAPDB 7.4.03 Databases installed on one AIX Server, called LCD and LCT.
The databases were running well, but after some changes on the filesystem preparing backup with adint, one of the databases is not able to start.
-24994,ERR_RTE: runtime environment error
1,Check knldiag! Kernel died before reaching ADMIN state
I see only this error in file knldiag from LCT
ERR 11270 console  e87_create_diag_fifo: chown error, Not owner
What I have noticed in the file, that some ENV parameters are wrong because these are settings from the other database like this:
2008-05-17 13:25:50     1     12898 ENVIRON   HOME=/home/lcdadm
2008-05-17 13:25:50     1     12898 ENVIRON   USER=lcdadm
P2008-05-17 13:25:50     1     12898 ENVIRON   LOGNAME=lcdadm
2008-05-17 13:25:50     1     12898 ENVIRON   LOGIN=lcdadm
2008-05-17 13:25:50     1     12898 ENVIRON   ADINT=/usr/tivoli/tsm/adint64
2008-05-17 13:25:50     1     12898 ENVIRON   ADA_OPT=/sapdb/LCD/adint/initLCD.utl
I checked env of the user lctadm everythings seems to be ok. When I changed one option with this
dbmcli -d LCT -u control,***** dbm_configset -raw ADA_OPT /sapdb/LCT/adint/initLCT.utl
When I restart the database i have the same result and the wrong env.setting.
Where are the settings stored and what be the reason for this issue ?

This directory looks like this
[...x:root:/usr/spool/sql/fifo:] ls -al
total 0
drwxrwxr-x   2 lcdadm   sapsys          256 May 17 15:50 .
drwxrwxr-x  10 lcdadm   sapsys          256 Mar 17 13:54 ..
prwww-   1 lcdadm   sapsys            0 May 17 16:07 LCD
prw-rw----   1 lcdadm   sapsys            0 May 17 16:14 xserver_depflalc02x_logger
prw-rw----   1 lcdadm   sapsys            0 May 14 08:26 xserver_depflalc02x_update
So this looks like the "wrong" user or with the other db-owner user.
But does it make a sense to change it to lctadm and create a file named LCP ?
I am afraid that in this case the other db will also not start
Frank

Similar Messages

  • Auto mount failure with "not owner"

    I have setup auto_master with the following line:
    /-    auto_direct
    I also have tested a client smb share connection with the following successfully since this node is a member of the cih-ettm windows domain;
    I have also setup smbadm add-key with this users name and password so that when I mount here with the following command a password is not required.
    mount -F smbfs //chaos.cih-ettm.com/InboundImages /export/home/ttp/images
    This works and I get a mount point and I can copy files to the directory and the windows box sees and can access the files.
    If I try to set this up as an automount by adding the following line to /etc/auto_direct and execute the command automount I receive the error 'not owner'
    /export/home/ttp/images -fstype=smbfs,dirperms=0755,uid=ttp //chaos.cih-ettm.com/InboundImages
    Error returned:
    automount: mount /export/home/ttp/outboundimages/images: Not owner
    I also have the following lines in the /etc/security/exec_attr
    Basic Solaris  User:solaris:cmd:::/usr/lib/fs/smbfs/mount:privs=sys_mount
    Basic Solaris User:solaris:cmd:::/usr/lib/fs/smbfs/umount:privs=sys_mount
    In all cases the 'ttp' user is the owner of the /export/home/ttp/images
    Any help would be appreciated.
    Thanks,
    Dave

    I have setup auto_master with the following line:
    /-    auto_direct
    I also have tested a client smb share connection with the following successfully since this node is a member of the cih-ettm windows domain;
    I have also setup smbadm add-key with this users name and password so that when I mount here with the following command a password is not required.
    mount -F smbfs //chaos.cih-ettm.com/InboundImages /export/home/ttp/images
    This works and I get a mount point and I can copy files to the directory and the windows box sees and can access the files.
    If I try to set this up as an automount by adding the following line to /etc/auto_direct and execute the command automount I receive the error 'not owner'
    /export/home/ttp/images -fstype=smbfs,dirperms=0755,uid=ttp //chaos.cih-ettm.com/InboundImages
    Error returned:
    automount: mount /export/home/ttp/outboundimages/images: Not owner
    I also have the following lines in the /etc/security/exec_attr
    Basic Solaris  User:solaris:cmd:::/usr/lib/fs/smbfs/mount:privs=sys_mount
    Basic Solaris User:solaris:cmd:::/usr/lib/fs/smbfs/umount:privs=sys_mount
    In all cases the 'ttp' user is the owner of the /export/home/ttp/images
    Any help would be appreciated.
    Thanks,
    Dave

  • AclOwner not owner error when implementing RDBMSRealm

    I am implementing a RDMBSRealm on WL6.1sp1. When I add an ACL/permission and
    grant it to a group, I got an error.
    I tried the example RDBMSRealm. I found out that adding groups and acls are
    actually persisted into the fileRealm,
    Only adding users are persisted to the database. What did I miss? Any
    suggestions will be appreciated.
    java.lang.InternalError: aclOwner not owner
         at
    weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.java:871)
         at weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java:1985)
         at
    weblogic.management.internal.RemoteRealmManagerImpl.grantPermission(RemoteRe
    almManagerImpl.java:270)
         at weblogic.management.configuration.Acl.grantPermission(Acl.java:72)
         at
    weblogic.management.console.actions.realm.DoAclPermissionFormAction.perform(
    DoAclPermissionFormAction.java:120)
         at
    weblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:167)
         at
    weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
         at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
         at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2456)
         at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.configuration.RealmException: Acl.grantPermission - with
    nested exception:
    [java.lang.InternalError: aclOwner not owner]
         at weblogic.management.configuration.Acl.grantPermission(Acl.java:74)
         at
    weblogic.management.console.actions.realm.DoAclPermissionFormAction.perform(
    DoAclPermissionFormAction.java:120)
         at
    weblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:167)
         at
    weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
         at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
         at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2456)
         at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Console Release Build6.1.1.0Server Release Build6.1.1.0Server BuildWebLogic
    Server 6.1 SP1 09/18/2001 14:28:44 #138716 All Server Product
    VersionsWebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716 WebLogic XML
    Module 6.1 SP1 09/18/2001 14:43:02 #138716

    Hey,
    Are you guys trying to add functionality to the RDBMSRealm so that you can edit
    ACLs in the database, using the WebLogic Console management tools? In other
    words, is your final goal to be able to create (or remove) an ACL in your
    console, and have the changes persisted to the database? I don't quite
    understand what the problem is, based on the description. If you could
    elaborate it would help me to understand what's going on.
    Thanks
    Joe Jerry
    K Wong wrote:
    I tried "unperson". Same error. Do I need to create this user "unperson" in
    my db users table and put it "Administration" group?
    The problem seems to be raised from weblogic...setPermission. I wish I could
    debug into this code or at least System.out.println some contents.
    "Marek Sz." <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    in oryginal example aclOwner is defined in RDBMSDelegate :
    * This is the bogus owner associated with all ACLs found in the
    * database.
    protected Principal aclOwner = new User("unperson");
    Ty to use this Principal.
    Regards
    Marek Sz.
    K Wong wrote:
    I am implementing a RDMBSRealm on WL6.1sp1. When I add an ACL/permission
    and
    grant it to a group, I got an error.
    I tried the example RDBMSRealm. I found out that adding groups and aclsare
    actually persisted into the fileRealm,
    Only adding users are persisted to the database. What did I miss? Any
    suggestions will be appreciated.
    java.lang.InternalError: aclOwner not owner
    at
    weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.java:871)
    atweblogic.security.acl.CachingRealm.setPermission(CachingRealm.java:1985)
    at
    weblogic.management.internal.RemoteRealmManagerImpl.grantPermission(RemoteRe
    almManagerImpl.java:270)
    atweblogic.management.configuration.Acl.grantPermission(Acl.java:72)
    at
    weblogic.management.console.actions.realm.DoAclPermissionFormAction.perform(
    DoAclPermissionFormAction.java:120)
    at
    weblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:167)
    at
    weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2456)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.configuration.RealmException: Acl.grantPermission -with
    nested exception:
    [java.lang.InternalError: aclOwner not owner]
    atweblogic.management.configuration.Acl.grantPermission(Acl.java:74)
    at
    weblogic.management.console.actions.realm.DoAclPermissionFormAction.perform(
    DoAclPermissionFormAction.java:120)
    at
    weblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:167)
    at
    weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2456)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Console Release Build6.1.1.0Server Release Build6.1.1.0ServerBuildWebLogic
    Server 6.1 SP1 09/18/2001 14:28:44 #138716 All Server Product
    VersionsWebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716 WebLogicXML
    Module 6.1 SP1 09/18/2001 14:43:02 #138716

  • Error ERR-1016 Application "118" Page "1" not found (requested language="en

    Hi friends,
    I created an application with 3 pages in it..
    1-------2------3
    where 1-----> login page
    2----->report
    3----->forms
    I deleted report page----2, and i also changed the target page in login page, so that soon after press the login page it will directly go to page 3...
    If im clicking that login page icon means it is working fine......it is going to page 3
    But if i clicked the "RUN APPLICATION"---the big icon of the application means, it is directing to the page 2----report
    which i was deleted, as it showing the error
    Error ERR-1016 Application "118" Page "1" not found (requested language="en
    Since i doesnt want to go to page 1 which is in deleted state, i need is soon after click that "RUN APPLICATION"---the big icon it has to go to page 8 directly like, when it is going to page 8 when i clicking the individual login page icon.......
    Thanks
    Harry..

    I don't know if I quite follow...Make sure you check all of you page processes and your page branches.

  • Error ERR-1016 Application "107" Page "0" not found (requested language="en

    I tried to clear cache to solve a "Not Data Found: error and now I am getting this error. I am going from bad to worst.
    I press a submit button to insert rows into a table which worked fine until I did the following:
    (1) used the "Return Key Into Item" on Auto Row Processing(DML) - to display the PK and to use later.
    (2) After which, I started getting ORA:01403: No Data Found - which I tracked to a caching problem.
    (3) Now when I clear cache, I am getting "Error ERR-1016 Application "107" Page "0" not found (requested language="en-us")"
    What is the deal?

    I solved the problem.
    In my attempt to figure out the "No Data Found Error" , clear cache and "Display the PK key on page 2", I changed the "Optional URL Redirect" on my SUBMIT button.
    I set the following options "Clear Cache, Set These Item, With These Items" which caused the page to redirect to page 0.
    I cleared the settings and the error when away!

  • Oem database console giving a  404 Not Found error

    Hi, The OEM database console shows a 404 not found error outside the machine. It works fine within the machiine when I remote desktop. I am clueless as to why, the sysman logs directory is empty. If you know any reasons please let m e know.
    Thanks..

    It may be that you can't access the hostname/port on the server. So try to do a ping to the server and see if you can get a response, can you ssh or telnet to the machine? Is there a firewall between your client and the machine?
    -Andy

  • NFS write error: on host (10.10.10.10 (the disk array): Not Owner).

    A disk array is attached to the Sun OS 5.8 server through NFS and is used for the storage of the iPlanet Message server's message store. There are warnings for this NFS volume: NFS write error: on host (10.10.10.10 (the disk array): Not Owner). What does this mean?
    During the restart of the solaris server, this warning messaging repeated endlessly on the screen with a white backgroud.
    I had to use Stop-A to stop it, and then, panic and dump occured.
    During the startup, a message was "consistent dma sync timeout." What does this mean?
    After the server restarted, the NFS warnings are still there.
    The server is Solaris 8 on SunFire 480.
    What could the problems be? How to solve them?

    Thanks.
    Let me clarify the situation here:
    Only the mailboxes are on the NFS volume and shared by the two mail servers. -
    msg-instance/store/mboxlist and msg-instance/store/user are located locally. ONLY msg-instance/store/partition/primary is on the NFS volume and shared between the two mail servers.
    So, would this still be a problem?
    And, yes, the mailsvr user id exists on the IBM NAS which provides disk arrays for this NFS volume. Do I need grant particular rights to this user on NAS? Do I need to do something on the NFS server which, I think it is the Sun server?
    Thanks again.

  • While opening em console for soa --  Error 404--Not Found

    Hi Gurus,
    i installed SOA 11.1.1.5.0 wilh admin server ,soa_server,bam_server.
    while opeing the fm control using http://<hostname>.<domainname>:7001/em.
    the below error message is displaying .
    but i am able to open with http://<hostname>.<domainname>:7001/console.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Please can someone guide me how to resolve this.
    Thanks
    San

    While opening em console for soa --  Error 404--Not Found
    Regards,
    Anuj

  • Starting Database Instance ERR 24994,ERR_RTE: runtime environment error

    Hi gurus
    iam trying to start the data base and iam getting this error:
    Starting Database Instance...
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    Opening Database...
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    dbt1:/sapdb/data/wrk/DT1 # more knldiag
    Date       Time       TID Typ MsgID Label    Message-Text
    2007-12-03 14:48:10  5086 WNG 11489 PARAM    Open system console '/dev/console' reports (13) Permission denied
    2007-12-03 14:48:10  5086 WNG 11489 PARAM    Modify parameter OPMSG1 or enable write access to prevent this message
    2007-12-03 14:48:10  5086     12841 DIAGHIST Backup of diagnostic files is in progress
    2007-12-03 14:48:10  5086     12842 DIAGHIST Backup of diagnostic files has finished
    2007-12-03 14:48:10  5086     12769 INFO     Starting SERVERDB:      'DT1'
    2007-12-03 14:48:10  5086     12770 INFO              SERVERNODE:    'mnt1'
    2007-12-03 14:48:10  5086     12773 INFO              Date:          0007-12-03
    2007-12-03 14:48:10  5086     12771 INFO              Process ID:    5086
    2007-12-03 14:48:10  5086     12772 INFO              Owner:         'sqdDT1'
    2007-12-03 14:48:10  5086     12781 INFO              Version:       '32BIT Kernel'
    2007-12-03 14:48:10  5086     12781 INFO              Version:       'X32/LINUX 7.4.3    Build 030-121-056-274'
    2007-12-03 14:48:10  5086     12780 INFO              DBROOT:        '/sapdb/data/wrk/DT1'
    2007-12-03 14:48:10  5086     12780 INFO              LD_LIBRARY_PATH: '/sapdb/DT1/db/lib:/sapdb/DT1/db/sap'
    2007-12-03 14:48:10  5086     12891 INFO     maximum core size: 0 MB
    2007-12-03 14:48:10  5086     12892 INFO     maximum number of open files: 1024
    2007-12-03 14:48:10  5086     12895 INFO     maximum number of threads: unlimited
    2007-12-03 14:48:10  5086     12893 INFO     maximum virtual memory size: unlimited
    2007-12-03 14:48:10  5086     12894 INFO     maximum heap size: unlimited
    2007-12-03 14:48:10  5086     12883 DBSTATE  Core dump suppressed
    2007-12-03 14:48:10  5086     12928 TASKING  Using threads for tasks
    2007-12-03 14:48:10  5086     11532 init_shm SHMCHUNK size 0x2000000
    2007-12-03 14:48:10  5086     12692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;15us;equalize
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of 'BUP':   0
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' DW':  32
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' US':  60
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' SV':  30
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' EV':   0
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' GC':   0
    2007-12-03 14:48:10  5086     11533 init_shm creating shared section size     847924
    2007-12-03 14:48:10  5086     12698 IPC      Common RTE specific IPC key: 0x44000000
    2007-12-03 14:48:10  5086     11536 init_shm attached shared section at   0x50000000
    2007-12-03 14:48:10  5086     11537 init_shm shared section ends at       0x500CF034
    2007-12-03 14:48:11  5086     11521 PIPE_IO  Operating system does not support fstat for input check of pipes
    2007-12-03 14:48:11  5086     11522 PIPE_IO  Input check for pipe with poll supported
    2007-12-03 14:48:12  5086     12811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2007-12-03 14:48:12  5086     12813 EVENTING No Eventbuffer created (0 entries 100 tasks)
    2007-12-03 14:48:14  5088     12885 MEMORY   87157 Pages allocated for I/O cache
    2007-12-03 14:48:14  5088     12886 TASKING  Maximum non user task stack size 100KB
    2007-12-03 14:48:14  5088     12886 TASKING  Maximum task stack size 400KB
    2007-12-03 14:48:14  5088     12886 TASKING  Allocating task stack chunk for 126 tasks
    2007-12-03 14:48:14  5088     12886 TASKING  Maximum single aligned task stack size   400KB
    2007-12-03 14:48:14  5088     12886 TASKING  Size of single task guard area     4KB
    2007-12-03 14:48:14  5088     12886 TASKING  Task stack chunk area [ 0x7a9bd000 - 0x7c867fff ]
    2007-12-03 14:48:14  5088     12886 TASKING  Physical memory used for task stacks  30900KB
    2007-12-03 14:48:14  5088     12886 TASKING  Physical memory used for guard areas    508KB
    2007-12-03 14:48:14  5088     12831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2007-12-03 14:48:14  5088     12832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2007-12-03 14:48:14  5088     12821 TASKING  Thread 5088 starting
    2007-12-03 14:48:14     0     12853 DBSTATE  Caught signal 11(SIGSEGV)
    2007-12-03 14:48:14     0 ERR 11330 COREHAND ABORTING due to signal 11
    2007-12-03 14:48:14     0 ERR 11952 COREHAND Signal send from process 0
    2007-12-03 14:48:14     0 ERR 11953 COREHAND Fault address 0x0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Emergency Stack Back Trace <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (0):0x4010e5b9 [0xbfffe34c](0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (1):0x4002f4c6 [0xbfffe34c](0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (3):0x878b401 [0xbfffe35c](0xbfffe3a8,0x7c889000,0xbfffe3cc,0x878b3f3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (5):0x878a3bc [0xbfffe3cc](0x20000,0x0,0x877a450,0x0)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (7):0x8775e32 [0xbfffe40c](0x20000,0x877a450,0x0,0x1)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (9):0x8776d46 [0xbfffe47c](0x0,0x0,0xbfffe4ac,0x8776cd3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (11):0x810a5a8 [0xbfffe4ac](0xbfffe574,0x40125732,0xbfffe4dc,0x810a592)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (13):0x8774fad [0xbfffe4dc](0xbfffe574,0xbfffe548,0xbfffe4f8,0x40034cc4)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (15):0x810a56b [0xbfffe5a8](0x2,0xbfffe664,0xbfffe5d8,0x810967e)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (17):0x400c1500 [0xbfffe5d8](0x2,0xbfffe664,0xbfffe670,0x4003c8b0)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Register Dump <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ds   es   0x0000007b 0x0000007b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   fs   gs   0x00000000 0x00000033
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   trap err  0x0000000d 0x00000000
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   efl  ss   0x00010202 0x0000007b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   edi  esi  0x00000001 0x00000001
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   eax  ebx  0xfffffff9
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ecx  edx  0x7ca89bf0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   esp  uesp 0xbfffe338 0xbfffe338
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ebp  eip  0xbfffe34c 0x4010e5b9
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   cs   cr2  0x00000073 0x00000000
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   cw - sw - tag   0xffff037f 0xffff0000 0xffffffff
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ipoff - cssel   0x401256a5 0x01c90073
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   dataoff-datasel 0x401b4240 0x0000007b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f00      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f01      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f02      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f03      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f04      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f05      [0x0000 0x0000 0x0000 0xa2c0 - 0x400b]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f06      [0x0000 0x0000 0x4000 0x9894 - 0x4011]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f07      [0x0000 0x0000 0xaaa8 0xaaaa - 0x401d]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Module List <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   |.text Start |.text End   | Module File Name
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x08048000 | 0x08d62000 | /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x40000000 | 0x40016000 | /lib/ld-2.3.3.so
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x40029000 | 0x40036000 | /lib/tls/libpthread.so.0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x40039000 | 0x4003b000 | /lib/libdl.so.2
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x4003d000 | 0x40076000 | /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x4008a000 | 0x400ab000 | /lib/tls/libm.so.6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x400ac000 | 0x401b6000 | /lib/tls/libc.so.6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x7ca9b000 | 0x7caa2000 | /lib/libgcc_s.so.1
    2007-12-03 14:48:14     0 ERR 11599 BTRACE
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Symbolic Stack Back Trace <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      0: 0x4010e5b9 __cfree +0x0049
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /lib/tls/libc.so.6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe34c] (0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      1: 0x4002f4c6 __pthread_attr_destroy +0x0026
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /lib/tls/libpthread.so.0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe34c] (0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      2: 0x0878b401 eo07_CreateThread +0x0201
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe35c] (0xbfffe3a8,0x7c889000,0xbfffe3cc,0x878b3f3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      3: 0x0878a3bc sqlbeginthread +0x002c
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe3cc] (0x20000,0x0,0x877a450,0x0)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      4: 0x08775e32 en81_CreateRteProcs +0x0032
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe40c] (0x20000,0x877a450,0x0,0x1)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      5: 0x08776d46 en81RunKernel +0x00d6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe47c] (0x0,0x0,0xbfffe4ac,0x8776cd3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      6: 0x0810a5a8 en80RunKernel +0x0028
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe4ac] (0xbfffe574,0x40125732,0xbfffe4dc,0x810a592)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      7: 0x08774fad en81_kernel_main +0x053d
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe4dc] (0xbfffe574,0xbfffe548,0xbfffe4f8,0x40034cc4)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      8: 0x0810a56b main +0x003b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe5a8] (0x2,0xbfffe664,0xbfffe5d8,0x810967e)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > End of Stack Back Trace <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   analysing LVCMem_Allocator_1
    2007-12-03 14:48:14     0 ERR 11599 BTRACE
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   no problems detected in LVCMem_Allocator_1
    +++++++++++++++++++++++++++++++++++++++ Kernel Exit ++++++++++++++++++++++++++++
    2007-12-03 14:48:15  5086     12847 DBSTATE  Kernel exited without core and exit status 0x2f00
    2007-12-03 14:48:15  5086     12849 DBSTATE  Kernel exited due to signal in signal handler
    2007-12-03 14:48:15  5086     12890 DIAGHIST Backup of diagnostic files will be forced at next restart
    2007-12-03 14:48:15  5086     12808 DBSTATE  Flushing knltrace pages
    2007-12-03 14:48:15  5086     11987 dump_rte rtedump written to file 'rtedump'
    2007-12-03 14:48:15  5086     12696 DBSTATE  Change DbState to 'OFFLINE '(28)
    current write position -
    and rtedump
    SERVERDB: DT1
    The database state is OFFLINE
    Kernel Version  ''
    RTE    Version  'X32/LINUX 7.4.3    Build 030-121-056-274'
    ID   UKT UNIX   TASK       APPL Current         Timeout Region     Wait
              tid   type        pid state          priority cnt try    item
    T66    3     -1 Utility       0 Not Connected         0 0               0(r)
             60 Tasks are in State 'Connect wait'
    Special Threads:
      UNIX Threads   
       tid name      
      5458 COORDINATOR
        -1 CONSOLE   
        -1 TIMER     
        -1 REQUESTOR 
        -1 DEV0      
    User Kernel Threads:
      UNIX Thread   Dispatch   Command  Active  Total   Task
       tid name      counter   counter   Tasks  Tasks   cluster
        -1 UKT1            0         0       0      1   TW
        -1 UKT2            0         0       0      1   AL
        -1 UKT3            0         0       0      1   UT
        -1 UKT4            0         0       0     30   30*SV
        -1 UKT5            0         0       0     33   TI,32*DW
        -1 UKT6            0         0       0     15   15*US
        -1 UKT7            0         0       0     15   15*US
        -1 UKT8            0         0       0     15   15*US
        -1 UKT9            0         0       0     15   15*US
    I/O via UKT and Device Processes:
      UNIX Thread Devspace                     Dev       Read      Write    Queue
       tid name   name                       index      count      count  len  max
    The freelist contains 513 queue elements
    Devspace                                 No.     Read(s)    Write(s)       Total
    total I/O                                              0           0           0
    Total counter statistics:
    =========================
    total_disp_calls    : 0                    total_commands      : 0         
    total_state_vwait   : 0                    total_state_vsuspend: 0        
    total_state_vsleep  : 0         
    total_user_read     : 0                    total_user_write    : 0        
    total_self_io       : 0                    total_dev_io        : 0        
    total_reg_access    : 0                    begexcl_tas_coll.   : 0        
    total_reg_collision : 0                    endexcl_tas_coll.   : 0        
    total_reg_wait      : 0                    total_self_susp_cnt : 0        
    Queues:
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    Task Stacks:
    task T1
        type         Timer                state        Not Connected
        stack start  0x7a9be000           stack end    0x7a9d7000
        stack size   0x00019000 (102400)
        guard begin  0x7a9d7000           guard end    0x7a9d8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T2
        type         ALogwr.              state        Not Connected
        stack start  0x7a9d8000           stack end    0x7a9f1000
        stack size   0x00019000 (102400)
        guard begin  0x7a9f1000           guard end    0x7a9f2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T3
        type         Tracewr.             state        Not Connected
        stack start  0x7a9f2000           stack end    0x7aa0b000
        stack size   0x00019000 (102400)
        guard begin  0x7aa0b000           guard end    0x7aa0c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T4
        type         Datawr.              state        Not Connected
        stack start  0x7aa0c000           stack end    0x7aa25000
        stack size   0x00019000 (102400)
        guard begin  0x7aa25000           guard end    0x7aa26000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T5
        type         Datawr.              state        Not Connected
        stack start  0x7aa26000           stack end    0x7aa3f000
        stack size   0x00019000 (102400)
        guard begin  0x7aa3f000           guard end    0x7aa40000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T6
        type         Datawr.              state        Not Connected
        stack start  0x7aa40000           stack end    0x7aa59000
        stack size   0x00019000 (102400)
        guard begin  0x7aa59000           guard end    0x7aa5a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T7
        type         Datawr.              state        Not Connected
        stack start  0x7aa5a000           stack end    0x7aa73000
        stack size   0x00019000 (102400)
        guard begin  0x7aa73000           guard end    0x7aa74000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T8
        type         Datawr.              state        Not Connected
        stack start  0x7aa74000           stack end    0x7aa8d000
        stack size   0x00019000 (102400)
        guard begin  0x7aa8d000           guard end    0x7aa8e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T9
        type         Datawr.              state        Not Connected
        stack start  0x7aa8e000           stack end    0x7aaa7000
        stack size   0x00019000 (102400)
        guard begin  0x7aaa7000           guard end    0x7aaa8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T10
        type         Datawr.              state        Not Connected
        stack start  0x7aaa8000           stack end    0x7aac1000
        stack size   0x00019000 (102400)
        guard begin  0x7aac1000           guard end    0x7aac2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T11
        type         Datawr.              state        Not Connected
        stack start  0x7aac2000           stack end    0x7aadb000
        stack size   0x00019000 (102400)
        guard begin  0x7aadb000           guard end    0x7aadc000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T12
        type         Datawr.              state        Not Connected
        stack start  0x7aadc000           stack end    0x7aaf5000
        stack size   0x00019000 (102400)
        guard begin  0x7aaf5000           guard end    0x7aaf6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T13
        type         Datawr.              state        Not Connected
        stack start  0x7aaf6000           stack end    0x7ab0f000
        stack size   0x00019000 (102400)
        guard begin  0x7ab0f000           guard end    0x7ab10000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T14
        type         Datawr.              state        Not Connected
        stack start  0x7ab10000           stack end    0x7ab29000
        stack size   0x00019000 (102400)
        guard begin  0x7ab29000           guard end    0x7ab2a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T15
        type         Datawr.              state        Not Connected
        stack start  0x7ab2a000           stack end    0x7ab43000
        stack size   0x00019000 (102400)
        guard begin  0x7ab43000           guard end    0x7ab44000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T16
        type         Datawr.              state        Not Connected
        stack start  0x7ab44000           stack end    0x7ab5d000
        stack size   0x00019000 (102400)
        guard begin  0x7ab5d000           guard end    0x7ab5e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T17
        type         Datawr.              state        Not Connected
        stack start  0x7ab5e000           stack end    0x7ab77000
        stack size   0x00019000 (102400)
        guard begin  0x7ab77000           guard end    0x7ab78000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T18
        type         Datawr.              state        Not Connected
        stack start  0x7ab78000           stack end    0x7ab91000
        stack size   0x00019000 (102400)
        guard begin  0x7ab91000           guard end    0x7ab92000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T19
        type         Datawr.              state        Not Connected
        stack start  0x7ab92000           stack end    0x7abab000
        stack size   0x00019000 (102400)
        guard begin  0x7abab000           guard end    0x7abac000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T20
        type         Datawr.              state        Not Connected
        stack start  0x7abac000           stack end    0x7abc5000
        stack size   0x00019000 (102400)
        guard begin  0x7abc5000           guard end    0x7abc6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T21
        type         Datawr.              state        Not Connected
        stack start  0x7abc6000           stack end    0x7abdf000
        stack size   0x00019000 (102400)
        guard begin  0x7abdf000           guard end    0x7abe0000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T22
        type         Datawr.              state        Not Connected
        stack start  0x7abe0000           stack end    0x7abf9000
        stack size   0x00019000 (102400)
        guard begin  0x7abf9000           guard end    0x7abfa000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T23
        type         Datawr.              state        Not Connected
        stack start  0x7abfa000           stack end    0x7ac13000
        stack size   0x00019000 (102400)
        guard begin  0x7ac13000           guard end    0x7ac14000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T24
        type         Datawr.              state        Not Connected
        stack start  0x7ac14000           stack end    0x7ac2d000
        stack size   0x00019000 (102400)
        guard begin  0x7ac2d000           guard end    0x7ac2e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T25
        type         Datawr.              state        Not Connected
        stack start  0x7ac2e000           stack end    0x7ac47000
        stack size   0x00019000 (102400)
        guard begin  0x7ac47000           guard end    0x7ac48000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T26
        type         Datawr.              state        Not Connected
        stack start  0x7ac48000           stack end    0x7ac61000
        stack size   0x00019000 (102400)
        guard begin  0x7ac61000           guard end    0x7ac62000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T27
        type         Datawr.              state        Not Connected
        stack start  0x7ac62000           stack end    0x7ac7b000
        stack size   0x00019000 (102400)
        guard begin  0x7ac7b000           guard end    0x7ac7c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T28
        type         Datawr.              state        Not Connected
        stack start  0x7ac7c000           stack end    0x7ac95000
        stack size   0x00019000 (102400)
        guard begin  0x7ac95000           guard end    0x7ac96000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T29
        type         Datawr.              state        Not Connected
        stack start  0x7ac96000           stack end    0x7acaf000
        stack size   0x00019000 (102400)
        guard begin  0x7acaf000           guard end    0x7acb0000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T30
        type         Datawr.              state        Not Connected
        stack start  0x7acb0000           stack end    0x7acc9000
        stack size   0x00019000 (102400)
        guard begin  0x7acc9000           guard end    0x7acca000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T31
        type         Datawr.              state        Not Connected
        stack start  0x7acca000           stack end    0x7ace3000
        stack size   0x00019000 (102400)
        guard begin  0x7ace3000           guard end    0x7ace4000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T32
        type         Datawr.              state        Not Connected
        stack start  0x7ace4000           stack end    0x7acfd000
        stack size   0x00019000 (102400)
        guard begin  0x7acfd000           guard end    0x7acfe000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T33
        type         Datawr.              state        Not Connected
        stack start  0x7acfe000           stack end    0x7ad17000
        stack size   0x00019000 (102400)
        guard begin  0x7ad17000           guard end    0x7ad18000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T34
        type         Datawr.              state        Not Connected
        stack start  0x7ad18000           stack end    0x7ad31000
        stack size   0x00019000 (102400)
        guard begin  0x7ad31000           guard end    0x7ad32000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T35
        type         Datawr.              state        Not Connected
        stack start  0x7ad32000           stack end    0x7ad4b000
        stack size   0x00019000 (102400)
        guard begin  0x7ad4b000           guard end    0x7ad4c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T36
        type         Server               state        Not Connected
        stack start  0x7ad4c000           stack end    0x7ad65000
        stack size   0x00019000 (102400)
        guard begin  0x7ad65000           guard end    0x7ad66000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T37
        type         Server               state        Not Connected
        stack start  0x7ad66000           stack end    0x7ad7f000
        stack size   0x00019000 (102400)
        guard begin  0x7ad7f000           guard end    0x7ad80000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T38
        type         Server               state        Not Connected
        stack start  0x7ad80000           stack end    0x7ad99000
        stack size   0x00019000 (102400)
        guard begin  0x7ad99000           guard end    0x7ad9a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T39
        type         Server               state        Not Connected
        stack start  0x7ad9a000           stack end    0x7adb3000
        stack size   0x00019000 (102400)
        guard begin  0x7adb3000           guard end    0x7adb4000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T40
        type         Server               state        Not Connected
        stack start  0x7adb4000           stack end    0x7adcd000
        stack size   0x00019000 (102400)
        guard begin  0x7adcd000           guard end    0x7adce000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T41
        type         Server               state        Not Connected
        stack start  0x7adce000           stack end    0x7ade7000
        stack size   0x00019000 (102400)
        guard begin  0x7ade7000           guard end    0x7ade8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T42
        type         Server               state        Not Connected
        stack start  0x7ade8000           stack end    0x7ae01000
        stack size   0x00019000 (102400)
        guard begin  0x7ae01000           guard end    0x7ae02000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T43
        type         Server               state        Not Connected
        stack start  0x7ae02000           stack end    0x7ae1b000
        stack size   0x00019000 (102400)
        guard begin  0x7ae1b000           guard end    0x7ae1c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T44
        type         Server               state        Not Connected
        stack start  0x7ae1c000           stack end    0x7ae35000
        stack size   0x00019000 (102400)
        guard begin  0x7ae35000           guard end    0x7ae36000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T45
        type         Server               state        Not Connected
        stack start  0x7ae36000           stack end    0x7ae4f000
        stack size   0x00019000 (102400)
        guard begin  0x7ae4f000           guard end    0x7ae50000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T46
        type         Server               state        Not Connected
        stack start  0x7ae50000           stack end    0x7ae69000
        stack size   0x00019000 (102400)
        guard begin  0x7ae69000           guard end    0x7ae6a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T47
        type         Server               state        Not Connected
        stack start  0x7ae6a000           stack end    0x7ae83000
        stack size   0x00019000 (102400)
        guard begin  0x7ae83000           guard end    0x7ae84000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T48
        type         Server               state        Not Connected
        stack start  0x7ae84000           stack end    0x7ae9d000
        stack size   0x00019000 (102400)
        guard begin  0x7ae9d000           guard end    0x7ae9e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T49
        type         Server               state        Not Connected
        stack start  0x7ae9e000           stack end    0x7aeb7000
        stack size   0x00019000 (102400)
        guard begin  0x7aeb7000           guard end    0x7aeb8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T50
        type         Server               state        Not Connected
        stack start  0x7aeb8000           stack end    0x7aed1000
        stack size   0x00019000 (102400)
        guard begin  0x7aed1000           guard end    0x7aed2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T51
        type         Server               state        Not Connected
        stack start  0x7aed2000           stack end    0x7aeeb000
        stack size   0x00019000 (102400)
        guard begin  0x7aeeb000           guard end    0x7aeec000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T52
        type         Server               state        Not Connected
        stack start  0x7aeec000           stack end    0x7af05000
        stack size   0x00019000 (102400)
        guard begin  0x7af05000           guard end    0x7af06000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T53
        type         Server               state        Not Connected
        stack start  0x7af06000           stack end    0x7af1f000
        stack size   0x00019000 (102400)
        guard begin  0x7af1f000           guard end    0x7af20000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T54
        type         Server               state        Not Connected
        stack start  0x7af20000           stack end    0x7af39000
        stack size   0x00019000 (102400)
        guard begin  0x7af39000           guard end    0x7af3a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T55
        type         Server               state        Not Connected
        stack start  0x7af3a000           stack end    0x7af53000
        stack size   0x00019000 (102400)
        guard begin  0x7af53000           guard end    0x7af54000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T56
        type         Server               state        Not Connected
        stack start  0x7af54000           stack end    0x7af6d000
        stack size   0x00019000 (102400)
        guard begin  0x7af6d000           guard end    0x7af6e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T57
        type         Server               state        Not Connected
        stack start  0x7af6e000           stack end    0x7af87000
        stack size   0x00019000 (102400)
        guard begin  0x7af87000           guard end    0x7af88000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T58
        type         Server               state        Not Connected
        stack start  0x7af88000           stack end    0x7afa1000
        stack size   0x00019000 (102400)
        guard begin  0x7afa1000           guard end    0x7afa2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T59
        type         Server               state        Not Connected
        stack start  0x7afa2000           stack end    0x7afbb000
        stack size   0x00019000 (102400)
        guard begin  0x7afbb000           guard end    0x7afbc000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T60
        type         Server               state        Not Connected
        stack start  0x7afbc000           stack end    0x7afd5000
        stack size   0x00019000 (102400)
        guard begin  0x7afd5000           guard end    0x7afd6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T61
        type         Server               state        Not Connected
        stack start  0x7afd6000           stack end    0x7afef000
        stack size   0x00019000 (102400)
        guard begin  0x7afef000           guard end    0x7aff0000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T62
        type         Server               state        Not Connected
        stack start  0x7aff0000           stack end    0x7b009000
        stack size   0x00019000 (102400)
        guard begin  0x7b009000           guard end    0x7b00a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T63
        type         Server               state        Not Connected
        stack start  0x7b00a000           stack end    0x7b023000
        stack size   0x00019000 (102400)
        guard begin  0x7b023000           guard end    0x7b024000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T64
        type         Server               state        Not Connected
        stack start  0x7b024000           stack end    0x7b03d000
        stack size   0x00019000 (102400)
        guard begin  0x7b03d000           guard end    0x7b03e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T65
        type         Server               state        Not Connected
        stack start  0x7b03e000           stack end    0x7b057000
        stack size   0x00019000 (102400)
        guard begin  0x7b057000           guard end    0x7b058000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T66
        type         Utility              state        Not Connected
        stack start  0x7b058000           stack end    0x7b0bc000
        stack size   0x00064000 (409600)
        guard begin  0x7b0bc000           guard end    0x7b0bd000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T67
        type         User                 state        Not Connected
        stack start  0x7b0bd000           stack end    0x7b121000
        stack size   0x00064000 (409600)
        guard begin  0x7b121000           guard end    0x7b122000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T68
        type         User                 state        Not Connected
        stack start  0x7b122000           stack end    0x7b186000
        stack size   0x00064000 (409600)
        guard begin  0x7b186000           guard end    0x7b187000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T69
        type         User                 state        Not Connected
        stack start  0x7b187000           stack end    0x7b1eb000
        stack size   0x00064000 (409600)
        guard begin  0x7b1eb000           guard end    0x7b1ec000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T70
        type         User                 state        Not Connected
        stack start  0x7b1ec000           stack end    0x7b250000
        stack size   0x00064000 (409600)
        guard begin  0x7b250000           guard end    0x7b251000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T71
        type         User                 state        Not Connected
        stack start  0x7b251000           stack end    0x7b2b5000
        stack size   0x00064000 (409600)
        guard begin  0x7b2b5000           guard end    0x7b2b6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T72
        type         User                 state        Not Connected
        stack start  0x7b2b6000           stack end    0x7b31a000
        stack size   0x00064000 (409600)
        guard begin  0x7b31a000           guard end    0x7b31b000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T73
        type         User                 state        Not Connected
        stack start  0x7b31b000           stack end    0x7b37f000
        stack size   0x00064000 (409600)
        guard begin  0x7b37f000           guard end    0x7b380000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T74
        type         User                 state        Not Connected
        stack start  0x7b380000           stack end    0x7b3e4000
        stack size   0x00064000 (409600)
        guard begin  0x7b3e4000           guard end    0x7b3e5000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T75
        type         User                 state        Not Connected
        stack start  0x7b3e5000           stack end    0x7b449000
        stack size   0x00064000 (409600)
        guard begin  0x7b449000           guard end    0x7b44a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T76
        type         User                 state        Not Connected
        stack start  0x7b44a000           stack end    0x7b4ae000
        stack size   0x00064000 (409600)
        guard begin  0x7b4ae000           guard end    0x7b4af000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T77
        type         User                 state        Not Connected
        stack start  0x7b4af000           stack end    0x7b513000
        stack size   0x00064000 (409600)
        guard begin  0x7b513000           guard end    0x7b514000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T78
        type         User                 state        Not Connected
        stack start  0x7b514000           stack end 

    Thanx for your response
    locale -a :
    en_US.iso885915
    en_US.utf8
    en_ZA
    en_ZA.utf8
    en_ZW
    en_ZW.utf8
    es_AR
    es_AR.utf8
    es_BO
    es_BO.utf8
    es_CL
    es_CL.utf8
    es_CO
    es_CO.utf8
    es_CR
    es_CR.utf8
    es_DO
    es_DO.utf8
    es_EC
    es_EC.utf8
    es_ES
    es_ES.utf8
    es_ES@euro
    es_GT
    es_GT.utf8
    es_HN
    es_HN.utf8
    es_MX
    es_MX.utf8
    es_NI
    es_NI.utf8
    es_PA
    es_PA.utf8
    es_PE
    es_PE.utf8
    es_PR
    es_PR.utf8
    es_PY
    es_PY.utf8
    es_SV
    es_SV.utf8
    es_US
    es_US.utf8
    es_UY
    es_UY.utf8
    es_VE
    es_VE.utf8
    et_EE
    et_EE.utf8
    eu_ES
    eu_ES.utf8
    eu_ES@euro
    fa_IR
    fa_IR.utf8
    fi_FI
    fi_FI.utf8
    fi_FI@euro
    fo_FO
    fo_FO.utf8
    fr_BE
    fr_BE.utf8
    fr_BE@euro
    fr_CA
    fr_CA.utf8
    fr_CH
    fr_CH.utf8
    fr_FR
    fr_FR.utf8
    fr_FR@euro
    fr_LU
    fr_LU.utf8
    fr_LU@euro
    ga_IE
    ga_IE.utf8
    ga_IE@euro
    gd_GB
    gez_ER
    gez_ER@abegede
    gez_ET
    gez_ET@abegede
    gl_ES
    gl_ES.utf8
    gl_ES@euro
    gu_IN
    gv_GB
    gv_GB.utf8
    he_IL
    he_IL.utf8
    hi_IN
    hi_IN.utf8
    hr_HR
    hr_HR.utf8
    hu_HU
    hu_HU.utf8
    id_ID
    id_ID.utf8
    is_IS
    is_IS.utf8
    it_CH
    it_CH.utf8
    it_IT
    it_IT.utf8
    it_IT@euro
    iw_IL
    iw_IL.utf8
    ja_JP.eucjp
    ja_JP.sjis
    ja_JP.utf8
    ka_GE
    kl_GL
    kl_GL.utf8
    kn_IN
    ko_KR.euckr
    ko_KR.utf8
    kw_GB
    kw_GB.utf8
    lg_UG
    lo_LA
    lt_LT
    lt_LT.utf8
    lv_LV
    lv_LV.utf8
    mi_NZ
    mk_MK
    mk_MK.utf8
    ml_IN
    ml_IN.utf8
    mn_MN
    mn_MN.utf8
    mr_IN
    mr_IN.utf8
    ms_MY
    ms_MY.utf8
    mt_MT
    mt_MT.utf8
    nb_NO
    nb_NO.utf8
    ne_NP
    ne_NP.utf8
    nl_BE
    nl_BE.utf8
    nl_BE@euro
    nl_NL
    nl_NL.utf8
    nl_NL@euro
    nn_NO
    nn_NO.utf8
    no_NO
    no_NO.utf8
    oc_FR
    om_ET
    om_ET.utf8
    om_KE
    pa_IN
    pa_IN.utf8
    pl_PL
    pl_PL.utf8
    pt_BR
    pt_BR.utf8
    pt_PT
    pt_PT.utf8
    pt_PT@euro
    ro_RO
    ro_RO.utf8
    ru_RU
    ru_RU.koi8r
    ru_RU.utf8
    ru_UA
    ru_UA.utf8
    se_NO
    se_NO.utf8
    sh_YU
    sh_YU.utf8
    sid_ET
    sid_ET.utf8
    sk_SK
    sk_SK.utf8
    sl_SI
    sl_SI.utf8
    so_DJ
    so_ET
    so_ET.utf8
    so_KE
    so_SO
    sq_AL
    sq_AL.utf8
    sr_YU
    sr_YU.utf8
    sr_YU.utf8@cyrillic
    sr_YU@cyrillic
    st_ZA
    st_ZA.utf8
    sv_FI
    sv_FI.utf8
    sv_FI@euro
    sv_SE
    sv_SE.iso885915
    sv_SE.utf8
    ta_IN
    ta_IN.utf8
    te_IN
    te_IN.utf8
    tg_TJ
    th_TH
    th_TH.utf8
    ti_ER
    ti_ER.utf8
    ti_ET
    ti_ET.utf8
    tig_ER
    tig_ER.utf8
    tl_PH
    tr_TR
    tr_TR.utf8
    tt_RU.utf8
    uk_UA
    uk_UA.utf8
    ur_PK
    ur_PK.utf8
    uz_UZ
    uz_UZ@cyrillic
    vi_VN
    vi_VN.tcvn
    vi_VN.utf8
    wa_BE
    wa_BE.utf8
    wa_BE@euro
    xh_ZA
    xh_ZA.utf8
    yi_US
    zh_CN
    zh_CN.gb18030
    zh_CN.gbk
    zh_CN.utf8
    zh_HK
    zh_HK.utf8
    zh_SG
    zh_SG.gbk
    zh_TW
    zh_TW.euctw
    zh_TW.utf8
    zu_ZA
    zu_ZA.utf8
    its Suse Linux Enterprise Server 9 Sp 1.

  • SQL error not displayed. Instead wwv_flow.accept was not found

    Hi,
    My Question:
    Why does the SQL error in this case not get propagated up the chain?
    BACKGOUND:
    Just spent a few hours trying to figure out why when trying to insert into a table using a wizard created page I was getting the error: The requested URL /pls/htmldb/wwv_flow.accept was not found on this server. It turns out that the error message is a red herring, and the problem was caused by a SQL error that I thought should have been caught and displayed.
    When running the page under debug, the error is displayed, but run as Joe Blow user, the www_flow.accept error is received.
    DETAILS
    Process details where the insert takes place:</h3>
    Process point:
    After Submit - after computations and validations
    Process Messaging
    Process Error Message
    Unable to insert a row to TRAINING_SESSIONS
    HTML DB ERROR (NOT IN DEBUG MODE)
    This is the error the end user sees in the browser:
    The requested URL /pls/htmldb/wwv_flow.accept was not found on this server
    APACHE ERROR_LOG
    [Sun Jun 06 17:50:28 2004] [error] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404 ORA-03113: end-of-file on communication channel
    [Sun Jun 06 17:50:28 2004] [alert] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/wwv_flow.accept
    HTMLDB DEBUG MODE OUTPUT
    This is what you see when running the page as developer with debug on:
    0.01: Processing point: AFTER_SUBMIT
    0.01: ...PLSQL (AFTER_SUBMIT)
    INSERT INTO "TRAINING_SESSIONS" ("TRNG_ID",
    "COURSE_ID",
    "START_DATE",
    "LOCATION",
    "COST")
    VALUES ( TRNG_SEQ.NEXTVAL,
    :P27_COURSE_ID,
    :P27_START_DATE,
    :P27_LOCATION
    :P27_COST)
    0.01: Show ERROR page...
    0.04: Processing point: AFTER_ERROR_HEADER Home
         Error      Unable to insert a row to TRAINING_SESSIONS
    OK      
    0.06: Processing point: BEFORE_ERROR_FOOTER
    ORA-06550: line 6, column 9: PL/SQL: ORA-00947: not enough values ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
    ACTUAL PROBLEM:
    The sequence TRNG_SEQ does not exist!

    Has anyone found what causes this problem? I am running HTMLDB 1.6
    I have a HTMLDB application running against four databases. I develop in one and export and import the application to all databases. It appears that on the databases that are NOT development, this www_flow.accept was not found comes up instead of the error page.
    Please help! We are getting so close to wanting to release this application.

  • SAP Management Console (5NN13 port) does not open in Firefox or IE browser.

    Hi ,
    Title: SAP Management Console (5NN13 port) does not open in Firefox or IE browser.
    Iam not able to see the pop up window SAPMC when i run the following in firefox browser but it works fine in my colleague's computer:
    http://hostname:5NN13
    I tested the same sap system with this address and it works fine - http://hostname:5NN00
    Iam sure that something has to be changed in my browser but dont know what. Please help. Thank you.
    Regards,
    Mohan.

    Dear krishna,
    even if your thread is closed:
    If you get this error in firefox you just have to install java plugin.
    Please find documentation [here|http://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox].
    Best regards,
    Alex
    Edited by: Alexander Foerster on Dec 2, 2011 12:44 PM

  • SBS 2008 - SBS Console and AD errors after migration to new hardware

    Hi there,
    I'm trying to work out how to fix some of the errors and random behaviour I'm experiencing with the SBS 2008 console and AD related matters since I had to quickly migrate SBS 2008 to new hardware using Windows Server Backup after a failure of the old server.
    In my haste to get our email and ftp services back up and running (which use Smartermail and Filezilla respectively instead of Exchange etc) I overlooked the fact that the new server had 3 NICs installed and not one and so restored SBS 2008 and loaded up new
    drivers for those and other hardware that had changed (such as the graphics card and mobo. I have since removed the two additional NICs by disabling them on the mobo).
    Whilst I got the server up and running again with email and ftp services, even though I currently don't use any AD related stuff directly I have since noted that if I try to say view a list of users that I had previously created via the SBS console, more often
    than not it will show no users, and then randomly it will (but when you do see them you can't edit or delete them. I'm aware that I have probably broken a number of golden rules in doing this 'migration' but having a metaphorical gun to my head meant that
    I rushed things out of desperation. 
    Common errors that I experience generally will say things like 'Current security connect is not associated with an Active Directory domain or forest' if I try to list users, or DC not found for domain "xyz.local' etc. I have been searching the net and
    trying out some things to fix this but I'm like a dog chasing its tail as I'm not so clued up on server related issues as I am with workstation problems, so if anyone could at least point me in the right direction I would be very grateful. If you require any
    info from me (eg diag logs etc) I will be happy to provide them!
    Regards,
    Dave

    Hi Dave,
    Based on current situation, please run SBS BPA and fix all that it can find, then monitor the result. For more details, please refer to the following KB.
    Windows SBS Best Practices Analyzer (BPA)
    Meanwhile, please refer to the following article and repair SBS console.
    Repair the Windows SBS 2008 Console
    By the way, I noticed that you had got some error messages (such as: “DC not found for domain” and so on). Would you please let me know complete error messages? In addition, when you migrate SBS 2008 to the new hardware, had you done any preparation for
    that Source Server? For more details, please refer to the following article.
    Migrate Windows Small Business Server 2008 to New Hardware
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • ISE 1.3 MyDevices Portal issue: You are not owner of this device

    Hello there,
    I'm facing an issue with MyDevices portal. 
    The BYOD On-Boarding registration works pretty good, and the users get access to the network as they have to do.
    However, when the user accesses the MyDevices portal, some registered devices (which already have access to the network) is showed as in "Pending" state. But it I dont think it could not be an issue because the users can connect any time and get access to the network normally.
    The problem is: when the user tries to edit or change the state of the device (mark as Lost, Stolen or Delete), they get the error message "You are not owner of this device; it belongs to someone els. Contact the help desk if you need assistance".
    P.S.: the users are allways facing this error message, despite the device is in pending or registered state.
    Does someone has faced a problem like this, or have an idea to help me solve it?
    Thanks in advance.
    Error message attached.

    robertbrink1,
    I've tried to reproduce the problem in my lab environment, however every thing have worked perfectely. So I'm guessing if this issue is not regarding the ISE implemented in a Distributed Deployment. Because the real implementation I'm working is a Distribuited Deployment and the LAB I tested is a Standalone.
    So, for the next steps I'll replicate the tests to a Distributede deployment.
    Thanks in advance,
    Paulo

  • Java.lang.IllegalMonitorStateException: current thread not owner

    Hello,
    my program runs an exe that doesn't return a zero when it's finished, therefore, I can't use a waitFor().
    To solve this problem i look at the length of the file which has to be manipulated by this exe every 200ms and see whether it's length stopped changing. This should mean it's job is done...
    But using this code:
    public void run(String filename)
              System.out.println("start runtime");
              Runtime rt = Runtime.getRuntime();
              String[] callAndArgs = { "lssvmFILE.exe", filename };
              try
                   Process child = rt.exec(callAndArgs);
                   child.wait(200);
                   filesize = 0;
                   while(filesize != file.length())                            {
                        filesize = file.length();
                        child.wait(200);
                   //child.waitFor();
                   System.out.println("Process exit code is:   " + child.exitValue());
              catch(IOException e)
              {     System.err.println( "IOException starting process!");}
              catch(InterruptedException e)
              {     System.err.println( "Interrupted waiting for process!");}
              System.out.println("end run");
         }i get this on my System.out:
    Exception occurred during event dispatching:
    java.lang.IllegalMonitorStateException: current thread not owner
            at java.lang.Object.wait(Native Method)
            at LssvmFile.run(LssvmFile.java:292)
            at LssvmFile.start(LssvmFile.java:189)
            at GUI.actionPerformed(GUI.java:137)
            at java.awt.Button.processActionEvent(Button.java:329)
            at java.awt.Button.processEvent(Button.java:302)
            at java.awt.Component.dispatchEventImpl(Component.java:2593)
            at java.awt.Component.dispatchEvent(Component.java:2497)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

    Here's the code:
    I already found out that the sleep function indeed caused this exe to run so slow. It seems that everything stops when sleep is used. By setting the delay to 2ms the duration is satisfactory (some seconds).
    I also tried skipping the sleep and just using a while, but that ended in an endless loop. Setting the delay to 1ms lead to a stop when the filelength was 0 (i guess that was on the moment that the exe cleared the file and prepared to write) so it seems to me that 2ms is quite a good trade off.
    this part of the code is preceeded by writing the data to the file and afterwards the new data will be read in again...
         //Close the stream
              outFileStream.close();
         //Run lssvmFILE.exe to compute alpha & b
              long originalfilesize = file.length();
              run(filename);
              //wait untill job done
              Thread thread = new Thread();
              long filesize = file.length();
              try{thread.sleep(2);}
              catch(InterruptedException e){};
              while(filesize != file.length() || originalfilesize ==file.length())
                   filesize = file.length();
                   try{thread.sleep(2);}
                   catch(InterruptedException e){};
         //Set up Instream (read from file)
         //----------------------Bedankt!
    Bart

  • Javaws 1.4.2 "current thread not owner"

    Hello everyone,
    I have an application that I have been launching with javaws since the javaws 1.0.x days that won't work with javaws 1.4.2. Does anyone have any clue as to what could be wrong?
    Java Web Start 1.4.2 Console, started Thu Aug 21 09:15:25 EDT 2003
    Java 2 Runtime Environment: Version 1.2.2 by Sun Microsystems Inc.
    --------- EXCEPTION ---------
    java.lang.IllegalMonitorStateException: current thread not owner
         at com.sun.javaws.security.JNLPClassPath.findNamedResourceInLoaders(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java, Compiled Code)
         at com.sun.javaws.security.JNLPClassPath.findNamedResource(Unknown Source)
         at com.sun.javaws.security.JNLPClassPath.getResource(Unknown Source)
         at com.sun.jnlp.JNLPClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
         at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java, Compiled Code)
         at org.apache.xerces.framework.XMLParser.<init>(XMLParser.java)
         at org.apache.xerces.framework.XMLParser.<init>(XMLParser.java)
         at org.apache.xerces.parsers.DOMParser.<init>(DOMParser.java)
         at com.fpl.ima.deployit.options.DeployItOptions.loadOptions(DeployItOptions.java, Compiled Code)
         at com.fpl.ima.deployit.options.DeployItOptions.getInstance(DeployItOptions.java)
         at com.fpl.ima.deployit.DeployIt.initialize(DeployIt.java)
         at com.fpl.ima.deployit.DeployIt.<init>(DeployIt.java)
         at com.fpl.ima.deployit.DeployIt.main(DeployIt.java)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sun.javaws.Launcher.executeApplication(Unknown Source)
         at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
         at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:479)
    Exception occurred in main() of DeployIt
    java.lang.IllegalMonitorStateException: current thread not owner
         at com.sun.javaws.security.JNLPClassPath.findNamedResourceInLoaders(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java, Compiled Code)
         at com.sun.javaws.security.JNLPClassPath.findNamedResource(Unknown Source)
         at com.sun.javaws.security.JNLPClassPath.getResource(Unknown Source)
         at com.sun.jnlp.JNLPClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
         at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java, Compiled Code)
         at com.fpl.ima.deployit.DeployIt.main(DeployIt.java)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sun.javaws.Launcher.executeApplication(Unknown Source)
         at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
         at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:479)

    I can only guess at the likely cause. Previously (jws 1.2 and earlier) every web start process would kick off a jvm for the web start client to process the jnlp, this would in turn then kick off a second jvm to run the actual application.
    1.4.2 has changed this slightly to improve startup time etc.. the second jvm process doesn't happen, and now the web start app runs from the same jvm that the web start client has started for itself. This is why the integration dialog is such a problem with modal apps in 1.4.2 -- they're sharing (and conflicting with) the same event thread.
    At least this is what I think is happening ~ I'm very sure but cant be 100% certain ..because much like the autodownloads Sun haven't published any of the source for 1.4.2 web start (shouldn't this be part of the shipped sdk source these days?).
    I guess this change breaks your previous class-loading assumptions.
    - Richard

Maybe you are looking for

  • What happened to video preview in the Finder?

    In the Finder under Tiger, when a video file was highlighted in column view, there was a bar underneath so you could navigate through the video. Its not there in Leopard. I have spent a while looking for it, because I couldn't believe that Apple woul

  • Importing photos from external hard drive.

    I had stored my photos on a external hard drive from power book G4(which had iphoto4.0.3). I recently purchased IMac G5. I cannot import my photos into G5(has iphoto5.4) from external hard drive. I get a message saying you have installed a new versio

  • I can't get iTunes to open on my computer

    I got a new computer recently and i need to transfer my itunes (music,apps,pics,etc) but my old computer is very buggy and wont open itunes at all. Ive tried restarting and plugging my ipod into it but nothings worked. PLEASE HELP ME!!!!!!!!!! thanks

  • IPod not syncing music

    I have an iPod 5 with the latest update. And in addition to the other problems I have met with this new iOS7, the biggest is not syncing music. At first it just didn't sync new music. I would unplug it and start over and resync many times but to no a

  • Contact sheet with Photoshop CS5 Windows 7

    Hello As I tried to make some contact sheets with Photoshop CS5, I found that this functions disappeared from the "Automatization" menu (I had it in Photoshop CS3) How could I do ? Is there some special "plugin" to do that ? I use a french version of