Unable to login to apex as admin after apparent successful installation

I am unable to login to apex as admin after an apparent successful installation.
I have an existing Oracle database 11.2.0.1.0 with Oracle Text running on Windows 7 Professional with hundreds of gigabytes of free disk space available. I did everything as an operating system user with administrator privileges. I downloaded the latest version of apex 4.0.2 for all languages, unzipped the downloaded zip file, extracting all files to an apex directory. I changed the working directory to apex and started sql*plus, connected sys as sysdba, ran apexins.sql installation, apex_epg_config.sql and apexconf.sql configuration, apexchpwd.sql to change the admin password, and apxldimg.sql to copy the images, and exec dbms_xdb.sethttpport(8080), unlocked accounts, and granted connect privileges.
The installation log did not show any errors and included:
"Thank you for installing Oracle Application Express.
Oracle Application Express is installed in the APEX_040000 schema.
The structure of the link to the Application Express administration services is as follows:
http://host:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql)
http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
The structure of the link to the Application Express development interface is as follows:
http://host:port/pls/apex (Oracle HTTP Server with mod_plsql)
http://host:port/apex (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
JOB_QUEUE_PROCESSES: 1000"
When I use either browser, Firefox 3.6.12 or Internet Explorer 8.0, and go to http://localhost:8080/apex/apex_admin I get a screen that says:
"Enter Application Express internal administration credentials"
and has boxes for a username and password. When I enter admin and the admin_password that I selected, then click on login nothing happens. I don't get logged in. I don't get an error message. It does not show any signs of anything running. It just sits there. I also don't get any messages from Windows or Norton 360 indicating that a pop-up window was blocked or any such thing. I checked that the services are running and also tried shutting down the computer and re-starting (cold boot), but was still unable to login.
I am a retired developer, not a DBA, so if there is anything else that I should do or check or provide, then please let me know. I have provided a copy and paste of everything that I could think of below. Oddly I don't see an admin user.
SQL> select * from v$version
  2  /
BANNER                                                                         
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production   
PL/SQL Release 11.2.0.1.0 - Production                                         
CORE     11.2.0.1.0     Production                                                     
TNS for 64-bit Windows: Version 11.2.0.1.0 - Production                        
NLSRTL Version 11.2.0.1.0 - Production                                         
SQL> select status from dba_registry where comp_id = 'APEX'
  2  /
STATUS                                                                         
VALID                                                                          
SQL> select username, account_status
  2  from   dba_users
  3  where  username = 'ANONYMOUS'
  4  or     username like 'APEX%'
  5  or     upper (username) = 'ADMIN'
  6  order  by username
  7  /
USERNAME                       ACCOUNT_STATUS                                  
ANONYMOUS                      EXPIRED                                         
APEX_030200                    EXPIRED                                         
APEX_040000                    OPEN                                            
APEX_PUBLIC_USER               OPEN                                            
SQL> select dbms_xdb.gethttpport from dual
  2  /
GETHTTPPORT                                                                    
       8080                                                                    
SQL> select owa_util.get_version from dual
  2  /
GET_VERSION                                                                    
10.1.2.0.8                                                                     
SQL> show parameter memory_target
NAME                                 TYPE        VALUE                         
memory_target                        big integer 1536M                         
SQL>

Are you sure you did give right path to script ? Yes.
>
If you extract files to folder c:\temp, you have after that folder c:\temp\apex and bunch of sub folders.
For script to update images, you give path to folder where you did extract apex install files.
In above case that is then c:\temp .
>I created a directory c:\apex on my laptop. I downloaded the zip file to that directory. When I extracted the files to folder c:\apex, the result was c:\apex\apex with a bunch of sub folders and files. When I ran the script, I gave the path c:\apex as indicated in my copy and paste. So, I did everything the same as in the quote above, except that I used apex instead of temp.
Try extract Apex install zip to c:\temp and give c:\temp as path for scriptAre you suggesting that I redo the entire installation using c:\temp instead of c:\apex? What difference would that make? Would I need to do some sort of uninstall first?

Similar Messages

  • HT1941 Hi i have recently updated my version of iTunes in order to sync music from my macbook air to my new ipod shuffle. After a successful installation the application does not launch and I am unable to oepn iTunes of access my music! Someone please hel

    Hi,
    I have recently updated my iTunes to the latest version in order to sync music onto my new ipod shuffle. However after a successful installation the application does not launch or open? There are no error messages. The application is just unresponsive.
    I have already checked the compatibility with Safari, my operating system and checked my firewall is not blocking it - all is fine.
    Does anyone have any other resolutions?
    Many thanks

    Hi Carolyn,
    Thank you for your time and response. The trouble is I am unable to launch iTunes? I have restarted my macbook air a number of times to try and initiate the application but the issue persists and the application remains unresponsive. Will not launch?
    Thanks

  • Unable to Login into APEX after upgrade from ORACLE XE to APEX 3.2

    Hi,
    I have upgraded Oracle 10g XE to with apex_3.2 on the Windows XP.
    My ORACLE XE wa in folder "C:\ORACLE XE"
    And APEX 3.2 in folder "C:\Ver 3.2\APEX"
    Once you complete the standard install, i performd the following steps to complete
    the upgrade which i got on my previous post.
    Till normal installation i was able to login in Apex link and was able to run my application which was
    in oracle XE but the only problem was i was unable to see any images in "EDIT PAGE" but my application was running well.
    then i did following steps to get those images
    Connect to SQL*Plus as SYS
    @APEX_HOME/apex/apxldimg.sql APEX_HOME
    @APEX_HOME/apex/apxxepwd.sql password
    (where password is the password of the Application Express internal ADMIN account)
    I chanbged image directory as below
    FROM:
    create directory APEX_IMAGES as ‘&1/apex/images’ ;
    TO:
    create directory APEX_IMAGES as ‘c:\oraclexe\apex\images’ and also tried ‘c:\ver 3.2\apex\images’;
    Ran @apxldimg.sql
    @apxxepwd.sql password (where password is the password of the Application Express internal ADMIN account)
    Exit from the SQL*Plus session.
    Change directory to c:\oraclexe\apex\owa, open the README.TXT file and follow the instructions within to complete the installation
    But now i am unable to login into the page itself. It "showing Page Not Found"
    Please kindly help me how to run APEX now through link.
    Thanks in advance.
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Aug 11, 2009 2:05 AM
    Edited by: user11204334 on Aug 11, 2009 4:30 AM

    Hi John,
    Thanks for reply
    I got error while doing following steps in few procedures
    Change directory to c:\oraclexe\apex\owa, open the README.TXT file and follow the instructions within to complete the installation
    Before doing the above step i was able to login into my application but without images
    Can you please help that how to check those errors and any particular procedure you know which is responsible for the Login problem.
    Thanks a Lot for help John
    Thanks & Regards
    Sanjay

  • Unable to login to iTunes (from appleTV) after apple ID two step verification enabled

    I recently enabled two step verification for appleID. Now when I attempt to use that appleID with my appleTV, I am unable to login to iTunes.  Should I not have enabled two step verification ?  Do I need to revert back to user name / password only for my appleID, which I use in conjunction with my appleTV ?
    help
    brianb

    dis-regard this problem. I was able to regain normal operation, once I reset my appleTV, and re-configured it using my current appleID. It is rather odd though that I need to re-set my appleTV each time I change my appleID.

  • EBS 12.1.3 unable to restart after a successful installation

    Hi all,
    I've installed the EBS 12.1.3 template following the instructions in this guide: http://www.pythian.com/blog/build-ebs-sandbox-1hr. By the way, it's a charm not using VM Server/Manger... ;)
    Directly after the installation, I'm able to access to EBS; the login page is available and I can logon into the app.
    The problem is, after a reboot of the APPS template, I'm unable to log again.
    At the startup, at the step Starting ebizapps, I have the following error:
    /u01/E-BIZ/apps/apps_st/appl/APPSbydb_atgtxk02.env: line 31: /u01/E-BIZ/inst/apps/mydb_atgtxk02/ora/10.1.2/mydb/atgtxk02.env: No such file or directory
    It is true I do not have /u01/E-BIZ/inst/apps/mydb_atgtxk02/ora/10.1.2/mydb as a directory. Into /u01/E-BIZ/inst/apps/mydb_atgtxk02, I only have admin directory.
    I can't explain how after a successful login, a reboot of the EBIZ app template messes up the all thing.
    Thanks,
    Jay.

    Jay
    Edit /u01/startapps.sh  and stopapps.sh
    Add VIS to the environment lines " . /u01/E-BIZ/apps/apps_st/appl/APPS*.env"
    Change to => ". /u01/E-BIZ/apps/apps_st/appl/APPSVIS*.env"
    I had the same problem found the solution here...refer to the Fix Environment File section of the following
    http://ltd.kentw.co.uk/technical/r12-installation/create-apps-vm/
    A little late, I hope it helps someone in the future..
    Ben

  • UCCE 9.0(1) - unable to login to CCE Web Admin

    Hello,
    I am installing UCCE 9.0(1) in my lab and am unable to log into CCE Web Administrator. I thought I needed to log in CCE Web Administrator after installing UCCE to select the type of deployment, so after the intial UCCE installation and before running Web Setup I tried to login to Unified CCE Administration, but no matter which domain user account I use it responds with "Invalid Username and/or Password." I tried both the domain administrator and the domain user account which I used for the install, both of which are members of the setup security group for the new Instance I had created, but neither worked. I then went ahead and installed the Router and Logger nodes as a Rogger and these processes start and run fine but still I cannot login to the CCE Web Administrator.  This is in an ESXi VM and I have good snapshots to be able to return to an unconfigured state if necesary.  I have searched the UCCE 9.0(1) documentation on CCO but am not finding anything helpful. Can anyone shed any light on what account to use to login to the CCE Web Administrator and when in the install this should be done, or point me to the proper documentation concerning this?
    Thanks,
    Dale

    Hi
    Use fully qualified machine name with domain suffix to reach cceadmin page instead of IP, machine name or localhost. For example https://machinename.google.com/cceadmin. This solves the login issue.
    If you are not even able to see the domain names in combo box. Check the ICM build number and the version. Do not use version 9.0.2 and be sure the build is 1454.
    Worked for me.
    Thx.

  • Unable to login in EP 6.0 after system refresh

    After performing the system refresh of EP 6.0, completed the post system copy steps.
    Imported the new certificated as well, when I try to login the page is getting refresh but remains on the same page.
    please help me what could be the reason.

    Hi Abdul.
    I think you have selected the Algorithm as RSA, which is the default one.<br />
    Please change it to DSA and hope the issue will be solved.
    Regards,
    Satish

  • HT4799 Unable to login to youtube on appletv after latest update

    After recent software update, no longer able to login to my youtube account

    I would suggest to restore Apple TV again to factory settings.

  • Unable to login to gnome using gdm after upgrade to 3.6

    Hi to all,
    After the upgrade to gnome 3.6 I'm not able to access to gnome anymore. It appears gdm background but after a while it says that there was an error, it will disable all extensions, but after closing it reloads but the same error appears! I've checked similar posts but no luck, configuration files in my home directory have been purged but no luck again.
    Please help me, this is my xsession-errors:
    /etc/gdm/Xsession: Beginning session setup...
    localuser:marco being added to access control list
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    gnome-session[1570]: EggSMClient-WARNING: Desktop file '/home/marco/.config/autostart/dropbox.desktop' has malformed Icon key 'dropbox.png'(should not include extension)
    GNOME_KEYRING_CONTROL=/home/marco/.cache/keyring-wxwmWf
    GNOME_KEYRING_CONTROL=/home/marco/.cache/keyring-wxwmWf
    SSH_AUTH_SOCK=/home/marco/.cache/keyring-wxwmWf/ssh
    GNOME_KEYRING_CONTROL=/home/marco/.cache/keyring-wxwmWf
    GNOME_KEYRING_CONTROL=/home/marco/.cache/keyring-wxwmWf
    SSH_AUTH_SOCK=/home/marco/.cache/keyring-wxwmWf/ssh
    GPG_AGENT_INFO=/home/marco/.cache/keyring-wxwmWf/gpg:0:1
    ** Message: applet now removed from the notification area
    Failed to play sound: File or data not found
    ** (gsynaptics-init:1664): WARNING **: Using synclient
    Initializing tracker-miner-fs...
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/marco/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/marco/.config/tracker/tracker-miner-fs.cfg'
    Initializing nautilus-dropbox 1.4.0
    Tracker-Message: Setting up monitor for changes to config file:'/home/marco/.config/tracker/tracker-store.cfg'
    Starting log:
    File:'/home/marco/.local/share/tracker/tracker-store.log'
    Starting log:
    File:'/home/marco/.local/share/tracker/tracker-miner-fs.log'
    ** Message: Stopping applet secret agent because GNOME Shell appeared
    failed to create drawable
    ** (nautilus:1655): WARNING **: Can not determine workarea, guessing at layout
    ** Message: applet now embedded in the notification area
    Avviso del window manager: CurrentTime used to choose focus window; focus window may not be correct.
    Avviso del window manager: Got a request to focus 0x1600004 (Scrivania) with a timestamp of 0. This shouldn't happen!
    Avviso del window manager: Log level 8: _shell_embedded_window_unrealize: assertion `SHELL_IS_EMBEDDED_WINDOW (window)' failed
    (gnome-shell:1632): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    (gnome-control-center:2782): datetime-cc-panel-WARNING **: could not get proxy for DateTimeMechanism: Errore nel chiamare StartServiceByName per org.freedesktop.timedate1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
    (gnome-control-center:2782): datetime-cc-panel-WARNING **: Timezone '(null)' is unhandled, setting Europe/London as default
    /usr/bin/nautilus
    Avviso del window manager: Specificato un WM_TRANSIENT_FOR finestra 0x1c00004 non valido per 0x1c00002 (texmaker).
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00049 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00049 already in stack
    (gnome-screensaver:1670): GLib-GIO-WARNING **: Missing callback called fullpath = /usr/share/themes/Adwaita/backgrounds/adwaita-timed.xml
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00052 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00052 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c0005c already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c0005c already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00060 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00060 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00063 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00063 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00066 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00066 already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c00069 already in stack
    Avviso del window manager: Got a request to focus 0x1600004 (Scrivania) with a timestamp of 0. This shouldn't happen!
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c0017e already in stack
    Avviso del window manager: Log level 16: STACK_OP_ADD: window 0x1c0017e already in stack
    QProcess: Destroyed while process is still running.
    Avviso del window manager: CurrentTime used to choose focus window; focus window may not be correct.
    Avviso del window manager: Got a request to focus 0x1600004 (Scrivania) with a timestamp of 0. This shouldn't happen!
    (gnome-settings-daemon:1601): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gnome-settings-daemon:1601): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    [1351670798,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application
    Avviso del window manager: Log level 16: gnome-shell: Fatal IO error 0 (Successo) on X server :0.
    dropbox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    (nm-applet:1654): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Risorsa temporaneamente non disponibile) on X server :0.
    (nautilus:1655): Gdk-WARNING **: nautilus: Fatal IO error 11 (Risorsa temporaneamente non disponibile) on X server :0.
    (gnome-screensaver:1670): Gdk-WARNING **: gnome-screensaver: Fatal IO error 11 (Risorsa temporaneamente non disponibile) on X server :0.
    guake: Fatal IO error 11 (Risorsa temporaneamente non disponibile) on X server :0.
    (gnome-shell-calendar-server:1713): Gdk-WARNING **: gnome-shell-calendar-server: Fatal IO error 11 (Risorsa temporaneamente non disponibile) on X server :0.
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Received signal:15->'Terminato'
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Received signal:15->'Terminato'Tracker-Message: Closed sqlite3 database:'/home/marco/.cache/tracker/meta.db'
    Tracker-Message: Closed sqlite3 database:'/home/marco/.cache/tracker/meta.db'
    OK
    (tracker-miner-fs:1658): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: La connessione è chiusa
    (tracker-miner-fs:1658): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: La connessione è chiusa
    (tracker-miner-fs:1658): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: La connessione è chiusa
    OK

    I had a similar issue two hours ago. It was caused by some extensions i had installed. After i removed the directory ~/.local/share/gnome-shell, i managed to start gnome-shell.
    After that, i ran into some keyring-related issues that would block gnome-shell completely. I 'solved' it by removing all keyring-related config files and logging in again (i had to save all my passwords again, but i can live with that, now that it's back in the keyring).

  • Unable to login into EBS and OID after integrating OID with EBS successfull

    Hi,
    We have succcessfully Integrated Oracle 11i with OID (OAS 10g) as per the note 233436.1, but we are not able to login thru EBS other then sysadmin user. At present no one is able to login through OID and EBS.
    Regards,
    Maggi.

    Hi Helios,
    Thanks for your reply, We have integrated OID with Microsoft AD and OID with EBS. When we try to create new users in both OID it was reflecting properly in EBS and even vice versa. But when we migrated the users between EBS to OID and vice versa using bulkload it completed sucessfully. Now at present we are not able to long through both OID and EBS. When ever we try to login, it asks for windows authentication by poping up a window asking for Username/Password.
    Thanks,
    Maggi.

  • Unable to boot mac OS X Lion after windows 7 installation using boot camp!

    Hi,
    I'm first time mac user & recently bought the latest entry level mac mini model 2.3GHz 599$ (http://www.apple.com/macmini/specs.html).
    The machine by default came with OS X Lion.
    I was trying to install genuine windows 7 on my mac mini using boot camp. I had the windows installation CD the download part for windows support software was taking too long & I foolishly skipped this crucial part set aside 70GB for win7 & continued the installation. The windows installation was done successfully with no machine specific drivers installed yet. I thought I would get some grub like thing to select OS at boot time but everytime it boots to windows. Is it since I missed downloading/installing windows support software? Please help me out to get my mac back
    I've not done much of googling to troubleshoot it but bit of nervous for my foolishness at skipping that downloading part.

    That was quite dumb question, the RTFM issue
    Booted from macintosh HD at startup & removed the windows installation.

  • [Help: Urgent] problems with accessing /console after apparent successful install of Portal server SP3.0sp3a

    Hi,
    HW: Sun Solaris 2.8
    I would really appreciate it you can cc: me if you can shed any light
    as
    to whats going wrong, and what I should do to fix the following
    problem.
    Portal server doesn't allow one to access /console (or /login) -
    0 length document is returned.
    We find the following in the enterprise server error log, when we
    attempt
    to access portal console (URI: http://....:8080/console)
    1) Installed SP3.0sp3a as Open Portal, i.e without the gateway and
    without
    SSL enabled.
    2) Our Unix users are served using YP
    ***From the server access logs : ***
    - - [16/Nov/2001:15:12:40 -0800] "GET /login HTTP/1.0" 503 0
    ***From the server error logs : ***
    [16/Nov/2001:14:11:27] info ( 4639): successful server startup
    [16/Nov/2001:14:11:27] info ( 4639): iPlanet-WebServer-Enterprise/4.1SP7
    BB1-04/05
    /2001 18:30
    [16/Nov/2001:14:11:28] info ( 4639): Loading Simple Session Manager by
    default. Sp
    ecify MMapSessionManager in servlets.properties to load persistent
    session manager
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Default
    values for maxi
    mum number of sessions is 1000 with a time out value of 1800 seconds
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Maximum
    number of sessi
    ons (1000) with a time out value of (1800) seconds
    [16/Nov/2001:14:12:40] info ( 4639): Internal Info: loading servlet
    login
    [16/Nov/2001:14:12:41] info ( 4639): Internal Info: loading servlet
    pllservice
    [16/Nov/2001:14:12:41] info ( 4639): pllservice: init
    [16/Nov/2001:14:12:42] failure ( 4639): Internal error: exception thrown
    from the
    servlet service function (uri=/login): java.lang.NullPointerException,
    stack: java
    ..lang.NullPointerException
    at
    com.iplanet.portalserver.auth.service.AuthD.printProfileAttrs(Compiled
    Code)
    at
    com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:160)
    at
    com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled C
    ode)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.j
    ava:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at
    com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunne
    r.java:507)
    , root cause:
    Many thanks for your responses on this.
    Tarang Kumar Patel. WWW home:http://ic-www.arc.nasa.gov/ic/
    NASA Ames Research Center, MS 269-2, Moffett Field, CA 94035-1000
    Email: [email protected], Tel:(650) 604-4721 fax: (650) 604
    3594
    Stated views are my own IDEA, as I'm another I.D.E.A man "I Didn't
    Explain All"

    Just one more thing:
    I made the following setting in platform.conf
    ips.debug=on
    Now, the trace I see on the STDOUT/STDERR stream reveals :
    Received RequestSet XML : <?xml version="1.0" standalone="yes"?>
    <RequestSet vers="1.0" svcid="profile" reqid="2">
    <Request sid="qxcuekwwdrcfwubmmwuip82764q94o37r67n@[email protected]@8080@z
    repvc"><![CDATA[<ProfileService ver="1.0" reqid="0"><GetProfile  searchFlag="false"
    admin="false"><Profile profileName="mercip/authentication" profileType="9"><Priv p
    rivName="iwtSession-addSessionListenerOnAllSessions"/></Profile></GetProfile></Prof
    ileService>]]></Request>
    </RequestSet>
    ---->NEED TO FILL APPSHASH -----
    getProfile.walktree
    321^iwtSession-addSessionListenerOnAllSessions-pv
    com.iplanet.portalserver.profile.service.ProfileServiceException: 321^iwtSession-ad
    dSessionListenerOnAllSessions-pv
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Exception.java:42)
    at com.iplanet.portalserver.profile.service.ProfileServiceException.<init>(
    ProfileServiceException.java:47)
    at com.iplanet.portalserver.profile.service.ProfileService.walkTree(Compile
    d Code)
    at com.iplanet.portalserver.profile.service.ProfileService.getProfile(Compi
    led Code)
    at com.iplanet.portalserver.profile.service.ProfileService.processProfileRe
    quest(ProfileService.java:134)
    at com.iplanet.portalserver.profile.service.ProfileService.processRequest(P
    rofileService.java:123)
    at com.iplanet.portalserver.profile.service.ProfileService.process(Compiled
    Code)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.handleRequest(PLLR
    equestServlet.java:139)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.doPost(Compiled Co
    de)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileResponse.toXMLString:method id is 0
    Sent ResponseSet XML : <?xml version="1.0" standalone="yes"?>
    <ResponseSet vers="1.0" svcid="profile" reqid="2">
    <Response><![CDATA[<ProfileService vers="1.0" reqid="0"><Exception>321^iwtSession-a
    ddSessionListenerOnAllSessions-pv</Exception></ProfileService>]]></Response>
    </ResponseSet>
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileUtils.getProfileResponse: Response content <ProfileService vers="1.0" reqid=
    "0"><Exception>321^iwtSession-addSessionListenerOnAllSessions-pv</Exception></Profi
    leService>
    Profile Error:
    Invalid attribute or privilege name
    com.iplanet.portalserver.session.SessionException: Invalid attribute or privilege n
    ame
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at com.iplanet.portalserver.session.SessionException.<init>(SessionExceptio
    n.java:30)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:642)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:502)
    at com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:112)
    at com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled Co
    de)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.ja
    va:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    Authd Profile Attributes
    cookieDomains
    cookieName->iPlanetPortalServer
    authHost:authPort->........:8080
    authProto->http
    authHostIP->.....
    authHostURL->http://.......:8080/login/default
    Lets hope this helps

  • Photoshop cs5.1 icon is disabled after a successful installation

    I have a brand new Photoshop CS5 Extended version for Mac (MacBook Pro), academic version. I have the serial number and Photoshop cs5.1 was successfully installed.
    But after installing it I am not able to open the program as the icon is disabled.
    I get the following error message : You can´t open the application Adobe Photoshop CS5.1 because it may be damaged or incomplete.
    I have now tried 4 times with the same result.
    Any idea what I am doing wrong or how I can fix this problem?
    Thanks in advance.
    Greetings from Spain

    There has to be something with my Mac because now I tried installing Dreamweaver CS5.5, with the same result. Everything was fine after installation, but I still can´t access the program.

  • Flash Player will not run after a "successful" installation.

    Over the past couple of weeks, when attempting to play a video or display a picture, I have responded to the prompt that I require the newest version of Flashplayer and have clicked to follow the link. I have done this and installed at least 10 times, the last time being a few minutes ago.  Each time I get the message that the installation was successful and that I am currently running the latest version (11.6 something), but I still get the prompt saying I need a newer version when trying to play the video or display the picture. On your help page where my version or an error message is supposed to display in a box to assisst with trouble shooting, the box remains blank.  On some occasions I have even gone into Control Panel, Program and Features, and have uninstalled Flash Player before reinstalling it. I have aslo tried disabling my virus protection (Norten) although on the times I haven't I have checked in Norton and it says it has allowed the installation.  Nothing makes no difference.  I have gone through a lot of your trouble shooting help suggestions but have found nothing that works.  I have (and have confirmed I have according to the on-line help directions) Windows 7, 64 bit, and Internet Explorer Version 9, 64 bit.  Each time I have downloaded the 64-bit version of Flash player.  Something I have noticed but can't figure out is that when I go into Control Panel, on the first screen (&quot;Adjust your computer settings&quot;) there is a Flash Player (32-bit) heading.  After an uninstall this disappears but reappears after installion even though I have definitely chosen the 64 bit download.  I hope you can help me figure out what is going on.

    Flash Player Help | Installation problems | Mac OS
    Archived Flash Player versions
    Mylenium

  • Blank Screen of Windows 7 after complete successful installation

    I installed Windows 7 on my latest iMac using the SD card method without a hitch.
    After installing the bootcamp drivers via windows the mac restarted to complete the installation but after the initial white boot up screen, the screen remains black.
    I had previously installed parallels and started experiencing this problem after uninstalling it. So I decided to do a fresh install of Windows 7 but the problem still remains.
    Kindly help me out in this regard.
    Thank you.

    Me too - just sits there - no signs of life. No solutions I've found in the forums either

Maybe you are looking for

  • Can we both use the same email account on our iPhones?

    My  husband and I each have iPhone 4s (1-4s, 1-4), but we use the same email account.  Can we each have the same email account on our iPhones?  If yes, please provide details.

  • BP creation from EP in SRM 7.0

    Hi When we create BP from EP, system allows to save but it not getting stored. In Config of "Information on Automatic Download from Marketplace", We have given user root of Vendor group & not sure what values to be given in Marketplace ID. When we cr

  • Order of the iViews ?

    Hello All, I've created different roles for different applications and attached them to the Users. Now when I chk the same as a User I see this : 1. I've opened the Portal 2. I navigated thru the Roles I've been authorized-to. 3. Now all the iviews f

  • Business Rule Not Deploying - Receiving Error Message

    while trying to launch a business rule that I had updated this morning. This business rule is in the OH plan type. I was able to hit launch and even though I could see the calc running in EAS, I received this error Rule was validated with no potentia

  • Importing Model: Response.setResult?

    Hello, i created a web service including an ejb bean which provides the method getAllData() with return type String[][]. After this i created a web service model for accessing the web dynpro. I am importing a web service model via url. The NWDS autom