Java API - EventHandler threads not getting killed

Hello everybody,
I didn't know whether to post this in the PI forum or in the MDM forum. I use the following scenario:
We run an EJB session bean in the Java Proxy environment of PI 7.1. In this bean we create an MDM session, log on to a repository and then attach a RecordListener that reacts to any change of the records. When an interesting change took place, the record is distributed to PI.
The code looks like this:
EventDispatcher evDis = new EventDispatcher(servername);
RecordListener recLis = new RecordListener();
evDis.registerDataNotifications(username, password, repIdent, regions[0]);
evDis.addListener(recLis);
The problem arises when we try to undeploy or stop the application. You would assume that it would stop everything connected to the application. However, it does not. The mentioned EventDispatcher creates a thread object when invoked, and this thread is never killed. The consequence: Records keep getting distributed as if nothing had happened, although the application is gone (even undeploying doesn't help). But when we redeploy the application, a new thread is created. So after some development you get 10 or more threads firing every change to PI. The only thing that helps is a restart of the J2EE engine.
So, my question: Has anybody here made a similar experience? Is this common for MDM or is rather PI the cause of this issue?
Any comments on that are very welcome.
Best regards,
Jörg

Hi Veera,
thanks a lot, that pot me on the right track! In fact, it's the @PreDestroy annotation which has to be used for some cleanup method. When we execute this and included the coding you mentioned the threads are killed properly.
Currently we're facing the issue that somehow the commit status of the bean is not set to "Committed" and from the second message on we get exceptions. If anybody came across this, help is appreciated.
Best regards,
Jörg

Similar Messages

  • Java.lang.Exception: Could not get name for DC project

    Hello Experts,
    We have a code which is downloaded from SVN repository.
    I have imported the code from my desktop into NWDS and when I try to deploy it throws,
    java.lang.Exception: Could not get name for DC project
    I have referred few threads in SCN and solution suggested is to change the workspace and create a new DC & copy the _comp from old DC.
    I tried the above solution but there are lot of build errors as we have few RFC models and it is throwing build errors for missing model reference.
    Kindly help me on how to fix the error.
    Thanks, Swarnaprakash

    Dear Swarnaprakash,
    The Web Dynpro DCs Import C:\----\user\.dtc\LocalDevelopment\DCs\sap.com\test and
    the related package for DC  is missing once check it after try to import.
    Depending on which Java compiler preferences are set, you may see some
    warnings in the "Task" view after importing the project. If the severity level for problems of type "Unused imports" (set in Preferences – Java – Compiler) has the value "Warning", the compiler will issue a warning for unused import references. Ignore these warnings!
    Still You getting means delete your .metadata before take the backup.after open the NWDS again it will set new configurations in your system.
    Thanks & Regards,
    Durga Rao.

  • What are JAVA API are threaded in default list plz

    hi every body
    Can u give me List of JAVA API are threaded default

    Can u give me List of JAVA API are threaded default1. Java is not an abbreviation.
    2. What do you mean?

  • Process not getting killed

    Hi ,
    I tried killing the process but still it is not getting killed.Used the below command.
    kill -9 <pid>
    sapkxdap10:orads2 9> ps -ef | grep sap
    sidadm   25255     1  0 Sep21 ?        01:00:18 dw.sapSID_DVEBMGS68 pf=/usr/sap/SID/SYS/profile/SID_DVEBMGS68_sapkxdap10
    I cannot understand what the second field means question mark is there.How to kill the process if they are hung.Thanks.

    > How should i proceed even after stopping sap if the process exists?
    I don't know - I have no clue under which circumstances something that like can occur. You can check using
    ipcs -m
    if there are any shared memory segments allocated. Also stop/kill "saposcol" and "sapstartsrv".
    > And what does that question mark indicate in the output..Thanks.
    Execute
    man ps
    The question mark means the process has no connected terminal (just read the headline when you execute ps -ef) and was started by another process.

  • [java] Failed at "Could not get DeploymentManager".

    I am running the second example in the BPEL Help tutorial. In that we are supposed to run ant from tutorials\127.OrderBookingTutorial\PriceQuote and it gives error because it is not able to resolve
    my PC name 5mq9p91. I changed couple of build.properties files and for hostname put in the IP address, so some of these worked, but some of the places still have 5mq9p91 causing FAILURE.
    Where does ant get my machine name, how I can get it to pull full qualified name or the IP address?
    ERROR:
    [echo] Deploying SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI/SelectManufacturingUI.ear ..."
    [java] Failed at "Could not get DeploymentManager".
    (1. EXECUTION OF ANT BELOW)
    Actual problem is once I complete this exercise, partner link has compilation error, because the WSDL does not have complete qualified PC name.
    In the WSDL you can see the reference to "soap:address location="http://5MQ9P91:8888/orabpel/default/RapidDistributors/1.0""
    how do I change this to have complete qualified address?
    Actual Error:
    Error:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "bpel.xml", Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl". The reason is http://5MQ9P91:8888/orabpel/xmllib/ws-addressing.xsd.
    Please verify the schemas defined in wsdl.
    [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    (2. RapidDistributors WSDL INFO BELOW)
    Few things I did to solve the problem, without much success:
    Installed BPEL and when I use firefox I get DNS Lookup Error
    http://5mq9p91:8888/
    Now if I use http://5mq9p91.na.zzzzz.net:8888/ it works fine and if I use the IP address it works fine.
    Have the same problem with IE, but after putting entried in C:\WINDOWS\system32\drivers\etc\hosts file problem went away.
    I also added DNS Suffix na.zzzzz.com in the Control Panel --> Network --> TCP/IP --> Advanced --> DNS Tab
    (3. IPCONFIG /ALL DETAILS BELOW)
    1. EXECUTION OF ANT
                   C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote>ant
                   Buildfile: build.xml
                   RapidDistributors:
                   Trying to override old definition of task customize
                   pre-build:
                   validateTask:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Validating workflow
                   [echo] --------------------------------------------------------------
                   [echo]
                   [validateTask] Validation of workflow task definitions is completed without errors
                   compile:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Compiling bpel process RapidDistributors, revision 1.0
                   [echo] --------------------------------------------------------------
                   [echo]
                   [bpelc] validating "C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\bpel\RapidDistributors.bpel" ...
                   [bpelc] BPEL suitcase generated in: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\output\bpel_RapidDistributors_1.0.jar
                   deployProcess:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying bpel process RapidDistributors on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployProcess] Deploying process C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\output\bpel_RapidDistributors_1.0.jar
                   [deployProcess] Successfully deployed the process "RapidDistributors" on server "11.111.111.11" and port "8888"
                   deployTaskForm:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying workflow form for RapidDistributors on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployTaskForm] There are no forms to deploy
                   deployDecisionServices:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying decision services for RapidDistributors on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployDecisionServices] There are no decision services to deploy
                   process-deploy:
                   post-build:
                   deploy:
                   SelectManufacturing:
                   Trying to override old definition of task customize
                   pre-build:
                   validateTask:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Validating workflow
                   [echo] --------------------------------------------------------------
                   [echo]
                   [validateTask] url is file:/C:/home/bpel/ProcessManager/product/10.1.3.1/OracleAS_1/bpel/system/services/schema/WorkflowTaskDefinition.xsd
                   [validateTask] Validation of workflow task definitions is completed without errors
                   compile:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Compiling bpel process SelectManufacturing, revision 1.0
                   [echo] --------------------------------------------------------------
                   [echo]
                   [bpelc] validating "C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\bpel\SelectManufacturing.bpel" ...
                   [bpelc] BPEL suitcase generated in: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\output\bpel_SelectManufacturing_1.0.jar
                   deployProcess:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying bpel process SelectManufacturing on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployProcess] Deploying process C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\output\bpel_SelectManufacturing_1.0.jar
                   [deployProcess] Successfully deployed the process "SelectManufacturing" on server "11.111.111.11" and port "8888"
                   deployTaskForm:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying workflow form for SelectManufacturing on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployTaskForm] 07/07/12 09:22:47 Notification ==>Application Deployer for default_SelectManufacturing_1_0_Approval STARTS.
                   [deployTaskForm] 07/07/12 09:22:47 Notification ==>Undeploy previous deployment
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SelectManufacturing_1_0_Approval.ear begins...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SelectManufacturing_1_0_Approval.ear ends...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Starting application : default_SelectManufacturing_1_0_Approval
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing ClassLoader(s)
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing EJB container
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Loading connector(s)
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Starting up resource adapters
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing EJB sessions
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Committing ClassLoader(s)
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize workflowform begins...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize workflowform ends...
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Started application : default_SelectManufacturing_1_0_Approval
                   [deployTaskForm] 07/07/12 09:22:48 Notification ==>Application Deployer for default_SelectManufacturing_1_0_Approval COMPLETES. Operation time: 718 msecs
                   [deployTaskForm] Successfully deployed form on server "11.111.111.11"
                   deployDecisionServices:
                   [echo]
                   [echo] --------------------------------------------------------------
                   [echo] | Deploying decision services for SelectManufacturing on 11.111.111.11, port 8888
                   [echo] --------------------------------------------------------------
                   [echo]
                   [deployDecisionServices] There are no decision services to deploy
                   process-deploy:
                   post-build:
                   deploy:
                   SelectManufacturingUI:
                   Trying to override old definition of task customize
                   deploy:
                   [echo] Deploying SelectManufacturingUI from C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI:
                   [echo]
                   schemac:
                   build_ear:
                   [jar] Building jar: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.war
                   [ear] Building ear: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.ear
                   deployOc4j:
                   deployBindWebAppOc4j:
                   deployIas_10gR2:
                   deployBindWebAppIas_10gR2:
                   deployIas_10gR3:
                   [echo] Deploying SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI/SelectManufacturingUI.ear ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas_10gR3:
                   [echo] Binding WebAp SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas:
                   deployOraclej2ee:
                   deployNonOraclej2ee:
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.war
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.ear
                   CreateOrderBookingUI:
                   Trying to override old definition of task customize
                   deploy:
                   [echo] Deploying CreateOrderBookingUI from C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI/jsp:
                   [echo]
                   schemac:
                   build_ear:
                   [jar] Building jar: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.war
                   [ear] Building ear: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.ear
                   deployOc4j:
                   deployBindWebAppOc4j:
                   deployIas_10gR2:
                   deployBindWebAppIas_10gR2:
                   deployIas_10gR3:
                   [echo] Deploying CreateOrderBookingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI/CreateOrderBookingUI.ear ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas_10gR3:
                   [echo] Binding WebAp CreateOrderBookingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home ..."
                   [java] Failed at "Could not get DeploymentManager".
                   [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
                   [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
                   [java] Java Result: 1
                   deployBindWebAppIas:
                   deployOraclej2ee:
                   deployNonOraclej2ee:
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.war
                   [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.ear
                   deploy:
                   BUILD SUCCESSFUL
                   Total time: 50 seconds
                   C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote>
    2. RapidDistributors WSDL INFO
         http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl
              <?xml version="1.0" encoding="UTF-8" ?>
              - <definitions name="RapidDistributors" targetNamespace="http://xmlns.oracle.com/RapidDistributors" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/RapidDistributors" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:ns1="http://www.globalcompany.com/ns/sales" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/RapidDistributors">
              - <types>
              - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/RapidDistributors" xmlns="http://www.w3.org/2001/XMLSchema">
              - <element name="RapidDistributorsProcessRequest">
              - <complexType>
              - <sequence>
              <element name="input" type="string" />
              </sequence>
              </complexType>
              </element>
              - <element name="RapidDistributorsProcessResponse">
              - <complexType>
              - <sequence>
              <element name="result" type="string" />
              </sequence>
              </complexType>
              </element>
              </schema>
              - <schema xmlns="http://www.w3.org/2001/XMLSchema">
              <import namespace="http://www.globalcompany.com/ns/sales" schemaLocation="OrderBookingPO.xsd" />
              </schema>
              - <schema xmlns="http://www.w3.org/2001/XMLSchema">
              <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://5MQ9P91:8888/orabpel/xmllib/ws-addressing.xsd" />
              </schema>
              </types>
              - <message name="RapidDistributorsResponseMessage">
              <part name="payload" element="ns1:SupplierInfo" />
              </message>
              - <message name="RapidDistributorsRequestMessage">
              <part name="payload" element="ns1:OrderItems" />
              </message>
              - <message name="WSAMessageIDHeader">
              <part name="MessageID" element="wsa:MessageID" />
              </message>
              - <message name="WSAReplyToHeader">
              <part name="ReplyTo" element="wsa:ReplyTo" />
              </message>
              - <message name="WSARelatesToHeader">
              <part name="RelatesTo" element="wsa:RelatesTo" />
              </message>
              - <portType name="RapidDistributorsCallback">
              - <operation name="onResult">
              <input message="tns:RapidDistributorsResponseMessage" />
              </operation>
              </portType>
              - <portType name="RapidDistributors">
              - <operation name="initiate">
              <input message="tns:RapidDistributorsRequestMessage" />
              </operation>
              </portType>
              - <binding name="RapidDistributorsBinding" type="tns:RapidDistributors">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              - <operation name="initiate">
              <soap:operation style="document" soapAction="initiate" />
              - <input>
              <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle="" />
              <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle="" />
              <soap:body use="literal" />
              </input>
              </operation>
              </binding>
              - <binding name="RapidDistributorsCallbackBinding" type="tns:RapidDistributorsCallback">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              - <operation name="onResult">
              <soap:operation style="document" soapAction="onResult" />
              - <input>
              <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
              <soap:body use="literal" />
              </input>
              </operation>
              </binding>
              - <service name="RapidDistributorsCallbackService">
              - <port name="RapidDistributorsCallbackPort" binding="tns:RapidDistributorsCallbackBinding">
              <soap:address location="http://set.by.caller" />
              </port>
              </service>
              - <service name="RapidDistributors">
              - <port name="RapidDistributorsPort" binding="tns:RapidDistributorsBinding">
              <soap:address location="http://5MQ9P91:8888/orabpel/default/RapidDistributors/1.0" />
              </port>
              </service>
              - <plnk:partnerLinkType name="RapidDistributors">
              - <plnk:role name="RapidDistributorsProvider">
              <plnk:portType name="tns:RapidDistributors" />
              </plnk:role>
              - <plnk:role name="RapidDistributorsRequester">
              <plnk:portType name="tns:RapidDistributorsCallback" />
              </plnk:role>
              </plnk:partnerLinkType>
              </definitions>
    3. IPCONFIG /ALL DETAILS
                   C:\>ipconfig /all
                   Windows IP Configuration
                        Host Name . . . . . . . . . . . . : 5MQ9P91
                        Primary Dns Suffix . . . . . . . : na.zzzzz.net
                        Node Type . . . . . . . . . . . . : Hybrid
                        IP Routing Enabled. . . . . . . . : No
                        WINS Proxy Enabled. . . . . . . . : No
                        DNS Suffix Search List. . . . . . : na.zzzzz.net
                                            na.zzzzz.net
                                            zzzzz.net
                   Ethernet adapter Local Area Connection:
                        Connection-specific DNS Suffix . : na.zzzzz.net
                        Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller
                        Physical Address. . . . . . . . . : 00-13-72-BA-E2-DF
                        Dhcp Enabled. . . . . . . . . . . : Yes
                        Autoconfiguration Enabled . . . . : Yes
                        IP Address. . . . . . . . . . . . : 11.111.111.11
                        Subnet Mask . . . . . . . . . . . : 255.255.255.0
                        Default Gateway . . . . . . . . . : 13.141.178.1
                        DHCP Server . . . . . . . . . . . : 13.135.65.50
                        DNS Servers . . . . . . . . . . . : 13.135.0.11
                                            13.135.0.13
                                            13.151.1.16
                        Primary WINS Server . . . . . . . : 13.135.65.50
                        Secondary WINS Server . . . . . . : 13.151.32.32
                        Lease Obtained. . . . . . . . . . : Wednesday, July 11, 2007 6:02:29 PM
                        Lease Expires . . . . . . . . . . : Monday, July 16, 2007 6:02:29 PM
                   Ethernet adapter {4AC576C8-F05E-422F-BA75-A986D1994DDF}:
                        Connection-specific DNS Suffix . :
                        Description . . . . . . . . . . . : Nortel IPSECSHM Adapter - Packet Scheduler Miniport
                        Physical Address. . . . . . . . . : 44-45-53-54-42-00
                        Dhcp Enabled. . . . . . . . . . . : No
                        IP Address. . . . . . . . . . . . : 0.0.0.0
                        Subnet Mask . . . . . . . . . . . : 0.0.0.0
                        Default Gateway . . . . . . . . . :
                   C:\>

    Solution:
    C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\utilities\ant-orabpel.properties
    changed hostname and put in the IP Address, and this worked.
    But now that I run ANT it still has the "Could not get DeploymentManager" problem, so it was not because of machine name translation.
    so now what?
    more over, actual problem is to fix the WSDL file:
    "http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl".
    If WSDL file is fixed my tutorial example may work....
    Any body...please help!!!!

  • Java engine (server0 process) not getting started.

    Hi All,
    I am not able to start java engine. Y'day I changed the password of SAPJSF user in portal side. Server0 process is not getting started from y'day. Error message is like below. Can any one help me in this area?
    =====================================================================================
    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon)
            at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo640Proxy$Client640.getAttributes(R3JCo640Proxy.java:408)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.doInitRfc(R3PersistenceBase.java:689)
            at com.sap.security.core.persistence.datasource.imp.R3Persistence.localInitialization(R3Persistence.java:277)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:424)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:363)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:222)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:286)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    =====================================================================================
    Thanks & Regards,
    Charanjit Singh.

    Hi Anil,
    This time I face new problem. Error log is below.
    ==================================================================
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
            at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
            at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
            at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
            at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
            at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    ============================================================================
    Thanks & Regards,
    Charanjit Singh,

  • Java tablespace SAPSR3DB is not getting listed in DB02 tcode

    Hi all,
    We installed Java Add-In in existing ABAP system.
    During Java installation a tablespace will be created named PSAPSR3DB.
    This particular tablespace PSAPSR3DB is not getting displayed in ABAP-DB02 transaction.
    We installed Java Add-In both Quality and PRD Environment.
    PSAPSR3DB tablespace is getting listed in PRD but not in quality server.
    Pls give some inputs on this regard
    Thanks
    Karthik

    Hi Karthikeyan,
    Have you refresh the database in DB02 ?
    Please check if the table have the same onwer as the ABAP.
    Regards,
    Fendi Suyanto

  • ABAP API - Class CL_MDM_PROVIDER_SP05_PL00 not getting

    Hi All,
    I am using MDM 5.5 SP05.
    In R/3 side , we  installed MDM_TECH 554_640  Add-On.
    So I can access the transaction MDMAPIC. But not getting the class CL_MDM_PROVIDER_SP05_PL00. But getting the class CL_MDM_PROVIDER_SP04_PL00. What I want to do for getting the the class CL_MDM_PROVIDER_SP05_PL00.
    Regards,
    Nikhil

    Hi Nikhil,
    it looks like your installed R/3 add on does not match the MDM version you're using. Each SP has a specific R/3 addon for the ABAP APIs available. You should check this on Service Market Place.
    BR Michael

  • IPC 5.0 API doc is not getting generated   -: Note 809820

    Hello friends,
    I have setup development environment for IPC 5.0 on my machine.I used the information provided in PricingUserexitManualV102.pdf which is attached with SAP Note 809820. Everything looks set except for the fact that when i try to generate API documenation (*** <b>Activate the context menu (right mouse click) on
    build_api_doc.xml and select Run As -> Ant Build</b> ***), then its not getting generated and i get the IOException. Please can some one guide me how to generate API docs?
    Many Thanks,
    Dipender Singh (Dips)

    I have been able to resolve it. I just configured by path and java_home. ( it was done to setup installation of J2EE server slim edition). While doing this when i again tried to generate the docs it happened like .. as if using winzip.
    Regards,
    Dipender

  • Java.lang.NullPointerException ,can not get the olap sever instance

    hi,
    In step 4 of the olap connection wizard,I can't find any server instance.When I expand the folder,a message come out at the bottom of the form,'java.lang.NullPointerException'.
    Oracle9i database release 2
    Oracle9i jdeveloper 9.0.2.822
    Businness components version 9.0.2.7.94
    Thanks
    Luis

    In the 902 version the OLAP connection must be created from the BI Designer settings dialog by using the OLAP connection wizard.
    To connect to 901 OLAP server you must specify
    Try doing the following:
    - Launch the 'BI Designer Wizard' from the New Object gallery
    - When you get to the OLAP Data Source step of the wizard click on New to create a new OLAP Instance connection.
    - Ensure that in the connection wizard you can select an OLAP server instance and can test connecting to it successfully.
    - Now after the bi designer is created try doing 'New Crosstab' and see if you get the same error.
    Also please post OLAP/BI Beans specific questions to the Products > Developer Suite > BI Beans forum.

  • How to make a thread NOT get interrupted by the CPU?

    Hello.
    Ok, maybe this might sound trivial, or may expose a fundamental lack in my understand of concurrency... But heres my problem.
    I have 2 threads running, both of the same type.
    After hours of breaking my head, I found out that the reason my program wasnt working is because the CPU was prematurely interrupting one of the threads before it could set a boolean flag to true.
    Basically, my question is this...
    Is there a way I can somehow enclose some of my code such that the CPU should never interrupt the thread while it is running within that enclosed section.

    Hello.
    Ok, maybe this might sound trivial, or may expose a
    fundamental lack in my understand of concurrency...
    But heres my problem.
    I think you nailed it there.
    If you want to notify another thread that is waiting look at the methods.. wait and notify.
    If you need to gaurantee only one thread is running x at one time then use synchronized.

  • Conky does not get killed!

    If I start a terminal, run the command
    conky
    and then exit the terminal, then conky appears again after a few seconds?! How is this possible? All terminals do create a pseudo terminal, which should kill all processes, when it is closed!
    Last edited by ying (2011-10-21 12:14:59)

    Yes, but I am programming a login manager and my goal is to save time. So I don't want to restart X. All is functioning. Only this conky . I just have seen, that the output of ps -A tells me, that conky runs in a pty (ex.: pty/0). If I stop the pty, it changes to an '?'. So before I close the pseudo terminal, I could collect all processes, which do run in the pty and then kill them.
    Edit: But there is a problem. How do I know, which new created ptys (New Terminals started in the DE) are belonging to the the main pseudo terminal process?
    Edit2: Conky is ignoring the SIGHUP Signal, when the process session leader sends it out. But I could scan the pids and check their parent pids. That should work.
    Last edited by ying (2011-10-21 19:03:31)

  • Migration from MDM 4J to MDM Java API

    Hi,
    Can anyone send me details on the migration of MDM 4J to MDM Java API .
    Any document on the differences between the two will be really appreciated.
    Best Regards
    Sid

    Hi Siddharth,
    MDM4J was the old jar files which has been shipped by SAP. In earlier, for customization of any user requirement which is not avialable in MDM, In this case, we can use the MDM JAVA API. for using the same, we need to deploy the MDM4J.jar file then we can use.
    Now, SAP has replaced the old MDM API file name as "MDM4J.jar" with "MDM Java API.jar".
    the only difference between two is that they have added some new jar files to do the specific work with the MDM4J.jar itself. you can find the name as below:
    MDM4J.jar
    mdm-protocol.jar
    mdm-data.jar
    mdm-core.jar
    mdm-common.jar
    mdm-admin.jar
    they have removed some old functionality from MDM4J.jar file itself and added so many new functionality with it.
    for example: by using old java api, we can not get the password of any user but it is possible by new java API jar file. like this they have added so many new fuctionality which we can perform on the MDM Console and MDM Data manager.
    for further info about the MDM JAVA API, you can just refer the following links:
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/index.htm
    in the left pane,go to programming interface, the required java apis documents is there.
    All the documentation is available on the MDM documentation center on SAP Service Marketplace:
    http://service.sap.com/installMDM
    But for this you need valid service market place id and pwd.
    Hope this will help you.
    Regards,
    Saurabh...
    Reward with points if found useful.
    Edited by: Saurabh Kumar Sahu on Jan 29, 2008 3:19 PM

  • How to get regional options information using java api

    Hi all
    I want to read what is properties like what is the currency symbol , what is the precession , what is the digit seperator and No of digits after the decimal .. such information i want to get using the java API
    How can i get this information.
    i tried with Locale API.
    But it always giving me the default information only.
    If i go and change those things in teh regional options it is not effecting
    Any suggestions.
    Thankin you

    http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormatSymbols.html

  • Mediator 11.1.1.5 faults Java Handler not getting called fault-policies

    Hi,
    I have a Oracle SOA 11.1.1.5 Mediator and am handling the faults using fault policies but somehow custom java handler is not invoked when an error occurs and this is what I see in the log but somehow my custom java handler class is not getting called.
    INFO: FaultPoliciesParser.parsePolicies ------->Begin Parsing of policy file
    <Apr 16, 2012 10:30:17 PM EDT> <Error> <oracle.soa.mediator.common.listener> <BE
    A-000000> <Enququeing to Error hospital successful...>Here is the fault-policies.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <faultPolicies xmlns="http://schemas.oracle.com/bpel/faultpolicy">
      <faultPolicy version="2.0.1" id="medFaultHandling"
                   xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
                   xmlns:xs="http://www.w3.org/2001/XMLSchema"
                   xmlns="http://schemas.oracle.com/bpel/faultpolicy"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <Conditions>
          <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
                     name="bpelx:remoteFault">
            <condition>
              <action ref="java-fault-handler"/>
            </condition>
          </faultName>
          <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
                     name="bpelx:bindingFault">
            <condition>
              <action ref="java-fault-handler"/>
            </condition>
          </faultName>
          <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
                     name="bpelx:runtimeFault">
            <condition>
              <action ref="java-fault-handler"/>
            </condition>
          </faultName>
        </Conditions>
        <Actions>
          <Action id="java-fault-handler">
            <javaAction className="com.mediator.faults.CustomMediatorFaultHandler"
                        defaultAction="ora-human-intervention" propertySet="myMediatorProps">
              <returnValue value="OK" ref="ora-human-intervention"/>
            </javaAction>
          </Action>
          <Action id="ora-human-intervention">
            <humanIntervention/>
          </Action>
          <Action id="ora-rethrow-fault">
            <rethrowFault/>
          </Action>
          <Action id="ora-retry">
            <retry>
              <retryCount>3</retryCount>
              <retryInterval>15</retryInterval>
              <exponentialBackoff/>
              <retryFailureAction ref="java-fault-handler"/>
            </retry>
          </Action>
        </Actions>
        <Properties>
          <propertySet name="myMediatorProps">
            <property name="logFileName">mediator-faults.log</property>
            <property name="logFileDir">C:/software</property>
          </propertySet>
        </Properties>
      </faultPolicy>
    </faultPolicies>Here is my the fault-bindings.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <faultPolicyBindings version="2.0.1"
                         xmlns="http://schemas.oracle.com/bpel/faultpolicy"
                         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <composite faultPolicy="medFaultHandling"/>
    </faultPolicyBindings>And here is the snippet of composite.xml where I put the below properties:
    <component name="Router">
        <implementation.mediator src="Router.mplan"/>
        <property name="oracle.composite.faultPolicyFile">fault-policies.xml></property>
        <property name="oracle.composite.faultBindingFile">fault-bindings.xml></property>
      </component>But when the exception occurs I don't see my custom Java Handler being invoked. As I created a jar file and placed it in
    *<Middleware_Home>\Oracle_SOA1\soa\modules\oracle.soa.mediator_11.1.1*
    and updated oracle.soa.mediator.jar manifest by putting the path of the jar file. Restarted the servers but still when an exception occurs in Mediator custom java handler is not invoked. Any ideas what I am missing or are there any special steps
    Thanks

    There is no point in retry on binding fault, rather you can raise it as exception and catch it in sepcific catch block or catch all will handle it.
    Ideally this particular instance will be faulted and if required you can customize to send a mail with fault string to developer or support person or dba
    This type of fault need human intervension to fix this code or it could be data issue.
    - It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Thanks,
    Vijay

Maybe you are looking for

  • Shared FRA disk between Primary and Standby RAC

    Hello all, I need some clarification.  Can a ASM +FRADG shared between RAC 2 nodes 11gR2 Primary and RAC 2 nodes 11gR2 Physical Standby Database in order to use it for backup and recovery on both databases. Thank you.

  • J2sdk-1_4_2_08 install guide need in solaris 9

    Hi, I've currently running an older version in my sunbox solaris 9. # java -fullversion java full version "Solaris_JDK_1.4.1_xx" I install the j2sdk 1.4.2_08, which download from java.sun.com "j2sdk-1_4_2_08-solaris-sparcv9.sh" I run the installation

  • Tweet-deck don't work properly, scroll e window problems.

    hi, I'm a new user! I have used yaourt for install tweetdeck and after the installation the program seems to work but there are some problems 1) the welcome window like the options panel is totally white! and i can't see anything o press some button.

  • Imac wont sleep if Dragon Dictate was used.

    I am using Drago Dictate for Mac on my Imac...my machine will not go to sleep if I have used dragon, even if i "quit" dragon.I have to turn off amchine and turn it  on and press P,R, control and command till the machine starts up...is there a better

  • Download Adobe Photoshop Elements 8

    My old computer with Adobe Photoshop Elements 8 crashed - where can I download the old software version since I don't believe my license key will work with the newest version? Thx