Iplanet 6.0 SP8 log warnings

I am running iplanet 6.0 SP8 in a Windows 2000 Advanced Server enviroment - Quad Processor, 4 GB Memory. We are having problems with images not showing up and I am getting a hand full of 404's - Not Founds. A simpe refresh usually fixes the problem.
Below are some of the warning logs, obj.conf file and magnus.conf file
I have seen several similar posts but I have not found any definate solutions. If someone could point me in the right direction that would be greatly appreciated. We recently were running IIS 6.0 without any problems besides performance side.
[09/Jun/2004:16:49:08] warning ( 4804): for host 66.82.9.82 trying to GET /groups/public/@p0022/@b002/@d02/@t0107/@f02/documents/general/smartcabinet051933.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:16:54:40] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0014/@b001/@d02/@t0022/@f01/documents/general/redocs038806.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:16:55:15] warning ( 4804): for host 209.21.65.28 trying to GET /images/SmartCabinet/spacer.gif", send-file reports: error sending j:/inst11/weblayout/images/SmartCabinet/spacer.gif" (Invalid Argument) status=1:11
[09/Jun/2004:16:55:29] warning ( 4804): for host 209.21.65.28 trying to GET /images/SmartCabinet/spacer.gif", send-file reports: error sending j:/inst11/weblayout/images/SmartCabinet/spacer.gif" (Invalid Argument) status=1:11
[09/Jun/2004:16:59:55] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0014/@b001/@d02/@t0022/@f01/documents/general/redocs038806.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:17:06:11] warning ( 4804): for host 63.207.22.177 trying to GET /intradoc-cgi/Drawers.swf, send-cgi reports: cannot find CGI program d:/instances/inst11/intradoc-cgi/Drawers.swf (File not found)
[09/Jun/2004:17:06:11] failure ( 4804): cgi_send:cgi_start_exec d:/instances/inst11/intradoc-cgi/Drawers.swf failed
[09/Jun/2004:17:34:05] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0006/@b001/@d02/@t0065/@f01/documents/general/redocs039610.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:17:34:07] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0006/@b001/@d02/@t0065/@f01/documents/general/redocs039610.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:17:34:08] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0006/@b001/@d02/@t0065/@f01/documents/general/redocs039610.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:17:34:16] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0006/@b001/@d02/@t0065/@f01/documents/general/redocs039610.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:17:45:38] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0011/@b002/@d02/@t0031/@f02/documents/general/redocs044743.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:18:21:26] warning ( 4804): for host 209.21.65.28 trying to GET /groups/public/@p0013/@b001/@d02/@t0025/@f01/documents/general/redocs039177.pdf, start-http-response reports: write failed (The device does not recognize the command. )
[09/Jun/2004:21:25:47] warning ( 4804): for host 142.165.251.96 trying to GET /default.ida, send-file reports: can't find j:/inst11/weblayout/default.ida (File not found)
[09/Jun/2004:22:27:34] warning ( 4804): for host 142.165.251.96 trying to GET /default.ida, send-file reports: can't find j:/inst11/weblayout/default.ida (File not found)
[10/Jun/2004:02:21:05] warning ( 4804): for host 142.165.251.96 trying to GET /default.ida, send-file reports: can't find j:/inst11/weblayout/default.ida (File not found)
obj.conf
<Object name="default">
NameTrans fn="NSServletNameTrans" name="servlet"
NameTrans fn="pfx2dir" from="/intradoc-cgi" dir="d:/instances/inst11/intradoc-cgi" name="cgi"
NameTrans fn="pfx2dir" from="/stellent" dir="j:/inst11/weblayout"
NameTrans fn="pfx2dir" from="/servlet" dir="$docroot/servlet" name="ServletByExt"
NameTrans fn="pfx2dir" from="/mc-icons" dir="d:/iPlanet/Servers/ns-icons" name="es-internal"
NameTrans fn="pfx2dir" from="/manual" dir="d:/iPlanet/Servers/manual/https" name="es-internal"
NameTrans fn="document-root" root="$docroot"
PathCheck fn="nt-uri-clean"
PathCheck fn="check-acl" acl="default"
PathCheck fn="find-pathinfo"
PathCheck fn="find-index" index-names="index.htm,portal.htm"
ObjectType fn="type-by-extension"
ObjectType fn="force-type" type="text/plain"
Service type="magnus-internal/jsp" fn="NSServletService"
Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
AddLog fn="flex-log" name="access"
</Object>
<Object name="cgi">
ObjectType fn="force-type" type="magnus-internal/cgi"
Service fn="send-cgi"
</Object>
<Object name="servlet">
ObjectType fn="force-type" type="text/html"
Service fn="NSServletService"
</Object>
<Object name="jsp092">
ObjectType fn="type-by-extension"
ObjectType fn="change-type" type="magnus-internal/jsp092" if-type="magnus-internal/jsp"
Service fn="NSServletService" type="magnus-internal/jsp092"
</Object>
<Object name="ServletByExt">
ObjectType fn="force-type" type="magnus-internal/servlet"
Service type="magnus-internal/servlet" fn="NSServletService"
</Object>
<Object name="es-internal">
PathCheck fn="check-acl" acl="es-internal"
</Object>
<Object ppath="d:/Instances/inst11/*">
NameTrans fn="idcNameTrans"
PathCheck fn="idcPathCheck"
Service fn="idcService"
</Object>
magnus.conf
#ServerRoot d:/iPlanet/Servers/https-Instance11
ServerID https-Instance11
ServerName aiqscs01.SmartCabinet.com
ExtraPath d:/iPlanet/Servers/bin/https/bin;${NSES_JRE_RUNTIME_LIBPATH}
ErrorLog d:/iPlanet/Servers/https-Instance11/logs/errors
MtaHost 192.168.202.18
DNS off
Security off
ClientLanguage en
AdminLanguage en
DefaultLanguage en
RqThrottle 128
Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
Init fn=load-types mime-types=mime.types
Init fn="load-modules" shlib="d:/iPlanet/Servers/bin/https/bin/NSServletPlugin.dll" funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletService" shlib_flags="(global|now)"
Init fn="NSServletEarlyInit" EarlyInit=yes
Init fn="NSServletLateInit" LateInit=yes
Init fn="load-modules" funcs="idcInit,idcNameTrans,idcPathCheck,idcService" shlib="d:/Instances/inst11/shared/os/win32/lib/IdcNSAuth.dll"
Init fn="idcInit" idocdb="d:/Instances/inst11/data/users/userdb.txt"

I can't explain what's happening, but something seems to be going wrong with the Web Server file cache. On Windows, the Web Server file cache normally copies files to a temporary directory and then uses the Win32 TransmitFile call to send them.
Can you check the file cache's temporary directory? If you haven't specifically configured another location, this should be located at %TEMP%\netscape. Specifically, check to see if there's free space on the disk. If it appears there's lots of free space, you can try stopping Web Server, removing the directory, and starting Web Server.
If nothing seems wrong with the file cache's temporary directory and removing it doesn't help, you can try adding the following lines to the config/nsfc.conf file:
CopyFiles=false
TransmitFile=falseThe above lines prevent Web Server from copying files to the temporary directory and disable the use of TransmitFile.
Please let us know if you make any progress.

Similar Messages

  • IPlanet 4.1 Error log has multiple "Exiting JVM" entries

    Anybody ever run into this problem?
    I just did a clean install of iPlanet Enterprise Server (SP8) on my HP-UX
    box (PA_RISC2.0). Java servlets run fine in Tomcat on this box, but whenever
    I try to even turn on the servlet engine in iPlanet, the webserver hangs. In
    the error log I get the message below repeated as long as I let my browser
    continue to try and retrieve the info at a location on the server (static
    doc or servlet):
    info ( 7256): Exiting JVM

    This is an application server forum. Try asking your question in an
    Enterprise Server newsgroup. (iplanet.server is one suggestion)
    David
    KurtHeston wrote:
    Anybody ever run into this problem?
    I just did a clean install of iPlanet Enterprise Server (SP8) on my HP-UX
    box (PA_RISC2.0). Java servlets run fine in Tomcat on this box, but whenever
    I try to even turn on the servlet engine in iPlanet, the webserver hangs. In
    the error log I get the message below repeated as long as I let my browser
    continue to try and retrieve the info at a location on the server (static
    doc or servlet):
    info ( 7256): Exiting JVM

  • BizTalk 2006 Event Log Warnings - Cannot insert duplicate key row in object 'dta_MessageFieldValues' with unique index 'IX_MessageFieldValues'.

    We have been seeing the following 'warnings' in the event log of our BizTalk machine since upgrading to BTS 2006. They seem to occur randomly 6 or 8 times per day.
    Does anyone know what this means and what needs to be done to clear it up? we have only one BizTalk server which is running on only one machine.
    I am new to BizTalk, so I am unable to find how many tracking host instances running for BizTalk server. Also, can you please let me know that we can configure only one instance for one server/machine?
    Source: BAM EventBus Service
    Event: 5
    Warning Details: Execute batch error. Exception information: TDDS failed to batch execution of streams. SQLServer: bizprod, Database: BizTalkDTADb.Cannot insert duplicate key row in object 'dta_MessageFieldValues'
    with unique index 'IX_MessageFieldValues'. The statement has been terminated..

    Other than ensuring that there exists a separate and single tracking host instance, you're getting an error about duplicate keys.. which implies that you're trying to Create a BAM Activity twice with the same data.
    I suggest you have a in-depth examination of the BAM (TPE or API) associated with the orchestration. In TPE ensure that the first binding you select is the "Instance Id" or "Message Id" before going ahead to map the ports or others.
    Regards.

  • IPlanet 5.0 error log sayss: too many fds open

    Hello,
    we are using iPlanet 5.0 on a windows 2000 machine.
    In the error log I found the following message:
    Not listening for new connections - too many fds open
    How can I check the number of open fds on a a windows 2000 machine? Where is the maximum number of open fds set?
    Can anybody help me?
    Regards Christiane

    Hi Christiane,
    This message is quite unusual on windows as fds means files descriptors and is more a unix parameter.
    Anyway, normally on Unix, you have 2 locations to modify the file descriptors:
    - One on the OS level (on solaris in the /etc/system file).
    - One on the application (iPlanet Directory Server).
    As I don't think there is any OS parameter for windows, then maybe the one on the Directory Server is there and would need to be increased.
    On a Directory Server 5.x (on Unix), this parameter is located in the configuration file: <server_root>/slapd-<your_instance>/config/dse.ldif
    This parameter is available (again, on Unix) under the "dn: cn=config" block and for the parameter name "nsslapd-maxfiledescriptor".
    You may try to see if this parameter is present in your config file, and if yes, try to increase its value. Do it while the Directory Server is stopped.
    Hope this would help. If it does, then please post back your feedback here, to share your solution with us.
    Cheers / Damien.

  • SSIS Logging Warnings despite all being fixed

    I have fixed all the warnings in my packages, the little yellow triangle with exclaimination mark. Most were just potential truncation warnings.
    Now that they are fixed the little yellow triangle is gone in BIDS. But when i enable logging, SSIS is still logging the warnings in my ssislog table. 
    Why are they being logged if i fixed them and is there something im overlooking?

    Hi winstonSmith,
    SQL Server Integration Services includes log providers that we can use to implement logging in packages, containers, and tasks. With logging, we can capture run-time information about a package, helping us audit and troubleshoot a package every time it is
    run. The SQL Server log provider, which writes log entries to the sysssislog table in a SQL Server database.
    As per my understanding, the sysssislog table contains one row for each logging entry that is generated by packages or their tasks and containers at run time. When the package executes, the log entries are written in the table. For the next time executing,
    the new log entries are written after the previous entries. So even though the warnings are fixed, the table still stores the former warnings.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Events Log Warnings

    The IO operation at logical block address 0x0 for Disk 3(PDO name:\Device\0000005d) was retried.  This warning message continues to appear in my Event Log. Is it a serious problem?  Eddie

    There seems to be a serious problem with your I/O system. Check for disk corruption or known OS issues. Have you patched the OS?
    For less ideal solutions, you could try out following options:
    1-
    Set this parameter, and restart the instance
    disk_asynch_io = false
    dbwr_io_slaves=10
    2- Increase the size of Buffer cache and sort area size
    3- restart the instance
    regards.

  • IPlanet - WebLogic  bridge, performance

    We are using iPlanet as a web server and weblogic as an application server. So, there is NSAPI plug-in,redirecting some requests coming from iPlanet to WebLogic. JSPs pages and servlets are served very fast via this plug-in, whereas static html pages and images are served very slow. Response time (in case of html pages and images) is very long. The weblogic.log file does not give us any errors, whereas /https-.../logs/errors file gives the following:
    "flex log buffer overflow" - greater than 4096 characters
    What can we do to decrease response time?
    Actually we walked through parameters that can be passed into NSAPI plug-in, and we could not find anything in this plug-in related to buffer size.
    Attached file is a copy of our obj.conf file
    [obj.conf]

    We were using the same configuration, and we got the same problems
    And we got the solution :
    you have to use the libproxy.so from the WL 51 SP8 , using this heavy
    bugfixed library
    the problems didn't occur.
    Sasha Kretchetov wrote:
    We are using iPlanet as a web server and weblogic as an application server. So, there is NSAPI plug-in,redirecting some requests coming from iPlanet to WebLogic. JSPs pages and servlets are served very fast via this plug-in, whereas static html pages and images are served very slow. Response time (in case of html pages and images) is very long. The weblogic.log file does not give us any errors, whereas /https-.../logs/errors file gives the following:
    "flex log buffer overflow" - greater than 4096 characters
    What can we do to decrease response time?
    Actually we walked through parameters that can be passed into NSAPI plug-in, and we could not find anything in this plug-in related to buffer size.
    Attached file is a copy of our obj.conf file
    # Sun Netscape Alliance - obj.conf
    # You can edit this file, but comments and formatting changes
    # might be lost when the admin server makes changes.
    Init fn="load-modules" funcs="wl-proxy,wl-init" shlib="/opt/iplanet/server4/plugins/libproxy.so"
    Init fn="wl-init"
    Init fn="flex-init" access="/opt/iplanet/server4/https-1212/logs/access" 3="fo" rmat.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-types" mime-types="mime.types"
    Init fn="load-modules" shlib="/opt/iplanet/server4/bin/https/lib/libNSServletPlugin.so" funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletService" shlib_flags="(global|now)"
    Init fn="NSServletEarlyInit" EarlyInit="yes"
    Init fn="NSServletLateInit" LateInit="yes"
    <Object name="default">
    NameTrans fn="NSServletNameTrans" name="servlet"
    NameTrans fn="pfx2dir" from="/servlet" dir="/opt/iplanet/server4/1212/servlet" name="ServletByExt"
    NameTrans fn="pfx2dir" from="/ns-icons" dir="/opt/iplanet/server4/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/opt/iplanet/server4/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/help" dir="/opt/iplanet/server4/manual/https/ug" name="es-internal"
    NameTrans fn="pfx2dir" from="/manual" dir="/opt/iplanet/server4/manual/https" name="es-internal"
    NameTrans fn="document-root" root="/opt/iplanet/server4/1212"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.html,home.html,index.htm"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="weblogic" ppath="*/Application1/*">
    Service fn="wl-proxy" WebLogicHost="192.168.170.12" WebLogicPort="55205"
    </Object>
    <Object name="weblogic" ppath="*/Application2/*">
    Service fn="wl-proxy" WebLogicHost="192.168.170.12" WebLogicPort="55205"
    </Object>
    <Object name="servlet">
    ObjectType fn="force-type" type="text/html"
    Service fn="NSServletService"
    </Object>
    <Object name="jsp092">
    ObjectType fn="type-by-extension"
    ObjectType fn="change-type" type="magnus-internal/jsp092" if-type="magnus-internal/jsp"
    Service fn="NSServletService" type="magnus-internal/jsp092"
    </Object>
    <Object name="ServletByExt">
    ObjectType fn="force-type" type="magnus-internal/servlet"
    Service type="magnus-internal/servlet" fn="NSServletService"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    obj.conf
    Content-Type:
    text/plain
    Content-Encoding:
    base64

  • ESE - Event Log Warning: 906 - A significant portion of the database buffer cache has been written out to the system paging file...

    Hello -
    We have 3 x EX2010 SP3 RU5 nodes in a cross-site DAG.
    Multi-role servers with 18 GB RAM [increased from 16 GB in an attempt to clear this warning without success].
    We run nightly backups on both nodes at the Primary Site.
    Node 1 backup covers all mailbox databases [active & passive].
    Node 2 backup covers the Public Folders database.
    The backups for each database are timed so they do not overlap.
    During each backup we get several of these event log warnings:
     Log Name:      Application
     Source:        ESE
     Date:          23/04/2014 00:47:22
     Event ID:      906
     Task Category: Performance
     Level:         Warning
     Keywords:      Classic
     User:          N/A
     Computer:      EX1.xxx.com
     Description:
     Information Store (5012) A significant portion of the database buffer cache has been written out to the system paging file.  This may result  in severe performance degradation.
     See help link for complete details of possible causes.
     Resident cache has fallen by 42523 buffers (or 27%) in the last 903 seconds.
     Current Total Percent Resident: 26% (110122 of 421303 buffers)
    We've rescheduled the backups and the warning message occurences just move with the backup schedules.
    We're not aware of perceived end-user performance degradation, overnight backups in this time zone coincide with the business day for mailbox users in SEA.
    I raised a call with the Microsoft Enterprise Support folks, they had a look at BPA output and from their diagnostics tool. We have enough RAM and no major issues detected.
    They suggested McAfee AV could be the root of our problems, but we have v8.8 with EX2010 exceptions configured.
    Backup software is Asigra V12.2 with latest hotfixes.
    We're trying to clear up these warnings as they're throwing SCOM alerts and making a mess of availability reporting.
    Any suggestions please?
    Thanks in advance

    Having said all that, a colleague has suggested we just limit the amount of RAM available for the EX2010 DB cache
    Then it won't have to start releasing RAM when the backup runs, and won't throw SCOM alerts
    This attribute should do it...
    msExchESEParamCacheSizeMax
    http://technet.microsoft.com/en-us/library/ee832793.aspx
    Give me a shout if this is a bad idea
    Thanks

  • Chinese Characters in Netlogon.log -- re-asking

    We have  822 occurrences of the following:
    [CRITICAL] I_NetlogonLdapLookup: unrecognized character <Chinese characters>
    in the last 2 days. The previous thread on this subject was marked "Answered" without being answered, so I'm re-asking:
    1. Does anyone have any substantive information about what's sourcing this?
    2. How can I associate a source IP with a single entry in the netlogon.log?
    Here's what we know so far:
    We have a Chinese linguist who has broken the character string down to 2 sections, the first being the same for all occurrences and the second being random-looking. He says the first section refers to "boats" or "water" and is looking
    farther, but he says the string definitely looks like virus-like activity.
    Second, I_NetlogonLdapLookup is a function inside netlogon.dll, so intuition says something is trying to do an LDAP lookup on the Chinese character string. We are looking into exactly how that function is supposed to be called (we're network guys, not
    coders, so this may take longer than it should). Can someone help shorten this search?
    C: There's no consistent contextual activity surrounding the actual log entries, so we're expecting to find out that there's  more than one source, so it's extra important we figure out how to associate a source IP with these [CRITICAL] log entries,
    especially since we may be looking for a root kit or something else that's able to hide from our multiple AV programs.
    Assistance is appreciated, good analytical step-oriented result-generating assistance is GREATLY appreciated!
    Robert
    Oh yeah -- this is being logged on a DC in a 2008R2 domain with a small but growing number of 2012 member servers and almost no remaining servers lower than 2008R2. I can provide more details if anyone needs them

    Hi all --
    OK. It looks like we're all on the same page.
    Here's a summary of the issue:
    netlogon.log [CRITICAL] entry is  reporting a failed attempt to execute an LDAP lookup on a Chinese character string (I_NetlogonLDAPLookup is a function inside netlogon.dll). There are no audit failures or other Event Log warnings or errors associated
    with the log entries, so it's likely that the lookup is being performed after logging on to the domain with valid credentials. We don't think the character string is corrupted data because the first half of the string is identical in every
    log entry and the total number of characters used across all occurrences is very small). Also, the variations in the 2nd half of the string are methodical and repetitive.
    We hoped that translating the Chinese string would yield a clue pointing to the source of the attempted LDAP lookup. That didn't happen so we now must figure out how work back from the netlogon.log entry to the source platform.
    The current situation:
    The [CRITICAL] entries continue to be logged.
    The distribution across 3 days of logs is making it look like we need to assume not one, but multiple sources.
    I appreciate the standard advice re: 3rd-party AV software, DC build practices, security scans, power erasers and the like, but we are a QA/Test lab for a very complex product; scientific method and the need for operational stability preempts
    us taking any corrective actions on any of our DCs (8 machines, 4 domains, 2 forests), Exchange servers (4 versions, 2 clusters per version) , Lync (2 versions), OCS, PKI, WSUS, DNS, DHCP, DHCPv6, SQL, or member servers until we actually prove that the machine in
    question is a source of the bogus lookup attempts.
    Paul -- I REALLY appreciate your straightforward no-bs reply. I can work with "I don't know" . Try-this-article-I-just -Googled Whack-A-Mole easter egg hunts, however....   <grin>
    I'm going to close with one last (hopefully ) simple question: Where do I start the search for the UberSME who knows how to read the netlogon.log - specifically how to connect an event with its legitimate predecessor. Somebody
    wrote the service, somebody knows how to interpret its logging output. Where do I start looking for them?
    Best Regards,
    Robert

  • IPlanet hangs with wl-proxy

    Hi,
    We have just upgraded our libproxy.so with the CR177707 patch to avoid the '<BEA-101257> <Failed to parse the client certificate in header: WL-Proxy-Client' problem.
    now, we can obtain the cert inside Weblogic but after a few requests, IPlanet seems to freeze, it doesn't accept any request.
    Our platform is IPlanet 6.0 sp8 on Solaris and Weblogic 8.1 sp2.
    Any help ?

    Hi,
    We have just upgraded our libproxy.so with the CR177707 patch to avoid the '<BEA-101257> <Failed to parse the client certificate in header: WL-Proxy-Client' problem.
    now, we can obtain the cert inside Weblogic but after a few requests, IPlanet seems to freeze, it doesn't accept any request.
    Our platform is IPlanet 6.0 sp8 on Solaris and Weblogic 8.1 sp2.
    Any help ?

  • System.out.println in iPlanet 6.0

    Hi..All,
    The System.out.println stmt would print out the message when using iPlanet4.x whereas its not doing so when using iPlanet6.0(solaris). What changes/modifications do I have to do to achieve the same.
    Regards,
    Praveen

    Add the following line to your magnus.config file and restart the server.
    Rememeber, to change the server name and path.
    Init fn="nt-console-init" stderr="C:/iPlanet/Servers/https-servername/logs/stderr" stdout="C:/iPlanet/Servers/https-servername/logs/stdout" EarlyInit="yes"

  • Error  404 Not Found in  iplanet webserver

    Hi,
    We have application to hosted in iplanet webserver and weblogic application server.
    we/users accesing one URL like http://domain.com/context/folder1/index.jsp.
    some request fails(intermittently) and giving 404 not found error to user page.we checked the iplanet access and error logs. in logs we saw 404 not found error.
    we got some solution to change KeepAliveTimeOut param from 30 sec to 300 sec. we did the same . but after that also we are facing the issue.
    please any one knows . please help us.
    Regards
    karthik

    Hi,
    Is your web server forwarding all requests to Application server (web logic). If so you need ti have those files in the app server doc root.
    give more details like what you are using passthrough or reverse proxy for request forwarding to Weblogic from Webserver.
    thx

  • Integrating iPlanet Web Server 6.0 with SunOne App Server 7.0

    I am experiencing problems integrating iPlanet Web Server 6.0 with SunOne App Server 7.0
    My magnus.conf is
    #ServerRoot /usr/iplanet/servers/https-test
    ServerID https-test
    ServerName sulev016.eur.gep.ge.com
    ErrorLog /usr/iplanet/servers/https-test/logs/errors
    PidLog /usr/iplanet/servers/https-test/logs/pid
    User root
    MtaHost localhost
    DNS off
    Security off
    ClientLanguage en
    AdminLanguage en
    DefaultLanguage en
    RqThrottle 128
    StackSize 131072
    CGIWaitPid on
    TempDir /tmp/https-test-ab0d7966
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn=load-types mime-types=mime.types
    Init fn="load-modules" shlib="/usr/iplanet/servers/bin/https/lib/libNSServletPlugin.so" funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletService" shlib_flags="(global|now)"
    Init fn="NSServletEarlyInit" EarlyInit=yes
    Init fn="NSServletLateInit" LateInit=yes
    Init fn="load-modules" shlib="/usr/iplanet/servers/plugins/passthrough/bin/libpassthrough.so" funcs="init-passthrough,auth-passthrough,check-passthrough,service-passthrough" NativeThread="no"
    Init fn="init-passthrough"
    ==========================================
    my obj.conf is
    <Object name=default>
    NameTrans fn="assign-name" from="(/OMS|/OMS/*)" name="passthrough"
    NameTrans fn="NSServletNameTrans" name="servlet"
    NameTrans fn="pfx2dir" from="/servlet" dir="/usr/iplanet/servers/docs/servlet" name="ServletByExt"
    NameTrans fn=pfx2dir from=/mc-icons dir="/usr/iplanet/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/manual" dir="/usr/iplanet/servers/manual/https" name="es-internal"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn=unix-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html"
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service type="magnus-internal/jsp" fn="NSServletService"
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file
    AddLog fn=flex-log name="access"
    </Object>
    <Object name=cgi>
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="servlet">
    ObjectType fn=force-type type=text/html
    Service fn="NSServletService"
    </Object>
    <Object name="jsp092">
    ObjectType fn="type-by-extension"
    ObjectType fn="change-type" type="magnus-internal/jsp092" if-type="magnus-internal/jsp"
    Service fn="NSServletService" type="magnus-internal/jsp092"
    </Object>
    <Object name="ServletByExt">
    ObjectType fn=force-type type=magnus-internal/servlet
    Service type="magnus-internal/servlet" fn="NSServletService"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="passthrough">
    ObjectType fn="force-type" type="magnus-internal/passthrough" Service type="magnus-internal/passthrough" fn="service-passthrough" servers="http://3.224.68.131:81"
    Error reason="Bad Gateway" fn="send-error" uri="$docroot/badgateway.html"
    </Object>
    The requests are not passing through to the app server when i try to access it through port 80.
    Presently I am testing my appln over port 81 on the app server.
    Thanks and Regards
    Vineet Guliani

    Each ObjectType and Service directive should begin on a new line. You appear to have placed two directives on a single line.

  • Logging for a specific ACL line

    Hello, I'm currently evaluating rules on ASA.
    There are some rules applied, but some of the traffic does not match those rules. I created a rule allowing everything and I need to see what traffic is hitting this especific rule on line 3.
    Example:
    access-list OUTSIDE_IN line 1 extended permit tcp 10.1.16.0 255.255.255.0 10.153.224.0 255.255.240.0 eq 88
    access-list OUTSIDE_IN line 2 extended permit udp 10.1.16.0 255.255.255.0 10.153.224.0 255.255.240.0 eq domain
    access-list OUTSIDE_IN line 3 extended permit ip 10.1.16.0 255.255.255.0 10.153.224.0 255.255.240.0 log informational
    When I enable log, I see all the traffic, not the only one I wanted. There's a way to see only traffic coming on line 3?
    Regards

    Hi Marcos,
    You see all traffic because for lines for which no "log" keyword at ACL line end is added, it will still be logged, see:
    http://www.cisco.com/c/en/us/td/docs/security/asa/asa81/command/ref/refgd/a1.html#wp1564948
    ... If you enter the log keyword without any arguments, you enable system log message 106100 at the default level (6) and for the default interval (300 seconds). If you do not enter the log keyword, then the default system log message 106023 is generated...
    So what you can do is instead of "log informatioanl", put "log warnings" to log this ACL line 3 at syslog level 4 (warnings), and in addition to that decrease logging level that is visible for the method how you monitor logs, for example some of following lines (depending whether you monitor logs at syslog server, terminal, or from local buffer (show logg command):
    hostname(config)# logging trap warnings
    hostname(config)# logging enable
    hostname(config)# logging monitor warnings
    hostname(config)# terminal monitor
    hostname(config)# logging buffered warnings
    Also, before any significant changes to ASA configuration, migrations, software upgrades, etc., I always recommend testing the configuration with fw123test:
    http://www.networksea.com/fw123test/
    BR,
    Milan

  • Mysql log location

    i'm trying to troubleshoot a recent mysql issue. looking at Server Admin > MySQL > Logs ...
    it's pulling the mysql service log file from "/var/mysql/old_dns.example.edu.err" and that dns points to different IP address than what this web server is using. the log looks incomplete.
    i'm pretty certain that i installed the OS (10.5.8) on this box from scratch so i don't think that there are remnants of a previous dns. i ran "changeip --checkhostname" and it came back "names match".
    running:
    mac:~ admin$ /usr/libexec/mysqld --help --verbose | grep '^log'
    log (No default value)
    log-bin (No default value)
    log-bin-index (No default value)
    log-bin-trust-function-creators FALSE
    log-bin-trust-routine-creators FALSE
    log-error
    log-isam myisam.log
    log-queries-not-using-indexes FALSE
    log-short-format FALSE
    log-slave-updates FALSE
    log-slow-admin-statements FALSE
    log-slow-queries (No default value)
    log-tc tc.log
    log-tc-size 24576
    log-update (No default value)
    log-warnings 1
    i don't understand why 'log' shows "no default value". does anyone have a clue?
    thanks!

    i don't understand why 'log' shows "no default value". does anyone have a clue?
    That's easy - by default MySQL doesn't maintain binary logs. They're typically only needed if you're using replication, and if you're using replication then there's a slew of other things you need to change too, so enabling bin logs at that time isn't a big deal.
    In any case, the command you use isn't going to show you the logging setup - that just finds references to 'log' in the help files and has little or no bearing on the current server configuration (any of those settings may have been overwritten in your MySQL configuration).
    The command you want is more like:
    mysqladmin variables | grep log

Maybe you are looking for

  • B1 8.8 crystal report publishing issue

    upgraded to 8.8 last night from b1 2007 have crystal reports that were working with the old CR reports addon for B1 version 2007. I imported the same crystal reports into 8.8 using the report and layout manager. When I go to run the report, the input

  • So much performance data - which are the key ones to see if DB is tuned

    There is so much metrics in SAP CCMS DB02 and DBAcockpit. WHat are some of the key metrics to look for when trying to determine if my DB is tuned properly. Some are obvious like cache hit percentage but I wonder if some one could suggest metrics to l

  • FW800 port on Thunderbolt display?

    The new Thunderbolt display has 1 Firewire 800 port. How would that be used? If you plug your Mac into it, you can't plug a peripheral into it. If you plug your FW disk into it - you can't daisy chain it. Am I missing something? The only reason I cou

  • Wanting to kill the tiger frustrations

    I'm having a frustrating, work lossing, everything going wrong day, please understand my tone if I get rude. I'm running 10.4.3, and have had several frustrations with it. I unknowingly tried to organize and control my fonts via FontBook - and messed

  • ITunes 11.04 is preventing Windows 7 from sleeping

    I just did a fresh installation on a reformatted hard drive of Windows 7 SP1 x64 Ultimate and iTunes 11.04. When iTunes is running, the computer will not go to sleep (aka standby). I've enabled many of the networking features of iTunes (Remote, Home