Internal server error when trying to admin users

Hi all,
I got a problem - nothing new :-) - running Oracle Portal on 9iAS r2 on Sun Solaris.
Whenever I try to access any page/feature related to users and/or groups, I get this as a response:
500 Internal Server Error
java.util.NoSuchElementException
at java.util.LinkedList.remove(LinkedList.java:562)
at java.util.LinkedList.removeFirst(LinkedList.java:120)
at oracle.ldap.das.util.ConnectionManager.getContext(ConnectionPool.java:265)
at oracle.ldap.das.util.ConnectionPool.getContext(ConnectionPool.java:86)
at oracle.ldap.das.util.LDAPConnection.(LDAPConnection.java:62)
at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2011)
at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2002)
at oracle.ldap.das.util.LDAPConnection.confirmLDAPSession(LDAPConnection.java:2174)
at oracle.ldap.das.util.PartnerOIDRepository.storePartnerParameters(PartnerOIDRepository.java:245)
at java.lang.reflect.Method.invoke(Native Method)
at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
at oracle.ldap.das.util.DemoPageFlowEngine.handleRequest(DemoPageFlowEngine.java:49)
at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
I can't figure out what this could be due to, the app server seems to be up and running and everything else is working both in Portal and the rest of the AS.
Does anybody has any idea?
TIA
Andrea

Are you using another language than english ? If so, log into Portal using English and it will work. This is a known bug, apparently fixed in Portal 9.0.3

Similar Messages

  • 500 internal server error when trying to admin users

    Hi all,
    I got a problem - nothing new :-) - running Oracle Portal on 9iAS r2 on Sun Solaris.
    Whenever I try to access any page/feature related to users and/or groups, I get this as a response:
    500 Internal Server Error
    java.util.NoSuchElementException
    at java.util.LinkedList.remove(LinkedList.java:562)
    at java.util.LinkedList.removeFirst(LinkedList.java:120)
    at oracle.ldap.das.util.ConnectionManager.getContext(ConnectionPool.java:265)
    at oracle.ldap.das.util.ConnectionPool.getContext(ConnectionPool.java:86)
    at oracle.ldap.das.util.LDAPConnection.(LDAPConnection.java:62)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2011)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2002)
    at oracle.ldap.das.util.LDAPConnection.confirmLDAPSession(LDAPConnection.java:2174)
    at oracle.ldap.das.util.PartnerOIDRepository.storePartnerParameters(PartnerOIDRepository.java:245)
    at java.lang.reflect.Method.invoke(Native Method)
    at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    at oracle.ldap.das.util.DemoPageFlowEngine.handleRequest(DemoPageFlowEngine.java:49)
    at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    I can't figure out what this could be due to, the app server seems to be up and running and everything else is working both in Portal and the rest of the AS.
    Does anybody has any idea?
    TIA
    Andrea

    just an update after resetting the orcladmin password to the "real" one in das.properties -- it was set to "welcome" -- i get the following while trying to access <host>:<port>/oiddas
    500 Internal Server Error
    java.lang.UnsatisfiedLinkError: no jmisc in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1349)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at oracle.security.misc.Checksum.(Checksum)
    at oracle.ias.repository.IASSchema$Enc.d(IASSchema.java:1279)
    at oracle.ias.repository.IASSchema.init(IASSchema.java:146)
    at oracle.ias.repository.IASSchema.(IASSchema.java:106)
    at oracle.ias.repository.SchemaManager.(SchemaManager.java:56)
    at oracle.ldap.das.util.ConnectionManager.initialise(ConnectionPool.java:324)
    at oracle.ldap.das.util.ConnectionManager.getContext(ConnectionPool.java:263)
    at oracle.ldap.das.util.ConnectionPool.getContext(ConnectionPool.java:86)
    at oracle.ldap.das.util.LDAPConnection.(LDAPConnection.java:62)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2011)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2002)
    at oracle.ldap.das.util.LDAPConnection.confirmLDAPSession(LDAPConnection.java:2174)
    at oracle.ldap.das.util.PartnerOIDRepository.storePartnerParameters(PartnerOIDRepository.java:245)
    at java.lang.reflect.Method.invoke(Native Method)
    at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    at oracle.ldap.das.util.DemoPageFlowEngine.handleRequest(DemoPageFlowEngine.java:50)
    at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64
    ...pls help me!
    andrea

  • 500 internal server error when trying to create users

    I am getting a 500 internal server error when trying to create users. What is the cause? We tried reinstalling the latest java jdk release and that didn't help.

    Check whether your DBControl or ASControl service is still running or crashed. EM is not able to connect to the Management Server.
    For instance in Windows, you may see that the Servise is not started. Then check for error logs in $ORACLE_HOME/sysman/logs for any related error messages in the log files

  • Internal Server Error when trying to open User page in Call Man 4.1.3

    Call man 4.1.3. From Call Man Administration page when going user>add a new user or global director am getting a internal server error. Has any one seen this and know of a fix. Many Thanks
    Nick

    I did. I also tried stopping all services and restarting and even a cold boot of the server. Still no happiness. I thought it might be a password issue and ran the admin password utility, but still no happiness. I think in the essence of time I am just gonna reload the server. Thanks for your reply. Nick

  • "500 internal server error" when trying to use F4 help in the variable sele

    Hi Experts,
    I am getting "500 internal server error" when trying to use F4 help in the variable selection screen (in WAD).
    How could this be resolved?
    Quick reply would be very helpfull.
    Thanks in advance !!

    It seems you are using wrong client ID. Make sure your logon pad has right details. You should verify this with your basis team.
    If the problem persists then try re-installing. But before you do that you can execute sapbexc.xla which is in the c:\program files\sap\bw. Type c:\ in cell c3 and click "start button". Any red flag means you have wrong version dll/ocx on your local drive, in that case you should reinstall with right patches.
    if this solution helps u then pls assign points

  • Resource not found or internal server error when trying to edit location

    Hi all,
    ACS is appliance and version 5.2.0.26.7
    The problem is after creating location under all locations.
    When trying to click on the location name to edit location profile, there is an error page that shows
    "ACS:Resource not found or internal server error"
    But if click on the radio button and press the edit button at the bottom of page.
    There is no problem.
    Any on has the same problem?
    Detail step and screen capture in attached file.

    I can't find any CDETS that exactly match what you describe but up to patch 10 of 5.2 the follwoing CDETS related to NDGs are included:
    CSCtx83260
    NDG locations not showing up on GUI
    CSCtu02752
    ACS 5.2 patch 8 cannot display long lists of NDGs
    CSCtu04594
    ACS 5.2.0.26.7 - only 50 NDGs shown on GUI with more than 100 configured

  • HTTP 500 - Internal server error when trying to run simple HelloWorld.jsp

    Hello,
    I've searched the forum for a related issue and have not been able to resolve this error.
    I have created a simple HelloWorld.jsp and continue to receive the Internal server error. I have tried using the host as well as the ip address to access the jsp but neither of them solve the issue.
    JDev 10.1.3.2.0
    These are the settings that I have configured for the embedded oc4j server:
    HTTP: 8988
    RMI: 23891
    RMI-SSL: 24043
    IIOP: 5655
    IIOP-SSL: 5656
    JMS: 9227
    I also modified the proxy settings to use 8988 as well as the full host name.
    If I click on the IP home page it takes me to the OAS overview page but I get the same error if I try to launch the App server control or example jsp's.
    There are no messages in the log files.
    Any ideas?

    Hi,
    does the problem show when running thr JSP in the embedded OC4J in JDeveloper, or after deploying it to a stand alone OC4J or OracleAs?
    Frank

  • '500 Internal Server Error' when trying to connect to Music Store

    Does ANYBODY at Apple CARE that I've been writing posts for 2 WEEKS trying to get an answer to the reason why I can't connect to the Music Store? This is absurd!
    Since upgrading to iTunes 6.0.3 (and now 6.0.5), I get a 'Music Store termporarily unavailable' message. I have the same PC, OS, and ISP that I've used to buy hundreds of dollars worth of your music - but since upgrading - I'm dead in the water. Norton is set to PERMIT i-tunes - but I get the same problem with Norton turned OFF.
    When trying to connect to the Music Store via the following URL: phobos.apple.com/WebObjects/MZStore.woa/wa/storeFront
    as suggested in other posts, I get a "Error 500 Internal Server Error" - which according to my ISP and Microsoft is on APPLE'S Server - not my end.
    HELP HELP HELP!!!!
    Dell   Windows XP Pro  
    Dell   Windows XP Pro  

    Check whether your DBControl or ASControl service is still running or crashed. EM is not able to connect to the Management Server.
    For instance in Windows, you may see that the Servise is not started. Then check for error logs in $ORACLE_HOME/sysman/logs for any related error messages in the log files

  • Internal Server Error when trying to load a movie

    Before I visit a friend to solve a problem on her Mac (latest OS and QuickTime installs already done), perhaps you can offer tips on things to look for: Whenever she tries to load a movie file from the Web (either in Safari or directly in the QuickTime app), she gets a "500 Internal Server Error".
    What should I be looking for?
    Lots   Mac OS X (10.4.5)  

    Try a different browser such as Firefox to determine if the problem is with the QuickTime Internet plug-ins and their related settings. (You might also bring with you a functional copy of the plug-ins from your /Library/Internet folder as reinstalling QuickTime can sometimes be a bit of a hassle.)
    Next, Try downloading the movie instead of playing it. In Safari, paste the url of the movie in the Safari downloads window. If it doesn't download, obviously, it can't play. (Assuming its not a stream rtsp:// url)
    Next, pull QuickTime preference and plist files from /Library and her user Library folders, restart, then try again.

  • Internal Server Error When Trying to Open Flex Builder Tutorials

    Anyone know what I need to set up to run the tutorials in
    Flex Builder - get an internal error server (500) when trying to
    open up the tutorials listed on the start page.
    I can open, compile and run projects .
    Thanks

    well thats a real vague error that IIS can spit out and it
    could mean anything. If you are using a server side script in
    conjunction with the tutorials for some reason that i would start
    by commenting it all out. If you are just getting that error when
    just trying to access a static html file that resides whithin your
    web root then i would open up IIS and check you permisions under
    your default web site for that folder.

  • 500 Internal Server Error when trying to add new members

    My Workspace is working correctly but when I try to add new users, I get the following error:
    500 Internal Server Error
    Thanks
    Michel C.

    Hello Michel,
    How are you processing to add new members?
    You should be manager of your workspace and
    - go to http://beehiveonline.oracle.com
    - click on buttom "Create Group or Add New Members"
    - Choose your group
    - CLick on the link "Add new member"
    regards
    Fred

  • Internal server error when trying to submit report

    Hi all,
    I'm using Oracle Forms builder 10g. I'm trying to submit an oracle report via button in my form. The report is working fine in the DB and via the Oracle Report Builder 10g. But via the Application i receive Internal server error... We bounced the appache and the report starts to work but after logout and then login - the report throws Internal Server Error again...
    Any ideas how is this possible? The functionality of the form is working properly - like creating new records and etc... but only the behavior of the report is not OK...
    Thanks in advance,
    Bahchevanov.

    I think this is what you want...
    DECLARE
       v_ml         INTEGER        := :SYSTEM.message_level;
       v_trx_type   CHAR (3)       := 'pko';
       v_str        VARCHAR2 (1024);
    BEGIN
       --:SYSTEM.message_level := 25;
       --COMMIT_FORM;
       --:SYSTEM.message_level := v_ml;
       IF INSTR (:ce_statement_lines.trx_type, 'DEBIT') > 0
       THEN
          v_trx_type := 'rko';
       END IF;
       v_str :=
             'http://172.16.14.16:7779/reports/rwservlet?userid=rp/rp@clone&p_id='
          || :ce_statement_lines.statement_line_id
          --|| '&report=/home/oracle/agents_webutil/'
          --|| '&report=/oracle10g/home/oracle/insis_9i/userexit/bulstrad/tbiinfo/cash/'
          || '&report=d:\forms\cash\'
          || v_trx_type
          || '.rdf&destype=cache&desformat=pdf';
       web.show_document (v_str);
    END;BR,
    Bahchevanov.

  • Internal server error when trying to empty the trash in my contacts

    I deleted my contacts and when I try to empty the trash it says "internal server error."  Anyone know how to fix this?

    http://www.thexlab.com/faqs/trash.html

  • Error 500 - Internal server error when trying to upload images to website

    I have been unsuccessful in my many attempts to upload images to the bustalk website. I keep getting an Error 500 - Internal server error message asking me to try again later but the fault is still repeated.

    I have only found two that work correctly. They were created the same way and permissions are the same. I don't know why one works over the other.
    /Indiana University/Project Sites/Oncourse Team - FAIL
    /Indiana University/Project Sites/SyllabusTest - Success
    /Indiana University/Project Sites/CHEN-TES 101 01 - FAIL
    /Indiana University/Project Sites/UITS Podcast Team - FAIL
    /Indiana University/Project Sites/ePortfolio Playgroun - FAIL
    /Indiana University/Project Sites/Testong - FAIL
    /Indiana University/SP08 Spring Semester/SP08 IN UITS PRAC 14431 - FAIL
    /Indiana University/SP08 Spring Semester/SP08 IN UITS PRAC 14431 - FAIL
    /Indiana University/SP08 Spring Semester/SP08 OC DEV C201 DEV2 - FAIL
    /Indiana University/SP08 Spring Semester/SP08 IN UITS PRAC 14438 - FAIL
    /Indiana University/SP08 Spring Semester/SP08 IN UITS PRAC 14552 - success
    /Indiana University/SP08 Spring Semester/SP08 IN UITS PRAC 14392 - FAIL

  • Error 500 Internal Server Error When trying to run an app

    Greetings,
    I'm trying to figure out how to fix this issue when I'm trying to run an app from JDeveloper 10.1.3.3.0.
    This is my problem
    1st of all it JD compiles everything great
    http://img163.imageshack.us/img163/6589/compiling.jpg
    2nd
    The embedded server seems to works
    http://img856.imageshack.us/img856/1231/runingserver.jpg
    3rd
    Everything crash!
    http://img14.imageshack.us/img14/4301/internalse.jpg
    JDeveloper doesn't shows any error. Same problem when trying to Debug
    I'm using an oracle DB 10g which is in a different computer (in a server)... any guesses?
    Thanks in advance!
    -Fury

    what URL you are trying to run ?
    did you try to run on different computer ?
    Jdev 10g is quite old now and i dont think it supports JSPX pages (i saw jspx extension in your deployment)
    Zeeshan

Maybe you are looking for

  • Write to the database from a BI Publisher report

    I have a requirement to setup a BI Publisher report that writes a snapshot of data to a database table whenever the report is run. Putting aside whether doing this is a good idea or not (I'd prefer not to do it for security reasons) if I were to do i

  • ITunes no longer opening after last update.

    ITunes not opening after last update on my main user. Second user is fine however accesses different library. Computer freezes when attempting to open ITunes. Have also searched for the sync services file but is not located under reveal in folder or

  • Viewing Reports on a remote computer - SCOM/SCCM

    Hi, We are having an issue in which I am hoping somebody will be able to assist with.  Both are at 2012 R2 version. 1. We have SCOM and SCCM installed on the same server. 2. We have 2 instances of SSRS running on this server as well, one for SCCM and

  • Next/previous button into detail view???

    Hi all, I have a tableview and it feeds the plist data into a detail view.... I would like to have two buttons in the detail view, one to move forward through the array from the last tableview and one to move backwards through the array. The data wou

  • Position of buttons as3

    I need some help with Positions of buttons in AS3. I made a IRC client with AS3, but when a user join a channel, there will be a button added, but if there is already a button and the user join new channel on IRC, there will be added new button also,