ODL logging for HTTP server?

The "Oracle Application Server 10g Administrator's Guide
10g (9.0.4)" says that logging for the HTTP_server can be done in ODL format - but I sure can't find anywhere where one would configure said logging.... anyone know how that's done?

thanks for that link... i looked and i didn't find the parameters that I was hoping to find: max log file size and number of archive versions to keep.... did I miss that? We don't want to have to shut down the containers and manually delete log files..... I think I've figured out how to deal with this at the app server level, but not at the HTTP level.
thanks.

Similar Messages

  • Enable logging for FTP server in 10.8

    Can't figure out how to enable 10.6-style logging for FTP server in 10.8. It used to be configurable via Server Admin allowing you to choose what to log and so on and the logs would go to /Library/Logs. Now I only see some irrelevant stuff in /var/log/system.log and I want to have all the transfers logged on this server. Tried setting parameters via serveradmin ftp:setting = param but it wouldn't appear in the list afterwards no matter what (just copied those off a working 10.6 server).
    As a bonus, I can't figure out where the settings for logging are stored in a 10.6 server either. There's certainly not a mention of a file named FTP.transfer.log. Weird!

    So to help anyone who finds themselves in the same boat and wants to enable ftpd logging on OSX 10.8 proper:
    All operations assume root which is obtained by issuing 'sudo su' or just prefixing every command with 'sudo'.
    First you edit the ftpd's launchd plist file:
    pico /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.a pple.ftpserver.plist
    Find the section titled 'ProgramArguments'. Amend it so it looks like this:
    <key>ProgramArguments</key>
            <array>
                    <string>ftpd</string>
                    <string>-ll</string>
                    <string>-r</string>
                    <string>-n</string>
                    <string>-d</string>
                    <string>-c</string>
                    <string>/Library/Server/FTP/Config</string>
                    <string>-L</string>
                    <string>/var/log/ftpd.log</string>
            </array>
    Second you edit /etc/asl.conf. This is necessary to make '-d' (debug) switch work since by default syslog won't log any debug-level messages at all.
    pico /etc/asl.conf
    At the end of the file add the following:
    # ftpd verbose logging
    ? [= Facility ftp] [<= Level debug] file /var/log/ftpdv.log
    Third important step is to reboot the server. ftpd's plist configuration is cached somewhere so restarting just the ftp server alone won't work.
    Now what the added switches do:
    -ll enables some logging (PUT and GET commands only despite what the man pages leads you to believe) to a file specified later by -L /path/to/file
    -d enables debug mode which logs everything - including server's response. May be too verbose but at least you get a log of every single command issued to the server by your clients.

  • WSA access logging for HTTPS traffic

    Hi,
    We have a WSA s370 with AsyncOS  version 7.5.1-079 and it is configured as a transparent proxy.
    HTTPS proxy is enabled and all the URL categories set to pass through ( no decrytpting or monitoring ).
    Seems like the WSA does not generate logs for HTTPS transactions.
    I would like to know whether this is the expected behaviour.
    Is there any way that I can monitor HTTPS transactions without decrypting ?
    Thanks,
    Wipula.

    In addition to what Ken mentioned, the only way you can monitor HTTPS traffic without decrypting it will be done so using the IP address.
    In the access logs, you will see the following transaction when accessing an HTTPS site (google for example):
    TCP_CONNECT 74.125.101.50
    It will only report URLs once decrypted.  At that point, it is just HTTP.
    -Vance

  • Changing port for http server not working, please help

    Hi Gurus
    I installed standalone hhtp server from db companion cd on AIX 5.3 10gR2.
    I tested the http server URL http://XXX.XXX.XXX.com:7777/epdev/helloworld
    after creating a procedure in the db and it works
    But I need http server to use port 80 and not default of 7777
    I did 2 changes in httpd.conf - Port 80 and Listen 80 But after this I am not
    able to start http server . Can somebody tell me what am I missing here ?
    I even tried starting it as root and got error as well
    $HTTP_HOME/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=cov6053:6200
    0 of 1 processes started.
    ias-instance id=IAS-X-cov6053.6299
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=720916)
    failed to start a managed process after the maximum retry limit
    Log:
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/opmn/logs/HTTP_Server~1
    The log file has this entry no error:
    07/11/15 10:45:26 Start process
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/Apache/Apache/bin/apachectl start: execing httpd
    Thanks a lot for your help

    I was able to reslove this. Followed this :
    On UNIX, you will hare to run as root if you want to run on ports less than 1024.
    In order to run Oracle HTTP Server as root, perform the following steps:
    Shutdown Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] stopproc ias-component=HTTP_Server
    Change to root user. Navigate to ORACLE_HOME/Apache/Apache/bin on UNIX or ORACLE_HOME\Apache\Apache\bin on Windows and execute the following command:
    chown root .apachectl
    chmod 6750 .apachectl
    Exit root.
    Restart Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] restartproc ias-component=HTTP_Server

  • Apache err log on http server *broken pipe* each time a message comes thru

    I've noticed on our http server, each time a message comes through for B2B we consistently get the following entries in the Apache error log:
    (32)Broken pipe: MOD_OC4J_0087: Got an unexpected error while calling send() to send a message to oc4j and the error code is 32.
    MOD_OC4J_0053: Failed to call network routine to send out an ajp13 buffer message to oc4j.
    MOD_OC4J_0027: Failed to send out an ajp13 message to oc4j.
    MOD_OC4J_0026: Failed to marshal a request to ajp13 message headers or send them to the web container.
    Any idea what's causing this? Everything seems to be going through OK.
    I'm trying to track down an issue that occurred over the weekend. I don't think this is related, but I do need to address it.
    Thanks.
    [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hello,
    Here is my 2 cents.
    Oracle recommends you set the Oc4jCacheSize parameter to reduce the occurrences of MOD_OC4J_0087 and
    related errors in your Apache error logs. To change this parameter, follow these steps:
    1. Stop the OPMN processes on the middle tier.
    2. On the middle-tier computer, open a terminal window and go to $ORACLE_HOME/Apache/Apache/conf.
    3. Enter the following command:
    cp mod_oc4j.conf mod_oc4j.conf.pre3604573
    4. Edit the mod_oc4j.conf file by adding the following line after the </IfModule> line, but before the
    Oc4Jmount /j2ee/* line:
    Oc4jCacheSize 0
    5. Start the OracleOPMN processes on the middle tier.
    I would still suggest to analyze the stack trace further for exact issues.
    Rgds,Ramesh

  • Can I use Apache2.2.4 for Http server?

    Hi,
    I find some information from here:
    problem in install workflow middle tire and install apache
    The workflow install steps:
    1. Oracle 10g R2 database
    2. Workflow server release 2.6.3 from standlone download
    3. Then run the workflow configuration agent to install the database objects
    4. Oracle HTTP server and Workflow mid tier components (this asks for the WF connection details)
    5. Oracle Workflow client, from the 10g client CD.
    1-3 is ok,my problem is :what is Oracle HTTP Server? How can i install it? Can I use Apache2.2.4 replace it?
    Thanks.

    I had install Oracle HTTP server from Oracle Database 10g Companion CD.

  • Security for HTTP server

    hi
    i want to disable the Administration Page for being seen by the users and want that, to see the main page of HTTP server where we have links for configuration of our HTTP server, a user must supply a username and pasword. So how do i create users to use my HTTP server's main page?
    i have searched in the documentaion but couldnot find it
    Can anyone guide me?
    Regards

    There's new security updates with a link to the PPC version at [Security Update 2008-008|http://www.apple.com/downloads/macosx/apple/security_updates/securityupdate20080 08serverppc.html]. Note, however, that this says it is for PPC Server.
    That link is for the server version. You need
    <http://support.apple.com/downloads/SecurityUpdate_2008_008__Client_PPC>
    The [Apple security updates|http://support.apple.com/kb/HT1222] page provides information that Security Update 2008-008 is released for "Mac OS X 10.4.11, Mac OS X 10.5 - 10.5.5" on 15 Dec 2008, with more information on [this page|http://support.apple.com/kb/HT3338] which is entitled, "About the security content of Security Update 2008-008 / Mac OS X v10.5.6" Note that while the referring page says this is for 10.5-10.5.5 and is a security update, the referred page seems to treat it as an OS update to Leopard to 10.5.6 There's embedded reference to 10.4.11 but it's not obvious this is for Tiger too.
    The same security fixes are in this update and the Leopard 10.5.6 update/
    I'm assuming that because Software Update notified me of this update that it thinks I should install it (and it took me ages to find the actual links to it on Apple's download pages). I'm just confused that it doesn't say outright that this is for plain old Tiger too instead of just Server versions and/or no mention of Tiger at all in the header and just Leopard and even then it seems all messed up as to the Leopard versions.
    Why not let Software Update ginstall it? It would get the correct version.

  • Realtime API for http server Windows Phone 8

    Hi. I'm trying to create a realtime connection and I'm trying the figure out how to create consistent realtime connection with the server over http. I achieved this with sockets when I had a VPS and now I need to do the same thing over http server. Is there
    a simple and easy way to achieve this? My aim is to create this
    realtime-consistent connection with Windows Phone 8 Silverlight SDK.
    Thanks in advance

    Take a look at SignalR
    http://channel9.msdn.com/posts/Building-real-time-connected-apps-with-Windows-Phone-8-and-SignalR

  • Logs for sql server agent restart

    Hi,
      Can I get log on the sql server agent  restart history of week. I mean the sql server agent has been restarted several times in last week I want to know the date and time when the sql server agent restarted in that week. Is it possible to get
    the info?
    Thanks in advance,
    Pavan
    Pavan

    In addition to Uri's post, here is some more information that might help you:
    SQLAGENT.OUT, the log file for SQL Agent. SQL Server Agent can maintain up to 10 Error Logs files. The currently used SQL Server Agent Error Log will be named SQLAGENT.OUT
    where is the SQLAGENT.OUT file?
    C:\Program Files\Microsoft SQL Server\MSSQL11.SQL2012\MSSQL\Log\
    What will be when a new file create?
    The old file should get a name like SQLAGENT.X and the new file get the name SQLAGENT.OUT (X is numbers 1-9)
    This can help you to get more information on sql agent properties (like the location of the log file, the user that start the service and more):
    EXEC msdb..sp_get_sqlagent_properties
    [Personal Site] [Blog] [Facebook]

  • Start/stop service log for workgoup server

    customer would like to know who start or stop the service on workgroup server.
    But we could not find such log. Is there any way to see this information?

    This one may help.
    http://windowsitpro.com/systems-management/access-denied-auditing-users-who-might-be-starting-and-stopping-services
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Logging for Multithread Server

    Hi Folks,
    I am trying to implement a simple logger for my Socket server and I have the following code working.
    public synchronized static void log(String msg) {
        DataOutputStream dos = null;
         Date dateValue;
         String dateTempString=new String();
        try {
              dateValue=new Date();
              SimpleDateFormat formatter = new SimpleDateFormat ("dd-MM//hh-mm-ss");
              dateTempString = formatter.format(dateValue);
          dos = new DataOutputStream(new FileOutputStream("log.txt", true));
              dos.writeBytes(dateTempString+"\n"+msg+"\n");
              dos.close();
        } catch (FileNotFoundException ex) {
              } catch (IOException ex) {
      }Whenever I write something to console, I also call this function with the appropriate message.
    My question is that How to implement it for a multithreaded Server?
    In the log.txt file..there would be no way of knowing that which message belonged to which thread?
    Any Pointers here ?
    And Also, Is there a better way to do this simply?
    Thanks a lot to all you guys in advance...Looking forward to some good input.

    Hi
    dos = new DataOutputStream(new FileOutputStream("log.txt", true));
    dos.writeBytes(dateTempString+"\n"+msg+"\n");
    Can you change the second line to the following.
    dos.writeBytes(Thread.currentThread().getName + "\n"+dateTempString+"\n"+msg+"\n");
    Make sure that each thread that you create has a unique name.
    HTH
    VJ

  • Problem in applying the  6078836 OS Library Patch for Oracle HTTP Server

    Hi ,
    While installing Oracle ebusiness suite R12on a RHEL5 linux box (2.6.32-300.10.1.el5uek)
    After running the installation, the post-installation System checks revealed that the HTTP, Virtual Directory, Login Page, Help Page & JSP services were failing. All the errors have the same error code RW-50015. ! Require Installing an OS Library patch for HTTP server according to Note ID
    Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Linux (32-bit) [ID 402310.1]     
    I am unable to stop the Database after stopping the Apps tier services.  while trying to login into sqlplus hitting up this Error ! Please Advise
    sqlplus: error while loading shared libraries: /oracle/VIS/db/tech_st/11.1.0/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied
    [Oracle@OracleLinuxServer 11.1.0]$ cd
    sqlplus / as sysdba
    sqlplus: error while loading shared libraries: /oracle/VIS/db/tech_st/11.1.0/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied
    Following is the Output of some commands which may help in understanding the Issue !
    *[Oracle@OracleLinuxServer ~]$ cd /oracle/VIS/db/tech_st/11.1.0*
    *[Oracle@OracleLinuxServer 11.1.0]$ find / -name libclntsh\* -ls 2>/dev/null*
    *142017047 13416 -rwxr-xr-x 1 applmgr oinstall 13712482 Dec 19 01:27 /oracle/VIS/apps/tech_st/10.1.3/lib/libclntsh.so.10.1*
    *142016603 0 lrwxrwxrwx 1 applmgr oinstall 17 Dec 19 01:27 /oracle/VIS/apps/tech_st/10.1.3/lib/libclntsh.so -> libclntsh.so.10.1*
    *142443526 13400 -rwxr-xr-x 1 applmgr oinstall 13696149 Dec 19 01:28 /oracle/VIS/apps/tech_st/10.1.2/lib/libclntsh.so.10.1*
    *142443190 0 lrwxrwxrwx 1 applmgr oinstall 17 Dec 19 01:28 /oracle/VIS/apps/tech_st/10.1.2/lib/libclntsh.so -> libclntsh.so.10.1*
    *89850399 36348 -rwxrwx--- 1 Oracle oinstall 37174788 Sep 12 2008 /oracle/VIS/db/tech_st/11.1.0/inventory/prereqs/bin/linux/libclntsh.so.11.1*
    *89719502 0 lrwxrwxrwx 1 Oracle oinstall 17 Dec 18 23:33 /oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so -> libclntsh.so.11.1*
    *89719501 36276 -rwxr-xr-x 1 Oracle oinstall 37100033 Dec 18 23:33 /oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1*
    id
    uid=2000(Oracle) gid=2000(oinstall) groups=2000(oinstall) context=root:system_r:unconfined_t:SystemLow-SystemHigh
    *[Oracle@OracleLinuxServer 11.1.0]$ env|egrep 'ORA|PATH' | sort*
    LD_LIBRARY_PATH=/oracle/VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/oracle/VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/oracle/VIS/db/tech_st/11.1.0/ctx/lib
    LIBPATH=/oracle/VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/oracle/VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/oracle/VIS/db/tech_st/11.1.0/ctx/lib
    ORACLE_HOME=/oracle/VIS/db/tech_st/11.1.0
    ORACLE_SID=VIS
    ORA_NLS10=/oracle/VIS/db/tech_st/11.1.0/nls/data/9idata
    ORA_TZFILE=/oracle/VIS/db/tech_st/11.1.0/oracore/zoneinfo/timezlrg.dat
    PATH=/oracle/VIS/db/tech_st/11.1.0/perl/bin:/oracle/VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/oracle/VIS/db/tech_st/11.1.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/Oracle/bin:.
    SHLIB_PATH=/oracle/VIS/db/tech_st/11.1.0/lib:/usr/lib:/oracle/VIS/db/tech_st/11.1.0/ctx/lib

    Also I 've checked the /oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/opatch/ opatch_history.txt
    Find that the Patch version is same for every Patch: Please suggest..... Thanks!
    Following is the all contents of the file:
    *[Oracle@OracleLinuxServer opatch]$ vi opatch_history.txt*
    Command     : apply -verbose -silent /nfs/bld/d26/PRDXBLD9/apps/apps_st/comn/autobuild/patch/patch/7639602/7639602
    Log File    : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2009-03-25_23-17-01PM.log
    Date & Time : Wed Mar 25 23:18:41 PDT 2009
    Oracle Home : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0
    OPatch Ver. : 11.1.0.6.2
    Current Dir : /nfs/bld/d22/AB/autobuild/passwd
    Command     : apply -verbose -silent /nfs/bld/d26/PRDXBLD9/apps/apps_st/comn/autobuild/patch/patch/7627743/7627743
    Log File    : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2009-03-25_23-18-41PM.log
    Date & Time : Thu Mar 26 01:23:19 PDT 2009
    Oracle Home : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0
    OPatch Ver. : 11.1.0.6.2
    Current Dir : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0
    Command     : lsinventory
    Log File    : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2009-03-26_01-23-19AM.log
    Date & Time : Tue Mar 31 03:13:12 PDT 2009
    Oracle Home : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0
    OPatch Ver. : 11.1.0.6.2
    Current Dir : /nfs/bld/d22/AB/autobuild/passwd
    Command     : lsinventory -invPtrLoc /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0/oraInst.loc
    Log File    : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2009-03-31_03-13-12AM.log
    Date & Time : Tue Mar 31 03:13:18 PDT 2009
    Oracle Home : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0
    OPatch Ver. : 11.1.0.6.2
    Current Dir : /nfs/bld/d22/AB/autobuild/passwd
    Command     : lsinventory -invPtrLoc /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0/oraInst.loc
    Log File    : /nfs/bld/d26/PRDXBLD9/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2009-03-31_03-13-18AM.log
    Date & Time : Wed Dec 19 19:59:52 GMT+05:30 2012
    Oracle Home : /oracle/VIS/db/tech_st/11.1.0
    OPatch Ver. : 11.1.0.6.2
    Current Dir : /oracle/VIS/db/tech_st/11.1.0/OPatch
    Command     : lsinventory
    Log File    : /oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2012-12-19_19-59-52PM.log
    Date & Time : Thu Dec 20 00:03:59 GMT+05:30 2012
    Oracle Home : /oracle/VIS/db/tech_st/11.1.0
    OPatch Ver. : 11.1.0.6.2
    Current Dir : /home/Oracle/6078836
    Command     : apply
    Log File    : /oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2012-12-20_00-03-59AM.log
    Date & Time : Thu Dec 20 01:28:42 GMT+05:30 2012
    Oracle Home : /oracle/VIS/db/tech_st/11.1.0
    OPatch Ver. : 11.1.0.6.2
    Current Dir : /home/Oracle
    Command     : lsinventory -detail
    Log File    : /oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2012-12-20_01-28-42AM.log

  • MOD OC4J errors in HTTP server Error log

    these errors are continously shown in the error log of HTTP server.
    and my error rate reaches upto 8% somtimes
    MOD_OC4J_0145: There is no oc4j process (for destination: home) available to service request.
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0145: There is no oc4j process (for destination: home) available to service request.
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0207: In internal process table, failed to find an available oc4j process for destination: home.
    MOD_OC4J_0150: Failed to deterministicly find a failover oc4j process for session request with uid:
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0207: In internal process table, failed to find an available oc4j process for destination: home.
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0207: In internal process table, failed to find an available oc4j process for destination: home.
    File does not exist: e:/ora9ias/forms90/java/java/awt/KeyboardFocusManager.class
    File does not exist: e:/ora9ias/forms90/java/oracle/forms/registry/default.dat
    File does not exist: e:/ora9ias/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    File does not exist: e:/ora9ias/forms90/java/oracle/ewt/alert/resource/AlertBundle_en.class
    File does not exist: e:/ora9ias/forms90/java/oracle/ewt/alert/resource/AlertBundle_en.properties

    I get the same set of errors.
    9iAS 9.0.2.0.1 infrastructure and portal installed on same solaris 8 machine.
    Jeff Black

  • MII 14.0 SP5 - 500 Internal Server Error is returned for HTTP request - XMIIVirtual Illuminator

    Hello All,
    I appreciate your help with the issue.
    We are connecting from MII 12.1 to MII 14.0 SP5 Patch 3 on our local MII server using virtual connectors. We appreciate your help on it.
    This issue is happening for MII 14.0 SP5 Patch 3 on our local MII server
    As per the logs, accessing  http://server:port/XMIIVirtual/Illuminator gives 500 Internal Server Error
    500 Internal Server Error is returned for HTTP request [http://server:port/XMIIVirtual/Illuminator]:
      component [VirtualProxyConnector],
      web module [XMIIVirtual],
      application [sap.com/xapps~xmii~ear],
      DC name [sap.com/xapps~xmii~ear],
      CSN component[],
      problem categorization [com.sap.ASJ.web.000137],
      internal categorization [-944271956].
    [EXCEPTION]
    java.io.IOException: Stream closed.
    at java.net.PlainSocketImpl.available(PlainSocketImpl.java:483)
    at java.net.SocketInputStream.available(SocketInputStream.java:217)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:325)
    at com.sap.engine.httpdsrclient.io.ServerInputStreamWrapper.read(ServerInputStreamWrapper.java:49)
    at java.io.DataInputStream.read(DataInputStream.java:83)
    at com.sap.servlet.VirtualProxyConnector.service(VirtualProxyConnector.java:110)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.engine.services.servlets_jsp.server.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:126)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:441)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Thanks,
    Kiran
    Message was edited by: Kiran Sakhardande

    Hello Julian
    This is a known problem.
    Cause
    - A user may have been added to a group in another ldap tree with a name, that is already existing.
    - When DTR retrieves the group from UME, we get 2 similar group names, but the groups may be different.
    - DTR cannot handle this and throws "Internal Server error"
    Resolution
    If you change parameter "ume.ldap.unigue_grup_attribute" to 'uid', DTR doesn't use the groupname,
    but the group-uid, therefore the group is unique.
    1. open Visual Administrator
    2. choose Services
    3. choose UME Provider
    4. Reset "ume.ldap.unigue_grup_attribute" with 'uid'
    5. restart the system
    Thanks
    Kenny.

  • Advice on setting up a HTTP server for APEX

    Hi Experts,
    I'm very busy to setup an application in APEX, and we're about to deploy it on our production servers.
    Database side is fine, but I got some questions about the HTTP server.
    (I come from an engineering background, working with databases for a couple of years but the whole HTTP world is pretty new for me).
    - What is the best option for HTTP server?
    I've been testing apex_listener stand-alone now, and under GlassFish server.
    When we move to production, I'm looking at:
    - max 10 concurrent users
    - windows 2003 based webserver
    - APEX 4.1
    - oracle 10.2
    - After we installed APEX on the database server, do we have to keep the apex files available, or can I just remove it?
    (I know I need the apex\images folder on the webserver).

    Hi JP,
    - What is the best option for HTTP server?
    I've been testing apex_listener stand-alone now, and under GlassFish server.The standalone mode is intended to be used for development/testing purposes only. If you plan a productive deployment, use a "full-blown" JEE server. GlassFish is one option. If it's the one you'll want depends on your production scenario and your previous experiences with JEE servers. You'll get a full list of all officially supported JEE servers in the requirements section of the Installation Guide.
    - After we installed APEX on the database server, do we have to keep the apex files available, or can I just remove it?
    (I know I need the apex\images folder on the webserver).You can simply remove the installation package, though you might want to keep a few files for maintenance/development tasks, e.g. the apxchpwd.sql in order to be reset the password for the APEX internal ADMIN, and the contents of apex\utilities if you ever have to reset the images prefix or want to use the java-based APEX export for command line/script based export of (multiple) APEX applications.
    -Udo

Maybe you are looking for

  • Having an issue with Searching Contacts -IOS8 iPhone 5S - MS Exchange

    When I search for a certain Contact by name EX: John Smith, I would get Jon Smith about 10 names down and others appear before him at the top of the list. When I click on the other contacts you can see his name in the contact notes which I guess is w

  • How to increase code in Answers

    I have a report with many columns that it has a lot of code each one. My dashboard page shows an error produced by the code generated in my report. Is there any place to increase lines of code of my report?? Thanks!!!

  • The left hinge has an odd gap and the bottom case has clicking noise.

    I just noticed that my 19-day-old macbook pro has an uneven hinge gap. And the bottom case has squeaky noise when I lifting the macbook pro with one hand; as well as when I pressing lightly where the spots near the batteries that under the trackpad.

  • Question on an error message in Event Viewer.

    Hi, I had a question on a error message in event viewer for BO 3.0 Error Message: Tried to allocate 20 windows desktop but only able to allocate 17 of them.The system may have reached its windows desktop limit.Please contact your system administrator

  • Flash "movie" in CFMX7

    Please - Would like information onsubit to bring up a flash or other animation during a long query that would go away once the data loads in a report. All information is a page refresh to include the original query params (user selections) and fully