Handler Configuration in Weblogic 10.3g

I created a webservice project as Web Service Project wizard and selected Annotated Web Service Facets JAX_RPC(Recommended)(v10.3) configuration using workshop. Then I generated webservice from wsdl.
Webservice is working but when I annotate handler using following annotation it showing an error
@HandlerChain(file="chain.xml")
could not find handler chain "null" WebserviceCI/src/com/webservice/chain.xml myServicePortTypeImpl.java
i have place the chain.xml in com.webservice package

Hi,
I think this would be helpful for you.
http://edocs.bea.com/wls/docs81/ConsoleHelp/jms_config.html#1105204
thanks,

Similar Messages

  • URGENT HELP on HTTP Handler class from WebLogic

              Hi,
              We are using a configuration where Weblogic is behind a firewall
              and we are making http calls to hosts on the same
              internal network and to hosts on the Internet. For Internet hosts
              we make the http calls pass thru a firewall configured to act as
              a proxy.
              The way you do it is use JVM settings http.proxyHost, http.proxyPort
              and http.nonProxyHosts.
              Now I found that the JVM setting "http.nonProxyHosts"
              is ignored by the weblogic http url connection class resulting
              in
              packets intended for local hosts being sent to the firewall/proxy
              and obviously getting rejected. This happens because Weblogic uses
              its own Http URL Connection class from weblogic.net.http.HttpURLConnection.
              This replaces Sun provided defualt HttpURLConnection class which
              works fine
              Is this a known problem in Version 5.1 sp8 on Solaris
              7 ? How can I make http calls (using java.net classes) to
              internal hosts directly when "http.proxyHost" property is set ?
              PLEASE HELP !!
              Thanks
              Atish
              

    There were quite a few problems reported here when using WebLogic's
              handlers for outgoing HTTP (and HTTPS) connection - all can be
              easily avoided by using Sun's implementation:
              streamhandler = get reference to a sun's stream handler
              URL url = new URL(null, urlString, streamhandler);
              URLConnection conn = url.openConnection();
              Atish Ray <[email protected]> wrote:
              > Hi,
              > We are using a configuration where Weblogic is behind a firewall
              > and we are making http calls to hosts on the same
              > internal network and to hosts on the Internet. For Internet hosts
              > we make the http calls pass thru a firewall configured to act as
              > a proxy.
              > The way you do it is use JVM settings http.proxyHost, http.proxyPort
              > and http.nonProxyHosts.
              > Now I found that the JVM setting "http.nonProxyHosts"
              > is ignored by the weblogic http url connection class resulting
              > in
              > packets intended for local hosts being sent to the firewall/proxy
              > and obviously getting rejected. This happens because Weblogic uses
              > its own Http URL Connection class from weblogic.net.http.HttpURLConnection.
              > This replaces Sun provided defualt HttpURLConnection class which
              > works fine
              > Is this a known problem in Version 5.1 sp8 on Solaris
              > 7 ? How can I make http calls (using java.net classes) to
              > internal hosts directly when "http.proxyHost" property is set ?
              > PLEASE HELP !!
              > Thanks
              > Atish
              Dimitri
              

  • How can I list all the domains configured for Weblogic Servers?

    How can I list all the domains configured for Weblogic Servers?
    I saw a note, which says the following:
    "WebLogic Server does not support multi-domain interaction using either the Administration Console, the weblogic.Admin utility, or WebLogic Ant tasks. This restriction does not, however, explicitly preclude a user written Java application from accessing multiple domains simultaneously."
    In my case, I just want to list all the domains, is that possible by using any scripts?
    Thanks
    AJ

    If you use WLS Node Manager and the Config Wizard was used to create the domains, then the list of domains should be in a location like this:
    <MIDDLEWARE_HOME>\wlserver_10.3\common\nodemanager\nodemanager.domains
    Enterprise Manager Grid Control also has support for multi-domain management of WLS in a console.

  • Problem in SOAP Client Handler configuration

    Hi all,
    I am working on a webservice project where i have to send SOAP headers in the SOPA Request from Client and retrive the same at webservice end. I have configured server Handler in webservices.xml of the Webservice and it is working fine. (It is going into the handleRequest(MessageContext ctx) method.). Also i have configured a client Handler in the client and configured it in the web.xml. But this client side handler is not working. (call is not going in the handleRequest(MessageContext ctx) method of this handler).
    Now i have two probs -
    1. What can be the prob in the client side Handler configuration? And how to resolve this so that call goes in handleRequest() method.
    2. I want to send SOAP header from client, so where i will have to set these headers? For client side i have generated client classes from WSDL, written a ClientTest.java class which calls the webservice. (It is perfectly calling the webservice) and created & configured SOAPHandlerClient.java. In which class should i add the code to set (or add) SOAP headers?
    Note : -I am using RAD and websphere server.
    Thanks in advance.

    Check the URL.
    the communication channel that u assign is not valid. Also I am seeing that u are sending the SOAP request to XI using the SOAP adapter??
    So your URL should contains the SOAP sender channel right??
    Thanks
    Farooq.

  • Snmp configuration on weblogic 10 has no effect

    SNMP in MMC(Mobile Management Center, A HP Product), use joesnmp.jar internal to send snmp trap generated by mmc app. This part works well in weblogic 10;
    snmp in weblogic , configured by weblogic console. In weblogic 8, we configure such items:
    Weblogic Subsystem
    Purpose
    Level
    Deployer
    Monitor all war/ear deploy/undeploy/redeploy
    INFO
    JDBC
    Monitor all warnings/errors in jdbc operation
    WARN
    Current tests shows that the snmp configuration on weblogic 10 has no effect.
    Due to MMC4.6 gets the Weblogic updated from 8.16 to 10.3, we didn’t find the configuration about “Enable JDBC Logging”. Below is the former config page about Weblogic 8.16.
    But in Weblogic 10.3 we cannot find this configuration. We have followed the guide http://e-docs.bea.com/wls/docs100/jdbc_admin/monitor.html#wp1048793
    And tried to set the appropriate properties on the command line like this,
    -Dweblogic.debug.DebugJDBCSQL=true -Dweblogic.log.StdoutSeverity="Info"
    Actually we can get the DM, Core, SMTP, Bulk, Adaptor Class, and connection fail error messages in weblogic backend log, but seems Weblogic cannot send SNMP trap messages to SNMP monitoring tool like Openview.
    PS. Weblogic can send out the SNMP trap messages when the server starts and stops.
    So till now the SNMP cannot monitor the DM, Core, SMTP, Bulk, Adaptor Class, and connection fail for MMC4.6.

    Hi, I am on 12.1 weblogic, and I am stuck on where you set the SNMP Servername and port number.
    We are on windows 2008, I see there is a services, SNMP .
    Is there something I need to do on the weblogic side before i get into the SNMP agenets and traps, this part I understand, I am just unsure where to add the SNMP Servername and the user I wish the emails to go to.
    I see in the security realms the user i can add to the group monitors.
    -->, I am running WL 10.3 and SNMP works fine. The cluster generates traps based on particular mbeans, such as when a server's health state is not "OK", or when there are JDBC connection issues. You have to create a new SNMP agent within the admin server then build the individual traps ( String, Gauge, Counter, etc. ) and make sure you have a Trap Destination.

  • Do i have to do something configuration in weblogic 6.1 to put a javabean?

    Hi,
    I'm trying to do a simple example about a simple javabean....but it...is giving to my some errors....my question is:
    Do i have to do something configuration in weblogic 6.1 to put a simple javabean?...
    i have created a web application called mywebapp, I have created \WEB-INF\classes directory�there I have put my simpleBean.class��my jsp is in the root of \mywebapp directory�.
    I am using weblogic 6.1�..jdk 1.3��.Somebody could help me or give me some suggestions or ideas?�..
    Thanks in advance�
    Mary
    <!-- JSP Directives -->
    <html>
    <head>
         <title>Hello</title>
    </head>
    <body>
    <basefont face="Arial">
    <jsp:useBean id="simpleBean" scope="page" class="simpleBean" />
    <!-- Set bean properties -->
    <jsp:setProperty name="simpleBean" property="fname" value="Andrew"/>
    <jsp:setProperty name="simpleBean" property="lname" value="Patzer"/>
    <!-- Display welcome message -->
    <center>
         <b><%= simpleBean.welcomeMsg() %></b>
    </center>
    </body>
    </html>
    public class simpleBean implements java.io.Serializable {
    /* Member Variables */
    private String lname;
    private String fname;
    public simpleBean() {
    /* Initialize bean properties */
    setLname("");
    setFname("");
    /* Accessor Methods */
    public String getLname() {
    return lname;
    public void setLname(String _lname) {
    lname = _lname;
    public String getFname() {
    return fname;
    public void setFname(String _fname) {
    fname = _fname;
    /* Display personalized message */
    public String welcomeMsg() {
    return "Hello " + fname + " " + lname +
    ", welcome to the wonderful world of JavaBeans!";
    ////////////////errors
    Full compiler error(s):
    /apps/wclust1/bea/wlserver6.1/config/domadmin/applications/mywebapp/WEB-INF/_tmp_war_srvadmin_srvadmin_mywebapp/jsp_servlet/__hello.java:87: cannot resolve symbol
    symbol : class simpleBean
    location: class jsp_servlet.__hello
    simpleBean simpleBean = null; //[ /hello.jsp; Line: 12]
    ^
    /apps/wclust1/bea/wlserver6.1/config/domadmin/applications/mywebapp/WEB-INF/_tmp_war_srvadmin_srvadmin_mywebapp/jsp_servlet/__hello.java:88: cannot resolve symbol
    symbol : class simpleBean
    location: class jsp_servlet.__hello
    simpleBean = (simpleBean)pageContext.getAttribute("simpleBean"); //[ /hello.jsp; Line: 12]
    ^
    /apps/wclust1/bea/wlserver6.1/config/domadmin/applications/mywebapp/WEB-INF/_tmp_war_srvadmin_srvadmin_mywebapp/jsp_servlet/__hello.java:91: cannot resolve symbol
    symbol : class simpleBean
    location: class jsp_servlet.__hello
    simpleBean = (simpleBean)pageContext.getAttribute("simpleBean"); //[ /hello.jsp; Line: 12]
    ^
    /apps/wclust1/bea/wlserver6.1/config/domadmin/applications/mywebapp/WEB-INF/_tmp_war_srvadmin_srvadmin_mywebapp/jsp_servlet/__hello.java:93: cannot resolve symbol
    symbol : class simpleBean
    location: class jsp_servlet.__hello
    simpleBean = new simpleBean(); //[ /hello.jsp; Line: 12]
    ^
    4 errors

    Well...i already could resolve my problem.....
    I only put my javabean into a package...and with it....all is working very fine....
    Best regards,
    Mary

  • Error to run Configuration Wizard weblogic 12.1.2 # error is  java virtual machine launcher error could not create the java virtual machine

    hi
    Error to run Configuration Wizard weblogic 12.1.2
    my system is windows xp by 2 gig ram
    and jvm version
    C:\Program Files\Java\jdk1.7.0_25\bin>java -version
    java version "1.7.0_25"
    Java(TM) SE Runtime Environment (build 1.7.0_25-b17)
    Java HotSpot(TM) Client VM (build 23.25-b01, mixed mode, sharing)
    how resolve this problem and how find log file weblogic to this error?

    In user environments where the path to java is not already established as an system-level environment variable, the service is unable to determine where to find java and this error will occur.
    This could occur, for example, in environments where there is more than one JDK installed, or where the default JDK is different from the JDK which needs to be used by WLS.
    Try to set the environment variable  in windows  i.e JAVA_HOME=C:\Sun\Java\jdk1.7.xx.x.  to point to jdk 1.7 and run the configuration wizard.
    Hope it helps!!
    Thanks,
    Vijaya

  • Soap handler configuration weblogic v9.2

    All the doc. on soap handlers for weblogic version 9x i could find describes using annotations. This works fine when you have the source but not in the case where i only have a "black box" web service in a WAR file.
    I want to configure a soap handler in xml config. files but i can only find this kind of configuration doc. for version 8.x. Can anyone point me to doc on how th do this in version 9.x?
    Ideally i think it should be possible to configure a handler in webservices.xml. Soap handlers should be configurable for any deployed web service i think? I also tried to use the admin. console but as far as i can see this only gives administration control over already configured handlers - not the functionality to add handlers.
    Regards,
    Ole Bech Mogensen, 7N

    Manish,
    Thanks for the reply. Yes I did. I keep getting the following error:
    XML Parsing Error: no element found
    Location: http://192.168.198.129:7001/Sample_App/Sample_Config.xml
    Line Number 1, Column 1:
    I even copied one of the actual WebLogic OOTB (out of the box) config files (i.e. WebLogic Platform9.2.3.0_chmods.xml) and I still get the same error from WebLogic when directly trying to invoke the Sample_Config.xml file. The actual contents of the Sample_Config.xml are as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <Boot_test>
    <URLContextPath>Sample_App</URLContextPath>
    <ConfigFilePath>C:\Temp\Another_Config_File.xml</ConfigFilePath>
    <ConfigPassword>admin</ConfigPassword>
    </Boot_test>
    So, I am still unresolved in getting the three(3) parms loaded via a config file in BEA WebLogic v9.2. Any other suggestions/thoughts on getting this loaded via a config file?
    Thanks.
    /workingtohard

  • Configuration wizard Weblogic deployment error [Admin Center]

    I'm getting an error during the "Executing WLST Script" phase of the configuration wizard.
    My environment:
    BEA Weblogic Server 10.0 (installed with Workspace Studio 1.1)
    Oracle BPM 10g3 (10.3.0.0)
    Oracle Database 10g Express
    This is what the AdmCenterConsole.log file has:
    Deploying application from C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear to targets BPMServer (upload=true) ...
    &lt;Jan 28, 2009 11:15:59 AM PST&gt; &lt;Info&gt; &lt;J2EE Deployment SPI&gt; &lt;BEA-260121&gt; &lt;Initiating deploy operation for application, wlj2eedeployer archive: C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear, to BPMServer .&gt;
    .Completed the deployment of Application with status completed
    Current Status of your Deployment:
    Deployment command type: deploy
    Deployment State : completed
    Deployment Message : no message
    Deploying application from C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear to targets BPMServer (upload=true) ...
    &lt;Info&gt; &lt;J2EE Deployment SPI&gt; &lt;BEA-260121&gt; &lt;Initiating deploy operation for application, 01-eng-bpmengine -archive: C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear-, to BPMServer .&gt;
    WLST-WLS-1233170095995: &lt;Warning&gt; &lt;DeploymentService&gt; &lt;BEA-290003&gt; &lt;Deployment service servlet encountered an exception while handling request of type "app_upload". Exception is: "*Connection reset*".&gt;
    Failed to deploy the application with status failed
    Current Status of your Deployment:
    Deployment command type: deploy
    Deployment State : failed
    Deployment Message : weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041 Unable to upload 'C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear' to 't3://dmcad00064252:7001'
    No stack trace available.
    weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
        at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:49)
        at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:185)
        at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:535)
        at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:427)
        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:585)
        at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
        at org.python.core.PyMethod.__call__(PyMethod.java:96)
        at org.python.core.PyObject.__call__(PyObject.java:248)
        at org.python.core.PyObject.invoke(PyObject.java:2016)
        at org.python.pycode._pyx19.deploy$8(&lt;iostream&gt;:223)
        at org.python.pycode._pyx19.call_function(&lt;iostream&gt;)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyTableCode.call(PyTableCode.java:404)
        at org.python.core.PyFunction.__call__(PyFunction.java:184)
        at org.python.pycode._pyx18.deploy_Applications$61(C:\Documents and Settings\c742323\.configWizard\tmp\config.py:623)
        at org.python.pycode._pyx18.call_function(C:\Documents and Settings\c742323\.configWizard\tmp\config.py)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyTableCode.call(PyTableCode.java:256)
        at org.python.core.PyFunction.__call__(PyFunction.java:169)
        at org.python.pycode._pyx18.f$0(C:\Documents and Settings\c742323\.configWizard\tmp\config.py:738)
        at org.python.pycode._pyx18.call_function(C:\Documents and Settings\c742323\.configWizard\tmp\config.py)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyCode.call(PyCode.java:14)
        at org.python.core.Py.runCode(Py.java:1135)
        at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
        at weblogic.management.scripting.WLST.main(WLST.java:106)
        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:585)
        at weblogic.WLST.main(WLST.java:29)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi. I'm having this same exact issue. My AdmCenterConsole.log contains the same error. Additionally, the log file for my BPMDomain log contains this information:
    Current Status of your Deployment:
    Deployment command type: deploy
    Deployment State : failed
    Deployment Message : weblogic.management.ManagementException: [Deployer:149003]Unable to access application source information in '[DeploymentService:290003]Deployment service servlet encountered an exception while handling request of type "app_upload". Exception is: "Read timed out".\app\01-eng-albpmengine.ear' for application '01-eng-albpmengine'. The specific error is: No application files exist.
    No stack trace available.
    This Exception occurred at Sun Apr 19 14:29:13 CDT 2009.
    weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
         at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
         at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:185)
         at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:536)
         at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:429)
    mick3y -- Did you happen to ever get this issue resolved?
    Thanks, Alan

  • OSR 2way SSL client configuration in Weblogic

    We've implemented 2way SSL in our Weblogic domains that host endpoints for use by OSB and OSR, using signed ( not self-signed! ) certificates. OSB works great and invokes the endpoints successfully over 2way SSL.
    The problem is that OSR doesn't use the same security keystore / truststore as WebLogic. The Weblogic server hosting OSR is configured with the same keystore / truststore that the OSB server uses, and the OSR mgd server also has "Use Server Certs" enabled.
    The OSR 10g server and the endpoint domain both use the same versions: Weblogic 10.3, using jrockit_160_05, both running on Linux 2.6.18-92.1.17.0.2.el5xen #1 SMP Tue Nov 18 04:11:19 EST 2008 i686 i686 i386 GNU/Linux on different hosts.
    For one-way SSL, I imported ( with PStoreTool.sh ) the server certificate from the endpoints' domain into the registry's conf/pstore.xml & redeployed, and then OSR was able to trust the incoming server cert. That's been working great.
    I'd like to have OSR submit the same certificate that OSB does so that OSR can act as a client in 2-way SSL. So I've used this:
    # Get the server cert from the OSR WL server
    sslTool.sh serverInfo url https://"OSR_HOST" certFile "OSR_HOST_FILE"
    # Add it into extracted pstore
    PStoreTool.sh new -alias "CN value" -keypassword ****t -config conf/pstore.xml -certFile "OSR_HOST_FILE"
    # encrypt keypass
    sslTool.sh encrypt --password *****
    and added an entry in the registry.war's app/uddi/conf/security.xml of:
    sslConnectionAlias>OSR_HOST</sslConnectionAlias>
    sslConnectionPassword_coded>"output from sslTool encrypt"</sslConnectionPassword_coded>
    But when trying to publish an https:// endpoint into OSR, I get an error in the OSR console of:
    Invalid WSDL location! WSDLException: faultCode=INVALID_WSDL: Cannot get WSDL at 'https://...."'. Exception occured: javax.net.ssl.SSLHandshakeException: Received fatal alert: decrypt_error.
    The OSR server logs shows this
    ERROR: com.idoox.wsdl.xml.WSDLReaderImpl - javax.net.ssl.SSLHandshakeException: Received fatal alert: decrypt_error
    ERROR: com.systinet.uddi.webui.WebUIRawService - Web Framework exception
    EXCEPTION: com.systinet.uddi.webui.WebUIException: (18003) UDDI error occurred.
    javax.servlet.ServletException: com.systinet.uddi.webui.WebUIException: (18003) UDDI error occurred.
    In the weblogic endpoint domain, I get this error at the same time - after the OSR certificate has been presented:
    <Sep 17, 2009 4:12:40 PM EDT> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: CertificateVerify>
    <Sep 17, 2009 4:12:40 PM EDT> <Debug> <SecuritySSL> <BEA-000000> <Using JCE Cipher: SunJCE version 1.6 for algorithm RSA/ECB/NoPadding>
    <Sep 17, 2009 4:12:40 PM EDT> <Debug> <SecuritySSL> <BEA-000000> <NEW ALERT with Severity: FATAL, Type: 51
    java.lang.Exception: New alert stack
    at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.ServerStateReceivedClientKeyExchange.handle(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)
    For two-way SSL, what steps are needed? The documentation on PStoreTool only lists available commands, but not how they would be used to perform 2way ssl config.

    After many, many, many iterations, I finally have an OSR that can import over 2way SSL.
    So here are the steps I used ( variables in caps )
    * Extract the conf/pstore.xml and app/uddi/conf/security/xml from registry.war
    jar -xf conf/pstore.xml
    jar -xf app/uddi/conf/security.xml
    * Encrypt the password for later use:
    PStoreTool.sh encrypt --password=OSR_PASS
    ( gives you an encrypted string )
    * Edit the security.xml, add these lines:
    <sslConnectionAlias>OSR_ALIAS</sslConnectionAlias>
    <sslConnectionPassword_coded>encrypted_password</sslConnectionPassword_coded>
    </security>
    <destinationConfig>
    <alias>OSR_ALIAS</alias> <!-- same alias -->
    <password_coded>encrypted_password</password_coded>
    <destination url="https://SERVICE_ENDPOINT/*"/> <!-- server hosting the endpoints that you're importing -->
    </destinationConfig>
    * put security.xml back
    jar -tf registry.war app/uddi/conf/security.xml
    * import the OSR server's identity cert ( to use as a client cert in outbound 2way SSL
    sslTool.sh serverInfo url https://OSR_HOST  certFile ./OSR_HOST.cer
    PStoreTool.sh add -config conf/pstore.xml -certFile ./OSR_HOST.cer
    * If your OSR cert is signed, also import signer certs with PStoreTool as previous
    * create a new user
    PStoreTool.sh new -alias OSR_ALIAS -keypassword unencrypted_password -config conf/pstore.xml
    * overwrite the user with the cert
    sslTool.sh pstoreEI -i keystore /etc/java/OSR_IDENTITY_KEYSTORE.jks storepass *** alias *** keypass *** --pstore [REGISTRY_HOME]/conf/clientconf.xml pstoreAlias OSR_ALIAS pstoreKeypass OSR_PASS
    sslTool.sh pstoreEI -i keystore /etc/java/OSR_IDENTITY_KEYSTORE.jks storepass *** alias *** keypass *** pstore conf/pstore.xml pstoreAlias OSR_ALIAS --pstoreKeypass OSR_PASS
    * Put the pstore.xml back
    jar -uf registry.war conf/pstore.xml
    Stop your OSR server, undeploy the registry.war, remove the OSR managed server's tmp directory, redeploy and restart.
    If you get "BAD_CERT" - you have a self-signed cert in pstore.xml that needs to be overwritten with your real cert from your OSR's identity jks
    If you get "login failed" - you need to run the "PStoreTool new"

  • Fault handler BPEL PM Weblogic issue ?

    Products:
    SOA for WebLogic Server (10.1.3.4) , p7490612_101340_GENERIC
    Jdeveloper 10.1.3.4
    Windows XP sp2
    1.- I was install SOA for WSL 9.2 and Jdev succesfull, now i start with any test.
    2.- I test Fault handling framework , then i create the simple xml files: fault-bindings.xml and fault-policies\mybpiPolicy.xml
    ----- Abstract files
    &lt;faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension" name="bpelx:bindingFault"&gt;
    &lt;condition&gt;
    &lt;action ref="ora-retry"/&gt;
    &lt;/condition&gt;
    &lt;/faultName&gt;
    &lt;Action id="ora-retry"&gt;
    &lt;retry&gt;
    &lt;retryCount&gt;2&lt;/retryCount&gt;
    &lt;retryInterval&gt;6&lt;/retryInterval&gt;     
    &lt;exponentialBackoff/&gt;
    &lt;retryFailureAction ref="ora-human-intervention"/&gt;           
    &lt;/retry&gt;
    &lt;/Action&gt;
    3.- Then i create an simple async BPEL case for fault handling with a DB BPEL Adapter using a wrong Jdbc string for instance Bad SID database (deliberately , The correct is XE not XE1).
    Then i test it, and with audit trail in BPEL Console, i can view the 2 retries that i indicate in the descriptor, but after [FAULT RECOVERY|http://forums.oracle.com/forums/] Marked Invoke activity as "pending manual recovery, it have a exception.
    * In normal case with OC4J, after last line, the process is ready for recovery in a manual step.
    * Well i think so maybe i missing another configuration or parameter because it is deploy in WebLogic, i do not. next i put the text that in audit trail appers.
    Please help, regards.
    ----- my Messages in audit trail.
    --2008/12/30 21:28:29-- [FAULT RECOVERY|http://forums.oracle.com/forums/] Marked Invoke activity as "pending manual recovery".
    --2008/12/30 21:28:30-- "BPELFault" has not been caught by a catch block.
    --2008/12/30 21:28:30-- There is a system exception while performing the BPEL instance, the reason is "faultName: {{[http://schemas.oracle.com/bpel/extension]}remoteFault} messageType: {{[http://schemas.oracle.com/bpel/extension]}RuntimeFaultMessage} parts: {{code=0 ,summary=file:/D:/oracle/soasuitebasic/bpel/domains/default/tmp/.bpel_Test1BPEL_1.0_7f0af90c7bf1874b5077831987befd2d.tmp/do.wsdl [ do_ptt::doSelect(doSelect_inparameters,DomainCollection) |http://forums.oracle.com/forums/] - WSIF JCA Execute of operation 'doSelect' failed due to: Could not create/access the TopLink Session. This session is used to connect to the datastore. [Caused by: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: localhost:1521:XE1 |http://forums.oracle.com/forums/] ; nested exception is: ORABPEL-11622 Could not create/access the TopLink Session. This session is used to connect to the datastore. [Caused by: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: localhost:1521:XE1 |http://forums.oracle.com/forums/] See root exception for the specific exception. You may need to configure the connection settings in the deployment descriptor (i.e. weblogic-ra.xml) and restart the server. Caused by Exception [TOPLINK-4002|http://forums.oracle.com/forums/] (Oracle TopLink - 10g Release 3 (10.1.3.4.0) (Build 080602)): oracle.toplink.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: localhost:1521:XE1 Error Code: 0. ,detail= Internal Exception: java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: localhost:1521:XE1 Error Code: 0}} ". Please check the error log file for more infromation. A failure is detected in use of fault policy used to recover the activity. Please audit the instance manually or let engine recovery to attempt recovery. Best practice suggests to handle exceptions in fault policy or in the fault handlers in your bpel process. less
    com.oracle.bpel.client.BPELFault: faultName: {{[http://schemas.oracle.com/bpel/extension]}remoteFault}
    messageType: {{[http://schemas.oracle.com/bpel/extension]}RuntimeFaultMessage}
    parts: {{code=0
    ,summary=file:/D:/oracle/soasuitebasic/bpel/domains/default/tmp/.bpel_Test1BPEL_1.0_7f0af90c7bf1874b5077831987befd2d.tmp/do.wsdl [ do_ptt::doSelect(doSelect_inparameters,DomainCollection) |http://forums.oracle.com/forums/] - WSIF JCA Execute of operation 'doSelect' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore. [Caused by: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:XE1
    ; nested exception is:
    ORABPEL-11622
    Could not create/access the TopLink Session.
    This session is used to connect to the datastore. [Caused by: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:XE1
    See root exception for the specific exception. You may need to configure the connection settings in the deployment descriptor (i.e. weblogic-ra.xml) and restart the server. Caused by Exception [TOPLINK-4002|http://forums.oracle.com/forums/] (Oracle TopLink - 10g Release 3 (10.1.3.4.0) (Build 080602)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:XE1
    Error Code: 0.
    ,detail=
    Internal Exception: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:XE1
    Error Code: 0
    at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:623)
    at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:437)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:251)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:826)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:402)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.expire(BPELInvokeWMP.java:151)
    at com.collaxa.cube.engine.CubeEngine.expireActivity(CubeEngine.java:4161)
    at com.collaxa.cube.engine.CubeEngine.expireActivity(CubeEngine.java:2073)
    at com.collaxa.cube.ejb.impl.ActivityManagerBean.expireActivity(ActivityManagerBean.java:174)
    at com.collaxa.cube.ejb.impl.ActivityManagerBean.expireActivity(ActivityManagerBean.java:145)
    at com.collaxa.cube.ejb.impl.ActivityManagerBean_lcloe8_ELOImpl.expireActivity(ActivityManagerBean_lcloe8_ELOImpl.java:542)
    at com.collaxa.cube.engine.dispatch.message.instance.ExpirationMessageHandler.handle(ExpirationMessageHandler.java:43)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:58)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    -----

    The fault management framework catches all faults (business and runtime) for an invoke activity only.
    For all other activities use the BPEL fault handler.

  • Apache configuration for weblogic

    Hi All
    I need your help for configuring my apache for weblogic. Actually we created 2 non clustered server and deployed an application on them. Now we want to achieve the load balancing on the apache side. So, I am just wondering what exactly I should write down in http.conf to achieve it.
    e.g in clustered environment we give :
    <Location /process>
    WebLogicCluster abc:7210,xyz:7210
    SetHandler weblogic-handler
    </Location>
    where abc and xyz are cluster members.
    If you have any idea then please share it.
    Thanks in Advance.

    To configure Apache Plug-in with Weblogic Server, follow the steps below
    1. To make Apache server run on a different port say 8080, other than the dafault (80).
    Modify the httpd.conf present at
    D:\Program Files\Apache Group\Apache2\conf
    Change the Listen port to 8080 in the httpd.conf file
    Listen 8080
    2. Copy the mod_wl_20.so from \wlserver_10.3\server\plugin\win\32 to
    D:\Program Files\Apache Group\Apache2\modules
    3. Apply the plug-n module by adding these in the httpd.conf file
    LoadModule weblogic_module modules/mod_wl_20.so
    <Location />
    SetHandler weblogic-handler
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicCluster localhost:7003,localhost:7005
    Debug ON
    WLLogFile c:/temp/wlproxy.log
    WLTempDir c:/temp
    </IfModule>
    4. Restart the Apache Server

  • How to configure Oracle WebLogic NodeManager as a MS service

    Hi Experts,
    I installed OBIEE 11.1.1.5, and i want to configure OBIEE start/stop as windows services.
    for that and after a successful configuration, Oracle configure by default two windows services: Weblogic Node Manager and FMW 11g Process Manager (OPMN).
    The problem is that Weblogic Node Manager is missing as a widows service.
    How can i do to create and configure it manually, please.
    Thank in advance.
    Best regards,
    Hassan C
    Edited by: 972869 on 23 nov. 2012 03:27
    Edited by: 972869 on 23 nov. 2012 03:28
    Edited by: 972869 on 23 nov. 2012 05:09

    Hi,
    i see it, but that is for install Admin and manage server, what i'm asking for is Oracle weblogic NodeManager.
    the windows service i need is named "oracle WebLogic NodeManager (e_obiee11_wlserver_10.3)" or somethiing like that, is the first in the page of your link:
    Weblogic Node Manager
    *(configured as a MS Windows Service if Custom Install route is chosen when installing Weblogic)*
    I'm asking how to create it.
    Thank you.
    Edited by: 972869 on 23 nov. 2012 05:14

  • LDAP Server Configuration in Weblogic

    Hi,
    While configuring LDAP provider in the existing weblogic server, I am facing issue while importing the certificate [.cer files] into the weblogic server for installation.
    Could someone provide the sequential steps that need to be followed to setup LDAP?
    Thanks,
    Pratik.

    I'm not sure what you want to achieve, but I guess that you want to use the Oracle Internet Directory for authentication?
    Usually there would be some place in the Weblogic setup where you can configure this. Needed for the connectivity to the OID are usually the DN of the user that can connect (cn=orcladmin,dc=users,dc=acme,dc=com) and the hostname and port where the OID is running.
    cu
    Andreas

  • LDAP Configuration in weblogic server

    Hi,
    This is chirumalla,
    I am working on the task for configuring the LDAP on weblogic 9.2 MP2.
    Could anybody help me on how to start on this task.
    Thanks in advance.

    I'm not sure what you want to achieve, but I guess that you want to use the Oracle Internet Directory for authentication?
    Usually there would be some place in the Weblogic setup where you can configure this. Needed for the connectivity to the OID are usually the DN of the user that can connect (cn=orcladmin,dc=users,dc=acme,dc=com) and the hostname and port where the OID is running.
    cu
    Andreas

Maybe you are looking for

  • Premiere Elements 7 Crashes on Startup

    The programme has been working fine for about 2 months but, as of last night, my copy of Premiere Elements 7 has started crashing on startup...it gets through the load screen and gives me the usual options to open an existing project or a new project

  • "Could not create SSOToken" error while setting agent for SSO

    Hello, I configured my agent as follows: Version: 3.0 Build Date: 20071212 Application Server Config Directory : C:\Sun\SDK\domains\domain1\config Application Server Instance name : server Access Manager URL : http://juno:6140/opensso Domain Administ

  • Deploy adapter module in PI 7.1

    Hi everybody, I have made the changes to the module i developed in 7.0 as per stefnans blog /people/stefan.grube/blog/2008/12/11/adjust-your-pi-70-adapter-modules-for-pi-71-in-15-minutes Do i have to create the ear file and deploy it?..or is there so

  • Captivate 4

    Within the edit mode I have placed an image and highlighted areas of the slide. However, in the published edition the images and highlight box are not visable at all. I have tried moving the speech bubble and the click box but this has not improved t

  • Has RX-100 Lens correction disappeared again? post RAW Camera Update 4.09

    On a fairly new imac running 10.8.5 and iphoto 11 (9.4.3) A further RAW camera Update seems to have returned an issue with a Sony RX100, and lens correction has dissappeared.