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

Notification

Icon
Error

Options
Go to last post Go to first unread
skystar  
#1 Posted : Tuesday, October 21, 2008 2:00:40 PM(UTC)
skystar

Rank: Newbie

Groups: Member
Joined: 10/21/2008(UTC)
Posts: 4

Hi All,

I am getting error: The server attempted to redirect you, but server redirects are not supported.
I try everything, what are fixes in the following post:
http://forums.aurigma.com/yaf_postst2071.aspx

Nothing is working
It is giving me error on every browser.

Here is my code:
iu.activeXControlEnabled = false;
iu.javaAppletEnabled = true;

Also, I got the latestes version
thanks
Dmitry  
#2 Posted : Tuesday, October 21, 2008 10:56:07 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

It seems your Image Uploader Java looses HTTP-only cookies. You can find the solution in this post: PRB: Image Uploader for Java looses HTTP-only cookies.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
skystar  
#3 Posted : Wednesday, October 22, 2008 8:07:33 AM(UTC)
skystar

Rank: Newbie

Groups: Member
Joined: 10/21/2008(UTC)
Posts: 4

Dmitry wrote:
Hello,

It seems your Image Uploader Java looses HTTP-only cookies. You can find the solution in this post: PRB: Image Uploader for Java looses HTTP-only cookies.


thanks for you reply,
But I try everything from this, even before posting this question.

It still not working, same error.

thanks again for your time and help.
TMSSOFT  
#4 Posted : Wednesday, October 22, 2008 8:30:56 AM(UTC)
TMSSOFT

Rank: Newbie

Groups: Member
Joined: 10/22/2008(UTC)
Posts: 1

We are having the same issue with bigger images ...
Dmitry  
#5 Posted : Wednesday, October 22, 2008 1:19:51 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

skystar wrote:

But I try everything from this, even before posting this question.
It still not working, same error.


Could you give me the content of Java console (see article Using Java Console) after Image Uploader finishes uploading?

Edited by user Wednesday, October 29, 2008 3:19:54 AM(UTC)  | Reason: Not specified

Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
skystar  
#6 Posted : Thursday, October 23, 2008 1:21:15 AM(UTC)
skystar

Rank: Newbie

Groups: Member
Joined: 10/21/2008(UTC)
Posts: 4

Dmitry wrote:
Could you give me the content of Java console (see article Using Java Console) after Image Uploader finishes uploading?


Here is the Java Console

Java Plug-in 1.6.0_07
Using JRE version 1.6.0_07 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Harjit



c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>


Aurigma ImageUploader version: 5.5.6.0
Current document URL: http://leelasavasta.bcfi...diaUploader/Default.aspx
Reading cookies
Cookies: RadEditorGlobalSerializeCookie=[ctl00_ctl00_ContentPlaceHolderSite_ContentPlaceHolderText_EditTextBlock1_RadEditorBodyModules]-[]#[ctl00_ctl00_ContentPlaceHolderSite_ContentPlaceHolderText_EditTextBlock1_RadEditorBodyToolbars]-[['Main%20Toolbar',true,'Topctl00_ctl00_ContentPlaceHolderSite_ContentPlaceHolderText_EditTextBlock1_RadEditorBody',0],['Toolbar%201',true,'Topctl00_ctl00_ContentPlaceHolderSite_ContentPlaceHolderText_EditTextBlock1_RadEditorBody',1],['Dropdowns',true,'Topctl00_ctl00_ContentPlaceHolderSite_ContentPlaceHolderText_EditTextBlock1_RadEditorBody',2]]#
Reading referer
Referer: http://leelasavasta.bcfi...diaUploader/Default.aspx
Uploading to http://leelasavasta.bcfi...ploader/UploadFiles.aspx
Setting HTTP params: Host=leelasavasta.bcfilm.com
Cookies:[TheCwb=AFACEC61A9BD69D0AD22F3FD02F7FA9EA4C0F661EF20655E88250B6CADD33EC53ACF18CE31F8AB85B41E104EEA0B5CC5C530E1853F03665EE85DEA37EB809FA391C9F12370602A4B4415678778C9695B]
Starting upload
Oct 23, 2008 9:16:43 AM org.apache.commons.httpclient.HttpMethodBase readResponse
INFO: Discarding unexpected response: HTTP/1.1 100 Continue
Status =[302]
Server redirection attempt: "/MediaUploader/Home.aspx"
UploadException occured
###Error occured###
Status=[ERROR]
Progress=[0]
ValueMax=[0]
Value=[11]
[ErrorPage]
/MediaUploader/Home.aspx
[EndOfErrorPage]


thanks for your time and reply to my post.

Edited by user Wednesday, October 29, 2008 3:20:15 AM(UTC)  | Reason: Not specified

Dmitry  
#7 Posted : Thursday, October 23, 2008 2:00:25 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Thank you for the console.

I see that you add TheCwb cookie via ImageUploader.addCookie method. Please, confirm that you have forms authentication enabled on your site.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
skystar  
#8 Posted : Friday, October 24, 2008 3:43:22 AM(UTC)
skystar

Rank: Newbie

Groups: Member
Joined: 10/21/2008(UTC)
Posts: 4

Dmitry wrote:
Hello,I see that you add TheCwb cookie via ImageUploader.addCookie method. Please, confirm that you have forms authentication enabled on your site.


Thanks, for your reply.

Yes, it is enable on our site.

One more thing, I also try my code without calling ImageUploader.addCookie method.

Thanks again.
Dmitry  
#9 Posted : Sunday, October 26, 2008 7:11:09 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Usually forms authentication cookie is labeled .ASPXAUTH, session cookie - ASPNET_SessionId in ASP.NET. Have you changed cookie name to TheCwb?

Could you give me access to your site to test it? You can do it via PM or new case if you do not want to post it here in the forum.

Edited by user Sunday, October 26, 2008 7:11:50 PM(UTC)  | Reason: Not specified

Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
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.