Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Covex  
#1 Posted : Monday, November 27, 2006 9:13:40 PM(UTC)
Covex

Rank: Member

Groups: Member
Joined: 11/10/2006(UTC)
Posts: 1

Hello,

We are using Dual version of ImageUploader we have bought. And we have a probem with uploading files using Java version via Proxy:

Java applet asks for login and password for proxy server before uploading first image, uploads first image and after that it says "Waiting for retry..." for several times and then says "Server or proxy server not found"

Please, help me to solve this problem.

I am using FireFox 1.5

********************************************************

IU configuration:

********************************************************

Code:
iu.activeXControlEnabled = true;
iu.activeXControlCodeBase = "http://img1.msk.ru/js/iu/ImageUploader4.cab";
iu.activeXControlVersion = "4,0,63,0";

iu.javaAppletEnabled = true;
iu.javaAppletCodeBase = "http://img1.msk.ru/js/iu/";
iu.javaAppletCached = true;
iu.javaAppletVersion = "2.0.79.0";

iu.addParam("FilesPerOnePackageCount", "1");
iu.addParam("AutoRecoverMaxTriesCount", "5");
iu.addParam("AutoRecoverTimeOut", "10000");
iu.addParam("Action", "./write.php");
iu.addParam("AdditionalFormName", "HiddenForm");
iu.addParam("ShowButtons", "true");
iu.addParam("RedirectUrl", "./");
iu.addParam("SilentMode", "false");
iu.addParam("FileMask", "*.jpg;*.gif;*.png;*.tif");

********************************************************

Java console:

********************************************************

Code:
Java Plug-in 1.5.0_09
Using JRE version 1.5.0_09 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Covex

ImageUploader version: 2.0.79
Current document URL: http://preved.moskva.com/gallery/MultiLoad.php
Reading cookies
Cookies: SessID=...
Reading referer
Referer: http://preved.moskva.com/gallery/MultiLoad.php
Reading additional form content
Form element:<hidden><Silent><1>
Form element:<hidden><Update><1>
Form element:<hidden><Str_Code><26935>
Additional form processing done
Trying to resolve host IP...
[89.188.102.130]
Uploading to http://preved.moskva.com/gallery/write.php
Protocol found: http
Using settings for protocol: http
Using proxy: px.nn.ru:5155
Setting Proxy params: Host=px.nn.ru; Port=5155
Setting HTTP params: Host=preved.moskva.com
Trying to resolve host IP...
[89.188.102.130]
Starting upload
28.11.2006 16:02:16 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
Authorization request received. Host:px.nn.ru; Port:5155; AuthScheme:org.apache.commons.httpclient.auth.BasicScheme@136a1a1; Proxy:true
Status =[200]
Trying to resolve host IP...
[89.188.102.130]
Uploading to http://preved.moskva.com/gallery/write.php
Setting Proxy params: Host=px.nn.ru; Port=5155
Setting HTTP params: Host=preved.moskva.com
Starting upload
28.11.2006 16:02:33 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.SocketException) caught when processing request: Software caused connection abort: socket write error
28.11.2006 16:02:33 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
28.11.2006 16:02:44 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.SocketException) caught when processing request: Software caused connection abort: socket write error
28.11.2006 16:02:45 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
###Error occured###
Status=[ERROR]
Progress=[0]
ValueMax=[0]
Value=[2]
[ErrorPage]
preved.moskva.com
[EndOfErrorPage]

Edited by user Saturday, February 23, 2008 1:13:39 AM(UTC)  | Reason: Not specified

Alex Makhov  
#2 Posted : Tuesday, November 28, 2006 1:24:15 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

As I see on the console you have successfully uploaded the first part of data and then the second upload has failed. So try to upload files with one request just to check if they are uploaded successfully.

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

frankly  
#3 Posted : Wednesday, July 25, 2007 8:31:21 AM(UTC)
frankly

Rank: Member

Groups: Member
Joined: 7/24/2007(UTC)
Posts: 9

covex: did you ever find a solution to your problem? I'm experiencing something similar.
frankly  
#4 Posted : Thursday, July 26, 2007 6:49:44 AM(UTC)
frankly

Rank: Member

Groups: Member
Joined: 7/24/2007(UTC)
Posts: 9

I think I found the problem. It had to do with the permissions in my application. For some reason, access to the file that contains the code for processing the image was denied. Thanks anyways.
frankly  
#5 Posted : Thursday, July 26, 2007 9:01:13 AM(UTC)
frankly

Rank: Member

Groups: Member
Joined: 7/24/2007(UTC)
Posts: 9

Actually...that wasn't the solution after all. The page used to process the image is missing it's session state. The session variables are null. Does anybody know why that would happen? This is only happening on the Java version of the uploader.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.