Customer network with XMPP problem

Hi all

I develop a XMPP IM client that needs to establish a socket connection. When whenever it tries to connect to the server it gives me the error.

net.rim.device.cldc.io.ippp.SocketBaseIOException: Connection timed out: connect

and here is an example of code that connects to the XMPP url.

final StreamConnection connection = (StreamConnection) Connector
                    .open("socket://" + hostName + ":" + portName);

When I try to get an inputStream based on this subject: it is for me an inputStream without data in the buffer. And is it related to this exception.

Any body can tell me what is the reason for this?

Thanks in advance.

Hello

Thank you simon...

Discover the solution...

In fact, the problem was port. We used port 5222 for xmpp push. We use to create a connection plug notify our presence on the server.

But as this 5222 was blocked we were not able to establish a socket connection there and who did the server cannot accept our request.

And that survey the exception and causes the app to crash...

as a solution, we did the port that is able to listen to our request...

Tags: BlackBerry Developers

Similar Questions

  • launch of checkers problems: error: trying to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall.

    Windows Vista can not launch problem of checkers: try to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall. Please check your firewall settings by visiting the Open Ports FAQ.

    Original title: launch of the problems of checkers:

    Hello

    If you have not yet tried to disable the antivirus/firewall software, then try the following steps to disable them.

    Disable the anti-virus software: http://windows.microsoft.com/en-US/windows-vista/Disable-antivirus-software

    Enable or disable Windows Firewall: http://windows.microsoft.com/en-US/windows-vista/Turn-Windows-Firewall-on-or-off

    IMPORTANT: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks

  • Network with HP Officejet 8500 A910A connectivity problem

    Network router: Linksys E4200

    Previously connected this printer on the network without any problems.

    Moved the printer to a new room and can connect is more.

    I am a professional computer experience and I'm stumped.

    I realize that closing the printer will probably caused a new IP address will be assigned by DHCP and we tried to work around that.

    Reset printer to factory default and reinstalled and reconnected to the network. Router can see the printer and now I have manually configured a static IP address for the printer. 192.168.1.101

    Router can ping the printer with no problems.

    None of my Windows 7 machines can ping the printer. I used the HP Support Assistant. You can find regularly but rarely the printer on the network. Even when it does not find the printer I still cannot ping it the same machine through the command line. I used printing HP and doctor Scan to check the network settings and I configured the static IP address on the printer to match the same subnet mask and gateway as found via the diagnostic tool. Still no dice.

    Puzzled and would like to know the pointers.

    Thanks in advance!

    Greg

    Correct me if I'm wrong, but Linksys DHCP IP 192.168.1.100 are thru.254 if I remember correctly.  You have a static IP address within the range the router DHCP.  You must configure the static IP address of 192.168.1.2 a.99.    Try using 192.168.1.10 as a static IP address.  Now go back and reinstall the drivers and full software.  Try now.

  • Problems of network with Ubuntu 10.04

    Hello

    I've been running vmware on Ubuntu 9.04 for a while with no problems (host Ubuntu 64-bit with 2 guests, 1 32-bit Ubuntu and Ubuntu 1 64-bit).

    I've recently updated my Ubuntu to 10.04 and ran into problems with vmware, I followed the instructions here (http://www.marcosorfila.com/site/?p=380) and managed to get Ubuntu works with VMware 2.0.2 and my guests are here. Everything starts fine, except that I got the Firefox issue with the console. To work around this problem, I can connect to the console using my computer laptop windows and Internet Explorer, so I'm happy on this front

    My network uses NAT and it worked well with older versions. If I connect to the console on two comments I ping the host or guest, but for some reason, my host cannot see my guests. I spent the last 3 days, google search and I can't find anything to indicate how to solve this problem. The two guests are versions of server with no windowing capability and I normally rely on ssh access from the host, but it does not work either.

    My host is using a wireless internet network interface and this includes the IP 192.168.1.3, subnet of VMware is on 192.168.194.x

    Can anyone offer any advice to get access to my guests from the host?

    Thank you

    Klunk

    I managed to find a solution to this. I need to use a patch different than I used initially. Details can be found here.

    http://UbuntuForums.org/showthread.php?t=1473373&highlight=VMware+ping

  • How to install firefox last with the custom network home page

    I'm trying to figure out how to do a network with the latest firefox installation, but suitable for the bringing into default homepage for the intranet portal of companies. I have several thousand computers that require installation and pushing by network is the only realistic method, but I can't find a solution on how to change the homepage for this. Help, please!

    See:

  • Metadata of data user not found! -read the problem of network with Netbeans

    Hi all,

    I have Oracle11gR2 and Fedora 13 operating system.
    I have to do the analysis (in the calculation of the shortest path) on a network with IFN.
    I'll use the APIs of LOD, but the network is not yet partitioned.
    Before partitioning, I want to see if Netbeans can read my network. When I run the code to do this:
    String url = "jdbc:oracle:thin:@IP_of_machine:1521:dbSID";
    
        try {
    
                    Class.forName("oracle.jdbc.OracleDriver").newInstance();
                    
                    Connection conn = DriverManager.getConnection(url,"italia","italia");
                    System.out.println("Connect to Database");
                    conn.setAutoCommit(false);
       
                    Network net = NetworkManager.readNetwork(conn, "ITALY_NET");
                    System.out.println("Network has been read");
    but the output is:

    run:
    Connect to the database

    oracle.spatial.network.NetworkDataException: oracle.spatial.network.NetworkDataException: user not found data metadata!
    at oracle.spatial.network.NetworkAdapterSDO.readNetwork(NetworkAdapterSDO.java:792)
    at oracle.spatial.network.NetworkAdapterSDO.readNetwork(NetworkAdapterSDO.java:552)
    at oracle.spatial.network.NetworkManager.readNetwork(NetworkManager.java:176)
    to calcolopercorso. Main.main (hand. Java:62)
    Caused by: oracle.spatial.network.NetworkDataException: user not found data metadata!
    to oracle.spatial.network.UserDataMetadataImpl. < init > (UserDataMetadataImpl.java:108)
    to oracle.spatial.network.NetworkMetadataImpl. < init > (NetworkMetadataImpl.java:585)
    at oracle.spatial.network.NetworkAdapterSDO.readNetworkMetadata(NetworkAdapterSDO.java:4148)
    at oracle.spatial.network.NetworkAdapterSDO.readNetwork(NetworkAdapterSDO.java:766)
    ... 3 more
    BUILD successful (total time: 1 second)

    It has successfully connected to the database, but I have error when it should read the network
    What am I wrong?
    Thank you much in advance.

    Published by: crystal13 on Sep 16, 2010 03:05

    Note that network has been properly validated:
    SQL> SELECT SDO_NET.VALIDATE_NETWORK('ITALY_NET') FROM DUAL;
    SDO_NET. VALIDATE_NETWORK ('ITALY_NET')
    --------------------------------------------------------------------------------
    TRUE

    It seems that you have probably set user_defined_data 'Y', but do not fill your data defined by the user to the user_sdo_network_user_data.

    Follow these steps:

    select network,user_defined_data from user_sdo_network_metadata where network = 'ITALY_NET';
    

    If user_defined_data is set to 'Y', you can set it to "n" then IFN will no definition of user data search in user_sdo_network_user_data.
    If you intend to use your network user data, you must set user_defined_data 'Y' and
    fill your user data information in user_sdo_network_user_data.

    desc user_sdo_network_user_data;
    

    You can get the user to more data information form the white paper in ndm_whitepaper_11gR2 under the Section of the data defined by the user.
    https://spatial.SampleCode.Oracle.com/servlets/ProjectProcess?PageID=0Zl7oV

    I guess you know you use the API in memory of 10g instead of the API of NDM LOD 11 g.

    Jack

  • several devices on the network with the same name

    I want to install Windows 7 OS computers on a domain with Small Business SERVER 2003.  Curiously, I see all the computers on the network, where I should be able to, but one of them WK02011, is not accessible from all Windows 7 systems because there are multiple devices with the same name on the network according to a diagnosticn check.  WK02011 is visible and accessible from other systems on the network that are runjning XP OS.  There is only one device named WK02011 on the network.  I don't have this problem with any other XP system - that is - I can see and access all of the other XP machines on the network with the exception of WK02011.  I can't access WK2011 from the server and the server indicates that it is multiple devices with the same ID.  Rename the XP would be complicated because of having to re - set up the service to the customer and then turn around and install 7 OS in the workstation in the coming days.

    How to find the ghost device double?

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for Windows 7 on TechNet. Please post your question in the Technet forums. You can follow the link to your question:

  • Network with A60-155

    Having recently acquired this laptop, I tried to transfer files between it and my desktop (os w2k pro sp4) which is already networked with 2 other computers (ME and 98) in the House. Seems the laptop refuses to cooperate.
    I can ping 127.0.0.1, no problem, I can even ping IP of my desktop computer, but the laptop will not ping itself. The same office it detects my home network, but cannot access it. I have a light green and orange when ping of the desktop computer. I installed the latest drivers realtek for local networks (device drivers everything apparently works well)
    With the Office when this is the case I could uninstall the internet protocol (TCP/IP) and put things back by reinstalling, in XP this option is grayed out.

    Any suggestion would be appreciated as I am running out of ideas?

    See you soon

    Eddie

    Hi Eddie

    I guess you have a lot of experience with computer networks, and as you can see this sometimes a strange and inexplicable things.

    I'm sure that all the settings are good, but you can also try to connect your laptop directly to the desktop (peer to peer). On this way, you can check if it is possible to establish the connection.

  • Tecra M2 and wireless network - signal strength problem

    Need advice buying wireless kit.

    I have a DSL phone line connection and I am currently using a Speedtouch USB modem connected to my workstation down.

    I have a laptop Toshiba Tecra M2 with construction of wireless support. I want to be able to share the internet connection which comes in the workstation down. I guess that my options for the workstation are to use a DSL wireless modem to share the internet connection or to use a PCI card in my computer. I tried them both.

    I first tried to set up an infra mode network with the laptop using a LinksysWAG54G which was connected to the telephone line and a computer. But the problem with that I was t couldn't do accept the subnet mask that my ISP (Lixxus) provided 255.255.255.255 (PPoA). This modem has all the masks of SN in a dropdown list, but mine isn't in this list. I returned this modem.

    I tried then set up an adhoc network purchase buy a PCI Wireless card for my desktop, and internet connection sharing etc. on the workstation. However, while it worked, and I could see the desktop of my laptop, the problem has been the wireless range. The signal disappear when I wore the laptop in the back room on the first floor. It would have been a distance of 10 meters in a straight line between the laptop and desktop. There are walls two bricks and a floor between the two machines. It seemed hopeless, so I sent the PCI card.

    I'm not sure what to try next.

    Any suggestions that I could try next?

    Suggested hardware?

    Signal strength - could the problem be that the antenna in portable insufficient Tosh - it too small?

    Hello

    I have the same situation at home. The best solution for this is to use the wireless router. Here you have the possibility to connect several computers desktop or laptop. In this case the configuration of wireless connection is very easy and it works fine. I also use it at home and in front of my house with no problems.

  • Satellite P100-434: wireless connection with Vista problem

    Just bought this laptop with Vista and so far could not get the wireless to connect, I have 3 other computers and they will all connect, I have reset the router and set up new accounts on other computers without problem, but unable to do it on the P100.

    I tried the new RADAR feature and will not pick up all the networks, but by trying to establish a new connection it shows that a wireless network is available but it is nameless, although my network is named, I took the passkey of the network so that it is open but still does not connect, LAN via ethernet fine work.

    Wireless switch is on, but when I drag off switching wireless says WE

    Hello

    I can't give you an exactly the answer why you cannot connect to your WLan with Vista because there are so many options that should be checked.
    But I think that you will find the solution yourself with a little help from the Microsoft Web site.

    Please see this site:
    Connect to a network with Windows Vista wireless
    http://www.Microsoft.com/technet/community/columns/cableguy/cg0406.mspx

    You will find many useful tips, screenshots and Tips how to connect to WiFi with Vista.

    Please post again if you have found the key

  • Message appear conflict of IP address at startup. Another computer already uses the network with the same IP address. How do I cure this?

    When my kids play online on the X - Box I get an error message on my laptop when I start after them. It is said there is an IP address conflict and that another device is already on the network with the same IP address. It does not affect me access internet even if. How can I fix thi.

    Hello

    1. which is the version of Windows installed on the computer? For example, Windows 7, Vista

    2. only the error message appears only when the Xbox is connected to the computer or at both times?

    3. have you made any software or changes to the material on the computer before this problem?

    Please answer these questions and provide additional information so that we can better guide you.

  • Cant' network with VPN card readers

    Hello!

    Here at my company in recent weeks, that some problems came with somes user not being able to access the network through the VPN connection drives.

    If I delete all network drives and try to map them in the normal way (Tools > map network drive) I get a "extended error has occurred", but if I force using the "connect using a different user name" and putting the user domain\username and password of the person using the computer, it maps the network drive without problem... until the next reboot.

    So, I repeat it, everywhere.

    There is no password stored in the password manager Windows.
    I remove from the registry, the keys to MapPointings2.

    Can someone help me?

    They are all WinXp.

    Thank you!

    Hello

    The question you have posted is related to Technet and would be better suited to the Technet community. Please visit the link below to find a community that will provide the best support.
    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • my windows says that another computer is running in the same network with the same ip address, please contact

    Today morning when I opened my samsung mini, it displays a message that another computer is running on the same network with the same ip address please find a solution for this

    In most home networks where multiple devices are connected to a router, router will assign an IP address to each device (via DHCP). This method keeps usually different devices to get the same IP address, but if you restart your router, it will not address remembered that he released before it was restarted.  This condition can also occur if you manually assigned an IP address to a device located in the router's DHCP range.  If the problem is not due to manually assign an IP address, then this condition will be corrected over time.  But if you're in a hurry, you can unplug your router from the wall and stop all computing devices on it.  Then plug the router back in and bring up all your devices again one by one.

    HTH,

    JW

  • Connection to the network with Vista and Windows 7 computers

    A similar question was answered before, but it's XP computers I use Vista and Windows 7.

    I have a Windows 7 computer that is part of a home network and who also has a connected printer. I want to access the printer from a Vista computer that is also on the network. When I try to connect to the Windows 7 computer, I get the error "logon failure: the user has not granted the type of logon required on this computer."

    I've seen solutions have been when the system tries to access the printer was an XP system. Can someone help me with this problem?

    Thank you

    Jim

    Hi Jim,.

    ·         Is file sharing enabled?

    ·         You have disabled password protection?

    Try to check the Advanced sharing settings in the network and sharing Center. To do this, follow these steps.

    a. click Start, Control Panel and then click network and sharing Center.

    b. now, click change advanced settings for sharing.

    c. now make sure that file and printer sharing is activated on and protected by password sharing is turned off.

    You can also see the article for more information:

    Networking of computers running different versions of Windows

    http://Windows.Microsoft.com/en-us/Windows7/networking-home-computers-running-different-versions-of-Windows

    Let us know the results.

  • Network says it has detected another computer on the network with my IP address.

    Original title: ip addy

    My internet access icon said that it has detected another computer on the network with my ip address, is there something that I have to take

    Try restarting your router.  It should solve the problem.

Maybe you are looking for

  • Photos will not erase

    I'm trying to make room on my Mac and it says there are a ton of photos/videos, too much room. I went through the photos and videos in iPhoto and removed a bunch - I even emptied the trash iPhoto as well. Yet, I came across the videos of MacKeeper du

  • How can I follow what my employee seeks to in private browsing?

    An employee of the mine is constantly using private browsing, and because the rest of my staff uses the usual browser, I think it's pretty suspicious. Please let me know how I can track the pages that he visits as the history is deleted when using pr

  • Need drivers of Windows XP Home for my Satellite C660D-164

    Hello! I am the owner of the satellite laptop series, model Toshiba Satellite C660D-164 (PSC0WE-00R00URU) and I don't know where to find the drivers for the WiFi, shortcuts keyboard and video card. My operating system is windows xp SP 2.Please help m

  • Lost audio devices

    Yesterday, I listened to music for a few hours with my headset Bluetooth SBG9100 Philips. Today, I received the message that 'no Audio output device is installed ". Headphones and speakers appear on 'Her', and the helmet shows devices and printers. 

  • Impossible to print as it says 0 Documents pending for printing with Deskjet 970 Cxi printer

    Original title: my Deskjet 970 Cxi printer Guys need help,I downloaded the driver for the printer and everything is installed. He is also said to be ready to use, but when I give the Print Option, it always shows 0 Documents waiting to print. Please