Error in Bluecove implementation

Hello everyone,
I am a newbie in doing bluetooth projects. I have a client side (mobile) j2me application. I need to do a pc side j2se code so as to establish a bluetooth connection. This is my M.Tech., project. Supposed to complete within a month. So, please help with with the details!
I am trying to run the following sample code using eclipse pulsar installed with S60_5th edition SDK:
package com.example.Serv;
import java.io.IOException;
import java.util.Vector;
import javax.bluetooth.DeviceClass;
import javax.bluetooth.DiscoveryAgent;
import javax.bluetooth.LocalDevice;
import javax.bluetooth.DiscoveryListener;
import javax.bluetooth.RemoteDevice;
import javax.bluetooth.ServiceRecord;
public class Serv implements DiscoveryListener{
     private static Object lock = new Object();
     private static Vector<RemoteDevice> vecDevices = new Vector<RemoteDevice>();
     public static void main (String[] args) throws IOException {
          Serv bluetoothDeviceDiscovery = new Serv();
          LocalDevice ld = LocalDevice.getLocalDevice();
          System.out.println ("Address:" +ld.getBluetoothAddress());
          System.out.println ("Name:" +ld.getFriendlyName());
          DiscoveryAgent agent = ld.getDiscoveryAgent();
          System.out.println("Start device inquiry..");
          agent.startInquiry(DiscoveryAgent.GIAC, bluetoothDeviceDiscovery);
          try{
               synchronized(lock){
                    lock.wait();
          catch(InterruptedException e){
               e.printStackTrace();
          System.out.println("Device Inquiry Completed");
          int devCount = vecDevices.size();
               if(devCount<=0){
                    System.out.println("No Devices Found");
               else{
                    System.out.println("Bluetooth Devices:");
                    for (int i=0; i<devCount; i++){
                         RemoteDevice rd = (RemoteDevice)vecDevices.elementAt(i);
                         System.out.println((i+1)+"."+rd.getBluetoothAddress()+" ("+rd.getFriendlyName(true)+")");
     public void deviceDiscoverd(RemoteDevice btDev, DeviceClass cod){
          System.out.println("Device Discovered: "+btDev.getBluetoothAddress());
          if(!vecDevices.contains(btDev)){
               vecDevices.addElement(btDev);
     public void serviceDiscovered (int transID, ServiceRecord[] servRecord){
     public void serviceSearchCompleted(int transID, int respCode){
     public void inquiryCompleted(int discType){
          synchronized(lock){
               lock.notify();
          switch(discType){
          case DiscoveryListener.INQUIRY_COMPLETED:
               System.out.println("INQUIRY_COMPLETED");
               break;
          case DiscoveryListener.INQUIRY_TERMINATED:
               System.out.println("INQUIRY_TERMINATED");
               break;
          case DiscoveryListener.INQUIRY_ERROR:
               System.out.println("INQUIRY_ERROR");
               break;
          default:
               System.out.println("Unknown Response Code");
               break;
     @Override
     public void deviceDiscovered(RemoteDevice arg0, DeviceClass arg1) {
          // TODO Auto-generated method stub
     @Override
     public void servicesDiscovered(int arg0, ServiceRecord[] arg1) {
          // TODO Auto-generated method stub
I use Windows 7, 64-bit OS. I have added bluecove-2.1.1 SNAPSHOT.jar for jsr-82 implementation But i am getting the following errors:
Native Library intelbth_x64 not available
Native Library bluecove_x64 not available
Exception in thread "main" javax.bluetooth.BluetoothStateException: BlueCove libraries not available
     at com.intel.bluetooth.BlueCoveImpl.createDetectorOnWindows(BlueCoveImpl.java:896)
     at com.intel.bluetooth.BlueCoveImpl.detectStack(BlueCoveImpl.java:439)
     at com.intel.bluetooth.BlueCoveImpl.access$500(BlueCoveImpl.java:65)
     at com.intel.bluetooth.BlueCoveImpl$1.run(BlueCoveImpl.java:1020)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.intel.bluetooth.BlueCoveImpl.detectStackPrivileged(BlueCoveImpl.java:1018)
     at com.intel.bluetooth.BlueCoveImpl.getBluetoothStack(BlueCoveImpl.java:1011)
     at javax.bluetooth.LocalDevice.getLocalDeviceInstance(LocalDevice.java:75)
     at javax.bluetooth.LocalDevice.getLocalDevice(LocalDevice.java:95)
     at com.example.Serv.Serv.main(Serv.java:18)
Can anyone please help me resolve this problem? Is this of os compatibility problem? It will be very helpful if someone tells me how to eliminate this problem!

Hi,
Could you post your krb5.conf file ?
What is the output of the Java system properties and J2EE user screens in spnegoconfigtool ?
Regards
Dagfinn

Similar Messages

  • Report Execution error.OBI11g after implementing AD

    Hello,
    I am getting error when i am executing the report
    Error; Query rejected. You do not have access to any of the columns in the query.Please have your System Administrator look at the log for more details on this error
    We have implemented AD in our environment, we are able to login using the AD but.. when executing we are getting the error.
    Can some one help...
    Regards
    Kiran

    Hello Guys/Gurus,
    Any updates on this..??
    I seriously want to know the impact of it.

  • Cannot install GLIB on OSX 10.6 (configure: error: *** No iconv() implement

    Folks,
    I've been trying everything I can to install GLIB 2.23.0 on OSX 10.6 and it's failing when I attempt to run the ./configure with this error message below.
    checking for libiconv_open in -liconv... no
    configure: error: * No iconv() implementation found in C library or libiconv
    How do I resolve to get this installed?

    This solved it.
    http://letsneverdie.net/blog/?p=75
    ./configure
    Once this is complete, we’ll need to replace 3 lines in a certain source file.
    From what I understand, apple’s included libiconv doesn’t support 64bit, and I happen to be building a 64bit irssi. So, let’s make the changes below to make sure the libiconv that we’ve built is used. Navigate to the ‘glib’ folder (just plain glib, the one INSIDE of the main glib source folder), and open ‘gconvert.c’ with your favorite editor.
    #if defined(USELIBICONVGNU) && !defined (LIBICONVH)
    #error GNU libiconv in use but included iconv.h not from libiconv
    #endif
    #if !defined(USELIBICONVGNU) && defined (LIBICONVH)
    #error GNU libiconv not in use but included iconv.h is from libiconv
    #endif
    replace the last 3 lines, like so:
    #if defined(USELIBICONVGNU) && !defined (LIBICONVH)
    #error GNU libiconv in use but included iconv.h not from libiconv
    #endif
    #if !(defined(_APPLE_) && defined(_LP64_)) && !defined(USELIBICONVGNU) && defined (LIBICONVH)
    #error GNU libiconv not in use but included iconv.h is from libiconv
    #endif
    Save and close the file in place. Now you’re ready to compile and install glib:
    make
    sudo make install

  • "HTTP error: 501 Not Implemented" error while uploading emp photo

    Hi,
    While uploading employee photo
    getting error "HTTP error: 501 Not Implemented"
    this error i am getting while linking employee photo to SAP.
    pls suggest me how to solve.
    thanx in advance

    Hi,
    don't worry about the "HTTP error:501 Not Implemented The adminContRep command is an internal SAP R/3 command and not accepted by this content repository" error message, it only means that if you chosen the CSadmin button (or transaction) that this only developed from SAP content server and cannot be used for other 3rd party ones, like OpenText.
    BR,
    Janos

  • Native Webservices - ERROR 501: Not Implemented ... why?

    I'm running Oracle xe 11G.
    Recently I've tried to setup Native Web Services. I set up the database and user accordingly, defined a testfunction and accessed the database with following URL:
    http://localhost:8080/orawsv/GUT/TESTWS?wsdl
    This worked.
    I did another test at another database, where I set up a defined user for webservices and granted this user execution privileges on the same testfunction. Accessing this function via SQL works OK. But when I issue a similar URL (http://localhost:8080/wwwsss/WSBRAN/TESTWS?wsdl) I get:
    "ERROR 501: Not Implemented."
    I did not find an error in my setup yet - so maybe somebody can hint me on the deeper meaning of this error! Where can I look to fix this?
    Thanks a lot,
    Stephan

    Oh, I should have called the servlet "orawsv" as it is described. Corrected this and now it works!

  • Rv042 Error 501 not implemented

    Hi
    My quickvpn setup has been working great for a few years but it stop working recently with the following error message in
    wget_request_error.txt:
    HTTP request sent, awaiting response... 501 Not Implemented
    20:10:10 ERROR 501: Not Implemented.
    quickvpn hangs on the dreaded verifying network stage.
    Checked VPN router logs and also quickVPN client logs and confirmed the tunnel has been created successfully. However the ping was unsuccessful.
    I look through the forum and confirmed that my quickvpn user account and password only contains alphanumeric characters.
    Really appreciate if someone can please help me resolve this issue.
    Thanks.

    Hi,
    don't worry about the "HTTP error:501 Not Implemented The adminContRep command is an internal SAP R/3 command and not accepted by this content repository" error message, it only means that if you chosen the CSadmin button (or transaction) that this only developed from SAP content server and cannot be used for other 3rd party ones, like OpenText.
    BR,
    Janos

  • ERROR in note Implementation  1847570 for SEPA project

    Hi ALL,
         I Tried To implement note: 1847570 in ECC 6.00 SAP but I have a probleme that The package: FKK_SEPA Doesn't exist,
         Please Note that by implementing this note Only the program : RFKK_NOTE_1847570 is created, so i tried to create manually the pre-implementation
         And when i execute the program in testrun there is an error:  Data Element or Structure MANDAT_DESCR_KK does not exist.
         Do you have any Idea to solve this issue?
    Thank's in advance

    Hi,
    Just to get the version stuff out of the way first - what is the release and SP level of SAP_ABA and FI-CA in your system:
    Or in other words, do you have any Enhancement Pack of ECC 6.0 installed in your system?
    Next, does your system have the minimum release and Support package level for SEPA? Those are, according to 1845440  - SEPA Composite SAP Note: Mandates and IBAN for SAP_ABA
    620            SAPKA62063
    640            SAPKA64021
    700            SAPKA70013
    710            SAPKA71003
    and 1853345  - SEPA Composite SAP Note for component FI-CA:
    600          SAPK-60013INFICA
    602          SAPK-60202INFICA
    603          SAPK-60301INFICA
    If you do have minimum release and SP levels, Notes 1845440 and 1853345 have Excels attached, with the list of all Notes to be implemented per release, up to a SP level in SAP_ABA and FI-CA respectively. My guess is, you are missing some of the "infrastructure" or "interface" notes prior to 1847570... on FI-CA side, judging from the name of missing data element.
    Going the notes way to implement SEPA is a considerable challenge... We did it successfully on SAP_ABA 702 SP 11 and FI-CA 605 SP 08, by implementing as many notes as possible in the first iteration (notes up to October 2013 basically, with many bumps and manual activities along the way), then "freezing" and implementing a note only if we had identifiable problem.
    cheers,
    Janis

  • Errors while configuring Implementation Project

    Hello!
    I have installed BI APPS 11.1.1.7 on AIX 6.1  64x (also I have done it On CentOS Linux 64).
    I have installed latest BI EE Bundle Patch and Latest weblogic Patch (10.3.6.0.6)
    I am facing problems while configuring implementation projects in Functional Setup Manager when I open implementation project itself or any element in it:
    An application error occurred. See the incident log for more information. 
    An application error has occurred. Your help desk can use the following information to obtain a more detailed description of this incident: 4, Server Domain: bifoundation_domain, Server Instance: bi_server1, Application Name: FunctionalSetupAppLite 
    I can see this errors in server log:
    java.sql.SQLException: invalid name pattern: CENTOS_BIACOMP.FND_TABLE_OF_VARCHAR2_255
    and
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    <Nov 4, 2013 11:33:11 AM EET> <Emergency> <oracle.dfw.incident> <BEA-000000> <incident 4 created with problem key "DFW-99998 [oracle.jbo.NoDefException][oracle.jbo.mom.DefinitionManager.findDefinitionObject][FunctionalSetupAppLite]">
    <Nov 4, 2013 11:33:14 AM EET> <Warning> <oracle.adf.controller.faces.lifecycle.Utils> <BEA-000000> <ADF: Adding the following JSF error message: <html>An application error occurred. See the incident log for more
      information.<br><br>An application error has occurred. Your help desk can use the
      following information to obtain a more detailed description of
      this incident: 4, Server Domain: bifoundation_domain,
      Server Instance: bi_server1, Application Name: FunctionalSetupAppLite.</html>
    oracle.jbo.JboException: <html>An application error occurred. See the incident log for more
      information.<br><br>An application error has occurred. Your help desk can use the
      following information to obtain a more detailed description of
      this incident: 4, Server Domain: bifoundation_domain,
      Server Instance: bi_server1, Application Name: FunctionalSetupAppLite.</html>
    I founded this 
    We saw this error in log, this is not hampering anything, but any suggestion for this.
    post and added this option to JAVA arguments of every weblogic server (Admin, bi and odi)
    -Doracle.jdbc.createDescriptorUseCurrentSchemaForSchemaName=true
    After that I have restarted bi_server1 and I am still havinf this error.
    Is there any way to fix it?
    Ths.

    Hi, Fesenko.
    I have the same problem and FSM Task List is not showing all tasks available to Functional Developers (like Common Tasks Folder).
    Any suggestion?
    Fernando dRG.

  • Bad Character Errors after Unicode implementation???

    Hi,
    Uncode is implemented in BW Development system in my project. While prforming unit testing after implementing the unicode, we faced an issue of bad character in Sort field while loading data for 0VENDOR master data. Till now we used to correct this kind of error in PSA level and reload the data from PSA to Data target in production. I hope, this kind of error should be resolved after implementation of Unicode Conversion project. But, even after implementation of Unicode, we faced this problem.
    Can you please confirm me my understanding is correct - after implementation of Unicode, bad character errors will disappear?
    Best Regards,
    Venkata.

    HI again,
    I would like to correct my statement above. I did encounter an error during the import phase (ie. import abap) where it stopped at SAPDFACT.
    I changed the  "err" to "ok" in the tsk file to continue cuz I couldnt find any other alternative working. On browsing other forums I have come to conclude that is the problem for sure.
    Can you please help me figure how to resolve the issue please .. ??
    thank you!

  • Error when trying implementing BADI --- IDCO_BPL_RCKM_MR21.

    Hi Folks,
    I have to implement the BADI "IDCO_BPL_RCKM_MR21" to update the standard price in MR21.
    Could any one help me how to implement this BADI. When I tried to implement this BADI I am getting an error message "BADI definition IDCO_BPL_RCKM_MR21 is only provided for SAP internal use". Could any one help how to implement this BADI. My requirement is to update the standard price for material when the standard price is updated in the TCODE MR21.
    Helpful answers would be highly rewarded.
    Regards,
    Ramineni.

    Ramineni
    BADI IDCO_BPL_RCKM_MR21 is only for SAP Internal Use. You can not create any Implementation...
    Refer to the Indicator 'Within SAP' or 'Internal Use' in BADI Definition....
    Thanks
    Amol Lohade

  • "Specify filter names" error in BADI Implementation

    Hi everyody,
    I am trying to create a BADI Implementation for the standard badi BADI_LAYER in SE19. When I try to save this, it gives an error saying "Specify filter names".
    Can somebody kindly tell me what this problem is and how I can fix it?
    Thanks,
    Max

    Hi Max,
    You need to enter a BADI definition as filter value in the Properties Tab
    PLease refer the following link for more details.
    http://www.erpgenie.com/index.php?option=com_content&task=view&id=462&Itemid=77
    Reward points for useful answers.

  • EEWB error message BADI implementation

    Hi,
    I am getting the following error message when I run the wizard in EEWB to create new fields:
    Task CRM_BTX_ADD_NEW_FIELDS
    creating of BADI Implementation "ZCRM_RF_0701" failed
    I am trying to add new fields in Activities.
    This system is a copy of production client. There is no EEWB project or extension created in this system. We are using this system as a sandbox. We wanted to create some new fields here in this system by crating a new project and extension but when I run the wizard to create the new fields it is giving me the above error message at the time of Generation
    Anyone has any idea how to resolve this ?
    Thanks
    Sub
    Edited by: Kolla Subrahmanyam on Jan 9, 2012 3:51 PM

    Resolved the issue myself. Its the problem  with the workbench request i was using.
    Thanks
    Sub

  • Errors during DG implementation

    I am working on 11gr2 OS is Linux, while implementing Data Guard I am getting following errors on my physical standby. How can i resolve them.
    RFS[4]: Database mount ID mismatch [0x5fa0da8b:0x3c53f0c8] (1604377227:1012134088)
    ORA-16009: invalid redo transport destination

    Output from Standby
    SQL> show parameter db_unique_name;
    NAME                         TYPE      VALUE
    db_unique_name                    string      TBDB
    SQL> show parameter log_archive_config;
    NAME                         TYPE      VALUE
    log_archive_config               string      dg_config=(tmdb,tbdb)
    SQL> show parameter fal_;
    NAME                         TYPE      VALUE
    fal_client                    string      TBDB
    fal_server                    string      tmdb
    SQL> show parameter dest_2;
    NAME                         TYPE      VALUE
    db_create_online_log_dest_2          string
    log_archive_dest_2               string      service=tmdb lgwr async valid_
                                   for=(online_logfiles,primary_r
                                   ole) db_unique_name=tmdb
    log_archive_dest_20               string
    log_archive_dest_21               string
    log_archive_dest_22               string
    log_archive_dest_23               string
    log_archive_dest_24               string
    log_archive_dest_25               string
    log_archive_dest_26               string
    NAME                         TYPE      VALUE
    log_archive_dest_27               string
    log_archive_dest_28               string
    log_archive_dest_29               string
    SQL> select database_role,db_unique_name from v$database;
    DATABASE_ROLE      DB_UNIQUE_NAME
    PRIMARY       TBDBOutput from Primary
    SQL> show parameter db_unique_name;
    NAME                         TYPE      VALUE
    db_unique_name                    string      tmdb
    SQL> show parameter log_archive_config;
    NAME                         TYPE      VALUE
    log_archive_config               string      dg_config=(tmdb,tbdb)
    SQL> show parameter fal;
    NAME                         TYPE      VALUE
    fal_client                    string      tmdb
    fal_server                    string      tbdb
    SQL> show parameter dest_2;
    NAME                         TYPE      VALUE
    db_create_online_log_dest_2          string
    log_archive_dest_2               string      service=tbdb lgwr async valid_
                                   for=(online_logfiles,primary_r
                                   ole) db_unique_name=tbdb
    log_archive_dest_20               string
    log_archive_dest_21               string
    log_archive_dest_22               string
    log_archive_dest_23               string
    log_archive_dest_24               string
    log_archive_dest_25               string
    log_archive_dest_26               string
    NAME                         TYPE      VALUE
    log_archive_dest_27               string
    log_archive_dest_28               string
    log_archive_dest_29               string
    SQL> select database_role,db_unique_name from v$database;
    DATABASE_ROLE      DB_UNIQUE_NAME
    PRIMARY       tmdb

  • Error getting while implementing server proxy

    Hi All,
             I am implementing server proxy using synchronous inbound message interface.I am trying to get the purchage order details from SAP.I am giving input as PO number.While getting output of multiple rows it is showing only one row.that is the problem.If i can change the occurence of output fields its getting syntax error.
           how can i get the multiple row items from that synchronous proxy.please give me any suggestions.
    thanks,
    Kishan.

    Hi Shabarish,
        Thanks for reply.If i can change the occurence in outout structure at the time the output is not assigning to the output fields.This  is getting syntax error.
          The interface is working only for 1 occurence.
          I am assigning the output like this..
       <b>output-ES_TARGET_MSG_TYPE-ITEM-PONUMBER = it_EPSS-PONUMBER.</b>
       here it_EPSS is the table.
       ITEM-PONUMBER is the output field.
    thanks,
    Kishan.

  • Populating the error message (BAdI implementation)

    Hi there,
    I have a BAdI to implement <b>CRM_ORDERADM_H_BADI</b> where it will check certain header data. If there is a certain condition that is met, we must not allow the transaction to continue by adding error message on the top (the red button). How can we populate this error log within the BAdI implementation (putting it in codes in the <i>method </i>of the BAdI implementation).
    Many thanks in advance,
    Regards,
    MuJi
    Message was edited by: Muji.net

    Hello,
    Use CRM_MESSAGE_COLLECT to add your message, CRM_MESSAGE_DELETE to delete the old message from the log.
    example :
    DATA:
    lv_objnr               TYPE  crm_jest-objnr,
    ls_msgidno             TYPE  bal_s_idno,
    lt_msgidno             TYPE  bal_r_idno,
    lv_dummy_message       TYPE  c.
    **Delete message(s)
    ls_msgidno-sign       = 'I'.
    ls_msgidno-option     = 'EQ'.
    ls_msgidno-low-msgid  = Z01'.
    ls_msgidno-low-msgno  = '014'.
    APPEND ls_msgidno TO lt_msgidno.
    lv_objnr = iv_item_guid.
    CALL FUNCTION 'CRM_MESSAGES_DELETE'
        EXPORTING
          it_r_msgidno   = lt_msgidno
          iv_ref_object  = lv_objnr
          iv_caller_name = gc_object_name-customer_i.
        IF SY_SUBRC NE 0.
    *In the error case, collect the message:
          MESSAGE e014(Z01) INTO lv_dummy_message.
          CALL FUNCTION 'CRM_MESSAGE_COLLECT'
            EXPORTING
              iv_caller_name = gc_object_name-customer_i
              iv_ref_object  = lv_objnr.
        ENDIF.
    Regards,
    Frédéric

Maybe you are looking for