Which types of methods cannot be traced?

Hi, all,
I met a very strange question. Assume in one class, there are 3 methods called methodA(), methodB(), and methodC(). methodA() will call methodB and methodC. I add methodA, methodB and methodC into method profiling. I can trace the running time on methodA and methodB, but cannot trace the running time of methodC. The running time of methodC always display "?". And the hint message is "Some of the methods might not be loaded by Jrockit". But in fact, if I can add it, it must be already loaded successfully.

OS: Win2003 English
WLS: weblogical 8.1
JROCKIT: jrockit81sp3_142_04
Today I found in the API, if we use Array as parameter, then this method cannot be traced by JRockit Management Console.
Here is an example:
public void testSync(String server) {..}
public void testSync(String[] servers {…}
Above two methods, testSync(String[] servers) cannot be traced by JRockit Management Console.

Similar Messages

  • Cannot send complex type as method parameter

    Cannot send complex type as method parameter
    Hi!
    I'm using a kSOAP 1.2 client and i'm having trouble executing a method that takes an object
    of complex type as parameter:
    method:
    public void addSquareDetail(SquareDetail sd){/stuff}
    -SquareDetail is a java bean class that implements KvmSerializable
    - a mapping was added to classmap
    -legacy namespace is not an issue (i AM able to execute the following methods successfully
    over kSOAP):
    -getting one SquareDetail object
    -getting a vector of squareDetail objects
    Here's how i'm trying to call the 'send' method:
         ClassMap classMap = new ClassMap();
    classMap.addMapping("urn:SquareWebService/types", "SquareDetail", (new
    SquareDetail()).getClass());
    System.out.println("add one SquareDetail");
    request = new SoapObject(serviceURN, "addSquareDetail");
    sd = new SquareDetail();
    request.addProperty("SquareDetail_1", sd);
    tx = new HttpTransport(this.endPointURL, "addSquareDetail");
    tx.debug = true;
    tx.setClassMap(classMap);
    tx.call(request); //exception here
    (above:)
    private String endPointURL = "http://localhost:8080/SquareWebService/SquareWebService";
    protected static final String serviceURN = "urn:SquareWebService/wsdl";
    Error(from server, Sun ONE App Server7):
    SoapFault - faultcode: 'env:Server' faultstring: 'Internal Server Error (deserialization
    error: unexpected XML reader state. expected: END but found: START: someInt)' faultactor:
    'null' detail: null
    Here are request/response dumps:
    -request---------
    <SOAP-ENV:Envelope xmlns:n0="urn:SquareWebService/types"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <addSquareDetail xmlns="urn:SquareWebService/wsdl" id="o0" SOAP-ENC:root="1">
    <SquareDetail_1 xmlns="" xsi:type="n0:SquareDetail">
    <someFloat xsi:type="SOAP-ENC:float">1.5</someFloat>
    <someInt xsi:type="xsd:int">-1</someInt>
    <someString xsi:type="xsd:string">someString from SquareDetail</someString>
    <propertyCount xsi:type="xsd:int">4</propertyCount>
    </SquareDetail_1>
    </addSquareDetail>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    response------------
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="urn:SquareWebService/types"
    xmlns:ns1="http://java.sun.com/jax-rpc-ri/internal"
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><env:Body><env:Fault><faultcod
    e>env:Server</faultcode><faultstring>Internal Server Error (deserialization error:
    unexpected XML reader state. expected: END but found: START:
    someInt)</faultstring></env:Fault></env:Body></env:Envelope>
    So, apparently, the request message is not understood by the server. what exactly is it
    missing, and how can i add/correct that? (my guess in SquareDetail_1 xmlns="" should be
    "urn:SquareWebService/types", although it's just a guess AND i don't know how to make kSOAP
    get it in there)
    I'm not sure what kind of SOAP parser my app server utilizes, but i'm guessing it's an
    apache product (how can i tell?). I also have a WSDL file available, should anyone be
    willing to look at it, please let me know
    thanks
    -nikita

    Don't know if it will help but Can you check if the serializable object has a public empty no args constructor with an empty call to super()
    Also make sure that a type mapping registry is added with a reference to the serializable object in it.
    Please paste The WSDL as well

  • BAdI error : type of EXIT_REF1 cannot be converted to the type of EXIT_REF

    Hi all,
    The below was the posted earlier for BAdI. Ihave followed all the steps. And i have written the below code. Syntactically it is not showing any errors, but when i am activating i am getting error
    like " The type of EXIT_REF1 cannot be converted to the type of EXIT_REF". where i am doing the mistake..??
    1) execute Tcode SE18.
    2) Specify a definition Name : ZBADI_SPFLI
    3) Press create
    4) Choose the attribute tab. Specify short desc for badi.. and specify the type :
    multiple use.
    5) Choose the interface tab
    6) Specify interface name: ZIF_EX_BADI_SPFLI and save.
    7) Dbl clk on interface name to start class builder . specify a method name (name,
    level, desc).
    Method level desc
    Linese;ection instance methos some desc
    8) place the cursor on the method name desc its parameters to define the interface.
    Parameter type refe field desc
    I_carrid import spfli-carrid some
    I_connid import spefi-connid some
    9) save , check and activate…adapter class proposed by system is
    ZCL_IM_IM_LINESEL is genereated.
    IMPLEMENTATION OF BADI DEFINITION
    1) EXECUTE tcode se18.choose menuitem create from the implementation menubar.
    2) Specify aname for implementation ZIM_LINESEL
    3) Specify short desc.
    4) Choose interface tab. System proposes a name fo the implementation class.
    ZCL_IM_IMLINESEL which is already generarted.
    5) Specify short desc for method
    6) Dbl clk on method to insert code..(check the code in “AAA”).
    7) Save , check and activate the code.
    REPORT ZBADI_TEST .
    tables: spfli.
    data: wa_spfli type spfli,
    it_spfli type table of spfli with key carrid connid.
    *Initialise the object of the interface.
    data: exit_ref type ref to ZCL_IM_IM_LINESEL,
    exit_ref1 type ref to ZIF_EX_BADISPFLI1.
    selection-screen begin of block b1.
    select-options: s_carr for spfli-carrid.
    selection-screen end of block b1.
    start-of-selection.
    select * from spfli into corresponding fields of table it_spfli
    where carrid in s_carr.
    end-of-selection.
    loop at it_spfli into wa_spfli.
    write:/ wa_spfli-carrid,
    wa_spfli-connid,
    wa_spfli-cityfrom,
    wa_spfli-deptime,
    wa_spfli-arrtime.
    hide: wa_spfli-carrid, wa_spfli-connid.
    endloop.
    at line-selection.
    check not wa_spfli-carrid is initial.
    create object exit_ref.
    exit_ref1 = exit_ref.   "" The type of EXIT_REF1 cannot be converted to the type of EXIT_REF"
    call method exit_ref1->lineselection
    EXPORTING
    i_carrid = wa_spfli-carrid
    i_connid = wa_spfli-connid.
    clear wa_spfli.
    Thanks in advance
    krupali.

    Hi,
    Both are of different types
    data: exit_ref type ref to ZCL_IM_IM_LINESEL,
    exit_ref1 type ref to ZIF_EX_BADISPFLI1.
    Assiging one type another type is not allowed.
    Rhea.

  • Which type replication recommend me?

    Hello all,
    My scenario is very small. I have 1 server and 2 remote sites with only 1 PC, connected through VPN. I would like replicate online two remote sites with the server. The remote Pc's contains POS applications.
    The data that I want replicate from server to remote PC's will be products, prices, stocks... and the data I want replicate from PC's to server will be orders, ticket sales...
    Which type of replication recommend me for this scenario?.

    Hi, Microsoft SQL Server Express can serve as a Subscriber for all types of replication.
    SQL Server Express cannot serve as a Publisher or Distributor. However, merge replication allows changes to be replicated in both directions between a Publisher and Subscriber
    SQL Server Express does not include SQL Server Agent, which is typically used to run replication agents
    More informations
    here
    Hope will help you
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it

  • ***Is there any listener which trigger the method when KEYUP?

    Hi,
    Is there any listener which can trigger the backingBean method when KEYUP!!!!
    Basically, I got 2 input box in the UI where the 2nd box getting enabled when user enters some value in the first box and tab out. I am doing this via valueChangeListener which has attached with first inputBox. But now I want to enable the 2nd input box as soon as the user start enter the value in the first box, how to do this plz..
    thanks
    kln

    Hi klogube,
    If you want to call method in backingbean from javaScript you should use both clientListener And serverListener as:
    1- Add clientListener inside your inputText as :
    <af:clientListener type="KeyUp" method="keyUp"/>2- write javaScript function as :
    <af:resource type="javascript">
        function keyUp(event) {
           var source = event.getSource();
           AdfCustomEvent.queue(source,"callServerListener", {}, false);
    </af:resource>3-Add serverListener inside your inputText as :
    <af:serverListener type="callServerListener" method="#{backingBeanScope.txnBean4.keyUpMethod}"/>Your InputText will be like:
    <af:inputText label="Label 1" id="it1">
          <af:clientListener type="KeyUp" method="keyUp"/>             
          <af:serverListener type="callServerListener" method="#{backingBeanScope.txnBean4.keyUpMethod}"/>
    </af:inputText>4- The java method:
    public void keyUpMethod(ClientEvent event){
    // do whatever u want
    }Sameh Nassar

  • TS4062 I cannot get a WiFi signal, which means that I cannot access all of the other features on my ipod. Is there anyway I can access all of the other features without Siri or WiFi?

    I cannot get a WiFi signal, which means that I cannot access all of the other features on my ipod. Is there anyway I can access all of the other features without Siri or WiFi?

    Hi. The two user tips both describe a sequence of steps that should get your library from the point where it threatens to wipe data from your device to where it is syncing normally, while recovering as much information as possible. It may still be necessary to wipe and reload the device but this should only take place once all the data that can be recovered has been recovered.
    Doing step 1 of 8 and then complaining things aren't the way you want them to be yet strikes me as premature...
    Since you appear to have all your media content, and we are discussing an iPod classic, not an iOS device, the main worries are already taken care of. What's left is ratings, playcounts, playlist membership and checked status. Since your device holds only part of your library at best you could only recover the missing data for the content that is on the device using third party tools.
    Recreating the previous checked/unchecked status of every track in your library from where you are now may not be that easy. Syncing with selected playlists has many advantages, one of which would have been that you would have a named playlist that could have been retrieved by 3rd party software if you had used this method.
    You haven't explained what caused your problem in the first place, but if you have a Previous iTunes Libraries folder holding old copies of your iTunes database (generated with each iTunes update) then it would be possible to restore the most recent of these and then update the library with any changes in your media folder.
    BTW Apple doesn't offer free support for this kind of issue with iTunes.
    tt2

  • 'Master data type User table cannot add row'-DTW error

    Hi All,
          I am creating a template for user define Master data table from DTW, when i am trying to port data by using that template through DTW. it is giving error like--'Master data type User table cannot add row'
    So can any one have solution for this.
    Regard's
    Hari

    Hari,
    Please see SAP Note 1234690 on the SAP PartnerEdge Portal.  This seems like a similar problem although the example is using the Business One SDK which uses the DI API.  The DTW also uses the DI API ... so there may be a relation.
    You may want to check the latest patch level for SAP Business One 2007A as the note says it is a known issue.
    Eddy

  • This static method cannot hide the instance method from...

    What means the error message "This static method cannot hide the instance method from Referee"?
    Referee.java is a interface. I implemented it in the class RefereeMyName.java and made a method in that class to be static. Thats why I received that error message.
    But can't I use static methods when I have implemented a interface in that class? I want to have a Player.java class which I want to access RefereeMyName.getTarget(). I cannot use a instance instead because I wouldn't receive a valid return value then (RefereeMyName is the client class).
    What is the solution?

    Hi,
    Well i do not think that you can do that b'cos that way you are not giving the same signature for the method as that exists in the interface. I do not know how other way it can be done but if something urgent for you then you can remove that method from that interface and only define in the class.
    Regards,
    Shishank

  • Satellite A30: Which type of chip is the Bios

    Hey all!
    I have a A30 with a bricked BIOS.
    My Question: Has it a jumper for BootBlock activation or a key-combination.
    My screen stays black and common combinations wont work.
    Other Question: which type of Chip is the bios in my notebook??
    Thanks for answers!

    As far as I know Toshiba doesnt provide such informations in the user manuals or on the webpages. So it looks like only an authorized service provider can help you.
    In my opinion the chip cannot be removed from this motherboard because its soldered!

  • Compaq Presario v6346ea: Which type of SATA controller?

    I've recently bought an Intel X25-M/G2 Solid State Drive and was expecting read speeds of 200 MB/s on my Compaq Presario v6346ea notebook. Instead of that the maximum speed I get from CrystalDiskMark is 135 MB/s.
    Now I'm suspecting the SATA controller of my notebook to not being able to handle the speeds of this Solid State Drive.
    I've looked on HP's website to find out which type of SATA controller is used in my Compaq Presario v6346ea but can't find find any clear info on that subject.
    From what I read at http://en.wikipedia.org/wiki/Serial_ATA there are 3 types:
    SATA Revision 1.0 (SATA 1.5Gb/s, max 150 MB/s throughput minus overhead.)
    SATA Revision 2.0 (SATA 3Gb/s, max 300 MB/s minus overhead.)
    SATA Revision 3.0 (SATA 6Gb/s, max 600 MB/s and up minus overhead)
    Does anybody know which type of SATA controller is used in this Compaq Presario v6346ea notebook?

    Thank you for the additional info. I ran SISoft Snadra and found some interesting stuff. For instance, it IDed the chipset as a mcp78s not a mcp77. It also indicates that it can use DDR3 memory. I'm not sure if that's accurate, as it conflicts with specs I've read elsewhere. If true, I wish I'd known that when I upgraded my RAM to 8GB. :-p Anyway, I've tried to determine the SATA revision, but I'm not sure if I'm going about it the right way. I went to "Storage Devices" and clicked the only available button: "Physical Disks , Storage adapters and devices". From there I can choose my internal hard drive from a menu, and it shows the maximum SATA mode as G2 / SATA300. But I'm not sure if this is in reference to the controller or the drive. I know that the drive is a SATA-II, so it would show that if it's displaying the drive's capabilities. It certainly tells me everything else I'd ever want to know about the drive. When I switch to my external USB HDD, it shows the maximum SATA as G3 / SATA600. For the DVD drive it shows G1 / SATA150. So I kind of think it's showing me the maximum capabilities of the drives, not the controllers.  Is there some other way to check the maximum SATA capabilities of the hard drive controller? Sorry. I'm not too familiar with SISoft Sandra, and it's not really obvious to me. And given what it's turned up about the chipset and the memory support, I want to be sure here. Thanks.

  • Which type of Software support

    Hi, i m using nokia asha 305 since 1 yr. I want to install maze lock software to my phone and which type of software does asha 305 support and which format type of file is to be installed 

    Java software is supported. Formate: .jar

  • How to find out which type of the driver is used in our application?

    Hi all,
    can anyone tell me how to find out which type of the driver is used in our application?
    Thanks in advance,
    Phoeniox

    Hi,
    Check out this...
    Class.forName("com.mysql.jdbc.Driver"); //if u r using MySql
    List drivers = Collections.list(DriverManager.getDrivers());
                   for(int i=0;i<drivers.size();i++)
                        Driver driver = (Driver)drivers.get(i);
                        String driverName = driver.getClass().getName();
                        System.out.println("Driver "+i+":::"+driverName);
    you need to load the driver and display in the same program.
    Then only you'l get the required result.
    prakhyath

  • Error: 28005, Severity: 16, State: 2...An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impe

    I've seen some similar questions, but want to make sure I can get an answer quickly and how to fix.
    Thanks,
    Paul
    spid24s     Error: 28005, Severity: 16, State: 2
    spid24s     An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated,
    or you do not have permission.

    Hi Paul,
    I also had the same error on one of my servers, and it was because the user that created the database no longer worked for the company.
    So when his AD account got deleted, the database had NULL as owner
    Using the following query I asked for the owners of the databases:
    select name, suser_sname(sid) from master.dbo.sysdatabases
    So changing the owner of the databases that had a NULL owner solved the issue for me.
    use <databasesname>
    go
    exec sp_changedbowner 'sa'
    Thanks for triggering the solution.
    Peter

  • Which type of data should I choose in transfering the R/3 table to Sap BI 7

    Dear Experts,
    I am transfering the one ABAP TABLE with all the fields from sap r/3 to sap Bi 7.0 system.
    I went to sap r/3 system and by using SBIW I clicked on maintain generic data sources and I am in confusion , which type of data I should opt for transfering the R/3 table into BI system.
    a) Transactional
    b) Texts
    c) attributes.
    please explain me when to choose these 3 different options ?
    waiting for a reply from you experts...
    Thanks a lot

    Thanks but I want to tranfer a Complete table with all the fields into sap BI system, so how can I proceed ,bcse may be the table contails all the types of data ie., master data attributes , texts and as well as transaction data,
    I am in confusion ,please tell me the steps to transfer the table with all the fields( 72) in to sap system.
    it would be helpful if you can spend some time for my question.

  • Logical System Name is defined for which type of Business Sytem

    hi
    Can some one helps me on this question and explaination.
    Logical System Name is defined for which type of Business Sytem ?
    a.Third Party
    b.Web AS java
    c.WebAs abap
    d.Standalone java
    Thanks
    Chandra

    Hi ,
    Logical System Name is defined for the Business System type WebAS ABAP.
    It is used in ALE scenarios when exchanging IDOCs between the particular system and XI.  The IDOC adapter will pick up the information from the SLD and it can then be used in the configuration in the Communication Channel (Adapter Specific Identifiers).
    Refer to this How-To Guide for more info
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c09b775e-e56e-2910-1187-d8eba09c7a4a
    Regards
    Manish

Maybe you are looking for

  • Content tab in Options..."Allow pages to choose their own fonts, instead of my selections above" and it's box disappeared from my options...I need it back...

    I was having problems with some sites having such faded lettering that I couldn't even read them. So I unchecked the box for "Allow pages to choose their own fonts, instead of my selections above". That screwed EVERYTHING up...backgrounds on websites

  • Bulk Binding

    The below example is based on an example from Chapter 5 in Release 2 (9.2) documentation (Available in Oracle site). But it is failing and throwing the following error: "PLS-00435 DML statement without BULK In-BIND cannot be used inside FORALL". Can

  • Firefox-pgo in AUR - several naive questions

    I just happened upon Ranguvar's firefox-pgo in the AUR.  It builds flawlessly with makepkg on my system and the installed binary feels faster than the one from the standard package. I have two naive questions: 1)  I realize that it contains the same

  • What is the ok code for Save (to post a document)

    Hi all Technos How to post a document(Save it) in BDC In Tr Code F-02 after all entry? What is code for that. In simple what is the ok code for SAVE. For your kind infromation ENTER is not taking. Plz any body help me For that. Every usefull answer w

  • Transaction Control

    Hi all, in order to use the transaction control in SAP which Active X control needs to be checked in Visual Basic. If any one worked on Transaction control pls let me know any literature which can be useful for me. have a nice weekend. Martin.