Gallery 1.6 Applet Problem
ShadowLab
Joined: 2007-07-09
Posts: 1 |
Posted: Mon, 2007-07-09 01:51 |
The following information is required to get an answer: I seem to be having an issue with the applet uploading feature on my gallery. It loads and initializes, when upload is pressed, a dialog box informs it's working on image N of M, and then just sticks there. I have included a Java error log snippet below. Exception in thread "Thread-11" java.lang.NullPointerException at HTTPClient.HTTPConnection.assembleHeaders(HTTPConnection.java:3648) at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:2882) at HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java:2820) at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2612) at HTTPClient.HTTPConnection.Post(HTTPConnection.java:1107) at HTTPClient.HTTPConnection.Post(HTTPConnection.java:1067) at HTTPClient.HTTPConnection.Post(HTTPConnection.java:989) at HTTPClient.HTTPConnection.Post(HTTPConnection.java:962) at com.gallery.GalleryRemote.GalleryComm2.requestResponse(GalleryComm2.java:1367) at com.gallery.GalleryRemote.GalleryComm2$GalleryTask.login(GalleryComm2.java:382) at com.gallery.GalleryRemote.GalleryComm2$GalleryTask.run(GalleryComm2.java:281) at java.lang.Thread.run(Unknown Source) 16406|TRACE|GalComm |Sending cookie: GallerySession=2e51e0bb96ae4691fca32ade94873608; path=/; domain=.www.shadownetworks.org Applet stop Shutting down Gallery Remote |
|