Search found 13 matches

by sliceofpie
Fri Dec 02, 2011 2:09 am
Forum: JDiskExplorer
Topic: UNREGISTERED displayed after change of domain name
Replies: 1
Views: 13278

UNREGISTERED displayed after change of domain name

Hello,
Our site has a new ssl certificate from Godaddy which is different to the previous one.

After installing the new cert JDiskExplorer shows UNREGISTERED. :?:

Is there something that needs to be reset? :)
by sliceofpie
Fri Apr 15, 2011 7:43 pm
Forum: JDiskExplorer
Topic: Timeout - connection reset
Replies: 3
Views: 15924

Re: Timeout - connection reset

The link you've pointed me to refers to FTP upload.

Will this apply to HTTPS as well?
by sliceofpie
Fri Apr 15, 2011 6:42 pm
Forum: JDiskExplorer
Topic: Timeout - connection reset
Replies: 3
Views: 15924

Timeout - connection reset

I'm getting an "java.net.SocketException: Connection reset" error message when JDiskExplorer is uploading a large file or sits idle for a few minutes. The error message occurs when uploading takes a while or when JDiskExplorer is not used for a few minutes and then a file is uploaded. In both scenar...
by sliceofpie
Mon Oct 25, 2010 7:12 pm
Forum: JDiskExplorer
Topic: Host Name may not be null ERROR
Replies: 9
Views: 41232

Re: Host Name may not be null ERROR

Java archive (.jar) should be mapped to application/x-java-archive or application/java-archive or application/octet-stream
The jar files were correctly listed.

I end up re-installing from scratch and it's working again :D
by sliceofpie
Mon Oct 25, 2010 4:44 pm
Forum: JDiskExplorer
Topic: Host Name may not be null ERROR
Replies: 9
Views: 41232

Re: Host Name may not be null ERROR

Thanks for your reply. Jar files are listed under the mime types on the IIS server. All I did is move the files from one server, over to another. Can you give me any information on how to correct this?
by sliceofpie
Thu Oct 21, 2010 4:57 pm
Forum: JDiskExplorer
Topic: Host Name may not be null ERROR
Replies: 9
Views: 41232

Re: Host Name may not be null ERROR

I tried accessing http://server/lib/jfileupload.jar and get a HTTP 500 error. I know the file is there but cannot access it from the browser.
by sliceofpie
Thu Oct 21, 2010 4:08 pm
Forum: JDiskExplorer
Topic: Host Name may not be null ERROR
Replies: 9
Views: 41232

Re: Host Name may not be null ERROR

Here is a more detailed error message. PLEASE HELP!!! Java Plug-in 1.6.0_19 Using JRE version 1.6.0_19-b04 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\User1 ---------------------------------------------------- c: clear console window f: finalize objects on finalization...
by sliceofpie
Wed Oct 20, 2010 10:25 pm
Forum: JDiskExplorer
Topic: Host Name may not be null ERROR
Replies: 9
Views: 41232

Re: Host Name may not be null ERROR

I resolved this by adding a mime type in IIS for .properties as text/plain. Now I have a new error: when my browser page loads with JDiskExplorer I get a Java error "Caused by: java.io.IOException: open http connection failed: http://server/jfileupload/upload/client/MAplet/class.class" I need gettin...
by sliceofpie
Wed Oct 20, 2010 4:09 am
Forum: JDiskExplorer
Topic: Host Name may not be null ERROR
Replies: 9
Views: 41232

Host Name may not be null ERROR

Hi,
Im getting an error when running JDiskExplorer. "Host name may not be null".

What does this mean and how do I correct this?
by sliceofpie
Fri Aug 20, 2010 10:27 pm
Forum: JFileUpload
Topic: Forms - VB Session identifier
Replies: 6
Views: 13388

Re: Forms - VB Session identifier

I've figured it out! :arrow: :P

Code: Select all

<param name="param6" value="cookiename">
<param name="value6" value="<%= FormsAuthentication.FormsCookieName %>">
<param name="param7" value="cookievalue">
<param name="value7" value="<%= (FormsAuthentication.FormsCookieName).Value %>">