samarth-math / project-connect

Just another LAN messenger
http://samtinkers.wordpress.com/2014/04/22/iptalk-a-new-ipmessenger/
MIT License
2 stars 4 forks source link

Null Pointer Exception in ReceiveMessageThread #4

Open rbaid opened 9 years ago

rbaid commented 9 years ago

While transferring file received this error message:

Exception in thread "ReceiveMessageThread" java.lang.NullPointerException at serverclient.ReceiveMessage.run(ReceiveMessage.java:41) at java.lang.Thread.run(Thread.java:745)

samarth-math commented 9 years ago

Will need to see code On 20 May 2015 21:36, "rbaid" notifications@github.com wrote:

While transferring file received this error message:

Exception in thread "ReceiveMessageThread" java.lang.NullPointerException at serverclient.ReceiveMessage.run(ReceiveMessage.java:41) at java.lang.Thread.run(Thread.java:745)

— Reply to this email directly or view it on GitHub https://github.com/samarth-math/project-connect/issues/4.

rajdas1 commented 9 years ago

did it crash?

On Wed, May 20, 2015 at 9:40 PM, Sam notifications@github.com wrote:

Will need to see code

On 20 May 2015 21:36, "rbaid" notifications@github.com wrote:

While transferring file received this error message:

Exception in thread "ReceiveMessageThread" java.lang.NullPointerException at serverclient.ReceiveMessage.run(ReceiveMessage.java:41) at java.lang.Thread.run(Thread.java:745)

— Reply to this email directly or view it on GitHub https://github.com/samarth-math/project-connect/issues/4.

— Reply to this email directly or view it on GitHub https://github.com/samarth-math/project-connect/issues/4#issuecomment-103942964 .

Rajat Vyas Computer Science Graduate LNM IIT, Jaipur

rbaid commented 9 years ago

No, the application as such didn't crash. But on command line there was this exception and file transfer stopped, but there was no message that file transfer stopped.

On Thu, May 21, 2015 at 9:19 PM, Rajat notifications@github.com wrote:

did it crash?

On Wed, May 20, 2015 at 9:40 PM, Sam notifications@github.com wrote:

Will need to see code

On 20 May 2015 21:36, "rbaid" notifications@github.com wrote:

While transferring file received this error message:

Exception in thread "ReceiveMessageThread" java.lang.NullPointerException at serverclient.ReceiveMessage.run(ReceiveMessage.java:41) at java.lang.Thread.run(Thread.java:745)

— Reply to this email directly or view it on GitHub https://github.com/samarth-math/project-connect/issues/4.

— Reply to this email directly or view it on GitHub < https://github.com/samarth-math/project-connect/issues/4#issuecomment-103942964

.

Rajat Vyas Computer Science Graduate LNM IIT, Jaipur

— Reply to this email directly or view it on GitHub https://github.com/samarth-math/project-connect/issues/4#issuecomment-104327031 .

samarth-math commented 8 years ago

This one might be a lil tough to figure..!

Let's start getting into it.