Menu

v1.0.0 collaboration feature : not working: memory leak + java.lang.NullPointerException

Help
tormen
2013-12-03
2013-12-08
  • tormen

    tormen - 2013-12-03

    Hi,
    2 Debian stable machines. apt-get install freemind,
    downloaded freemind-bin-max-1.0.0.zip.

    Server: freemind 1.0 runs, tools - Share Map:
    Password: foo
    Verif. Password: foo
    Port: 9001
    GO
    (MINOR PROBLEM: It does not find a translation string for the Password verification)
    then it listens on port 9001 (netstat -tulpen)

    Client: freemind 1.0 runs, tools - Join Map:
    Host: IP or hostname
    Password: foo
    Port: 9001
    GO

    Client:
    Does not show any visible change. No error message, nothing.

    Server shows:
    Null pointer exception and increases memory usage by 0.1MB every 10 seconds :((

    SERVER OUTPUT:
    root@files:/opt/freemind/doc# /opt/bin/freemind
    Checking Java Version...
    03-Dec-2013 08:11:16 freemind.main.FreeMindCommon$FreeMindResourceBundle handleGetObject
    SEVERE: Warning - resource string not found:
    plugins.collaboration.socket.SocketBasics.password_verification
    03-Dec-2013 08:11:16 freemind.main.FreeMindCommon$FreeMindResourceBundle handleGetObject
    SEVERE: Warning - resource string not found:
    plugins.collaboration.socket.SocketBasics.password_verification_description
    03-Dec-2013 08:11:16 freemind.main.FreeMindCommon$FreeMindResourceBundle handleGetObject
    SEVERE: Warning - resource string not found:
    plugins.collaboration.socket.SocketBasics.port.description
    03-Dec-2013 08:13:41 freemind.main.Resources logException
    SEVERE: An exception occured:
    java.lang.NullPointerException
    at plugins.collaboration.socket.ServerCommunication.processCommand(ServerCommunication.java:92)
    at plugins.collaboration.socket.CommunicationBase$1.run(CommunicationBase.java:133)
    at plugins.collaboration.socket.CommunicationBase.processAction(CommunicationBase.java:145)
    at plugins.collaboration.socket.TerminateableThread.run(TerminateableThread.java:52)

    CLIENT OUTPUT:
    /opt/bin/freemind
    Checking Java Version...
    Dec 03, 2013 9:12:09 AM freemind.main.FreeMindCommon$FreeMindResourceBundle handleGetObject
    SEVERE: Warning - resource string not found:
    plugins.collaboration.socket.SocketBasics.port.description

    What could be the problem ?

    P.S.:
    Server: runs via ssh -X (through openVPN tunnel on remote machine with local GUI)
    Client: runs locally

     
  • tormen

    tormen - 2013-12-03

    Or what further information could I get you narrow down the problem ?

     
  • Christian Foltin

    Hi,

    did you save the file before sharing?

    HTH, Chris

     

Log in to post a comment.