After ntrans-j2ee, matching ppath objects are ignored

Aa of WS7.0u2, I'm seeing that ppath objects that should match are being ignored whenever an explicit JSP file is specified, but not for any other type. This is different from WS7.0u1 and earlier. In earlier versions, the ppath object always matched, even when an explicit JSP was specified.
Is this behaviour change intentional? I don't see it described in the documentation.
What the documentation says:
When a NameTrans directive is successfully executed, there is a physical path name associated with the requested resource. If the resultant path name matches the ppath (partial path) attribute of another object, the server starts processing directives in the other object before processing directives in the default object for the rest of the request-handling process.
For example, assume obj.conf contains an object as follows:
<Object ppath ="*internal*">
</Object>
In my own case
Given the below obj.conf,
If I ask for a JSP explicitly:
http://servername.example.com/examplesWebApp/index.jspthen the ppath object is ignored and WS passes the request to its own web container (which obviously fails).
If I make an implicit request
http://servername.example.com/examplesWebApp/Then the ppath object in obj.conf matches and the WebLogic proxy service is invoked.
Also, if I specify any non-j2ee (e.g., index.html) file type, the ppath also matches and the proxy service is invoked.
<Object name="default">
AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
NameTrans fn="ntrans-j2ee" name="j2ee"
NameTrans fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal"
PathCheck fn="uri-clean"
PathCheck fn="check-acl" acl="default"
PathCheck fn="find-pathinfo"
PathCheck fn="find-index-j2ee"
PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
ObjectType fn="type-j2ee"
ObjectType fn="type-by-extension"
ObjectType fn="force-type" type="text/plain"
Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
Service method="TRACE" fn="service-trace"
Error fn="error-j2ee"
AddLog fn="flex-log"
</Object>
<Object ppath="*/examplesWebApp/*">
Service fn=wl_proxy WebLogicHost=jwsse10.red.iplanet.com WebLogicPort=7001
</Object>
<Object name="j2ee">
Service fn="service-j2ee" method="*"
</Object>
errors log file for an explicit JSP request:
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing objects for URI /examplesWebApp/index.jsp
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="default"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[29/Sep/2008:21:27:36] fine (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, ntrans-j2ee reports: mapped uri "/examplesWebApp/index.jsp" in context "" to resource "jsp"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object ppath="*/examplesWebApp/*"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="j2ee"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="uri-clean" Directive="PathCheck"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="uri-clean" Directive="PathCheck" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="find-pathinfo" Directive="PathCheck"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="find-pathinfo" Directive="PathCheck" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="find-index-j2ee" Directive="PathCheck"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="find-index-j2ee" Directive="PathCheck" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="find-index" index-names="index.html,home.html,index.jsp" Directive="PathCheck"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="find-index" index-names="index.html,home.html,index.jsp" Directive="PathCheck" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="type-j2ee" Directive="ObjectType"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="type-j2ee" Directive="ObjectType" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="type-by-extension" Directive="ObjectType"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="type-by-extension" Directive="ObjectType" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="force-type" type="text/plain" Directive="ObjectType"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="force-type" type="text/plain" Directive="ObjectType" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="service-j2ee" method="*" Directive="Service"
[29/Sep/2008:21:27:36] fine (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, service-j2ee reports: context=[StandardEngine[com.sun.web-6].StandardHost[jwsse10.red.iplanet.com].StandardContext[]] contextPath=[] wrapper=[StandardEngine[com.sun.web-6].StandardHost[jwsse10.red.iplanet.com].StandardContext[].StandardWrapper[jsp]] servletPath=[/examplesWebApp/index.jsp] pathInfo=[null]
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, service-j2ee reports:   Returning non-STM instance
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing objects for URI /examplesWebApp/index.jsp
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="default"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[29/Sep/2008:21:27:36] fine (10802): trying to GET /examplesWebApp/index.jsp, ntrans-j2ee reports: mapped uri "/examplesWebApp/index.jsp" in context "" to resource "jsp"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 a(REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object ppath="*/examplesWebApp/*"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="j2ee"
[29/Sep/2008:21:27:36] fine (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, service-j2ee reports: JspEngine --> [/examplesWebApp/index.jsp] ServletPath: [/examplesWebApp/index.jsp] PathInfo: [null] RealPath: [/export4/matthew/ws70/7.0.2/instance/https-jwsse10.red.iplanet.com/docs/examplesWebApp/index.jsp] RequestURI: [/examplesWebApp/index.jsp] QueryString: [null]
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing objects for URI /examplesWebApp/index.jsp
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="default"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[29/Sep/2008:21:27:36] fine (10802): trying to GET /examplesWebApp/index.jsp, ntrans-j2ee reports: mapped uri "/examplesWebApp/index.jsp" in context "" to resource "jsp"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object ppath="*/examplesWebApp/*"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="j2ee"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing objects for URI /examplesWebApp/index.jsp
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="default"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[29/Sep/2008:21:27:36] fine (10802): trying to GET /examplesWebApp/index.jsp, ntrans-j2ee reports: mapped uri "/examplesWebApp/index.jsp" in context "" to resource "jsp"
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] fine (10802): Updating accelerator cache
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans"
[29/Sep/2008:21:27:36] fine (10802): Adding /img/sun_logo.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/gradation_header-btm.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/gradation_header.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] fine (10802): Adding /img/footer.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/a.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object ppath="*/examplesWebApp/*"
[29/Sep/2008:21:27:36] fine (10802): Adding /img/sjsws_title_text.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] finest (10802): trying to GET /examplesWebApp/index.jsp, process-uri-objects reports: processing object name="j2ee"
[29/Sep/2008:21:27:36] fine (10802): Adding /img/footer_R.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/footer_L.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/content_hline.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/gradation_header_R.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/gradation_header_L.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] fine (10802): Adding /img/side_bg.gif for virtual server jwsse10.red.iplanet.com to the accelerator cache
[29/Sep/2008:21:27:36] failure (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, service-j2ee reports: PWC6117: File "/export4/matthew/ws70/7.0.2/instance/https-jwsse10.red.iplanet.com/docs/examplesWebApp/index.jsp" not found
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="service-j2ee" method="*" Directive="Service" returned -1 (REQ_ABORTED)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="error-j2ee" Directive="Error"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="error-j2ee" Directive="Error" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: executing fn="flex-log" Directive="AddLog"
[29/Sep/2008:21:27:36] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/index.jsp, func_exec reports: fn="flex-log" Directive="AddLog" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:28:07] finest (10802): Validating accelerator cache entries
errors log file for an implicit request:
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, process-uri-objects reports: processing objects for URI /examplesWebApp/
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, process-uri-objects reports: processing object name="default"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="/export4/matthew/ws70/7.0.2/instance/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, process-uri-objects reports: processing object ppath="*/examplesWebApp/*"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="uri-clean" Directive="PathCheck"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="uri-clean" Directive="PathCheck" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="find-pathinfo" Directive="PathCheck"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="find-pathinfo" Directive="PathCheck" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="find-index-j2ee" Directive="PathCheck"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="find-index-j2ee" Directive="PathCheck" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="find-index" index-names="index.html,home.html,index.jsp" Directive="PathCheck"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="find-index" index-names="index.html,home.html,index.jsp" Directive="PathCheck" returned -2 (REQ_NOACTION)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="type-j2ee" Directive="ObjectType"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="type-j2ee" Directive="ObjectType" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="type-by-extension" Directive="ObjectType"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="type-by-extension" Directive="ObjectType" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="force-type" type="text/plain" Directive="ObjectType"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="force-type" type="text/plain" Directive="ObjectType" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="wl_proxy" WebLogicHost="jwsse10.red.iplanet.com" WebLogicPort="7001" Directive="Service"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="wl_proxy" WebLogicHost="jwsse10.red.iplanet.com" WebLogicPort="7001" Directive="Service" returned 0 (REQ_PROCEED)
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: executing fn="flex-log" Directive="AddLog"
[29/Sep/2008:21:27:20] finest (10802): for host 129.150.21.23 trying to GET /examplesWebApp/, func_exec reports: fn="flex-log" Directive="AddLog" returned 0 (REQ_PROCEED)

Here you go:
[07/Oct/2008:15:37:23] finest ( 2528): Processing /examples/jsp/jsp2/el/basic-arithmetic.jsp for 10.4.161.180 using NSAPI
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing objects for URI /examples/jsp/jsp2/el/basic-arithmetic.jsp
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="default"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[07/Oct/2008:15:37:23] fine ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, ntrans-j2ee reports: mapped uri "/examples/jsp/jsp2/el/basic-arithmetic.jsp" in context "" to resource "jsp"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples/*"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="j2ee"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="check-acl" acl="default" Directive="PathCheck"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="check-acl" acl="default" Directive="PathCheck" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] fine ( 2528): acl user: match on user = (anyone)
[07/Oct/2008:15:37:23] fine ( 2528): GET requests for virtual server nkobrins.dev.ad.entrust.com can safely bypass ACL checks
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="uri-clean" Directive="PathCheck"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="uri-clean" Directive="PathCheck" returned 0 (REQ_PROCEED)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="find-pathinfo" Directive="PathCheck"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="find-pathinfo" Directive="PathCheck" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="find-index-j2ee" Directive="PathCheck"
[07/Oct/2008:15:37:23] fine ( 2528): Updating accelerator cache
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="find-index-j2ee" Directive="PathCheck" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="find-index" index-names="index.html,home.html,index.jsp" Directive="PathCheck"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="find-index" index-names="index.html,home.html,index.jsp" Directive="PathCheck" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="type-j2ee" Directive="ObjectType"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="type-j2ee" Directive="ObjectType" returned 0 (REQ_PROCEED)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="type-by-extension" Directive="ObjectType"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="type-by-extension" Directive="ObjectType" returned 0 (REQ_PROCEED)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="force-type" type="text/plain" Directive="ObjectType"
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="force-type" type="text/plain" Directive="ObjectType" returned 0 (REQ_PROCEED)
[07/Oct/2008:15:37:23] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="service-j2ee" method="*" Directive="Service"
[07/Oct/2008:15:37:23] fine ( 2528): Attaching thread service-j2ee-3 to JVM
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: org.apache.tomcat.util.buf.UDecoder null FINEST
[07/Oct/2008:15:37:23] finer ( 2528): Logger init: Name=[org.apache.tomcat.util.buf.UDecoder], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: org.apache.tomcat.util.http.Cookies null FINEST
[07/Oct/2008:15:37:23] finer ( 2528): Logger init: Name=[org.apache.tomcat.util.http.Cookies], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: org.apache.tomcat.util.http.Parameters null FINEST
[07/Oct/2008:15:37:23] finer ( 2528): Logger init: Name=[org.apache.tomcat.util.http.Parameters], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: org.apache.coyote.tomcat5.MapperListener null FINEST
[07/Oct/2008:15:37:23] finer ( 2528): Logger init: Name=[org.apache.coyote.tomcat5.MapperListener], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: javax.enterprise.system.container.web.pwc com.sun.enterprise.web.logging.pwc.LogStrings null
[07/Oct/2008:15:37:23] finer ( 2528): Logger init: Name=[javax.enterprise.system.container.web.pwc], Level=[null], Parent=[javax.enterprise.system.container.web], UseParentHandlers=[true], Handlers=[], ResourceBundle=[com.sun.enterprise.web.logging.pwc.LogStrings]
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: org.apache.coyote.tomcat5.InputBuffer null INFO
[07/Oct/2008:15:37:23] finer ( 2528): Logger init: Name=[org.apache.coyote.tomcat5.InputBuffer], Level=[INFO], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: org.apache.tomcat.util.buf.UEncoder null FINEST
[07/Oct/2008:15:37:23] finer ( 2528): Logger init: Name=[org.apache.tomcat.util.buf.UEncoder], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:23] finer ( 2528): initializeServerLogger: org.apache.coyote.tomcat5.OutputBuffer null INFO
[07/Oct/2008:15:37:24] finer ( 2528): Logger init: Name=[org.apache.coyote.tomcat5.OutputBuffer], Level=[INFO], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:24] finer ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: initializeServerLogger: org.apache.tomcat.util.buf.B2CConverter null FINEST
[07/Oct/2008:15:37:24] finer ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: Logger init: Name=[org.apache.tomcat.util.buf.B2CConverter], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:24] finer ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: initializeServerLogger: org.apache.tomcat.util.buf.StringCache null FINEST
[07/Oct/2008:15:37:24] finer ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: Logger init: Name=[org.apache.tomcat.util.buf.StringCache], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:24] finer ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: initializeServerLogger: org.apache.tomcat.util.http.ServerCookie null FINEST
[07/Oct/2008:15:37:24] finer ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: Logger init: Name=[org.apache.tomcat.util.http.ServerCookie], Level=[FINEST], Parent=[], UseParentHandlers=[true], Handlers=[], ResourceBundle=[null]
[07/Oct/2008:15:37:24] fine ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: context=[StandardEngine[com.sun.web-1].StandardHost[nkobrins.dev.ad.entrust.com].StandardContext[]] contextPath=[] wrapper=[StandardEngine[com.sun.web-1].StandardHost[nkobrins.dev.ad.entrust.com].StandardContext[].StandardWrapper[jsp]] servletPath=[/examples/jsp/jsp2/el/basic-arithmetic.jsp] pathInfo=[null]
[07/Oct/2008:15:37:24] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports:   Returning non-STM instance
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing objects for URI /examples/jsp/jsp2/el/basic-arithmetic.jsp
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="default"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[07/Oct/2008:15:37:24] fine ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, ntrans-j2ee reports: mapped uri "/examples/jsp/jsp2/el/basic-arithmetic.jsp" in context "" to resource "jsp"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples/*"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="j2ee"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples"
[07/Oct/2008:15:37:24] fine ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: JspEngine --> [/examples/jsp/jsp2/el/basic-arithmetic.jsp] ServletPath: [/examples/jsp/jsp2/el/basic-arithmetic.jsp] PathInfo: [null] RealPath: [c:/program files/sun/webserver7/https-nkobrins.dev.ad.entrust.com/docs/examples/jsp/jsp2/el/basic-arithmetic.jsp] RequestURI: [/examples/jsp/jsp2/el/basic-arithmetic.jsp] QueryString: [null]
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing objects for URI /examples/jsp/jsp2/el/basic-arithmetic.jsp
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="default"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[07/Oct/2008:15:37:24] fine ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, ntrans-j2ee reports: mapped uri "/examples/jsp/jsp2/el/basic-arithmetic.jsp" in context "" to resource "jsp"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples/*"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="j2ee"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing objects for URI /examples/jsp/jsp2/el/basic-arithmetic.jsp
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="default"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true" Directive="AuthTrans" magnus-internal="1" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="*/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="assign-name" name="servlet" from="/examples/*" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="ntrans-j2ee" name="j2ee" Directive="NameTrans"
[07/Oct/2008:15:37:24] fine ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, ntrans-j2ee reports: mapped uri "/examples/jsp/jsp2/el/basic-arithmetic.jsp" in context "" to resource "jsp"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="ntrans-j2ee" name="j2ee" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal" Directive="NameTrans" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples/*"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="j2ee"
[07/Oct/2008:15:37:24] finest ( 2528): trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, process-uri-objects reports: processing object name="servlet" ppath="*/examples"
[07/Oct/2008:15:37:24] failure ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, service-j2ee reports: PWC6117: File "c:/program files/sun/webserver7/https-nkobrins.dev.ad.entrust.com/docs/examples/jsp/jsp2/el/basic-arithmetic.jsp" not found
[07/Oct/2008:15:37:24] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="service-j2ee" method="*" Directive="Service" returned -1 (REQ_ABORTED)
[07/Oct/2008:15:37:24] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="error-j2ee" Directive="Error"
[07/Oct/2008:15:37:24] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="error-j2ee" Directive="Error" returned -2 (REQ_NOACTION)
[07/Oct/2008:15:37:24] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: executing fn="flex-log" Directive="AddLog"
[07/Oct/2008:15:37:24] finest ( 2528): for host 10.4.161.180 trying to GET /examples/jsp/jsp2/el/basic-arithmetic.jsp, func_exec reports: fn="flex-log" Directive="AddLog" returned 0 (REQ_PROCEED)
[07/Oct/2008:15:37:54] fine ( 2528): reaping 1 keep-alive connections
[07/Oct/2008:15:37:54] finest ( 2528): keep-alive subsystem closing 1 connections
[07/Oct/2008:15:37:55] fine ( 2528): entering low latency modeEdited by: nat_kob on Oct 7, 2008 12:42 PM
I have a single obj.conf

Similar Messages

  • What is match code object?

    hello all
    what is match code object? how to use the match code objects in our program?

    Hi ,
    Match Code object is used to attach an F4 help to any field.
    whenever you cant find any F4 help for any field you just attach an Match Code Object to the Parameter / Select options.
    Match COde objects are like Search Help created in SE11. if you cant find any standard Match Code object then you can create a Search Help in SE11 and attach it to the field , then you will have the F4 Help.
    Hope this is helpful to you.
    Regards,
    Vivek Shah

  • FM for match code object

    How to use match code object in a FM ?
    what is the FM for that?

    Hi ,
    Match Code object is used to attach an F4 help to any field.
    whenever you cant find any F4 help for any field you just attach an Match Code Object to the Parameter / Select options.
    Match COde objects are like Search Help created in SE11. if you cant find any standard Match Code object then you can create a Search Help in SE11 and attach it to the field , then you will have the F4 Help.
    Hope this is helpful to you.

  • How to ensure locks on objects are released after one transaction

    Hi,
    While a program is performing successive operations over the same object, there can be a scenario that after the first operation is completed it may still have a lock over the object. This would result that the object is not available for locking to proceed with the second operation. Hence, the entire record processing would end up in errors. So how we can ensure that after the first operation the locks are released ?
    Regards,
    Ratheesh

    Hi Bhaskaran,
    Please note the Implicit locks set by the system will be deleted whenever the system finds a commit or rollback actions either implicitly or explicitly.
    implicit release of locks takes place whenever there is a CALL SCREEN, LEAVE TO SCREEN,
    SUBMIT PROGRAM, LEAVE TO TRANSACTION, CALL FUNCTION etc.
    for more info Please go through the SAP LUW concept
    Regards
    Ramchander Rao.K

  • Very strange stuff happening after disabling iTunes Match on iPhone - letter headings are wrong?

    So I finally got fed up of Match today when my Music.app crashed and would not open at all.  I've had all the problems with artwork and playlists not showing up then appearing then disappearing again but persevered with it as I had paid and waited ages for upload but this was the final straw.  I switched Match off on iPhone and switched phone off and on.  Having done this it would open again but the letter headings for artist, song, album, etc are now wrong.  All the A artists are listed under K, B under L and so on until P artists which are listed under Z.  All artists, songs and albums with titles beginning Q onward are listed under 123.  I have attached a photo to show what I mean:
    Has anyone else experienced this?  I will also add that even after switching off Match on iPhone, signing out of iTunes store and syncing iPhone with iTunes I still seem to have Match on and still am missing artwork which should be there.  The whole thing is a total shambles!

    Hi, thanks for the answer.  I had already tried the above steps and it still did not fix the issue with the letters.  I also still had cloud symbols against some artists/albums although only songs on the phone appeared to actually show up.
    I seem to now have resolved the issue by restoring the phone.  Certainly the heading letter issue is no more and the music seems to be back to the state it was in before I put on Match which is surprising but pleasing.  Best of all my artwork is working again.  Hallelujah!
    I have never restored it before in 18 months and wasn't sure to what extent the phone is restored so I am happy to see everything seems to be back to normal even remembering passwords and so on.  Hopefully I will see some general improvements in performance of the phone and I will try Match again an a couple of months if/when I hear it has improved!

  • Garbage Collection: how many objects are created after for loop?

    Please see the fallowing java code
    1 public class Test1 {
    2     
    3     public static void main(String[] args) {
    4          
    5          MyObj obj = null;
    6          for(int i=0;i<5;i++){
    7               obj = new MyObj();
    8          }
    9 // do something
    10
    11     }
    12 }
    so my question is How may objects are eligible for garbage collection at line no: 9 (// do something)?

    so my question is How may objects are eligible for
    garbage collection at line no: 9 (// do something)?It's impossible to answer that question since we don't know how MyObj is implemented.
    Kaj

  • Premiere Pro CC and Encore CC are ignoring the Target and Maximum Bitrates

    Adobe Premiere Pro CC and Adobe Encore CC are ignoring the Target and Maximum Bitrates settings in the export window, The files that are exported are much smaller than what the estimated size of the file should be shown in the export window and are highly compressed. What can cause such an issue?
    I haven't drastically changed my presets.

    There is a very definite bug in the Adobe Media Encoder engine which is used in both Premiere Pro and After Effects.  H.264 exports seem to randomly choose their own export quality, using 2-pass VBR.  I have found with some DV-size exports on 'match quality' in Premiere Pro, that setting the export above 10Mbps pushes the quality down to well under 1Mbps, e.g. 167kbps.  I've found that using the default min 6, max 8 seems to work the best.  I've worked with this on two different machines and fiddled with it extensively and this is definitely NOT an intended 'feature'.  In fact, I have found that exporting from the same sequence, if I select the first 20 seconds, I get very low bitrate, but if I select 30 seconds or more, I get the higher bitrate that I want!  And I tend to get different results when I enable and disable 'use previews'.
    I am also having some trouble with missing frames when exporting progressive animation files to h.264 mp4 files that never occured before.  Not sure yet if this is related to the same issue, but interestingly, I don't get the 'blinking' missing frames issue when the bitrate drops itself down to a very low 150-200kbps.  When I do get the export rate up higher, then the missing frames on just this animation clip return.
    So, after my tests, here is a screen capture of sample export settings (yes, 15Mbps is a very high bitrate for DV, but the same happens at 6Mbps or 7 or whatever I try in some cases):
    This gave me a 1.5MB file with a reported 167kbps bitrate and a quality level as shown below:
    A currently working 'workaround' is to use 1-pass VBR which gives me a crisp, clean 5.5MB file.  Would a few others please try to reproduce this so we can get it escalated to bug status?  I'll report it if you can confirm it there, this is happening on two computers here.
    Thanks,
    Sean

  • Unable to remove a host from VMM - Error (2606) Unable to perform the job because one or more of the selected objects are locked by another job.

    I am unable to remove a host from my Virtual Machine Manager 2012 R2. I receive the following error:
    Error (2606)
    Unable to perform the job because one or more of the selected objects are locked by another job.
    Recommended Action
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    I have already tried running the following command in SQL Server Management Studio
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    I received this error back:
    Msg 8169, Level 16, State 2, Line 1
    Conversion failed when converting from a character string to uniqueidentifier.
    I have also tried rebooting both the host and the Virtual Machine Manager Server.  After rebooting them both, I still receive the same error when trying to remove the host.
    Here are my server details
    VMM Server OS = Windows 2012 Standard
    VMM Version = 2012 R2 3.2.7510.0
    Host OS = Windows 2012 R2 Datacenter
    Host Agent Version = 3.2.75.10.0
    SQL Server OS = Windows 2012 Datacenter
    SQL Version = 2012 SP 1 (11.0.3000.0)

    Hi there,
    How many hosts are you managing with your VMM server?
    The locking job might be the background host refresher job. Did you see any jobs in the jobs view, when the host removal job failed?
    If there is no active jobs in the jobs view when this host removal job fails, can you please turn on the VMM tracing, retry the host removal, and paste back the traces for the failed job (search for exception and paste the whole stack)?
    Thanks!
    Cheng

  • Duplicate Resource Objects  are displayed while provisioning the resource

    Duplicate Resource Objects are displayed while provisioning the resource to organization after creating a new workflow through export and import process.
    A workfolw already exists in the environment and I am trying to replicate the work flow with a different name . So i import all the components related to provisioning workflow rename the names of the components and make the necessary changes and import it back. after this I am getting Duplicate Resource Objects being displayed while provisioning the resource to organization .plz help.its urgent

    I have tried this process thrice not able to solve this problem ......unchecking allow multiple ..i don t think matters as this is provisioning to org ...n what i am telling is the list from which u select the resources to be provisioned --that list shows duplicate resource object names at a time..Each time I import an xml the number of same resource object names being displayed in the list increases ...So If I have imported three workflows then (say Resorce Object AD) appears thrice in the list. I have not given the resource objects same name in all the workflows for this to happen
    Sahana

  • My external LaCie drive gets an error message "the disc you inserted was not readable by this computer." The only options offered are "ignore" or "eject" Disk Utility sees the disc but does not give a repair option. What can I do?

    When I plug in my external LaCie drive I get an error message "the disc you inserted was not readable by this computer."
    The only options offered are "ignore" or "eject"
    Disk Utility sees the disc but does not give a repair option.
    What can I do?

    The good thing about mac-centric resellers such as OWC, is they have people on staff that can answer questions without you buying things first. They also have how-to information, and instructions are included in many of their products. I saw a link to watch a DIY video in one of their pages; an example of a RAID (with its own power supply) is shown on their drives page. Also a few in there, with no power supplies, for less money.
    If I were looking to backup and perhaps also have a partition for a system clone, I'd consider something like one of these: http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB
    Some ideas on the RAID backup methods appear in google search, some of the pages are ideas and concepts; and the better ones also warn about using RAID for the only backup plan.
    Oh, OWC has live chat. Haven't tried it, nor have I bought anything from them. I have what appears to be two products from them, but have not used either. One is in a box as-new, but has only USB2.0 ports & my Macs needed FW400/800. It has been said their RAM is a good way to upgrade, too. But I can't confirm!
    A 'RAID-ready' unit for backup may be more versatile for just that, but I have not checked into these details. I use single HDDs in powered enclosures, and usually manually make backup clones to FW drives, of bootable OS X systems. Some of the OWC raid-ready use eSATA ports so that may not be viable for a computer without them.
    The unused in-box external drive I have is like the base model in the link above. However mine is USB2.0 (maybe) and won't boot my older Macs due to hardware variance; and my preference would be for FireWire options, these models do offer that. But the one I have does not. Dual 500GB HDDs, and they could be used in tandem as a RAID. That would be a choice set up in software. I'm not sure and not interested enough to read up just now.
    My backup method is not automatic, or a moving backup plan, if I don't get a move-on and make full system clones. I do make copies of photos and documents the manual way, to USB external drives; and occasionally backup to DVD or CD media. And USB flash, that helps to move files between computers without need to use file sharing via wi-fi. {Like Why fly? Walking is better exercise unless one is a bird. Squawk!}
    https://www.google.com/#q=raid+backup+mac
    Depending on the ports in your Mac, you may be able to use other cables to attach between a backup or externally enclosed hard disk drive with multiple partition and bootable clone in one of them. Not sure about the Thunderbolt, and where that is the main port, adapters are required to access other devices, as allowed.
    Anyway, I am going on and on, yet not really saying anything.
    My ideas would not be all that interesting to follow as a backup
    plan when matching available newer hardware to task, but you
    can get some into better ideas if you are not in a rush. Get a
    good setup and then look into more an betterer stuff.
    Good luck & happy computing!

  • Flex SDK 3.2 : Unmarshalling issue : SOAP objects are not deserialized completely

    Hi everybody !
    I have a strange problem with SOAP deserialization in flex 3.2, and I thought this forum will be the best place to get answers ...
    When I try to fetch some objects (like the ones shown below), the XMLDecoder does not deserialize all the properties.
    In this case, it stops at the property named "rating". After it, all other data are lost.
    I've used the flex builder debugger to locate the problem, and this lead me to the following method in the XMLDecoder class :
    getApplicableValues(parent:*, valueElements:XMLList, name:QName,context:DecodingContext, maxOccurs:uint):XMLList:
    State of the variables, before the "bug" :
    The strange behavior appears after the five first properties had been deserialized correctly.
    At this step : startIndex = 5, and the next property to unmarshall is "user" (according to the MExpertNotes object mapping)
    the valueElement's list contains the following elements :
    to simplify the notation, I will write only the position in the list and the xml tag name (see the complete soap response for more details at the end of this post)
    (position, fieldName)
    (0, ID) -> inherited from MotocycletteObjectImpl
    (1,comment)
    (2, noteValidation) (a Bean, never returned by our service -> set to null)
    (3,noteValidationID)
    (4,rating)
    (5,timeOfCreation) -> inherited from MotocycletteObjectImpl
    (6,user) (a Bean, never returned by our service -> set to null)
    (7,userExpert) (a Bean, never returned by our service -> set to null)
    (8,userExpertID)
    (9,userID)
    (10,version) -> inherited from MotocycletteObjectImpl
    when it enters the for loop, at the first iteration the valueElements[i].name is equals to "timeOfCreation" and the name parameter is equal to "user".
    so this test : if (name == null || valueElements[i].name() == name
    || ((name.uri == "" || name.uri == null)
    && name.localName == valueElements[i].name().localName))
    returns false. The skipAhead variable is set to false (and i don't understand why). It stops iterating over the valueElementList, and so, skips all other properties.
    Is this a bug ? Does a workaround exists ?
    This affects many of our objects.
    Any help would be greatly appreciated.
    Best regards,
    Jules Pajot
    R&D engineer for Mikros Image
    www.mikrosimage.fr
    [EDIT] : My Message was too long, so I put the complete message here :
    http://docs.google.com/View?docid=dd6j35ft_38grb9c7cr
    PS : I apologize for my english wich is far from perfect :)
    As a reminder , the XMLDecoder class method ( line 2204 ):

    <div class=Section1><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>The holidays are starting here.  The experts in the area may<br />already be away.  Please file a bug.  It might help if you can simplify your<br />test case to use an XML file that is local so we don&#8217;t need your server<br />connection.<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><br /><br /><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span<br />style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Jules Pajot<br />[mailto:[email protected]] <br><br /><b>Sent:</b> Tuesday, December 23, 2008 9:05 AM<br><br /><b>To:</b> [email protected]<br><br /><b>Subject:</b> Re: Flex SDK 3.2 : Unmarshalling issue : SOAP objects are not<br />deserialized completely<o:p></o:p></span></p><br /><br /></div><br /><br /><p class=MsoNormal><o:p> </o:p></p><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>A new message was posted by<br />Jules Pajot in <br><br /><br><br /><b>Developers</b> --<br><br />  Flex SDK 3.2 : Unmarshalling issue : SOAP objects are not<br />deserialized completely<br><br /><br><br />Nobody has an idea about my problem ? <o:p></o:p></p><br /><br /><div class=MsoNormal><br /><br /><hr size=2 width=200 style='width:150.0pt' align=left><br /><br /></div><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>View/reply at <a<br />href="http://www.adobeforums.com/webx?13@@.59b74f93/0">Flex SDK 3.2 :<br />Unmarshalling issue : SOAP objects are not deserialized completely</a><br><br />Replies by email are OK.<br><br />Use the <a<br />href="http://www.adobeforums.com/webx?280@@.59b74f93!folder=.3c060fa3">unsubscribe</a>< br />form to cancel your email subscription.<o:p></o:p></p><br /><br /></div>

  • How to verify whether the persistence unit objects are persistent or not?

    How to verify whether the persistence unit objects are persistent or not?
    I have successfully configure and deploy the Employees object as a persistence unit in Oracle Coherence according to the guide of Chapter 6 of Tutorial for Oracle Coherence 3.5.
    Using the RunEmployeeExample script, I have got the right results. I can see that after the cache object is updated, the database table (Employees) is also updated accordingly. The following is the output:
    2009-11-05 11:09:55.043/53.467 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:09:54.867, Add
    ress=192.168.8.80:8089, MachineId=24656, Location=process:1684, Role=OracleRunEmployeeExample) joined Cluster with senior member 1
    2009-11-05 11:09:55.604/54.028 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service Management with senior memb
    er 1
    2009-11-05 11:09:56.885/55.309 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{Sta
    te=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=8089,localport=4084]}
    2009-11-05 11:09:57.847/56.281 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service JpaDistributedCache with se
    nior member 1
    2009-11-05 11:09:57.917/56.341 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Service JpaDistributed
    Cache: sending ServiceConfigSync containing 258 entries to Member 2
    2009-11-05 11:10:04.086/62.510 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Deferring the distribu
    tion due to 1 pending configuration updates
    [EL Info]: 2009-11-05 11:10:14.36--ServerSession(2883071)--EclipseLink, version: Eclipse Persistence Services - 1.1.1.v20090430-r4097
    [EL Info]: 2009-11-05 11:10:22.312--ServerSession(2883071)--file:/C:/JDeveloper/mywork/AppJPA/JPA/classes/-JPA login successful
    2009-11-05 11:10:24.305/82.729 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): 3> Transferring 128 ou
    t of 257 primary partitions to member 2 requesting 128
    2009-11-05 11:10:25.697/84.121 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache:JpaDistributedCache, member=1): 1> Transferring 129 ou
    t of 129 partitions to a node-safe backup 1 at member 2 (under 129)
    2009-11-05 11:10:25.857/84.281 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Transferring 0KB of ba
    ckup[1] for PartitionSet{128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151,
    152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180,
    181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209,
    210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238,
    239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256} to member 2
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: disconnected from member 2 due to a kill r
    equest
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 left service Management with senior member
    1
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 left service JpaDistributedCache with seni
    or member 1
    2009-11-05 11:10:40.708/99.132 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:10:40.708, Add
    ress=192.168.8.80:8089, MachineId=24656, Location=process:1684, Role=OracleRunEmployeeExample) left Cluster with senior member 1
    2009-11-05 11:10:40.879/99.303 Oracle Coherence GE 3.5.2/463 <Info> (thread=DistributedCache:JpaDistributedCache, member=1): Restored from backup
    128 partitions
    2009-11-05 11:10:40.879/99.303 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache:JpaDistributedCache, member=1): 0, 1, 2, 3, 4, 5, 6, 7
    , 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 4
    4, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80
    , 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 11
    3, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
    2009-11-05 11:28:39.800/1178.224 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:28:39.635, A
    ddress=192.168.8.80:8089, MachineId=24656, Location=site:metsys.metex.com,machine:mw12,process:1752, Role=CoherenceConsole) joined Cluster with s
    enior member 1
    2009-11-05 11:28:40.231/1178.655 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service Management with senior me
    mber 1
    2009-11-05 11:28:41.633/1180.057 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{S
    tate=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=8089,localport=4143]}
    2009-11-05 11:30:01.658/1260.082 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service DistributedCache with sen
    ior member 2But I cannot verify if the persistence unit is still persistent.
    Edited by: jetq on Nov 5, 2009 11:49 AM

    I start a Coherence Console in another Windows Command Prompt as the following:
    D:\coherence\bin>  coherence.cmd
    ** Starting storage disabled console **
    java version "1.6.0_11"
    Oracle Coherence Version 3.5.2/463
    Grid Edition: Development mode
    Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
    2009-11-05 11:57:22.167/9.734 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Service Cluster joined th
    e cluster with senior service member n/a
    2009-11-05 11:57:22.197/9.764 Oracle Coherence GE 3.5.2/463 <Info> (thread=Cluster, member=n/a): Failed to satisfy the v
    ariance: allowed=16, actual=20
    2009-11-05 11:57:22.197/9.764 Oracle Coherence GE 3.5.2/463 <Info> (thread=Cluster, member=n/a): Increasing allowable va
    riance to 17
    2009-11-05 11:57:22.677/10.244 Oracle Coherence GE 3.5.2/463 <Info> (thread=Cluster, member=n/a): This Member(Id=3, Time
    stamp=2009-11-05 11:57:22.392, Address=192.168.8.80:8089, MachineId=24656, Location=process:460, Role=CoherenceConsole,
    Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1) joined cluster "cluster:0xD3FB" with senior Member(Id
    =1, Timestamp=2009-11-05 11:09:09.738, Address=192.168.8.80:8088, MachineId=24656, Location=process:1816, Role=Coherence
    Server, Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1)
    2009-11-05 11:57:22.737/10.304 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service
    Management with senior member 1
    2009-11-05 11:57:22.737/10.304 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service
    JpaDistributedCache with senior member 1
    2009-11-05 11:57:23.108/10.675 Oracle Coherence GE 3.5.2/463 <D5> (thread=Invocation:Management, member=3): Service Mana
    gement joined the cluster with senior service member 1
    2009-11-05 11:57:23.759/11.326 Oracle Coherence GE 3.5.2/463 <D5> (thread=TcpRingListener, member=3): TcpRing: connectin
    g to member 1 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=4168,localport=8089]}
    SafeCluster: Name=cluster:0xD3FB
    Group{Address=224.3.5.2, Port=35463, TTL=4}The previous output shows that this Coherence console (the client side) has already joined the JPA server.
    But the following output shows us that this console cannot access the Employees cache and cannot get the object entry. Why?
    Map (?): cache Employees
    2009-11-05 12:11:41.653/869.220 Oracle Coherence GE 3.5.2/463 <Info> (thread=main, member=3): Loaded cache configuration
    from "jar:file:/D:/coherence/lib/coherence.jar!/coherence-cache-config.xml"
    2009-11-05 12:11:43.055/870.622 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache, member=3): Service Distribu
    tedCache joined the cluster with senior service member 3
    <distributed-scheme>
      <!--
      To use POF serialization for this partitioned service,
      uncomment the following section
      <serializer>
      <class-
      name>com.tangosol.io.pof.ConfigurablePofContext</class-
      name>
      </serializer>
      -->
      <scheme-name>example-distributed</scheme-name>
      <service-name>DistributedCache</service-name>
      <backing-map-scheme>
        <local-scheme>
          <scheme-ref>example-binary-backing-map</scheme-ref>
        </local-scheme>
      </backing-map-scheme>
      <autostart>true</autostart>
    </distributed-scheme>
    Map (Employees): list
    2009-11-05 12:11:48.402/875.969 Oracle Coherence GE 3.5.2/463 <Error> (thread=main, member=3):
    java.lang.RuntimeException: Storage is not configured
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.onMissing
    Storage(DistributedCache.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureReq
    uestTarget(DistributedCache.CDB:33)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendParti
    tionedRequest(DistributedCache.CDB:31)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.size(Dist
    ributedCache.CDB:13)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap$EntrySet.
    size(DistributedCache.CDB:1)
            at com.tangosol.util.ConverterCollections$ConverterEntrySet.size(ConverterCollections.java:2720)
            at com.tangosol.coherence.component.application.console.Coherence.doList(Coherence.CDB:74)
            at com.tangosol.coherence.component.application.console.Coherence.processCommand(Coherence.CDB:442)
            at com.tangosol.coherence.component.application.console.Coherence.run(Coherence.CDB:39)
            at com.tangosol.coherence.component.application.console.Coherence.main(Coherence.CDB:3)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.tangosol.net.CacheFactory.main(CacheFactory.java:1400)Edited by: jetq on Nov 5, 2009 12:18 PM

  • Urgent issue in transport - ID objects are missing

    Hi Gurus
    I used CTS+ to transport request to IR and ID (SAP PI).
    The transport to repository has successfully been done. However the ID objects are not visible. I have checked the changelists but its not visible there.
    In cache notification I can some notifications with green status for user 
    *nwdi_ctsadm.
    --Priyanka

    Hi,
    You have asked the same question earlier and it was answered.
    Please check it.
    Re: after transport - objects are not visible in ID
    Rakesh

  • Match code Object

    Hi,
    Please guide me, what is the effect of addition match code object.
    How the match code object works.
    Thanks.
    Regards,
    Anuja

    Hi,
      Matchcodes are defined in two stages in Abap/4 Dictionary:
    1) The revelant table and fields are stipulated in matchcode object. A matchcode object describes the set of all possible search paths for a search item.
    2) One or more matchcode ID can be defined for a matchcode object.  A matchcode ID describes a special search path for a search term.The fields or combination of fields via which the search is to take place is defined in the matchcode ID.
      REPORT z_sdn.
    PARAMETERS p_carrid TYPE s_carr_id
               MATCHCODE OBJECT demo_f4_de.
    WRITE:
      p_carrid.
      Check out these links
    http://help.sap.com/saphelp_nw70/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://www.*******************/2007/11/match-code-objects-in-abap.html
    Regards
    Abhijeet

  • Match code objects

    Hi all
    can any one let me know about the match code objects??
    Thanks and Regards
    Arun Joseph

    Hi,
    For many entry fields, but not all, SAP provides a search function called a Matchcode. Matchcodes allow you to select a value from a list or search for a value by categories of data if there are many possibilities.
    Types of Matchcodes
    Matchcodes fall into three basic categories:
    1) Short list or hit list
    The values are listed on one screen. For longer lists, you may need to scroll down to see all the values.
    2) Restrict Value Range
    Many entries are available for the field. A number of tabbed screens with different categories display so that you can enter your search criteria.
    3) Calendar search
    A calendar-type dialog box is displayed so that you can select day, month, and year. This is used in date fields such as invoice posting date.
    Matchcodes were replaced with Search Helps starting with Release 4.0. Please use search helps to assign an input help to a field.
    Existing matchcodes were automatically converted to search helps. A matchcode object is hereby converted to a collective search help with the same name. Each matchcode ID of the matchcode object is converted into an elementary search help with the same name and assigned to the collective search help created from the matchcode object.
    A matchcode is a means of finding data records stored in the system. The matchcode is defined in the ABAP Dictionary in two steps:
    You first define the relevant tables and fields for the search in a matchcode object. A matchcode object describes the set of all possible search paths for a search string.
    You then create one or more matchcode IDs for a matchcode object. A matchcode ID describes a special search path for a search string. The matchcode ID defines the fields or field combinations to be used in the search.
    A search help can be created in ABAP Dictionary ( tcode se11 )
    Create a new search help (say myHelp) , choose Elementary search help (simple one), select Definitions tab, enter the table name(say myTable) in "Text Table" text box.
    Then enter the column to be used (say myField) for this help in search help parameter, choose Import/Export, give Lpos as 1, and activate. ( You can add more columns from the same table here).
    In report, code as
    parameter p1 like myTable-myField matchcode object myHelp.
    when you execute this report, p1 will have a f4 help enabled. The help list will have all values from myTable for field myField.
    You can do this in SE11 where you have an option for the same
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelphome.htmhttp://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    This is also a good link
    What are Search Helps, How to create and whats the Use ?
    Regards,
    Shiva.

Maybe you are looking for

  • Can I change all fonts in iMovie at once?

    I have been asked to change the font to match my organisation's branding. Rather than going into each individual slide and clicking on the "Show Font" button, I am wondering if I can do them all at once. Thanks.

  • REG:: Error in deploying a DC.

    Dear All, I was able to deploy the application without any errors in NWDS. But when I was deploying the DC, it was giving the following error:: java.lang.ClassNotFoundException: jxl.format.CellFormat - Loader Info - ClassLoader name: [axis/portal_dev

  • Looks like I bought a narcoleptic PowerBook..

    It's been about 8 years since these babies were manufactured. Since then has anyone actually come across a solution? Maybe on some random persons blog? I've found a lot of things out about these old computers (How to natively and smoothly play 720p a

  • My iPad won't turn in or charge. Any ideas?

    Used my iPad all morning and when I came back from lunch the screen was black. I plugged it in and it won't charge. Any one else have this issue?

  • User password maintenance

    People, I know this is an old favourite but I can't find a definitive answer. In my web app I want to provide the user with a page for changing their password. I don't want to use the OID manager web site. So, unsurprisingly I am looking for an API t