Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Network connectivity issues with my project

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Network connectivity issues with my project

    Hi friends,

    I'm a final year B.Tech student doing my final year project based on Java. My project is high availability server which minimizes the downtime faced by the main server by dividing the work load into subservers. It's based on Java Swing GUI and the network connectivity is NOT provided RMI (not same systems). Everything seems to work fine in the project except for the connectivity establishment between the servers being added to the list.. It's always going to the else part (i'm assuming) where it displays the error "Invalid data" for any connections established (ip address entered). I tried at my college with the main server also using different LINUX systems but I'm not able to solve the problem. I'm not sure if its something large or very small. Please advise.

    I've attached the files and also the documentation (so you won't need to find out yourself)..

    Mainly, the project files are ProjFrame.java (the GUI for the main frame which shows the load and status of all available servers)
    ClientAdd.java (the interface for addition of the slave or sub-server by providing the ip address and port no.)
    Slave.java (for the slave server)


    Please help me and let me know if the problem can be solved easily (minor) or it should be solved with some assistance (I'm ready to pay if it's a big problem or requires so)....
    Attached Files Attached Files


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Network connectivity issues with my project

    Please any code that you want to talk about on the forum. Be sure to wrap your code with
    [code=java]
    <YOUR CODE HERE>
    [/code] to get highlighting

Similar Threads

  1. regarding connectivity
    By deependeroracle in forum AWT / Java Swing
    Replies: 7
    Last Post: March 8th, 2012, 12:36 PM
  2. My project development issues ?
    By kaliyaodi in forum Java Theory & Questions
    Replies: 5
    Last Post: December 6th, 2011, 11:16 AM
  3. Replies: 1
    Last Post: April 21st, 2011, 09:59 AM
  4. webservice connectivity?????
    By rachana in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: February 3rd, 2011, 08:52 AM
  5. Help regarding JDBC connectivity in JSP
    By Lovable_Kumar in forum JDBC & Databases
    Replies: 0
    Last Post: May 30th, 2010, 11:53 AM