Results 1 to 6 of 6
- 02-16-2011, 05:08 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
Possible solution found, RE: Java JRE 6 Update 21 - 22 RS Problem
Our company has been having the same problem as was originally described in the thread called:
Java JRE 6 Update 21 - 22 RS Problem
Today I believe I found a solution and wanted to put this out here in case it would help others.
Create a file called crossdomain.xml in the root directory of the website that is broken.
Here's a site that explains how to create one of those and what to put in it:
CurtisMorley.com » Flash / Flex Tutorial – How to Create a crossdomain.xml file.
I created that file for our website and now remote scripting is back to working, even with JRE 6 Update 23.
HTH,
Jan
- 02-16-2011, 05:30 PM #2
This is the actual link to the original thread:- Java JRE 6 Update 21 - 22 RS Problem
But that thread has been closed.
GoldestJava Is A Funny Language... Really!.gif)
Click on * and add to member reputation, if you find their advices/solutions effective.
- 02-16-2011, 06:20 PM #3
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
I would have posted the solution on the original thread except for the closed status there. No solution was ever found as of the last post on that thread on 1/28.
Jan
- 02-21-2011, 02:33 PM #4
Member
- Join Date
- Jan 2011
- Posts
- 10
- Rep Power
- 0
oh thanks for this, I will try this asap, i was bumbed the thread got closed and so called moved, but couldn't find where it was moved to. Now I found your post. I'll let you know if it worked!
thanks in advance!
- 02-22-2011, 12:03 PM #5
Member
- Join Date
- Jan 2011
- Posts
- 10
- Rep Power
- 0
sadly this doesn't seem to change a thing...
- 02-23-2011, 09:14 PM #6
Member
- Join Date
- Jan 2011
- Posts
- 10
- Rep Power
- 0
Ok, I managed to get it working with above suggestion and others aswell.
The problem is quite simple now that I found it. Since Java 6u22 the java checks the reverse dns from the !Ip! that called the action and compares it with the actual domain.
So if your reverse lookup for the ip is different from the domainname this will not work.
Try to test this with: nslookup ip , and if the resultstring is different from your actual domain you found the problem. You can fix this by adding a line in the hosts file.
like this:
127.0.0.1 www.domain.com
or put it in your actual dns controller if you have access to it, this can cause double ptr records which is not good...
the third solution is the above, making a crossdomain.xml file and add it to the root of your IP! not of the domain... if you have several domains on the same server make sure you check it.
position should be http://X.X.X.X/crossdomain.xml .
this will only work if you use ALL permissions of, so allow * ..
good luck :) glad I finally got this working...
Similar Threads
-
Java JRE 6 Update 21 - 22 RS Problem
By woony in forum New To JavaReplies: 1Last Post: 01-31-2011, 10:08 AM -
Java JRE 6 Update 21 - 22 RS Problem
By mrman912 in forum New To JavaReplies: 33Last Post: 01-28-2011, 08:19 PM -
Need smart solution on java game lag problem..
By Addez in forum New To JavaReplies: 0Last Post: 11-13-2009, 12:48 PM -
Ajax's confusion code problem perfect solution
By chinafhf in forum Web FrameworksReplies: 0Last Post: 03-16-2009, 01:56 PM -
hi iam new to this iam doing project , and had this problem pls give solution
By srikanthkgm in forum NetBeansReplies: 0Last Post: 02-24-2009, 02:40 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks