Error in java code.
        Posted  
        
            by user243680
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user243680
        
        
        
        Published on 2010-03-20T10:30:59Z
        Indexed on 
            2010/03/20
            10:41 UTC
        
        
        Read the original article
        Hit count: 514
        
I am getting the following error when i try to use a blue tooth dongle to transfer a video file from pc to mobile phone. does anyone know
 run:
    BlueCove log redirected to log4j
    log4j:WARN No appenders could be found for logger (com.intel.bluetooth).
    log4j:WARN Please initialize the log4j system properly.
    BlueCove version 2.1.0 on bluesoleil
    java.io.IOException: Device not discovered
    BlueCove stack shutdown completed
            at com.intel.bluetooth.BluetoothStackBlueSoleil.connectionRfOpenClientConnection(BluetoothStackBlueSoleil.java:361)
            at com.intel.bluetooth.BluetoothRFCommClientConnection.<init>(BluetoothRFCommClientConnection.java:37)
            at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:379)
            at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:162)
            at javax.microedition.io.Connector.open(Connector.java:83)
            at de.avetana.obexsolo.OBEXConnector.open(OBEXConnector.java:103)
            at OBEXTest.main(OBEXTest.java:23)
© Stack Overflow or respective owner