HELP !  MIDP + WTK + Netbeans + SIP API

Ok,
I'm a total newb, so sorry if I offend anyone. I've been tasked with building a quick and dirty SIP client for a small hand held device. Nothing fancy, just the basics.
So, I've gone and installed the SIP API (JSR-180), netbeans 4.1 with mobility kit, and the WTK2.2.
I've build a very simple MIDP, which is almost verbatim from "Getting Started with SIP API for J2ME". Of course I added the things I needed that that was about it.
I've made sure that I've included the sipa1_0_1.jar into the "Libraries and Resources" in Netbeans.
Everthing builds fine as I would expect, but when I attempt to run the application :
1. The emulator launches and show the Midlet to be executed.
2. Once I execute the Midlet, I get a "Java.Lang.NullPointerException"
The code I have included is :
public MTPComponent() {
String myaddress = "sip:user@host";
SipConnectionNotifier scn = null;
System.out.println("*******************Starting******************");
try{
scn = (SipConnectionNotifier) Connector.open("sip:");
if (scn != null){
myaddress = new String("sip:user@"+scn.getLocalAddress()+":"+scn.getLocalPort());
System.out.println(myaddress);
} catch(Exception ex){
System.out.println("caught error here");
ex.printStackTrace();
Netbeans reports the following output :
java.lang.ClassNotFoundException: com/sun/midp/io/j2me/sip/Protocol
at javax.microedition.io.Connector.openPrim(+211)
at javax.microedition.io.Connector.open(+15)
at javax.microedition.io.Connector.open(+6)
at javax.microedition.io.Connector.open(+5)
at MTPDemo.MTPComponent.<init>(+36)
at java.lang.Class.runCustomCode(+0)
at com.sun.midp.midlet.MIDletState.createMIDlet(+19)
at com.sun.midp.midlet.Selector.run(+22)
java.lang.ClassNotFoundException: com/sun/midp/io/j2me/sip/Protocol
at javax.microedition.io.Connector.openPrim(+211)
at javax.microedition.io.Connector.open(+40)
at javax.microedition.io.Connector.open(+6)
at javax.microedition.io.Connector.open(+5)
at MTPDemo.MTPComponent.<init>(+36)
at java.lang.Class.runCustomCode(+0)
at com.sun.midp.midlet.MIDletState.createMIDlet(+19)
at com.sun.midp.midlet.Selector.run(+22)
caught error here
javax.microedition.io.ConnectionNotFoundException: The requested protocol does not exist sip:
at javax.microedition.io.Connector.open(+72)
at javax.microedition.io.Connector.open(+6)
at javax.microedition.io.Connector.open(+5)
at MTPDemo.MTPComponent.<init>(+36)
at java.lang.Class.runCustomCode(+0)
at com.sun.midp.midlet.MIDletState.createMIDlet(+19)
at com.sun.midp.midlet.Selector.run(+22)
Unable to create MIDlet MTPDemo.MTPComponent
java.lang.NullPointerException
at MTPDemo.MTPComponent.<init>(+174)
at java.lang.Class.runCustomCode(+0)
at com.sun.midp.midlet.MIDletState.createMIDlet(+19)
at com.sun.midp.midlet.Selector.run(+22)
Execution completed.
The problem seems to be that scn does not get properly established. I can't figure out why. I have read what I can on this, but nothing seems to help. I have set Obsification to it's maximum setting, still no help.
I am completely lost and am not sure what to make of this. Can anyone shed some light ?

I doubt at this...
"javax.microedition.io.ConnectionNotFoundException: The requested protocol does not exist sip:"
SIP protocol is not supported by the WTK2.2 environment.
Check the environment.

Similar Messages

  • Sip API Configraution with Wireless Tool Kit

    I am trying to work on SIP API, for that I need to be able to configure SIP API with my wireless tool kit so that I will be able to use
    javax.microedition.sip.*
    package. I have downloaded the JSR 180 and I am using 3.0 beta ver of Wireless tool kit also using Nokia and samsung tools kits. IDES I am using is JBuilder2006 and Eclips3.0. Plzz help me to solve this problem I will be very thankful to you. It will be very nice if u also e-mail the solution to [email protected]
    Regards,
    shani06

    here you go
    http://www.devx.com/tips/Tip/20098
    kari-matti

  • I need Your Help for CAF/EU/GP/API Guided Procedures

    Hi everyone, I need your help about Guided procedures CAF API, I am developing an WEB DYNPRO Callable Object for Guided Procedures, but I need to get the task name of the running proceess on Guided Procedure once time a user initiated it, if is possible? Do you have an examples?
    Thenk you very much

    Hi,
    Yes you can retrieve the task name of the running process. Here is what you need to do.
    1. Get the process instance - IGPRuntimeManager - > getInstance()
    2. Get the IGPActivityInstance(s) from the process instance - processInstance.getChildrenInformation().
    3. Optionaly check if these child activities are Blocks or Actions. If Block drill further to get the Actions using getChildrenInformation().
    4. Retreive the IGPActionInstance(s) from the Block Activities.
    5. Get the IGPActivity object for these Actions using IGPActionInstance.getTemplate() method.
    6.  This object will have a method getTitle() which will retrive you the activity name.
    Hope this helps.
    Thanks
    Kiran

  • SIP API

    There are some sip api
    based on JAVA
    which one is the best and can perform all suported methodss?
    thanks
    shay

    Hi all!
    We've started a semester thesis at the university of
    applied science. We wanted to build an application,
    that uses SIP to transfer voice from our hand device
    to a distant server over wireless.
    Now we realised, that streaming rtsp streams from
    your cell phone is not possible! Is that correct!?i tried and i failed. now, i don't know if somebody did it...
    you can read the article below:
    http://today.java.net/pub/a/today/2006/08/22/experiments-in-streaming-java-me.html
    And if it is, what is the JSR 180 good for then?? SIP protocol (see http://jcp.org/en/jsr/detail?id=180 )
    The main goal about sip should be sending voice and
    video. If that's no possible, what can you do with
    JSR 180 instead?!you can try to ask to the jsr specification lead to have some clarifications...

  • HELP!! Nokia's API classes not found with j2me WTK

    I setup j2me WTK, jdk1.4.2 and also Nokia's SDK (Series_60_MIDP_SDK_for_Symbian_OS_v_1_2_1) on my Win NT 4.0 machine.
    J2ME samples (shipped with it) are working fine with ktoolbar. but when i try to build & run nokia samples, they are always giving error "FullCanvas class not found" and "package com.nokia.lcd.ui.* not found". I am sure it is the problem of placement of classes of nokia at correct place inside j2me's WTK. However, i followed the guidelines to install symbian sdk inside wtk401\wtklib\devices folder (as per instructions of forum nokia). But i am still not able to get it running. Any expert suggestions, then plz respond me , i am in urgent need to solve this issue!!!! plz help me!!!!

    Hi,
    Maybe I'm being thick but I can't get this work. I've tried zipping the com/nokia stuff into the midpapi.zip. And I've tried just replacing midapi.zip with classes.zip from the nokia emulator. But it still says:
    "package nokia.mid.ui does not exist
    import nokia.mid.ui.*;"
    I'm using ktoolbar 1.04.
    Many thanks!
    CP
    Hey, thanks for the great tip. Was also using
    KToolbar because it runs faster on my slow laptop than
    Sun One studio.
    With the later version of WTK, the paths
    C:\...\WTK21\lib contains 2 files, midpapi20.zip and
    midpapi10.zip
    The later contains classes for compiling to MIDP1.0
    standard. I think most people use this. Replace it
    the class.zip in
    C:\Nokia\Devices\Nokia_7210_MIDP_SDK_v1_0\lib if
    you're using the same SDK as I am, and don't forget to
    rename it.
    Cheers.

  • Help me,bluetooth stack and api bluetooth...

    I have download the javabluetooth.org api from javabluetooth.com and
    but where install it? in the package of WTK22? Help me?
    I want to connect my cell phone via bluetooth from my pc desktop,
    where there is an application j2se or j2me (???) that must forwards
    the data read on serial port (com "X") on my cell phone (where should
    be a midlet
    for the visualization of data).
    My development environment is :eclipseME,and WTK22 with Series 60 2nd
    Edition SDK for Symbian OS Supporting Feature Pack 3 for MIDP.
    Additionally for the bluetooth connection i have a bluetooth usb
    adapter of Trust,and so what stack initialization code I must usedhave
    to use in the programs?
    Thanks
    Excuse for my english
    Daniele

    Hi
    Im new here :)
    Im wishing to communicate with remote mobile phones from a
    PC. Is there a way to read the make and model number of
    each mobile phone detected via bluetooth using Java?
    I would be greatful for any help or code you can give.
    Thanks
    Shiraz
    [email protected]

  • I need urgent help in business catalyst SOAP api for [Product_UpdateInsert] operation.

    Hi Everyone, I am new in Business Catalyst, but, my company is working with BC for a while. I have a task to import external data (such as catalogue, products, orders, shopping cart etc) to business catalyst native tables via SOAP api. I am able to use "Product_ListRetrieve" function that gave me products from BC. Now I want to insert and update product list, for which the api call is "Product_UpdateInsert". I am not being able to feed in even a single record. I need any code (jquery, php, javascript, java etc) as a sample, that works with SOAP api for this function. It is very urgent. Please help me. Thanks in advance. I have tried with the code below, but I am getting bugs (format not valid):
    try
         $soapfileurlUpdate="https://worldsecuresystems.com/catalystwebservice/catalystecommercewebservice.asmx?wsdl";
         $soap_clientUpdate = new SoapClient($soapfileurlUpdate);
         $array_of_products=array("Products",
      array("productId"=>"1128",
       "productCode"=>"1128",
               "productName"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "description"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "smallImage"=>"images/products/TEMUFF-7_New.jpg",
               "largeImage"=>"/images/products/TEMUFF-7.jpg",
               "cataloguesArray"=>array("DUCTS"), //array("string"=>"DUCTS"),
               "pricesSaleArray"=>array("US/9.95"),//array("string"=>"US/9.95"),
               "pricesRetailArray"=>array("US/9.95"),
               "pricesWholesaleArray"=>array("US/5.00"),
               "wholesaleTaxCodeArray"=>array("US/0.00"),
               "taxCodeArray"=>array("GB/VAT"),
               "groupProducts"=>array(""),
               "groupProductsDescriptions"=>array(""),
               "supplierEntityId"=>"1",
               "supplierCommission"=>"2",
               "weight"=>"20",
               "relatedProducts"=>array(""),
               "tags"=>"",
               "unitType"=>"",
               "minUnits"=>"1",
               "maxUnits"=>"2",
               "inStock"=>"10",
               "onOrder"=>"0",
               "reOrder"=>"0",
               "inventoryControl"=>"true",
               "canPreOrder"=>"0",
               "custom1"=>"",
               "custom2"=>"",
               "custom3"=>"",
               "custom4"=>"",
               "popletImages"=>"",
               "enabled"=>"true",
               "deleted"=>"false",
               "captureDetails"=>"true",
               "downloadLimitCount"=>"22",
               "limitDownloadsToIP"=>"0",
               "isOnSale"=>"true",
               "hideIfNoStock"=>"false",
               "productAttributes"=>"Size*|5|N:Small|,Medium|,Large|;Color*|5|N:Red|,Wh",
               "isGiftVoucher"=>"false",
               "enableDropShipping"=>"true",
               "productWeight"=>"20",
               "productWidth"=>"20",
               "productHeight"=>"29",
               "productDepth"=>"20",
               "excludeFromSearch"=>"0",
               "productTitle"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "cycletypeId"=>"1",
               "cycletypeCount"=>"1",
               "slug"=>"item-1",
               "hasVariations"=>"false",
               //"variations"=>array("ProductVariation"=>"true"),
               "roleResponsible"=>"",
               "metaDescription"=>""));
      echo "SOAP Data To Be Inserted:<br/>";
      var_dump($array_of_products);
      $vectUpdate = array("soap_version"   => SOAP_1_2,
                     "username"=>$soapusername,
                     "password" => $soappassword,
                     "siteId"=> $soapsiteid,
                     "productList"=>$array_of_products);
      $quoteUpdate = $soap_clientUpdate->Product_UpdateInsert($vectUpdate);
         $status = 1;
      echo "BC side is updated.";
      catch (SoapFault $sf)
         $errorlogText=date("Y-m-d h:i:s A"). "=> Error occurred while inserting data to business catalyst. \r\n";
      echo $errorlogText. " See log for errors.\r\n";
      echo $sf->getTrace();
      //fwrite($errorLogFile,$errorlogText. "Error Dump: ". $sf->getMessage());
      return;

    Hi BCMan, Thanks for replying. Yes, the error is from BC side. The format was invalid. I fixed the issue today. Actually, I was pushing data from my PHP server to BC host system using SOAP api. I am still getting format errors, but I am able to insert data into products table.
    One more question if you don't mind. Is it possible to use JQuery/Javascript to push data into BC tables in real time (while browsing products table) using customized pages? There are documents to solve this. However, I could not find examples of how I could fetch data from JSON file using JQuery and then populate products/catalog/order tables.
    I appreciate your help.
    Thank you.

  • I just need a little help to connect with eCommerce API. Could anyone please give a JAVA sample code

    Hi All,
    I am looking for a sample code to just to connect with Business Catalyst eCommerce API. My aim is to simply retirieve the list of the products and update them.
    It would be really helpful, if anyone please provide me a sample code in JAVA, just to connect with the API.
    Thanks
    Ani

    public static void main(String[] args) throws RemoteException, MalformedURLException {
                        String endpoint = "https://CC.sys.com/CatalystWebS1ervice/CatalystEcommerceWebservice.asmx?WSDL"; // endpoint url can be found under Site Settings -> API -> click on eCommerce and copy the URL on the browser here.
                        CatalystEcommerceWebserviceSoapProxy sq = new CatalystEcommerceWebserviceSoapProxy(endpoint);
                        Products[] prod = new Products[2];
                        prod = sq.product_ListRetrieve(Username , Password, SiteID, CatalogueID);
                        System.out.println(prod[1].getDescription());

  • Cldc midp wtk confusion

    hi,
    this might be a j2me-newbe's stupid question, but i have the following problem:
    in cldc 1.1 the method interrupt is defined for the class thread, while in cldc 1.0
    it is not. in the javadoc of wtk20 the interrupt method is not available for thread,
    in wtk22 it is. in
    http://developers.sun.com/techtopics/mobility/getstart/articles/survey/
    i can see that both midp1 and midp2 can be on top of cldc1.0 and cldc1.1 as well.
    so my QUESTIONS are:
    -for example the specification of the nokia 6600 says its a cldc1.0 mobile. is it possible to write some software, that stops threads on such a mobile anyway,
    since i can use midlets created using wtk22, which includes the thread.interrupt-method ?
    -what exactly does the wtk represent, an implementation of cldc or midp?
    thanx
    eddi

    This is how I usually deal with such things: I display a form on the screen while the network processing is done in the background. In the commandAction() method of my main class I start 2 threads: one which will display the special form and another one which does all the data processing.          public void commandAction(....) {
                      WhileProcessingThread whileProcessing = new WhileProcessingThread(this);
                   whileProcessing.start();
                Thread actualProcessing= new Thread(this);
                actualProcessing.start();
               }The first thread (whileProcessing) is handle by a special class (WhileProcessingThread) which takes a Form object and displays the content of the form in the run method:          public void run() {
              while (true) {
                   if (!doneProcessing) {
                                   //display something on the screen
              } Also on this form, I have a 'back' command which returns the application to the previous screen, so that if the data processing takes forever, then we can return from that screen.
    The thread which does all the data processing (actualProcessing) is handled in the main class which in my case implements the Runnable interface; in the run() method, after all the processing is done, I simply set the variable doneProcessing to true and join on the thread so that I assure that the thread which displayes the form will end.
    Again, if the application hangs forever, I have the back command so that I can safely return to my previous screen. Almost all my applications which involve "network processing" are done like this and it works every time.
    Hope I was clear with my explications, which might not be the case because here is kind of late :)
    Mihai

  • How to use Synclast MIDP in netbeans

    Hi i have downloaded the Synclast MIDP UI from http://sourceforge.net/project/showfiles.php?group_id=83391 but i am having trouble finding a way to use it in my j2me project netbeans
    does anybody know how to use these UI has i want to customize a forms appearance, eg set the form to appear in full screen, add colour, change fonts etc...
    i was looking at using j2me polish but i cant get it to work with netbeans 5.5

    Bob_Unitt wrote:
    Yucca wrote:
    Well once again these commands will verify your installatiion as follows...bobunitt@****:~$ java -versionjava version "1.6.0_0"
    OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu7)
    OpenJDK Client VM (build 14.0-b08, mixed mode, sharing)
    bobunitt@****:~$ javac -version
    javac 1.6.0_0
    Note that this was installed with Synaptic Package Manager, and should therefore be the 'correct' version for Ubuntu 9.04.
    I've now tried installing the package 'javahelp2-doc' as well, but that hasn't made any difference.
    I use ubuntu same as you.. I had issues with the JDK and JRE and found that one needed to uninstall the iced tea JDK and co. to be able to install the proper JRE and JDK The version you are using does not provide the "nimbus" look and feel which is not an issue but was for me.

  • Need help on using Netbeans 4.1 to produce dos output.

    I'm used to having compilers to produce dos output for basic applications. With eclipse it has it's own output window which I like, but netbeans doesn't really isolate the output into a seperate window, but kind of bundles it in the status window. Is there a way to automate or change an option to show the output in dos or a seperate window?

    I'm used to having compilers to produce dos output for basic applications. Whats "dos output"?
    With eclipse it has it's own output window which I like,
    but netbeans doesn't really isolate the output into a seperate window,
    but kind of bundles it in the status window. That "status window" is the Output window in netbeans parlance. You can separate windows by dragging them anywhere.
    Is there a way to automate or change an option to show the output in dos or a seperate window?If you really want it to be a totally separate window, change to the SDI mode - look in the help for this.

  • Help: Custom Encoder + Netbeans 5.5.1 enterp. pack

    Help me, please:
    All points are finished in the Installation Guide for installing CustomEncoder component (link for guide - http://www.glassfishwiki.org/jbiwiki/Wiki.jsp?page=EncoderInstallation chapter "Installation Process for NetBeans IDE 5.5.1")
    Trouble: Local menu (window) for managment Encoder Properties is not appear, how it show on the picture : http://www.glassfishwiki.org/jbiwiki/templates/brushed/scripts/iepngfix-blank.gif
    Thanks

    I did install the Adobe Support Advisor before posting. ASA was a little quirky on the Mac as well, but I finally got it to work; however, it reported no issues. Thanks for the suggestion though.
    What I ended up doing was moving the AME directory to the root level on the system - and then back to it's original location in the Applications folder (same location it has been in). This must have updated something on the OS side because once I ran the updater again - all updates installed successfully.
    I'm not sure how the issue came about, but it appears that the OS or Adobe had some incorrect information in a config or installer log file somewhere and by moving the folder out and then back it was resolved/updated.
    thanks -
    j

  • Help understand Command in SIP Profile

    Hi all,
    Recently we're deploying the CUBE SIP service but there is one command for SIP profile cannot be understood by us. This is one command requested by the service provider but we would like to understand the meaning of this command.
    voice class sip-profiles 1
    request CANCEL sip-header Max-Forwards modify ".*" "User-Agent: CUBE"
    We thought Max-Forwards should be modified to some number.
    Please kindly help. Thank you.
    Regards,
    Gary

    Garry,
    In the CANCEL request, your ITSP wants to  modify the max forwards header from a number to the string user0agent:CUBE. I am not sure why they want to do this since maximum forwards should be a numerical value. The sample trace below is an example of a a CANCEL method. You can see the max forwards header..this is what they are trying to modify
    Sent:
    CANCEL sip:[email protected]:5081 SIP/2.0
    Via: SIP/2.0/UDP 10.105.40.74:5060;branch=z9hG4bK38996EB1EC
    From: <sip:[email protected]>;tag=259B0918-3C6
    To: <sip:[email protected]>
    Date: Mon, 22 Sep 2014 10:29:55 GMT
    Call-ID: [email protected]
    CSeq: 101 CANCEL
    Max-Forwards: 70
    Timestamp: 1411381796
    Reason: Q.850;cause=16
    Content-Length: 0
    According to the RFC 3261, your ITSP is wrong in attempting to change this to a value other than a number.
    8.1.1.6 Max-Forwards
    The Max-Forwards header field serves to limit the number of hops a request can transit on the way to its destination. It consists of an integer that is decremented by one at each hop. If the Max-Forwards value reaches 0 before the request reaches its destination, it will be rejected with a 483(Too Many Hops) error response. A UAC MUST insert a Max-Forwards header field into each request it originates with a value that SHOULD be 70. This number was chosen to be sufficiently large to guarantee that a request would not be dropped in any SIP network when there were no loops, but not so large as to consume proxy resources when a loop does occur. Lower values should be used with caution and only in networks where topologies are known by the UA.

  • Help!!! CCA API - Conference process

    Hello.
    I have been trying to figure out how to implement Conference through API.
    I have checked API document, and found 3 calls following:
    CreateConference()
    SendToConference()
    TerminateConference()
    However I am wondering how I can get a Conference ID after I have called CreateConference() API function call.
    It just returens ServiceResult object, no conference ID.
    Also in messageLooping, I do not see any info for conference id.
    I will appreciate for any tips or help.
    Thanks, Ray.

    Not sure which version of CCA you are using, I'm using 8.1.1 and have looked at the documentation for 8.1.2..
    From my experience, and I've done this in an attempt to replicate the Warm Transfer function, you do not need a unique Conference ID.
    The basic steps:
    1. Dial Number 1
    2. Dial Number 2 (Put Call 1 on Hold)
    3. Send Number 2 to Conference
    4. Send Number 1 to Conference
    5. Supervised Transfer Number 1
    6. Terminate Conf
    For the actual API calls (I'll presume you've already tested the calling aspect):
    m_interaction.sendToConference("SessionID", "Interaction ID for call 2", -1)
    m_interaction.sendToConference("SessionID", "Interaction ID for call 1", -1)
    At this point you would have 3 active calls, you call 1 and call 2. In my scenario I want to leave call 1 and 2 talking and exit just myself.
    m_interaction.transferSupervised("SessionID", "Interaction ID for call 1", "-1")
    To actually terminate the conference.
    m_interaction.terminateConference("SessionID", -1)
    After that all that is left is to set the outcomes for the 2 interactions (calls) and end their wrap time.
    Hope that helps,

  • Help needed in using JMX APIs

    Hi
    My requirement is to retrieve the JNDI Names of the JMSConnectionFactory and the JMSQueue using the Connection factory or Queue name. In short im trying out a feasibility of reading the JNDI values for queues from weblogic config.xml instead of reading them from a properties file.
    I developed a sample code using JMX APIs that will fetch the JNDI names of all the JMS destinations available for a particluar JMSServer.
    But is there any way to retrieve the JNDI names based on the queue names .. in general i will give queue name as input and i want the queue's JNDI name as output.
    My sample code is :
    import java.util.Iterator;
    import java.util.Set;
    import javax.management.ObjectName;
    import javax.management.QueryExp;
    import javax.management.Attribute;
    import javax.naming.Context;
    import weblogic.jndi.Environment;
    import weblogic.management.MBeanHome;
    import weblogic.management.RemoteMBeanServer;
    import weblogic.management.WebLogicObjectName;
    import weblogic.management.configuration.JMSQueueMBean;
    import weblogic.management.configuration.JMSServerMBean;
    import weblogic.management.configuration.JMSConnectionFactoryMBean;
    import weblogic.management.configuration.JMSDestinationMBean;
    import weblogic.management.runtime.JMSServerRuntimeMBean;
    import weblogic.management.configuration.JMSDestinationMBean;
    public class JMSAddQueue {// The name of the WebLogic domain, please change this to match the //// name of your installation specific domain name                  
    private static String weblogicDomain = "conciergetestdomain";// The name of the WebLogic server, please change this to match the //// name of your installation specific server name
    public static void main(String[] args) {
         try
              Environment env = new Environment(); 
              env.setProviderUrl("t3://localhost:7001");  
              env.setSecurityPrincipal("system");  
              env.setSecurityCredentials("weblogic");  
              Context ctx = env.getInitialContext();  
              MBeanHome home = (MBeanHome) ctx.lookup(MBeanHome.ADMIN_JNDI_NAME);  
              ctx.close();  
      JMSServerMBean cf = (JMSServerMBean)home.findOrCreateAdminMBean("TESTSERVER","JMSServer", weblogicDomain);
    JMSDestinationMBean[] jdb = cf.getDestinations();
    System.out.println("** The JNDI name is : "+jdb[0].getJNDIName());
    catch (Exception e) {
    e.printStackTrace();
    }Is there any way to retrieve the JNDI names using the queue names ?
    Thanks
    Arun B

    I will send up an alert for you, Colin. Even though I use iTunes for Mac, troubleshooting it isn't my forté.

Maybe you are looking for

  • How to Install OC4j in linux

    Hi all.. I am novice user of Linux Platform... I wanted to install oc4j under linux.. The Staps in followed .. 1.. i have installed jdk 1.3.1 linux version 2.. i have unzipped to ,zip file after this i have set the path but duuno how to set the class

  • My old Airport Express wants to work but can't

    So I've read a lot about Airport Express PSUs dying, but that isn't my issue here. I bought this Express about 3 years ago. It worked great for the first 18 months as far as I can recall, we'd hold parties with Airplay streaming and everyone was real

  • Can't get Airport Extreme card to work in G5 Powermac

    I'm probably being a dummy, but I need some help. My main computer is just under two years old and has funcioned on a network through ethernet. Internet access comes through cable and I have a Linksys wireless router. My G4 ibook has operated on this

  • Viewing video

    Hi All, I have a problem viewing video from certain web sites. example (http://www.adpulp.com/) shows up with the videos invisible. Is this just a limitation of a Mac computer? I've tried the new Safari 3,old Safari, Firefox, and Explorer but still c

  • I keep getting the message that apple id is dissabled,when i try to purchase

    why do i keep getting the message that my apple id has been dissabled, and i cannot find out why in the support section