Creating a default HTTP handler...

Could someone tell me if there is a way to force all HTTP (or specifically SOAP) messages to go through a custom handler? I know how to create a custom handler for a specific service, but what I really want is a sniffer, something that will intercept all web traffic and record metrics for certain message types (web services).
Thanks,
         -David-

You should be able to install a handler at a high level and interpret all calls that that come through that node and the lower ones.  The SICF handlers are processed in a hierarchy.  They are processed one by one until a handler finally sets the flag to no further processing is necessary.
Check out the weblog on ALFS.
<a href="/people/brian.mckellar/blog/2005/06/12/bsp-in-depth-abap-look-and-feel-service">BSP In-Depth: ABAP Look and Feel Service</a>
ALFS does this very thing.  SAP inserts a new handler that intercepts all calls through the Unified Renderer. The key here is to set the following:
if_http_extension~flow_rc = if_http_extension=>co_flow_ok.
This tells the framwork to continue processing through the Service Node Handler stack.

Similar Messages

  • Can i create Default Exception Handler ?

    hello how can i create a default handler for all exceptions witch are thrown from all actions from all backing beans.
    i want to redirect a user to userfriendly page when some uncatched exception has been created.

    Hi JOKe,
    I have the same problem with JSF, have you found a solution?
    Thanks in advance
    David

  • Can you create a default profile on a single PC with multiple users? Firefox 3.6.10 running on Windows 7.

    We have about 15 users sharing the same computer. I would like to create a default firefox profile, so that no matter who logs in, they see the same home page, bookmarks, add ons and so forth. We are running windows 7. Is this possible? It would also be helpful when setting up new computers. This way it is consistent.
    Thank you for your time,
    Sherry

    hey jan :
    I have another issue : I would like to use in jdeveloper JSF and primefaces, which is a component library.
    but if JSF works well, I can't install primefaces : I right-click on the properties of my project, add the primefaces jar in the libraries, and add a taglib (<%@ taglib uri="http://primefaces.prime.com.tr/ui" prefix="p" %>) in my JSF page.
    but I have an arror while deploying the project.
    and (is it a clue?) there is no completion of the "<p: ..." tags;
    but there is a window in jdeveloper : http://www.imageshotel.org/images/lolveley/apturede769cran20101017a76813.png that I can't fill ; could you help me by telling me whatr to do?
    please
    olivier

  • How to create a default profile for all users in Firefox 9.

    I run a computer lab, and am looking for a way to create a default profile in Firefox 9 that new users can use. I want them to be able to launch Firefox for the first time, and see my homepage. I want to disable any check for default browsers, firstrun pages, or any other prompts.
    The old .adm files for group policy don't seen to be working any longer.

    See http://www.frontmotion.com/Firefox/howtodeploy.htm
    You can create a defaults\profile folder in the Firefox program folder and place files in it to be used to create and initialize a new profile.

  • "Select default PDF handler" greyed out in Acrobat XI and Reader X

    MIS just installed Acrobat XI for me, and now all PDFs from the web open in the Browser, which is not the way I usually operate.  I went to Preferences > General in both programs, and in both the "Select default PDF handler" option is greyed out.  Any suggestions?
    Donna

    Go to Edit-> prefrences-> Internet and Change the settings to open PDF In browser.
    Please See the below Link :
    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html

  • How to create the default empty work book with company logo and address????

    Hi Guru's
    I am working in ECC5.0 (BW 3.5), i wann create the default empty work book with company logo and company address. so when i am executing any query's that should open in the default empty work book.
    greatly appreciated your help. will assign pt's for sure.
    thanks and regards
    Mohan

    Hi Mohan,
      Report designer is used in BI 7.It is a seperate application used for formatting
    the report.
    For BW3.5,go through this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/33/746e393cf65c1ae10000000a114084/frameset.htm
    This would help you
    Regards,
    Senoy

  • How to create a generic error handling proxy?

    Hello,
    i have few services proxies.
    I want to create a generic error handling osb proxy which does only errorhandling.
    This proxy would be called by all my services.Now suppose my services proxies would throw any error,the control will pass to error handling block of proxy..from there i will call this generic errorhandling proxyusing a service callout or publish action.In this proxy i want to do all my error handling based on 'n' conditions.and i want to pass the message to the fault variable of services proxy..kindly suggest ways..*main challenge is passing the message to the fault variable of services proxy*

    Hi,
    For generic error handling framework or common error handling framework...create a bpel process which takes the error details payload and sends the inf/data as email to the particular receipients.
    create business process with bpel process and proxy using business service.so wen ever error occurs at stage or route or proxy level ..call error handler action in OSB.Assign error handler details to the bpel input payload.
    FOR EX:
    <soap-env:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <com:test>
    <com:ProcessInfo>testDetails</com:ProcessInfo>
    <com:BusinessProcessName>testprocess</com:BusinessProcessName>
    <com:BusinessProcessInstanceId>{fn-bea:uuid()}</com:BusinessProcessInstanceId>
    <com:BusinessProcessStep>ReqLayer</com:BusinessProcessStep>
    <com:ErrorCode>{string($fault/ctx:errorCode)}</com:ErrorCode>
    <com:ErrorType>Technical</com:ErrorType>
    <com:StatusCode>Error</com:StatusCode>
    <com:ImplementationCode>OSB</com:ImplementationCode>
    <com:ErrorDescription>{string($fault/ctx:reason)}</com:ErrorDescription>
    <com:ErrorDateTime>{fn:current-dateTime()}</com:ErrorDateTime>
    <com:Node>{string($fault/ctx:location/ctx:node)}</com:Node>
    <com:Path>{string($fault/ctx:location/ctx:path)}</com:Path>
    </com:test>
    </soap-env:Body>
    this assign the error details values to the bpel process.

  • (mac,jdeveloper 11g) can't create a default domain on weblogic - NEWBIE

    hello,
    I would like tu use jdeveloper so I created a generic project with the purpose of create a jsf page in it.
    but I can't deploy it on the weblogic server as I can't create a default domain; here is the log for the error :
    Log File: /Users/lolveley/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee.adrs/CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660
    Product Home: /Users/lolveley/Oracle/Middleware/jdeveloper/jdev/
    Domain: /Users/lolveley/.jdeveloper/system11.1.1.3.37.56.60/DefaultDomain
    "/Users/lolveley/Oracle/Middleware/oracle_common/common/bin/wlst.sh" "/Users/lolveley/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee.adrs/CreateDefaultDomain.py"
    Process started
    wlst > CLASSPATH=/Users/lolveley/Oracle/Middleware/patch_wls1033/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/Users/lolveley/Oracle/Middleware/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/tools.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/Users/lolveley/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.3.0.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/Users/lolveley/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/Users/lolveley/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.dconfig-infra_11.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/orawsdl.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/mdds.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/ws_confmbeans.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/org.apache.commons.digester_1.8.jar:/Users/lolveley/Oracle/Middleware/oracle_common/../modules/javax.xml.bind_2.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/../modules/javax.activation_1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/../modules/javax.xml.stream_1.1.1.0.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.http_client_11.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-upgrade.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-patching.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/lib/mdswlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/wsm-wlst.jar
    wlst >
    wlst > PATH=/Users/lolveley/Oracle/Middleware/wlserver_10.3/server/bin:/Users/lolveley/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/jre/bin:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin:/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:.
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=/Users/lolveley/Oracle/Middleware/patch_wls1033/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/Users/lolveley/Oracle/Middleware/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/tools.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/Users/lolveley/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.3.0.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/Users/lolveley/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/Users/lolveley/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.dconfig-infra_11.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/orawsdl.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/mdds.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/ws_confmbeans.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/org.apache.commons.digester_1.8.jar:/Users/lolveley/Oracle/Middleware/oracle_common/../modules/javax.xml.bind_2.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/../modules/javax.activation_1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/../modules/javax.xml.stream_1.1.1.0.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.http_client_11.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-upgrade.jar:/Users/lolveley/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-patching.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/lib/mdswlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/Users/lolveley/Oracle/Middleware/oracle_common/common/wlst/resources/wsm-wlst.jar:/Users/lolveley/Oracle/Middleware/utils/config/10.3/config-launch.jar::/Users/lolveley/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/Users/lolveley/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Error: ADRS_DOMAIN_PASSWORD environment variable not set.
    wlst >
    wlst >
    wlst > Exiting WebLogic Scripting Tool.
    wlst >
    Elapsed time: 5019 ms
    could you help me please?
    olivier.

    hey jan :
    I have another issue : I would like to use in jdeveloper JSF and primefaces, which is a component library.
    but if JSF works well, I can't install primefaces : I right-click on the properties of my project, add the primefaces jar in the libraries, and add a taglib (<%@ taglib uri="http://primefaces.prime.com.tr/ui" prefix="p" %>) in my JSF page.
    but I have an arror while deploying the project.
    and (is it a clue?) there is no completion of the "<p: ..." tags;
    but there is a window in jdeveloper : http://www.imageshotel.org/images/lolveley/apturede769cran20101017a76813.png that I can't fill ; could you help me by telling me whatr to do?
    please
    olivier

  • "An occurred while creating a domain log handler"

    I'm trying to deploy a war file to Weblogic 9.2, but after restarting the server, I get the following error and the Administration Console no longer works:
    ####<Apr 18, 2008 1:59:25 PM EDT> <Info> <Diagnostics> <ivory13> <examplesServer> <[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1208541565719>
    <BEA-320000>
    <The Diagnostics subsystem is initializing on Server examplesServer.>
    ####<Apr 18, 2008 1:59:26 PM EDT> <Error> <Diagnostics> <ivory13> <examplesServer> <[ACTIVE] ExecuteThread:
    '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1208541566780>
    <BEA-320134>
    <An occurred while creating a domain log handler: weblogic.management.logging.DomainLogHandlerException:
    The domain logger does is only available on an Admin Server..
    weblogic.management.logging.DomainLogHandlerException: The domain logger does is only available on an Admin Server.
         at weblogic.management.logging.DomainLogHandlerImpl.getInstance(DomainLogHandlerImpl.java:72)
         at weblogic.diagnostics.lifecycle.LoggingLifecycleImpl.initialize(LoggingLifecycleImpl.java:71)
         at weblogic.diagnostics.lifecycle.DiagnosticSystemService.start(DiagnosticSystemService.java:123)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException:
    Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:122)
         at javax.naming.InitialContext.bind(InitialContext.java:363)
         at org.objectweb.carol.jndi.spi.AbsContext.bind(AbsContext.java:157)
         at org.objectweb.carol.jndi.spi.AbsContext.bind(AbsContext.java:167)
         at javax.naming.InitialContext.bind(InitialContext.java:359)
         at org.objectweb.carol.jndi.spi.MultiContext.bind(MultiContext.java:141)
         at javax.naming.InitialContext.bind(InitialContext.java:359)
         at weblogic.management.logging.DomainLogHandlerImpl.<init>(DomainLogHandlerImpl.java:102)
         at weblogic.management.logging.DomainLogHandlerImpl.getInstance(DomainLogHandlerImpl.java:70)
         at weblogic.diagnostics.lifecycle.LoggingLifecycleImpl.initialize(LoggingLifecycleImpl.java:71)
         at weblogic.diagnostics.lifecycle.DiagnosticSystemService.start(DiagnosticSystemService.java:123)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)
         at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
         at javax.naming.InitialContext.bind(InitialContext.java:363)
         at org.objectweb.carol.jndi.spi.AbsContext.bind(AbsContext.java:157)
         at org.objectweb.carol.jndi.spi.AbsContext.bind(AbsContext.java:167)
         at javax.naming.InitialContext.bind(InitialContext.java:359)
         at org.objectweb.carol.jndi.spi.MultiContext.bind(MultiContext.java:141)
         at javax.naming.InitialContext.bind(InitialContext.java:359)
         at weblogic.management.logging.DomainLogHandlerImpl.<init>(DomainLogHandlerImpl.java:102)
         at weblogic.management.logging.DomainLogHandlerImpl.getInstance(DomainLogHandlerImpl.java:70)
         at weblogic.diagnostics.lifecycle.LoggingLifecycleImpl.initialize(LoggingLifecycleImpl.java:71)
         at weblogic.diagnostics.lifecycle.DiagnosticSystemService.start(DiagnosticSystemService.java:123)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at java.net.Socket.connect(Socket.java:469)
         at java.net.Socket.<init>(Socket.java:366)
         at java.net.Socket.<init>(Socket.java:179)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:569)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)
         at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
         at javax.naming.InitialContext.bind(InitialContext.java:363)
         at org.objectweb.carol.jndi.spi.AbsContext.bind(AbsContext.java:157)
         at org.objectweb.carol.jndi.spi.AbsContext.bind(AbsContext.java:167)
         at javax.naming.InitialContext.bind(InitialContext.java:359)
         at org.objectweb.carol.jndi.spi.MultiContext.bind(MultiContext.java:141)
         at javax.naming.InitialContext.bind(InitialContext.java:359)
         at weblogic.management.logging.DomainLogHandlerImpl.<init>(DomainLogHandlerImpl.java:102)
         at weblogic.management.logging.DomainLogHandlerImpl.getInstance(DomainLogHandlerImpl.java:70)
         at weblogic.diagnostics.lifecycle.LoggingLifecycleImpl.initialize(LoggingLifecycleImpl.java:71)
         at weblogic.diagnostics.lifecycle.DiagnosticSystemService.start(DiagnosticSystemService.java:123)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<Apr 18, 2008 1:59:26 PM EDT> <Warning> <Log Management> <ivory13> <examplesServer> <[ACTIVE] ExecuteThread:
    '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1208541566796>
    <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server.
    The Admin server may not be running. Message broadcasts to the admin server will be disabled.> Any help would be greatly appreciated.

    Anyone?

  • SAP workflow not published / not reaching default outbound handler

    Hi,
    At Velocity event (october) we had a SAP ERP workflow configured for publishing to SharePoint; after triggering workflow instances, an XML payload document was successfully published to SharePoint.
    Now, in the same environment; without changes on Duet Enterprise config level, publishing of task changes of that same workflow no longer publishes into SharePoint.
    We executed the report jobs OSP_DELTA and OSP_FULL to make sure that the sync from SAP to SharePoint would be done / task changes are notified. The SAP workflows are delivered into the SAP inbox; but not published to SharePoint.
    We added a breakpoint (internal + external) in the default outbound handler S_OSP_WF_PAT_DEFAULT_CH_OB; it is not invoked when we reach the workflow decision step that is published.
    We inspected the SCL Logs, but didn't find any relevant log entries.
    Any clue what can be wrong here; where to start with the problem analysis?
    Best regards, William.

    Hi Holger,
    The error 'Users not maintained...' appears to be caused due lack of SAP permissions of the SAP account that is executing the report S_OSP_WF_ITEM_SELECTION; with another account we succesfully pass the 'GetNotifications' calls within that report; and actually now do get into the default outbound handler.
    But still no task document published into SharePoint; the default outboundhandler faults on Send Action item; error details:
    ERROR_CONTEXT>
      <ERROR_INFO>ICF Error when sending the request: HTTPIO_ERROR_SEND_STATE-Fehlermeldung beim Senden der Daten.</ERROR_INFO>
    - <CONSUMER_INFO>
      <CONSUMER_PROXY>CO_OSPWACTION_ITEM_VI_DOCUMENT</CONSUMER_PROXY>
      <LOGICAL_PORT>CO_OSPWACTION_ITEM_VI_DOCUMENT</LOGICAL_PORT>
      <OPERATION_NAME>maintainActionItem</OPERATION_NAME>
      <OPERATION_NAMESPACE>urn:ActionItemWsd/ActionItemVi/document</OPERATION_NAMESPACE>
      <PROCESSING_UNIT>Sector 1: WS-Consumer</PROCESSING_UNIT>
      <PROCESSING_MODE>Synchronous</PROCESSING_MODE>
      <COMMUNICATION_TYPE>Remote</COMMUNICATION_TYPE>
      <WORK_PROCESS_NUMBER>1</WORK_PROCESS_NUMBER>
      <WORK_PROCESS_PID>25034814</WORK_PROCESS_PID>
      <TERMINAL_NAME>C0269450</TERMINAL_NAME>
      </CONSUMER_INFO>
    - <TRANSPORT_INFO>
      <PROTOCOL>HTTP/1.1</PROTOCOL>
      <AUTHENTICATION_METHOD>BasicAuth</AUTHENTICATION_METHOD>
      </TRANSPORT_INFO>
      </ERROR_CONTEXT>
    We want to check the settings of Consumer Proxy for Workflow (page 76 in deployment guide); however we don't see 'Connection Settings'  entry in the SCL server.
    --> 4. Select Connection Settings > SCL to Consumer > Configure Service Endpoint.
    Regards, William.

  • HTTP Handler strange behavior when updating HR data

    Hi there,
    Brief summary: Executing a function module from inside a HTTP Handler gives a different result than executing the function module direcly through SE37. The user defined for the SICF service calling the Handler is the same as the one we use for SE37.
    Details:
    We have created an HTTP Handler implementing the interface IF_HTTP_EXTENSION.
    We have also defined a new service through SICF that access the previous Handler.
    We have a web application accessing SAP through that HTTP Handler.
    Within our HTTP Handler (within the IF_HTTP_EXTENSION~HANDLE_REQUEST method), we are calling a custom function module that perform different actions depending on the parameters received.
    The solution works really well but we have identified an issue for some actions: when we execute some background updates (like calling HR_INFOTYPE_OPERATION) and the transaction returns an error, the HTTP Handler suddenly stops and the HTTP call returns an error.
    The strange thing is that executing the function module directly (without calling the HTTP handler from the web) captures the error and continues the execution of the function module.
    It seems that when the function module gets called from the Handler, there is some screen or user parameters that affect the result of the transaction, and we cannot find the way to capture that error and let the Handler to continue.
    Any idea, suggestion, alternative solution would be much appreciated
    Best regards,
    Miguel

    Hi Olivier, thanks for your reply, nice to see you are still out there
    You raise a good point. We are reusing an "old" web app that was connecting to SAP through the DCOM connector. The RFC (the function module I mentioned on my first post) cannot be modified as it handles tons of different web calls, so we decided to call that RFC from the Handler.
    It may not be the best solution, but the web app has been modified to call the different handlers (for the different environments) and still hope to find a work around our current problem.
    Other than that, it works really well and performance is amazing
    Thanks again,
    Miguel

  • Many of our users can't open PDFs.  We have to select Reader as the Default PDF Handler once a day.

    What was once an infrequent problem, has become a chronic issue since some changes were made to Group Policy by an AD admin.  We've disabled all the GPs that pertain to Acrobat, but we're still having to log into users' workstations to remind Acrobat Reader that it is the Default PDF Handler (as found under Edit>Preferences>General.)
    As I mentioned above, this used to happen occassionally, and I'm not really sure why.  We use versions 9.5, X and XI, and all of them have exhibited this problem in the past and currently.  If we could find a network-wide solution to this issue (rather than having to log into scores of individual workstations every day), we would be really happy.
    Any ideas?
    Thanks!

    We think we've found the answer.  Apparently, an admin from six years ago had created an ironically named batch file called "Adobe Fix.bat" which called a login script to put the following registry key on every computer:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SOFTWARE\Adobe\Acrobat\Exe]
    @="\"C:\\Program Files\\Adobe\\Reader 8.0\\Reader\\AcroRd32.exe\""
    Since C:\\Program Files\\Adobe\\Reader 8.0\\Reader\\AcroRd32.exe doesn't exist on any computer anymore, no PDFs would load until you told Acrobat what software to use to open them.
    Removing this script should fix the problem.

  • Default Exception Handling in B2B

    Hi All,
    Need your help and advise on the below requirement we have currently:
    Source system sends an XML input to MW and therein, we transform it into PO_850 XSD and sends it to B2B. We are validating the XSD in B2B and then generating an EDI_PO_850 file and sending it to the Trading Partner. We are going to have 5 different Target Trading Partner. I have 2 questions w.r.t the default exception handling in place for Oracle B2B:
    1. Which Queue will have the Error Information for the above case? B2B_IN_Queue/B2B_OUT_Queue/B2B_IP_IN_Queue
    2. We would like to consume the error messages specific to a trading partner from the JMS Queue directly, how can we achieve it?
    Appreciate your help in this regard.
    Thanks in Advance
    Priyanka

    Hi Priyanka
    B2B operates in two modes for default internal queue communication - AQ and JMS. This is controlled in the Admin/Configuration page "use JMS queues" checkbox.
    In AQ, the queue to which the exception message is delivered would be IP_IN_QUEUE
    In JMS the queue to which the exception message is delivered would be B2B_IN_QUEUE. Since you speak about reading error message from the JMS queue directly, am thinking this would be the one of interest to you.
    In addition to the above we can create custom JMS internal delivery queue and this can be associated to the Exception Queue which can be assigned in the Admin/Configuration page.
    With regards to reading the exception msg specific to the trading partner from the JMS Queue directly, this can be done by adding a check on the dequeue process. Each exception message is populated with From_Party and To_Party information. In the outbound delivery case, the exception message should have To_Party set as the partner's name. This can be checked.
    Hope that helps.
    Regards
    Arun

  • Potential Impact of Disabling Default HTTP Inspection Policy

    I have a 5500-series firewall configured with basic HTTP inspection via the default global policy-map.  The software for this firewall is recent 8.2(x).
    Some questions:
    1. I am under the impression that default HTTP inspection will do basic validation of RFC compliance for HTTP traffic without any custom configuration.  All such traffic is inspected by the appliance.  Am I correct in this understanding?
    2. If so, would basic HTTP inspection create the potential for additional latency in the environment for matched traffic?
    3. Would removing the policy via the "no inspect http" command within the global policy-map be service disrupting?  Would I see any noticeable impact to HTTP traffic by doing this?
    Thank you for your responses in advance.
    Jeff

    Hi,
    These are the response to your queries:-
    1) Yes ,HTTP inspection will check all the connections destined to port 80 through the ASA device as per the RFC standards.
    2) Might be yes , As the HTTP connections are the major amount of traffic on the ASA device , too much traffic have to be inspected by the ASA device and re-assembling will also cause the ASA device to do  some extra processing.
    3) No , I think you would reduce the processing for the ASA after disabling this inspection.
    This would not cause any disruption in the traffic as it is not applied on the existing connections but only on the new connections which are made through the ASA device after the policy is modified.
    Also , check this:-
    http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/113393-asa-troubleshoot-throughput-00.html
    Thanks and Regards,
    Vibhor Amrodia

  • After installing Reader XI, why can't Acrobat be set as default PDF handler?

    I've tried everything I know, including a clean boot.  Every time I try to set Win7 to open PDFs with Acrobat (Version 8.3.1), it sets it back to Reader XI. 
    From inside Reader/Preferences/General/Select Default PDF Handler, Reader XI is the only option.  Acrobat isn't listed.

    Unfortunately there is no option post installation with Acrobat 8 to change PDF ownership. However this is possbile Acrobat 10 onwards. But yYou can choose to make Reader XI the default PDF handler during installation itself.
    1. Go to Control Panel -> Add/Remove Programs, select the entry "Adobe Reader XI" and Un-install.
    2. Then visit link : http://get.adobe.com/reader/enterprise/ and choose the Reader which you need.
    3. When you double click the EXE, then a screen will come showing extraction of files. As soon as extraction ends, installation will begin and you will be presented with following screen :
    4. Uncheck the checkbox which says "Make Adobe Reader my default PDF viewer"
    Acrobat 8 will remain default PDF viewer on your machine.

Maybe you are looking for