In tomcat,User took so long to log on the session expired

Hi,
Whenever i try to login into the web application, the page will stop at http://localhost:8080/test/en/authorize, then nothing happen.
The user name and password are correct. This is what i get in log file:
2004-12-20 21:20:04 Authenticator[test]: Authenticating username 'admin001'
2004-12-20 21:20:04 JDBCRealm[test]: Username admin001 successfully authenticated
2004-12-20 21:20:04 Authenticator[test]: Authentication of 'admin001' was successful
2004-12-20 21:20:04 Authenticator[test]: User took so long to log on the session expired
2004-12-20 21:20:04 Authenticator[test]: Failed authenticate() test
Any idea why this happen?
Thanks

How to configure to be longer timeout?
What is 'fast user'?
I use org.apache.commons.dbcp.BasicDataSourceFactory
as connection factory. pls advice.
How to configure to be longer timeout?
What is 'fast user'?
I use org.apache.commons.dbcp.BasicDataSourceFactory
as connection factory. pls advice.Hi,
I saw your question account on " User took so long to log on the session" in tomcat. Can you please let me know how you solved it ?. Thank you.
Regards,
Aravind

Similar Messages

  • You must supply a valid User Name and Password to log onto the system

    he installing Hyperion 9.3.1 on a server, I installed and tested successfully Shared Services, Essbase Administration Services, Essbase Server, Essbase Client ........ my problem is when installing Reporting and Analysis
    Services and installed without problems UIServices in confuguratio utility comes a list of products to configure (Financial Reporting, Web Analysis Planning .... .... among others), first configure Financial Reporting and Web Analysis, when done reboot the machine, then wake up coughing the service entrance to http://localhost:45000/workspace, correspontiente and I get this message "you must supply a valid User Name and Password to log onto the system"
    I need an urgent solution k and the above does not work until the time
    or failing to address where we can solve this

    Hi,
    First of all really you should be going through the webserver plugin port if you want to access the other components through workspace.
    e.g. http://localhost:19000/workspace
    If you entering the correct login details and the account you are using is provisioned then you could check out what information is in the logs :- \Hyperion\logs\BIPlus\SharedServices_Security_Client.log
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Does the upgrade to ios 8.1 really took so long? since yesterday the status is "Update Requested".

    does the upgrade to ios 8.1 really took so long? since yesterday the status is "Update Requested".

    I have the same problem. Software Update sits for many hours, stating "Update Requested..." Gear spins slowly, but it reaches no conclusion. Tried restarting phone several times.

  • How long redo logs keep the transactions?

    I learn Oracle and decide to do an experiment. There was a table in the test database. I deleted the file that contained this table via OS. And then I added transactions to this table.
    I did 'insert' several times, then 'commit', then 'alter system switch logfile' several times, 'alter system flush buffer_cache', 'alter system flush shared_pool' and nothing happened. I could add and take data from this table successfully. Alert log showed the error only when I shutdown the database.
    SQL> shutdown immediate
    ORA-01116: error in opening database file 13
    ORA-01110: data file 13: '/oracle/oradata/test5/POSTEMPTEST2.dbf'
    ORA-27041: unable to open file
    Linux Error: 2: No such file or directory
    Additional information: 3
    I understand that transactions are put in the redo logs at first, and then are transferred to the datafile on disk. I thought that command 'ALTER SYSTEM CHECKPOINT' writes transactions from redo logs to datafile on disk, but I was wrong. How long redo logs keep transactions? Is there the way to push data from redo logs to datafile?
    I use Oracle 10.2.0.1.0.

    i believe this time you will see the error message during your SQLsWRONG!probably you did not read the complete post of mine before saying WRONG. You tell me, if data file containing a table is deleted at OS level (in *nix), and then you try to insert data in this table and want to retrieve the data from the table (If data is not in db cache or cache has been flushed), from where data will come? Or if you want to insert some data into this table for which new extent are required to be allocated, where it will be allocated? Will your SQLs succeed or will return some error? Either SQL should return you data (which is not possible as data file is no there to fetch the data), or SQL should fail with some error message.
    I mimicked the situation on IBM AIX, following is the outcome.
    Enter user-name: system/salman
    Connected to:
    Oracle Database 11g Release 11.1.0.7.0 - 64bit Production
    SQL> create table test as select * from dba_tables;
    Table created.
    SQL> alter table test move tablespace users;
    Table altered.
    SQL> insert into test select * from dba_tables;
    2500 rows created.
    SQL> /
    2500 rows created.
    SQL> /
    2500 rows created.
    SQL> commit;
    Commit complete.Now i deleted the users01.dbf file at OS level and then execute following INSERT
    SQL> insert into test select * from test;
    insert into test select * from test
    ERROR at line 1:
    ORA-01565: error in identifying file '/oracle/oradata/test/users01.dbf'
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3Salman

  • Determin how many user log on the site using JSP/Servlet?

    Hi all,
    Is there a way to determine how many user log on the site using JSP/Sevlet? I'm running Apache 2.x & Tomcat 4.x
    I'm trying to get a list of user currently log in the site.
    Please help!
    Thanks,
    -JN-

    You could use the HttpSessionBindingListener interface. Every time a user logs into the session put a user object into the session. The user object will implement the HttpSessionBindingListener interface. When the user object is added to a sessiion it recieves an event and it increments a counter. When the session times out or you invalidate the session because the user has logged out the user object will recieve an event and it can then decrement the counter.
    This will at least tell how many active user sessions there are.

  • NetworkManager: "association took too long"

    I have been running arch linux on this laptop for a year now, with the broadcom-wl driver for my card. As of yesterday, WPA encryption stopped working.
    Regular, non-encrypted wireless works fine - but WPA2 Enterprise encryption won't work, and the only message  that I could see was 'Activation (eth0/wireless): association took too long.'
    Here is the whole log (from /var/log/daemon.log):
    The Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) starting connection 'YaleSecure'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0/wireless): access point 'YaleSecure' has security, but secrets are required.
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> (eth0): device state change: config -> need-auth (reason 'none') [50 60 0]
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> (eth0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0/wireless): connection 'YaleSecure' has security, and secrets exist. No new secrets needed.
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'ssid' value 'YaleSecure'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'scan_ssid' value '1'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'key_mgmt' value 'WPA-EAP'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'auth_alg' value 'OPEN'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'password' value '<omitted>'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'eap' value 'TTLS'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'fragment_size' value '1300'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'phase2' value 'auth=MSCHAPV2'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'identity' value '********'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: added 'bgscan' value 'simple:30:-45:300'
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Sep 24 15:14:37 localhost NetworkManager[1039]: <info> Config: set interface ap_scan to 1
    Sep 24 15:14:38 localhost NetworkManager[1039]: <info> (eth0): supplicant interface state: inactive -> scanning
    Sep 24 15:14:38 localhost NetworkManager[1039]: <info> (eth0): supplicant interface state: scanning -> associating
    Sep 24 15:14:39 localhost NetworkManager[1039]: <info> (eth0): supplicant interface state: associating -> associated
    Sep 24 15:14:41 localhost NetworkManager[1039]: <info> (eth0): supplicant interface state: associated -> disconnected
    Sep 24 15:14:45 localhost ntpd[1036]: Deleting interface #4 eth1, 128.36.14.121#123, interface stats: received=33, sent=37, dropped=3, active_time=600 secs
    Sep 24 15:14:45 localhost ntpd[1036]: 129.6.15.29 interface 128.36.14.121 -> (none)
    Sep 24 15:14:45 localhost ntpd[1036]: 129.6.15.28 interface 128.36.14.121 -> (none)
    Sep 24 15:14:45 localhost ntpd[1036]: 64.90.182.55 interface 128.36.14.121 -> (none)
    Sep 24 15:14:45 localhost ntpd[1036]: 169.229.70.183 interface 128.36.14.121 -> (none)
    Sep 24 15:14:45 localhost ntpd[1036]: peers refreshed
    Sep 24 15:15:02 localhost NetworkManager[1039]: <warn> Activation (eth0/wireless): association took too long.
    Sep 24 15:15:02 localhost NetworkManager[1039]: <info> (eth0): device state change: config -> need-auth (reason 'none') [50 60 0]
    Sep 24 15:15:02 localhost NetworkManager[1039]: <warn> Activation (eth0/wireless): asking for new secrets
    Sep 24 15:15:11 localhost NetworkManager[1039]: <info> (eth0): supplicant interface state: disconnected -> inactive
    I did upgrade some packages yesterday, but I can't figure out what it could have been. My wireless was working on 9/23, and I restarted at least once that day. I tried downgrading 'python-mako', 'openconnect', 'python2-pyopenssl' and 'glib-networking' and restarting, but that didn't help.
    Here is the pacman log from before the wireless stopped working:
    [2011-09-15 16:45] Running 'pacman -Syu'
    [2011-09-15 16:45] synchronizing package lists
    [2011-09-15 16:45] starting full system upgrade
    [2011-09-20 11:28] Running 'pacman -Syu'
    [2011-09-20 11:28] synchronizing package lists
    [2011-09-20 11:28] starting full system upgrade
    [2011-09-20 11:35] Running 'pacman -R ipython'
    [2011-09-20 11:35] removed ipython (0.11-1)
    [2011-09-20 11:35] Running 'pacman -S -- ipython'
    [2011-09-20 11:36] Running 'pacman -S -- ipython ipython2'
    [2011-09-20 11:36] Running 'pacman -S -- ipython ipython2'
    [2011-09-20 11:39] Running 'pacman -R ipython-docs'
    [2011-09-20 11:39] removed ipython-docs (0.11-1)
    [2011-09-20 11:39] Running 'pacman -R ipython3'
    [2011-09-20 11:39] removed ipython3 (0.11-1)
    [2011-09-20 11:39] Running 'pacman -S -- ipython ipython2'
    [2011-09-20 11:39] installed ipython (0.11-3)
    [2011-09-20 11:39] installed ipython2 (0.11-3)
    [2011-09-20 11:40] Running 'pacman -S -- python-pygments python2-sip python2-pyqt'
    [2011-09-21 00:37] Running 'pacman -Syu'
    [2011-09-21 00:37] synchronizing package lists
    [2011-09-21 00:37] starting full system upgrade
    [2011-09-21 00:38] upgraded libmysqlclient (5.5.15-1 -> 5.5.16-1)
    [2011-09-21 00:38] upgraded mysql-clients (5.5.15-1 -> 5.5.16-1)
    [2011-09-21 00:38] upgraded mysql (5.5.15-1 -> 5.5.16-1)
    [2011-09-21 00:38] upgraded akonadi (1.6.0-3 -> 1.6.1-1)
    [2011-09-21 00:38] upgraded chromium (13.0.782.220-1 -> 14.0.835.163-1)
    [2011-09-21 00:38] upgraded sdl (1.2.14-7 -> 1.2.14-8)
    [2011-09-21 00:38] upgraded ffmpeg (20110910-1 -> 20110916-1)
    [2011-09-21 00:38] upgraded file (5.08-1 -> 5.09-1)
    [2011-09-21 00:38] upgraded git (1.7.6.1-1 -> 1.7.6.3-1)
    [2011-09-21 00:38] installed p11-kit (0.6-2)
    [2011-09-21 00:38] upgraded gnutls (3.0.2-1 -> 3.0.3-1)
    [2011-09-21 00:38] upgraded glib-networking (2.28.7-4 -> 2.28.7-5)
    [2011-09-21 00:38] upgraded gparted (0.9.0-3 -> 0.9.1-1)
    [2011-09-21 00:38] upgraded gpodder (2.18-1 -> 2.19-1)
    [2011-09-21 00:38] upgraded lftp (4.3.1-2 -> 4.3.2-1)
    [2011-09-21 00:38] upgraded lib32-nspr (4.8.6-2 -> 4.8.9-1)
    [2011-09-21 00:38] upgraded lib32-nss (3.12.8-1 -> 3.12.11-1)
    [2011-09-21 00:38] upgraded librsvg (2.34.1-1 -> 2.34.1-2)
    [2011-09-21 00:38] upgraded libssh (0.5.1-1 -> 0.5.2-1)
    [2011-09-21 00:38] upgraded libwebkit (1.4.2-1 -> 1.4.3-1)
    [2011-09-21 00:38] upgraded libwebkit3 (1.4.2-1 -> 1.4.3-1)
    [2011-09-21 00:38] upgraded lua (5.1.4-7 -> 5.1.4-8)
    [2011-09-21 00:38] upgraded ocaml (3.12.1-1 -> 3.12.1-2)
    [2011-09-21 00:38] upgraded python2-numpy (1.6.0-1 -> 1.6.1-1)
    [2011-09-21 00:38] upgraded python-numpy (1.6.0-1 -> 1.6.1-1)
    [2011-09-21 00:38] upgraded totem-plparser (2.32.5-1 -> 2.32.6-1)
    [2011-09-21 00:38] upgraded wget (1.13.3-1 -> 1.13.4-1)
    [2011-09-21 00:38] upgraded xorg-server-common (1.10.3.901-1 -> 1.10.4-1)
    [2011-09-21 00:39] upgraded xorg-server (1.10.3.901-1 -> 1.10.4-1)
    [2011-09-21 08:14] Running 'pacman -Syu'
    [2011-09-21 08:14] synchronizing package lists
    [2011-09-21 08:14] starting full system upgrade
    [2011-09-21 08:14] upgraded chromium (14.0.835.163-1 -> 14.0.835.186-1)
    [2011-09-21 08:15] Running 'pacman -U vidalia-0.2.14-1-x86_64.pkg.tar.xz'
    [2011-09-21 08:15] upgraded vidalia (0.2.12-1 -> 0.2.14-1)
    [2011-09-21 08:15] Running 'pacman -Syu'
    [2011-09-21 08:15] synchronizing package lists
    [2011-09-21 08:15] starting full system upgrade
    [2011-09-22 13:32] Running 'pacman -S -- impressive'
    [2011-09-22 13:33] installed impressive (0.10.3-2)
    [2011-09-22 13:33] Running 'pacman -S -- pdftk'
    [2011-09-22 13:33] installed gcc-gcj-ecj (4.5-1)
    [2011-09-22 13:33] installed gcc-gcj (4.6.1-1)
    [2011-09-22 13:33] installed pdftk (1.44-4)
    [2011-09-22 17:07] Running 'pacman -Syu'
    [2011-09-22 17:07] synchronizing package lists
    [2011-09-22 17:07] starting full system upgrade
    [2011-09-22 17:07] upgraded cython (0.15-1 -> 0.15.1-1)
    [2011-09-22 17:07] upgraded deluge (1.3.3-2 -> 1.3.3-3)
    [2011-09-22 17:07] upgraded kde-agent (20110602-1 -> 20110922-1)
    [2011-09-22 17:07] upgraded sdl (1.2.14-8 -> 1.2.14-9)
    [2011-09-22 17:08] Updating font cache... done.
    [2011-09-22 17:08] upgraded ttf-liberation (1.07.0-1 -> 1.07.1-1)
    [2011-09-22 17:08] upgraded virtuoso (6.1.3-1 -> 6.1.3-2)
    [2011-09-22 21:39] Running 'pacman -Syu'
    [2011-09-22 21:39] synchronizing package lists
    [2011-09-22 21:39] starting full system upgrade
    [2011-09-23 23:17] Running 'pacman -Syu'
    [2011-09-23 23:17] synchronizing package lists
    [2011-09-23 23:18] starting full system upgrade
    [2011-09-24 01:06] Running 'pacman -Syu'
    [2011-09-24 01:06] synchronizing package lists
    [2011-09-24 01:06] starting full system upgrade
    [2011-09-24 01:07] upgraded python2-pyopenssl (0.12-1 -> 0.13-1)
    [2011-09-24 01:07] upgraded deluge (1.3.3-3 -> 1.3.3-4)
    [2011-09-24 01:07] upgraded docutils (0.8-1 -> 0.8.1-1)
    [2011-09-24 01:07] upgraded ffmpeg (20110916-1 -> 20110923-1)
    [2011-09-24 01:07] upgraded gstreamer0.10-ffmpeg (0.10.11-1 -> 0.10.12-1)
    [2011-09-24 01:07] upgraded openconnect (1:3.11-1 -> 1:3.12-1)
    [2011-09-24 01:07] upgraded python-mako (0.4.1-1 -> 0.4.2-1)
    [2011-09-24 01:08] upgraded wine (1.3.28-1 -> 1.3.29-1)
    [2011-09-24 01:32] Running 'pacman -Syu'
    [2011-09-24 01:32] synchronizing package lists
    [2011-09-24 01:32] starting full system upgrade
    [2011-09-24 01:33] Running 'pacman -Syyu'
    [2011-09-24 01:33] synchronizing package lists
    [2011-09-24 01:33] starting full system upgrade
    [2011-09-24 01:33] Running 'pacman-color -Syyu'
    [2011-09-24 01:33] synchronizing package lists
    [2011-09-24 01:33] starting full system upgrade
    [2011-09-24 01:34] Running 'pacman -Syu'
    [2011-09-24 01:34] synchronizing package lists
    [2011-09-24 01:34] starting full system upgrade
    [2011-09-24 01:34] Running 'pacman -U packer-20110924-1-any.pkg.tar.xz'
    [2011-09-24 01:34] upgraded packer (20110808-1 -> 20110924-1)
    [2011-09-24 01:35] Running 'pacman -U pidgin-gnome-shell-extension-git-20110924-1-any.pkg.tar.xz'
    [2011-09-24 01:35] upgraded pidgin-gnome-shell-extension-git (20110624-1 -> 20110924-1)
    [2011-09-24 01:35] Running 'pacman -U reinteract-git-20110924-1-x86_64.pkg.tar.xz'
    [2011-09-24 01:35] upgraded reinteract-git (20110726-1 -> 20110924-1)
    I would appreciate any help. Thanks!

    Same here broadcom card and used brcmsmac driver. Fuck networkmanager, use wicd and wicd-gtk = flawless victory.

  • How to keep track of the users who are all currently logged in

    Hi All,
    I have basic knowledge of Session and Servlets. I am wondering how to keep track of the users who are all currently logged in. There should be some way of achieving it.
    I thought of it and come up with having an Application variable that hold it when ever a user successfully logged in.
    Thanks in advance for any reply.

    You can do this by keeping data in a static veriable in a some class of yours. The variable will need to be a collection.
    Whenever a user loogs in to the site a servlet/jsp should put the users information in to the collection and when logs off or when the session expires the entry should be take off.
    You can achive this by storing the velues in a some sort of a week collection where the entries are automaticaly removed when all the other refferences to the entry goes out of scope.
    You might need to read bit about java.lang.ref package and WeekReference
    Or you can make the entry in the collection contain the last time that the user visited any of the pages and a thread can run time to time and clean up the older entries which have timed out

  • Invalid User Name and Password when logging onto BPM Workspace (v9.3.1)

    I have installed Hyperion Planning and the related/required products. When I attemp to log on to Workspace, I get the following message;
    'You must supply a valid User Name and Password to log onto the system."
    I have tried using the native 'admin' account, and an NTLM account that I have setup. Both of these accounts work for logging onto the the User Management Console and to the Essbase Administration Console, and I have provisioned both of them with full admin privileges.
    Has anyone encountered this issue?
    Thanks,
    -K

    Thank you all for the responses so far.
    On the first response, I had already provisioned an NTLM user that is a member of the local Administrators group with all administrative roles, and also refreshed security in EAS prior to submitting this inquiry, so that did not solve the problem.
    On the second, I cannot navigate to ../workspace/browse/configinfo without logging in so I am unable to review this information.
    On the third response, where do you provision the user to BI+? If I open the User Management Console, there are four root roles each with a tree underneath: APS 9.3.1 Server, Analytic Servers, Business Rules, and Hyperion Shared Services. Under each tree, I have provisioned the 'admin' user and the NTLM user for all roles, including Administrator, Dimension Editor and Application Creator under Hyperion Shared Services -> Global Roles. Should there be a BI+ tree? If so, it is not appearing on the list.
    Thanks for any additional info anyone can provide.
    -Ken

  • User weblogic is not permitted to boot the server

    Hi,
    I am new to OES and after running the configtool, creating the ASIAuthorizationProvider and ASIRoleMapperProvider (both has Defaul Identity Directory: wls_dir and Application Deployment Parent: //app/policy/wls_app), binding the SSM, i get this error when starting the WLS admin server:
    15:33:26.312 EVENT Starting Jetty/4.2.25
    15:33:26.859 WARN!! Delete existing temp dir C:\BEA_HOME_10\ales32-ssm\wls-ssm\i
    nstance\wls_ssm\work\jar_temp\Jetty__8000__ for WebApplicationContext[/,jar:file
    :/C:/BEA_HOME_10/ales32-ssm/wls-ssm/webapp/arme.war!/]
    15:33:30.515 EVENT Started WebApplicationContext[,ARMEService]
    15:33:32.562 EVENT Started SocketListener on 0.0.0.0:8000
    15:33:32.562 EVENT Started org.mortbay.jetty.Server@176bf9e
    ARME is started now
    <Mar 5, 2010 3:33:33 PM SGT> <Notice> <Security> <BEA-090082> <Security initiali
    zing using security realm wls.>
    <Mar 5, 2010 3:33:34 PM SGT> <Critical> <Security> <BEA-090404> <User weblogic i
    s not permitted to boot the server; The server policy may have changed in such a
    way that the user is no longer able to boot the server.Reboot the server with t
    he administrative user account or contact the system administrator to update the
    server policy definitions.>
    <Mar 5, 2010 3:33:34 PM SGT> <Critical> <WebLogicServer> <BEA-000386> <Server su
    bsystem failed. Reason: weblogic.security.SecurityInitializationException: User
    weblogic is not permitted to boot the server; The server policy may have changed
    in such a way that the user is no longer able to boot the server.Reboot the ser
    ver with the administrative user account or contact the system administrator to
    update the server policy definitions.
    weblogic.security.SecurityInitializationException: User weblogic is not permitte
    d to boot the server; The server policy may have changed in such a way that the
    user is no longer able to boot the server.Reboot the server with the administrat
    ive user account or contact the system administrator to update the server policy
    definitions.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do
    BootAuthorization(Unknown Source)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
    itialize(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.initialize(Unknown S
    ource)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    >
    <Mar 5, 2010 3:33:34 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FAILED>
    <Mar 5, 2010 3:33:34 PM SGT> <Error> <WebLogicServer> <BEA-000383> <A critical s
    ervice failed. The server will shut itself down>
    <Mar 5, 2010 3:33:34 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FORCE_SHUTTING_DOWN>
    Stopping PointBase server...
    PointBase server stopped.
    from the WLS AdminServer.log:
    ####<Mar 5, 2010 3:33:05 PM SGT> <Info> <Socket> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774385687> <BEA-000436> <Allocating 3 reader threads.>
    ####<Mar 5, 2010 3:33:05 PM SGT> <Info> <Socket> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774385687> <BEA-000446> <Native IO Enabled.>
    ####<Mar 5, 2010 3:33:06 PM SGT> <Info> <IIOP> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774386531> <BEA-002014> <IIOP subsystem enabled.>
    ####<Mar 5, 2010 3:33:11 PM SGT> <Info> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774391656> <BEA-000000> <Starting OpenJPA 1.0.0.1>
    ####<Mar 5, 2010 3:33:17 PM SGT> <Info> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774397171> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
    ####<Mar 5, 2010 3:33:33 PM SGT> <Info> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774413421> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<Mar 5, 2010 3:33:33 PM SGT> <Info> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774413500> <BEA-090663> <The DeployableRoleMapper "com.bea.security.providers.authorization.asi.RoleProviderStub" implements the deprecated DeployableRoleProvider interface.>
    ####<Mar 5, 2010 3:33:33 PM SGT> <Info> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774413531> <BEA-090662> <The DeployableAuthorizer "com.bea.security.providers.authorization.asi.AuthorizationProviderStub" implements the deprecated DeployableAuthorizationProvider interface.>
    ####<Mar 5, 2010 3:33:33 PM SGT> <Info> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774413796> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server AdminServer for security realm wls.>
    ####<Mar 5, 2010 3:33:33 PM SGT> <Notice> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774413796> <BEA-090082> <Security initializing using security realm wls.>
    ####<Mar 5, 2010 3:33:34 PM SGT> <Critical> <Security> <SGBLM010> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267774414234> <BEA-090404> <User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.>
    ####<Mar 5, 2010 3:33:34 PM SGT> <Critical> <WebLogicServer> <SGBLM010> <AdminServer> <main> <<WLS Kernel>> <> <> <1267774414234> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    ####<Mar 5, 2010 3:33:34 PM SGT> <Notice> <WebLogicServer> <SGBLM010> <AdminServer> <main> <<WLS Kernel>> <> <> <1267774414328> <BEA-000365> <Server state changed to FAILED>
    ####<Mar 5, 2010 3:33:34 PM SGT> <Error> <WebLogicServer> <SGBLM010> <AdminServer> <main> <<WLS Kernel>> <> <> <1267774414328> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Mar 5, 2010 3:33:34 PM SGT> <Notice> <WebLogicServer> <SGBLM010> <AdminServer> <main> <<WLS Kernel>> <> <> <1267774414328> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Mar 5, 2010 3:33:34 PM SGT> <Info> <WebLogicServer> <SGBLM010> <AdminServer> <main> <<WLS Kernel>> <> <> <1267774414359> <BEA-000236> <Stopping execute threads.>
    also, i just noticed that when staring OES admin server i get the following from the logs:
    system_console.log:
    2010-03-05 15:19:04,218 [JettySSLListener1-1] ERROR com.wles.soap.BLM.BlmBindingImpl - getUndistributedAttributeChanges has not been implemented properly.
    2010-03-05 15:27:17,656 [Thread-31] WARN com.bea.security.ssl.axis.AxisClientSocketFactory - Error during SSL handshake; host: SGBLM010, port: 8,000.
    2010-03-05 15:27:17,687 [Thread-31] ERROR com.bea.security.pdws.Distributor - unable to bind unbound arme
    Communication Error:; nested exception is:
         javax.net.ssl.SSLHandshakeException: Error during SSL handshake; host: SGBLM010, port: 8,000.
    2010-03-05 15:27:17,687 [Thread-31] ERROR com.bea.security.pdws.ARMEGroup - arme group '//bind/wls' error report, policyno = 52:
    2010-03-05 15:27:17,687 [Thread-31] ERROR com.bea.security.pdws.ARMEGroup - arme 'asi.null.ARME.wls_ssm.asi.SGBLM010':
    2010-03-05 15:27:33,015 [Thread-32] WARN com.bea.security.ssl.axis.AxisClientSocketFactory - Error during SSL handshake; host: SGBLM010, port: 8,000.
    2010-03-05 15:27:33,015 [Thread-32] ERROR com.bea.security.pdws.Distributor - unable to bind unbound arme
    Communication Error:; nested exception is:
         javax.net.ssl.SSLHandshakeException: Error during SSL handshake; host: SGBLM010, port: 8,000.
    WLESWebLogic.wrapper.log:
    INFO | jvm 1 | 2010/03/05 15:27:17 | Processing AxisFault, cause: javax.net.ssl.SSLHandshakeException: Error during SSL handshake; host: SGBLM010, port: 8,000.
    INFO | jvm 1 | 2010/03/05 15:27:17 | Re-throwing the fault...
    INFO | jvm 1 | 2010/03/05 15:27:18 | error.jsp: Client has closed the connection, error not reported to client.
    INFO | jvm 1 | 2010/03/05 15:27:18 | error.jsp: The exception is: com.bea.wles.management.console.utils.NestedJspException: Connection reset by peer: socket write error
    INFO | jvm 1 | 2010/03/05 15:27:33 | Processing AxisFault, cause: javax.net.ssl.SSLHandshakeException: Error during SSL handshake; host: SGBLM010, port: 8,000.
    INFO | jvm 1 | 2010/03/05 15:27:33 | Re-throwing the fault...
    although, it seems that the OES admin server is up since i am able to access the OES admin console.
    i have tried playing around the policies to grant the "weblogic" the priviliges for an Admin but is still get the same issue. Although, when i try to distribute the changes in the policy, "ASI ( Policy for entire Oracle Entitlements Server system ) " still appears in the list of changes.
    any thoughts on what the problem is? is there a way to force the distribution of the policy? maybe through the command prompt or other console?
    Edited by: user9056644 on Mar 5, 2010 12:02 AM

    Have you applied CP2 or CP3 to OES? There were enhancements that allows these policies to be scoped within an organization. I only ask to help guide you on distributing policies for the runtime WLS domain. The ASI domain is only for the admin. There should have been a set of resources and policies created as a result of running ConfigTool for your new instance (looks like you named it 'wls'). If no CP, it will be in DefaultApp next to ASI.
    You have to distribute policies for 'wls' immediately following running ConfigTool before starting WebLogic or you will put it into a state where it can't be started. The corrective action is to remove the state.ck file under C:\BEA_HOME_10/ales32-ssm/wls-ssm/instance/wls_ssm/work/runtime, distribute policies, restart WebLogic.
    If you need to re-run ConfigTool (after installing CP for instance), revert the following files:
    <domain>/config/config.xml
    <domain>/bin/startWebLogic.sh | .cmd
    Revert from the no-ales backups created. Remove the instance folder under C:\BEA_HOME_10\ales32-ssm/wls-ssm/instance. You can then re-run ConfigTool if you have to.

  • Admin Server satrtup failing with the error User weblogic is not permitted to boot the server

    Hi ,
    The admin server is not coming up , its failing with the below error.
    <May 25, 2014 10:28:35 PM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:1010)
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
            at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
            at weblogic.security.SecurityService.start(SecurityService.java:141)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            Truncated. see log file for complete stacktrace.
    I have tried resetting the password as per below link , it hasn't helped. Still facing issue. Please help
    http://www.weblogic-tips.com/wls-security/
    Thanks,
    Pradeep

    Creating New user did not help . Still same error.
    <May 26, 2014 8:56:31 PM PDT> <Critical> <Security> <BEA-090404> <User weblogicNew is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.>
    <May 26, 2014 8:56:31 PM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: User weblogicNew is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    weblogic.security.SecurityInitializationException: User weblogicNew is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:1010)
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
            at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
            at weblogic.security.SecurityService.start(SecurityService.java:141)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            Truncated. see log file for complete stacktrace
    >
    <May 26, 2014 8:56:31 PM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>"

  • I set up my new computer using the apple ID i always use, and then later migrated all my files from my old mac book to the same new one, but under a different user (same ID). how do i consolidate the two users on my new mac book?

    i set up my new computer using the apple ID i always use, and then later migrated all my files from my old mac book to the same new one, but under a different user (same apple ID). how do i consolidate the two users on my new mac book?

    Well if you use the Finder Go menu to Computer, a window opens up double click on your boot drive and then on Users folder, open the other user folder and open Public and drop your files into DropBox
    When you do this it will copy them and change the permissions and user assigned to it, so log into the other user and place them into your respective normal folders.
    Once you have all your files over and don't need the old user, use System Preferences > Accounts to delete it if you wish, however it's good two Admin accounts on the machine in case something bad happens in the other. Some people for security reasons on use a Standard account for most uses and a emergency Admin account.
    One can still do most Admin things in Standard user.

  • Logging for one session

    I'm using java.util.Logging mechanism for logging in my web application. I always use logger via class name - e.g. Logger.getLogger(MyClass.class.getName()).log(....)Now, I wonder if there is a technique or best practice to show only log records for one user session.
    For example.. I have a servlet that after receiving request creates one thread, which creates n-threads to get some data from different web services. Naturally there can be many concurrent users using this servlet. I would like to use logging mechanism to show log records only for particular user (session).
    The only solution that came on my mind is to put sessionId into all threads names, create custom Logging handler that puts thread name as record parameter and then filter out records that contain parameter with chosen sessionId.
    Is there a better solution?
    Thanks.

    Hi Gus,
    One of the things getting logged is the session id.Do you mean the database session id or the Apex session? The database session id changes when a different session is used in the pool. The Apex session doesn't change until the user logs out.
    So we set an application item to the value of the session id during authentication.You don't need to do this. The database session can be found in the user context using SYS_CONTEXT('USERENV', 'SESSIONID'). The Apex session is available using V('SESSION'), it is also can be found in the user context, together with the Apex username using SYS_CONTEXT('USERENV', 'CLIENT_IDENTIFIER'). So you can get the session ids from the context when you log information.
    Rod West

  • HT5012 Why can't I log onto the iBook store? message reads cannot verify server identity

    I no longer can log into the iBook store when I previously could - also I continue to get notices that read "cannot verify server"

    Hello Jkmcdonald530,
    This may be due to an inability to properly communicate with the iTunes Store. The following article provides troubleshooting steps that can help re-establish communication between the store and your iPad.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • Session Expired after logging on to Visual Administrator - SLD Config

    Hey Guys,
    I have a NW2004s installation, both ABAP and Java stack, with UME pointing to the ABAP stack.
    I created a user in ABAP stack, and assigned the J2EE_ADMIN role to this user.
    I try to log into the Visual Administrator with this user. The login is successful.
    However right after I navigate to the sld data supplier node and click it, I get the error message, Session Expired.
    I think it is because I am not authorized to configure SLD or something like that.
    When I created the user in the ABAP stack I entered all the roles for the user with which I am logging on to the Visual Admin:
         SAP_SLD_ADMINISTRATOR
         SAP_SLD_CONFIGURATOR
    Anyhelp so that I can get over this problem and configure the SLD in the system.
    Thank You.
    Sumit.

    J2EE_ADMIN role has all the rights(configure SLD etc) , make sure you configure the SLD and import the CIM model content you can login to SLD at http://<host>:5XX00/SLD and then access the data supplier bridge
    where XX is your instance number

  • How To Redirect to a site after logging into the R3 server?

    I want to be able to do something like the following:
    www.sapr3servername.doimain.com?redirect=www.xyz.com
    So the users will be prompted to log into the SAPr3 server, than after the server has authenticated the user, i want the login page to redirect to a URL of my choosing.
    How can I do this?  What is the keyword for the parameter in the R3 server ?
    Flow
    - users will hit www.xyz.com
    - If user is not authenticated, xyz.com will direct them to the URL in an iframe: www.sapr3servername.doimain.com?redirect=www.xyz.com
    - The user will sign into www.sapr3servername.domain.com with their SAP crednetials
    - after the sign on is completed, the R3 server will redirect them back to xyz.com, where they will now be authenticated

    BUMP
    Is this not possible or what?

Maybe you are looking for