Search:

Type: Posts; User: treshr

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    2,067

    EOFException on sending object

    Dear all,

    I've been struggeling with this issue for days now and I'm completely stuck on this.
    The thing what I want to do is send an object over a socket.

    I get the following error when I...
  2. Re: java.io.EOFException when sending object through socket

    Can anybody help me with this. I'm reallt stuck here and I don't know what I'm doing wrong.

    Thanax in advance
  3. java.io.EOFException when sending object through socket

    Hi all,

    I've been struggeling with this issue for some time now and I just don't know why it fails.
    I have created a small program that send an object through a socket to a server where the...
  4. Replies
    1
    Views
    1,472

    Re: End Element exception reading XML file

    Please can somebody help me I can't find why this error occurs.
  5. Replies
    1
    Views
    1,472

    End Element exception reading XML file

    Hi Guys,

    I have an issue with reading an XML file that contains several elements.
    The application will try to read the elements but on a certain point the application can't load the next start...
  6. Replies
    11
    Views
    1,827

    Re: Second command to socket doesn't get through

    Here is the code for the Client class:


    import java.net.*;
    import java.io.*;

    import sun.nio.cs.ext.ISCII91;

    public class Client {
  7. Replies
    11
    Views
    1,827

    Re: Second command to socket doesn't get through

    It can be done with a simple workstation. That's where I do my testing on.
  8. Replies
    11
    Views
    1,827

    Re: Second command to socket doesn't get through

    I have a JSP page and clien class which interact with eachother.
    You can start the JANEServer class which creates a serversocket on port 20000 on the localhost.
    The JANEServer is included in the...
  9. Replies
    11
    Views
    1,827

    Re: Second command to socket doesn't get through

    I don't have a clue where the problem exists and I've tried several println statements.
    As soon as the first command to start the cpu utilization has started no other command can come through.
  10. Replies
    11
    Views
    1,827

    Second command to socket doesn't get through

    Hi there,

    My application works as a client/server architecture where I send commands to a server through sockets which are then initialized and executed to a Server class and finally a CPU class....
  11. Replies
    3
    Views
    1,720

    [SOLVED] Re: Nullpointer exception when sending string

    i solved the issue. Was due a piece of code which closed the server connections.
  12. Replies
    3
    Views
    1,720

    [SOLVED] Re: Nullpointer exception when sending string

    It's a request parameter which is a string that is send from the JSP page.


    client.sendCommand(command.toString());
  13. Replies
    3
    Views
    1,720

    [SOLVED] Nullpointer exception when sending string

    Hi there,

    I hope someone can help me because I'm struggeling to solve this issue.

    I have a client/server application where I send a command to a server where is executes a certain method. The...
Results 1 to 13 of 13