Process.destoy() problem

Hi !
I've got a problem using jdk 1.2.2 on an alpha system
java -versionjava version "1.2.2-6"
Classic VM (build J2SDK.v.1.2.2:04/26/2000-09:58, native threads, jit_122)
uname -aOSF1 <host> V4.0 878 alpha
The problem is that when I start a process using p=Runtime.getRuntime().exec("command"), and then I stop it using p.destroy(), the process is still running ...
(ps -ef says it's still there) ...
Anyone knows this problem and has a solution to it ???
Thanks !

Same problem !!!
In fact the process instead of being killed by a SIGTERM is still running... By the way, its group id passed from <vm pid> to 1 ...
grrrrrrrrrr

Similar Messages

  • Process chains problems : Working every day with error (red)

    Hi All,
    I have a next question, about process chains problem.
    When I start my process chains immediate, then working without errors,  but I want this process chains work every day and chainged properties, selected date/time and periodicaly (every day) but now it work with error.
    How to I find problems? What are yours offers?
    p.s. I see logs, but every day have diffence between errors.
    Regards,
    Mahir M. Quluzade

    HI,
    just check the time which you have given is OK or is overlappintg with some other job which is locking your table in process chain
    or is colliding with attribute change run
    or it fails because of lack of background processes.
    There could be numerious reasons and you need to analyze the log for this.
    But as you said the job is failing everday for different reasons..try to find the most common errors and try to remove it or mention that here.
    Thanks
    Ajeet

  • Image processing Manupulation problem!!!

    Dear all,
    God Morning! hope u all are fine .. i have an issue regarding Image processing Manipulation.
    i want to give u all the details.. what i have done so far in java.
    i have used third party tool of java called ImageJ editor for image manipulation.i got the source of it i have made neccessary customization to store / fetch the image from my table (Database).now this editor is working fine when i click on open option from menu bar it fetches the image from database and after fetching it put the image on container where one can edit/ modify the image and save it back to the table.
    the above proceeds me to display or store the edited image on the database . now i just want to integrate the editor on browser ..
    how to call the class file when i click on the link on specified page and also how to pass parameter from jsp page to java class file.??
    please help me to sort out d problem
    "Thanks and regards"
    Jonty

    Increasing the contrast springs to mind.
    When used to extremes it is sometimes called
    'cartoonising'
    Suppose your image was in 16 colors, you could
    reasonably safely assume at least two are red, two
    are blue, two are yellow ect.
    With regards an algorithm you are looking to 'round
    off' the color values to (my suggestion only) the
    nearest 64 or even the nearest 127...
    Bamkinjust be careful of that ORANGE color. Orange is a tricky color to define in either RGB or HSB, and is very similar to red and yellow. A little change in either direction makes it difficult to distinguish from one or the other.
    my thought would be to try to force your image to only six colors. Then those colors (it wouldn't really matter if they were accurate, as long as they are correctly distinguished) would be easy to identify.
    - Adam

  • Process order problem in COR2 - Urgent Please

    hi i have a problem in COR2.
    After creating the process order i TECO Technically complete the same,
    and when i save the process order the system just hangs.
    When i debugged the code i found that issue is inside the functional module CO_ZV_ORDER_POST - Create/change end routine order.
    It does not do the commit work properly. this is in PRD so please help me to resolve this
    I checked for other system and the process order gets saved.
    What should i do
    please help

    just  compare the  function  module  in  both  PRD & DEV  so that  see the difference in the code level  or else  in the debug  mode  upto the  hanging  code level  ....
    i think it is because of the performance  issue  ....  so  need to  be   created the index  of the  table which  it gets  updated  .....
    becuase  as your FM is  for create/chande  .... so it  will be an  big  table  .... so see it  and   do the performace trace  and  create the  index ..
    ST05 ,SCI  , SM30    .... These are  some of the  tracscation code for   Code Insecptor , performance trace & SQL trace , Runtime Analysis..
    seee if the code is  same  in both  the system   ... then it is confirmed  as   performance  issue  ....
    if the code is  different   then it is  patch level  issue ...  tell to  basis  to check the  patch level  of that  both system  and apply it.
    reward  points  if it is usefull ...
    Girish

  • How I can get rid of "Processing File" problem in downloading my apps?

    hi, I have problems updating and sometimes downloading the apps in iTunse. when I want to update an app in iTunes( using windows 8) the app stuck says "processing file" and remain for hours and never finish again. what can I do for it. now that I live in Iran. and sometimes I have to use a vpn for downloading the files and when it downloaded a bit I disconnect the vpn and resume the download. please help me how to get rid of this annoying problem. I am using the latest iTunes. in fact in every iTunes update I was looking forward to seeing that this problem is solved but it wasn't. thanks in avanced and bye.

    See Here for assistance...
    iTunes Customer Service Contact
    http://www.apple.com/support/itunes/contact.html

  • PO Output Type / Processing Routine Problem

    Hello everyone,
    I cannot seem to find any reference to the problem described below.
    I have encountered a problem by migrating from SAPFM06P to SAPLMEDRUCK during an ECC 5.0 upgrade, at a client where I am under contract as an ABAP Developer.
    Here is some background to the situation.  The client is currently migrating from version 4.6C to 5.0 and thought it was a good idea to upgrade their purchase order messaging  programs from the outdated SAPFM06P, which was utilized in version 3.x, to the newer program SAPLMEDRUCK implemented for use in version 4.6.
    Specifically, Message Output (ME9F) controls the output of purchase order messages in foreground, when the purchase order message is saved and the "further Data option" of the PO message contains "requested processing" equal to the value of "send with application own transaction".  This way, the actual messaging can be controlled in foreground and "breakpoints" can be set to display tables and fields.  Behind the scenes, the message status program RSNAST00 is executed by ME9F program RM06ENDR_ALV.  During this execution, it locates the message (NAST) record from the purchase order and the (TNAPR) configuration, which links the output type to the ABAP print program and SAPscript layout set.  The specific problem is: in RSNAST00, the external call perform "PERFORM (TNAPR-RONAM) in PROGRAM (TNAPR-PGNAM) USING RETURNCODE US_SCREEN IF FOUND" does not pass NAST information to the called program (TNAPR-PGNAM).  I know no NAST table information is passed because I set a break-point on the perform and single step to the print program.  Therefore, the purchase order is unknown by the print program (TNAPR-PGNAM) and results in an error and no purchase order print is provided.  Needless to say, this was tested with a new "Z" version of SAPLMEDRUCK.  So, I changed the program name (output type processing routine) in configuration to SAPLMEDRUCK, but there again the NAST information is not passed to the print program from RSNAST00.  Ironically, I reverted back to the older "z" version of SAPFM06P and NAST and TNAPR information is passed to the print program thru the external call perform quoted above.  I prefer to not modify the SAP original code for RSNAST00, which is used in many other applications.
    One other note, I had previously performed this maneuver on one different occasion with very successful results.
    Has anyone ever encountered this problem in a 5.0 environment (running Windows NT and MSSQL and SAP BASIS 6.4).
    I know this is long winded, but I wanted to explain the background of the entire situation.
    Any and all help would be appreciated.  Thanks in advance,

    Dave,
    Your entry points (like form ENTRY_NEU) should remain in your current version of SAPFM06P.  Change that form to reflect the function calls in the new SAPLMEDRUCK form (ENTRY_NEU) (calls to ME_READ_PO_FOR_PRINTING and ME_PO_PRINT.
    Look at the example below:
    Here is the form in your old (Z) version of SAPFM06P:
    FORM ENTRY_NEU USING ENT_RETCO ENT_SCREEN.
    XSCREEN = ENT_SCREEN.
    IF NAST-AENDE EQ SPACE.
       XDRUVO = '1'.
    ELSE.
       XDRUVO = '2'.
    ENDIF.
    CLEAR: XFZ, XOFFEN, XLMAHN, XLPET.
    *- Anstoß Verarbeitung -
    CLEAR ENT_RETCO.
    PERFORM LESEN USING NAST.
    MOVE RETCO TO ENT_RETCO.
    ENDFORM.
    Here is form entry_neu in your new (Z) version of SAPFM06P:
      INCLUDE FM06PE02                                                   *
    form entry_neu using ent_retco ent_screen.
      data: l_druvo like t166k-druvo,
            l_nast  like nast,
            l_from_memory,
            l_doc   type meein_purchase_doc_print.
      clear ent_retco.
      if nast-aende eq space.
        l_druvo = '1'.
      else.
        l_druvo = '2'.
      endif.
      call function 'ME_READ_PO_FOR_PRINTING'
           exporting
                ix_nast        = nast
                ix_screen      = ent_screen
           importing
                ex_retco       = ent_retco
                ex_nast        = l_nast
                doc            = l_doc
           changing
                cx_druvo       = l_druvo
                cx_from_memory = l_from_memory.
      check ent_retco eq 0.
      call function 'ME_PRINT_PO'
           exporting
                ix_nast        = l_nast
                ix_druvo       = l_druvo
                doc            = l_doc
                ix_screen      = ent_screen
                ix_from_memory = l_from_memory
                ix_toa_dara    = toa_dara
                ix_arc_params  = arc_params
                ix_fonam       = tnapr-fonam          "HW 214570
           importing
                ex_retco       = ent_retco.
    endform.
    Remember, the form should be in the Z version of SAPFM06P - not the Z version of SAPLMEDRUCK.  Make sure the configuration (TNAPR) has the SAPFM06P program name and entry point.
    It should work.  Let me know how it goes.
    Rick

  • Bpm process deployment problem

    Hi,
    I have installed OracleBPMEnterpriseWL103100_aix.bin successful.Also i have installed the obpmadmcenter in a weblogic10g domain successful.
    But when i go to the workspace to release the bpmprocess,it show the errors as list:
    Runtime exception Shell.
    Context details :
    Process '/MOBILEPBXCHANGE#Default-1.0' could not be started up
    Apparent cause :
    Unable to connect to the Directory Service. If the problem persists, contact your system administrator.
    Original stack trace follows ...
    fuego.directory.exception.DirectoryNotAvailableException: Unable to connect to the Directory Service. If the problem persists, contact your system administrator.
    Who can help me,please.
    Thanks.
    Edited by: user8686481 on 2009-12-7 上午1:13

    It sounds like you have connection details wrong. The directory service refers and the database. Check your database, make sure its up and running, make sure your connection details are correct, user / pass, permissions, etc.
    If all else fails, restart the database, then the bpm engine.
    HTH
    -Kevin

  • Order Process Sequence Problem

    Currently I have a FM that does data from an incoming PO IDoc, makes some conversions, changes, etc.  It saves these changes into a new IDoc structure and then uses IDOC_INBOUND_ASYNCHRONOUS FM to post them to create orders.  The problem is if I have 5 IDocs (1, 2, 3, 4, 5) and I bring them in like normal, the results IDocs will sometimes come out out of sequence (5, 2, 3, 4, 1) or some other sequence.  Currently I have the partner profiles for the customer's setup so that it goes directly to my FM.  I'm trying to learn as much as I can about the process flow and how it all works.  If anyone can point me to some good documentation or knows of a better way to do this, please let me know.
    Thanks,
    Curtis

    Dear,
    Go to SNRO t-code.
    In this t-code enter AUFTRAG object.
    This object is for Order type.
    Here you will get option No. of Numbers in buffer check it. This is the field which is responsible for number range buffering
    Regards,
    R.Brahmankar

  • Process chain problem...., its urgent

    Hi all
    in my process chain we are loading 4 loads into ODS. After 3 loads, 4th load didn't take place. its not yet started even 3rd one successfully ran. its not showing error also. what can i do. after 4th one ODS activation process is there.
    Please advice me. will i go for manual loading. if i do manual, what abt activation after 4th load. will i do activation also manual or else it will trigger automatically as part of process chain........../
    Advice me frnds..., its urgent
    Regards
    swetha

    Hi Swetha,
    Sometimes, it doesn't help to just set a request to green status in order to run the process chain from that step on to the end.
    You need to set the failed request/step to green in the database as well as you need to raise the event that will force the process chain to run to the end from the next request/step on.
    Therefore you need to open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.
    Of course you can also set the state of a specific step in the chain to any other possible value like 'R' = ended with errors, 'F' = finished, 'X' = cancelled ....
    Check out the value help on field rspcprocesslog-state in transaction se16 for the possible values.
    Try this solution with your 3rd ODS..hope this will solve your problem for this instance. This is just a workaround.
    Before next scheduel of the process chain..remove the link between 3rd ODS and 4th ODS and then reconnect once again and activate the process chain and schedule it as per your schedule cycle. From next upload onwards everything works fine.
    Assign points if it is helpful.
    Regards,
    Sreedhar

  • Native process execution problem in mac os

    hi,
         In my flex application i have to get mac serial  number as a unique id for each system . On searching i got one terminal command to get serial number. For that i have  run terminal command through flex native process. I have set supportedprofile as <supportedProfiles>extendedDesktop desktop</supportedProfiles> in app xml. But when i install and run application on mac terminal is getting opened but command is not executing. I couldn't trace out the problem.  I could execute cmd in windows and that worked . Please help me to findout a solution................... The test code is adding below
    private var process:NativeProcess
    =
    new NativeProcess();
    protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
                    // TODO Auto-generated method stub
                    if(NativeProcess.isSupported) {
                        Alert.show("Yes NativeProcess");
                        process.addEventListener(ProgressEvent.STANDARD_OUTPUT_DATA, onOutput);
                        process.addEventListener(ProgressEvent.STANDARD_ERROR_DATA, onIOError);
                        process.addEventListener(IOErrorEvent.STANDARD_OUTPUT_IO_ERROR, onIOError);
                        process.addEventListener(IOErrorEvent.STANDARD_ERROR_IO_ERROR, onIOError);
                        process.addEventListener(NativeProcessExitEvent.EXIT,onIOError);
                        var info:NativeProcessStartupInfo     =     new NativeProcessStartupInfo();
                        info.executable                               =     new File("/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal");
                         /*  var startupArgs:Vector.<String>    =     new Vector.<String>();
                             startupArgs[0]                              =    'system_profiler |grep "r (system)" '; 
                             info.arguments                              =    startupArgs;*/
                        //Alert.show(String(info.arguments.length));
                         process.start(info); 
                        process.standardInput.writeUTFBytes('system_profiler |grep "r (system)" '+ "\n");
                    }else
                        Alert.show("No");
                protected function onIOError(event:IOErrorEvent):void
                    // TODO Auto-generated method stub
                    Alert.show("Error");
                protected function onOutput(event:ProgressEvent):void
                    var processID:String            =    process.standardOutput.readMultiByte(process.standardOutput.bytesAvailable,"");       
                    Alert.show("Path : " + processID );
    I have tried to set arguments but didn't execute......
    Message was edited by: aswathykrishnan

    Hello Aswathy, these days I'm also coding an application which uses AIR NativeProcess and I required to open the MacOS terminal with some parameter/commands. I also eventually turn to the AppleScript, but I considerably new to the AppleScript, yet trying to findout a way to passing parameters (the command argument) to the AppleScript; the appleScript I managed to open but not passing the argument. Can you please help? here's my some probable codes for the application:
    My appleScript is:
    #!/bin/bash
    on run argv
              tell application "Terminal"
                        set currentTab to (do script) & item 1 of argv
              end tell
    end run
    I've packaged the appleScript as an Application (Contract.app) and here's my Flex code:
    var npInfo : NativeProcessStartupInfo = new NativeProcessStartupInfo();
    npInfo.executable = new File( "/Applications/Contract.app/Contents/MacOS/applet" );
                                  var arg:Vector.<String> = new Vector.<String>;
                                      arg[0]="ssh [email protected]";
                                  npInfo.arguments = arg;
                                  process = new NativeProcess();
      process.start( npInfo );
    Can you please help?
    Thank you.

  • BPEL Process migration problems   from 10.1.2. to 10.1.3(SOA)

    Hi,
    I am migrating the BPEL Project which was desinged for the BPEL(10.1.2) using BPEL Designer to SOA Suite using the JDeveloper 10.1.3.1 Developer Preview version.
    The taken the project which is deploying&working perfectly in the BPEL Desg&serv (10.1.2).
    But the same project is not compiling in the newer preview version.i got invalid xpath exception.
    my xpath is like
    bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts')
    if i change like this xpath, woking fine...
    bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input')
    The input element defined as string in wsdl.However am expecting in runtime process will recive an proper xml string as a value of input element so the xpath will work fine..
    Is the any configuration property to turn of xpath validation & variable not initialized warning while compile and building bpel project in the jdevstudio10.1.3.1. preview as well as in SOASuite server.
    I would be happy on any reply.
    Thanks
    bogi

    Hi,
    Bogiraja and me work on the same team... this is a follow up we noticed today. As part of the deployment descriptors of a BPEL, one can set the configuration property "xpathValidation" to False (it is by default True going by 10.1.2 documentation). The documentation says that this would make the compiler not to validate the xpath queries.
    When we tried this in 10.1.3, it did not seem to make any difference and the compiler still did not allow a xpath query which contained a node name which was not defined in the WSDL (bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts') in Bogiraja's mail above)
    Basically, the problem is like this.
    a. The WSDL for the BPEL process defines the input variable as a "string"
    b. When this BPEL process is invoked, we read the content of this variable which is an XML and assign that to a variable of a defined type in the BPEL.
    c. For this purpose, we used to use the syntax as mentioned by Bogiraja in 10.1.2 which does not seem to work on 10.1.3.
    A further observation is that if we define a dummy variable of xsd:any and copy the content of the input into that variable and then apply a similar xpath ('/client:dummyXSDAnyVar/ns1:listOfProducts') on that resultant variable then it seems to work!!
    Expected functionality? Anything we seem to be missing out here?
    Would highly appreciate any responses.
    Thanks in advance.

  • BPEL Process migration problem.from 10.1.2. to 10.1.3(SOA)

    Hi,
    I am migrating the BPEL Project which was desinged for the BPEL(10.1.2) to SOA Suite using the JDeveloper 10.1.3.1 Developer Preview version.
    The taken the project which is buildin and deploying correctly in the BPEL Desg&ser (10.1.2).
    But the same project is not compiling in the newer preview version.i got invalid xpath exception.
    my xpath is like
    bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts')
    if i change like this xpath, woking fine...
    bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input')
    the element defined as string in wsdl.however am expecting in runtime process will recive an proper xml string as a value of input element so the xpath will work fine..
    is the any configuration property to turn of xpath validation & variable not initialized warning while compile and building bpel project in the jdev10.1.3.1. preview version.
    could you please any one give me solution ?
    Thanks
    bogi

    Hi,
    Bogiraja and me work on the same team... this is a follow up we noticed today. As part of the deployment descriptors of a BPEL, one can set the configuration property "xpathValidation" to False (it is by default True going by 10.1.2 documentation). The documentation says that this would make the compiler not to validate the xpath queries.
    When we tried this in 10.1.3, it did not seem to make any difference and the compiler still did not allow a xpath query which contained a node name which was not defined in the WSDL (bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts') in Bogiraja's mail above)
    Basically, the problem is like this.
    a. The WSDL for the BPEL process defines the input variable as a "string"
    b. When this BPEL process is invoked, we read the content of this variable which is an XML and assign that to a variable of a defined type in the BPEL.
    c. For this purpose, we used to use the syntax as mentioned by Bogiraja in 10.1.2 which does not seem to work on 10.1.3.
    A further observation is that if we define a dummy variable of xsd:any and copy the content of the input into that variable and then apply a similar xpath ('/client:dummyXSDAnyVar/ns1:listOfProducts') on that resultant variable then it seems to work!!
    Expected functionality? Anything we seem to be missing out here?
    Would highly appreciate any responses.
    Thanks in advance.

  • Process Chains Problem

    Hi,
    I’m facing a problem with the triggering to the Process Chains.
    When I’m creating a new process chain and scheduling it for immediate run using ‘Activate & Schedule’ (F8) the chains fails to start.
    In SM37 I can see the following status for
    BI_PROCESS_TRIGGER in the job log:
      Job started
      Step 001 started (program RSPROCESS, variant XXXXX,
      user ID ALEREMOTE)
    The RSPROCESS variant is correct with WAIT = 0 & TYPE = TRIGGER
    The status of BI_PROCESS_TRIGGER remains ACTIVE & it seems to continue to infinity. The process never seems to continue beyond this point.
    This problem happens only to the newly built chains, existing chains in the system are working fine.
    A similar problem exists with Meta chains.
    I’ve a existing chain to which I’ve attached a new chain as ‘Local Process Chain’. The main chain is scheduled for immediate run & the local chain as Start using Meta Chain or API’
    When I run the main chain (F8) it executes fine but as it enters the local chain it seems to hang. (The other branches of the main chain run to completion).
    SM37 shows the following status for the local chain:
    BI_PROCESS_CHAIN as Active 
    BI_PROCESS_TRIGGER as Active  (Job log shows 'Job Started' and no further info)
    The Job log for BI_PROCESS_CHAIN shows the following:
    Job started
    Step 001 started (program RSPROCESS, variant &0000000007829, user ID ALEREMOTE)
    Communication buffer deleted from previous run 3YD14KALESRSTNM5MHPQ9Z5OW (status X)
    Version 'M' of chain SP_VENDOR_EVAL_INIT was saved without checking
    Version 'A' of chain SP_VENDOR_EVAL_INIT was saved without checking
    The Chain Was Removed From Scheduling
    Program RSPROCESS successfully scheduled as job BI_PROCESS_DROPINDEX with ID 07460801
    Program RSPROCESS successfully scheduled as job BI_PROCESS_INDEX with ID 07460801
    Program RSPROCESS successfully scheduled as job BI_PROCESS_LOADING with ID 07460801
    Program RSPROCESS successfully scheduled as job BI_PROCESS_LOADING with ID 07460901
    Program RSPROCESS successfully scheduled as job BI_PROCESS_ODSACTIVAT with ID 07460901
    Chain  <local chain> Was Activated And Scheduled
    (The  <local chain> has variants for deleting & recreating InfoCube Indexes, loading data to Cube & ODS, and activating ODS )
    It seems the Trigger process of the local chain never completes and so the local chain never runs.
    Any help to solve this issue will be greatly appreciated. I closed & reopened the transaction & even logged out of saplogon & logged in again. But these steps don’t seem to help much! Except that in my second case mentioned above the status in SM37 showed only BI_PROCESS_CHAIN  as Active initially ( without the job BI_PROCESS_TRIGGER ) and after I did my logout & login the BI_PROCESS_TRIGGER  seems to have started. But nothing more than that so far!!
    Thanks in advance,
    Melwyn

    Hi All,
    The problem is resolved by deleting the lock in SM37.
    The following lock appears (and stays!) when the chain is triggered-
    ALEREMOTE <time> E RSPCLOGCHA <chain name> #########################
    The lock is released if you leave the RSPC transaction & the chain executes for a normal Process Chain.
    In the case of meta chains (as explained by me earlier) this lock appears as the execution of the local chain begins BUT even if you leave RSPC the lock remains for the local chain.
    In both these scenarios deletion of this lock kicks of the normal execution of the Process Chain.
    Thanks everyone for your inputs.
    Cheers,
    Melwyn

  • BPEL Process transporting problem.from 10.1.2. to 10.1.3(SOA)

    Hi,
    When i move the project to new SOASuite designer, the transformation activity is showing as assign activity.. and its not moving the imported xsd folders from project root folder to the bpel folder.So while building, it's not able to find the xsd in the relative path what is there in the wsdl.
    Thanks,
    Bogi.

    Hi,
    Bogiraja and me work on the same team... this is a follow up we noticed today. As part of the deployment descriptors of a BPEL, one can set the configuration property "xpathValidation" to False (it is by default True going by 10.1.2 documentation). The documentation says that this would make the compiler not to validate the xpath queries.
    When we tried this in 10.1.3, it did not seem to make any difference and the compiler still did not allow a xpath query which contained a node name which was not defined in the WSDL (bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts') in Bogiraja's mail above)
    Basically, the problem is like this.
    a. The WSDL for the BPEL process defines the input variable as a "string"
    b. When this BPEL process is invoked, we read the content of this variable which is an XML and assign that to a variable of a defined type in the BPEL.
    c. For this purpose, we used to use the syntax as mentioned by Bogiraja in 10.1.2 which does not seem to work on 10.1.3.
    A further observation is that if we define a dummy variable of xsd:any and copy the content of the input into that variable and then apply a similar xpath ('/client:dummyXSDAnyVar/ns1:listOfProducts') on that resultant variable then it seems to work!!
    Expected functionality? Anything we seem to be missing out here?
    Would highly appreciate any responses.
    Thanks in advance.

  • OCI Process hanging problem

    I'm writing some code run with oracle oci.
    My Environments are like these
    OS : Red Hat Enterprise Linux AS release 3 (Taroon)
    DB : Oracle 10g(10.1.0.3)
    Language : C(not Pro C/C++)(gcc)
    Programing Steps are like below
    1. Generating DB Connection(OCIInitialize thru OCILogon)
    OCIInitialize((ub4)(OCI_DEFAULT | OCI_OBJECT), NULL, NULL, NULL);
    OCIEnvInit(&phEnv, OCI_DEFAULT, 0, NULL);
    OCIHandleAlloc((dvoid *)phEnv, (dvoid **)&phError, OCI_HTYPE_ERROR, 0, NULL);
    OCILogon(phEnv, phError, &phSvc, username, strlen(username), password, strlen(password), database, strlen(database));
    2. First file open
    fd1 = fopen("file1", "r");
    3. Second file open
    fd2 = fopen("file2", "w");
    4. Try read for file descriptio fd1
    fgets(buffer, sizeof(buffer), fd1);
    at last step(fgets), the process never return from system call read(), just consuming CPU.
    If I don't connect with DB, the process is running well.
    And these code are running well under Solaris8(sparc) and Oracle 10g environments.
    what is problem?
    Help me please...

    Here are a few things to try.
    1. Use OCIEnvCreate instead of envInit/
    2. on ERR handle allocation.. Send it in a tmp address pointer to a void and allocate 52 bytes... (see demo code).
    3. To logon use OCILogon2
    Good luck,
    Ken

Maybe you are looking for

  • Technical issue SAP F110 related issue. getting extra characters in outgoing file from sap.

    Hi Technical guru's, SAP system creating a outgoing file through F110- t-code, this outgoing file has extra characters (DOC.NO:) We need to remove these extra characters. Once Payment run has been carried out through F110, in SM37 in job spool it is

  • Probe is not working for class with variable refnum

    I have a class whose purpose is to send data through a network stream. Its private data consists of an array of typedef clusters and a single variable refnum of the network stream writer. If I try to probe a wire whose data type is this class, it sim

  • My iTunes doesn't open!! Please Help!!

    The message 'iTunes has stopped working' repeatedly shows, on start up. no other suggestions work. This seems to be a common problem, its increasingly frustrating.

  • Dual Windows windows 8 Professional and Windows 8.1

    Thanks in advance,  I had bought a windows 64 bit  I-7 machine ,it  had windows 8 basic already installed, which i had updated to windows 8.1 basic, but hyper  V is not available on this OS. I have another windows 8 Professional OS which i want to in

  • Upgrading a Car Kit from Nokia 6310i to Nokia 6680

    I drive a Mercedes E320 which has a fitted car kit which takes a Nokia 6310i in a cradle. This works very well and is integrated to the car radio etc, it is not a Mercedes kit as it does not integrate to the Mercedes Command System (i.e. I can not pu