Customer Service | Training | Contact Us
You are here: Home > User Forums > arcims product discussion conference > Thread Replies

ArcIMS Product Discussion Conference

ArcIMS: HTML Viewer forum

Form for posting request not found. Unable...   Jas Dhudwal Oct 28, 2002
Re: Form for posting request not found. Una...   Fonda Chang Oct 29, 2002
Re: Form for posting request not found. Una...   Jas Dhudwal Nov 06, 2002
Re: Form for posting request not found. Una...   Andrew Putnam Dec 05, 2002
Re: Form for posting request not found. Una...   Chad Hubich Jan 21, 2003
Re: Form for posting request not found. Una...   Chad Hubich Jan 23, 2003
Re: Form for posting request not found. Una...   Jas Dhudwal Jan 27, 2003
Re: Form for posting request not found. Una...   Sharon Hubbell Sep 24, 2003
Report Inappropriate Content • Top • Print • Reply    
Subject Form for posting request not found. Unable to communicate with server. 
Author Jas Dhudwal 
Date Oct 28, 2002 
Message We recently deployed an Internet ArcIMS mapping application http://www.city.burnaby.bc.ca/burnabymap/. There is one client that is unable to access our site - keeps getting "Form for posting request not found. Unable to communicate with server".

We are using ArcIMS3.1 on W2K, IIS, SDE, and an HTML viewer. Does anyone have more information on this message? 
  Jas Dhudwal
City of Burnaby
jas.dhudwal@city.burnaby.bc.ca 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Form for posting request not found. Unable to communicate with server. 
Author Fonda Chang 
Date Oct 29, 2002 
Message I tried your site but I got an "unterminated string constant" error in your aimsCommon.js. You are missing some double-quotes. I don't know if this is related to the problem for the one client but you need to fix it before any one can hit your site.

sometimes you don't have problem on your browser because you have cached the old javascript file. If you clear out your cache, you should experience the same problem. 
 
function untag(inputString) {
	var outString = inputString.replace(/</g,"?);
	outString = outString.replace(/>/g, "?);
	return outString;
}

// it should look like this
function untag(inputString) {
	var outString = inputString.replace(/</g,"[");
	outString = outString.replace(/>/g, "]");
	return outString;
}
 
  Fonda Chang (Psomas)
http://www.psomas.com 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Form for posting request not found. Unable to communicate with server. 
Author Jas Dhudwal 
Date Nov 06, 2002 
Message I had a look at the aimsCommon.js file and the untag code looks fine. See code attached. If you are still getting the error message would you please email the screen dump. No other client has reported this error but I'd like to resolve it.

Thanks,

Jas Dhudwal
City of Burnaby
jas.dhudwal@city.burnaby.bc.ca 
 
// replace < and > in string with « and » to allow display in html page
function untag(inputString) {
	var outString = inputString.replace(/</g,"«");
	outString = outString.replace(/>/g, "»");
	return outString;
}
 
  Jas Dhudwal
City of Burnaby
jas.dhudwal@city.burnaby.bc.ca 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Form for posting request not found. Unable to communicate with server. 
Author Andrew Putnam 
Date Dec 05, 2002 
Message Jas,

Did you ever find a solution to the first problem? We have a simalar situation, but everyone at one facility gets the error. We are thinking that it has something to do with their firewall, but are having a difficult time tracking it down. Orginially, the users was getting the error message after doing a couple of functions on the page.

We are currently set up with
ArcIMS 4.0, Tomcat, HTML Viewer on IIS. Any thoughts would be helpfull. The application started out in 3.0, was migrated to 3.1, and is now in 4.0.

Thanks,

Andy
Colorado Dept. of Public Health and Environment 
  Andrew Putnam
Colorado Department of Public Heatlh and Enviroment 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Form for posting request not found. Unable to communicate with server. 
Author Chad Hubich 
Date Jan 21, 2003 
Message Is the client that is unable to access your site behind a Novell BorderManager? 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Form for posting request not found. Unable to communicate with server. 
Author Chad Hubich 
Date Jan 23, 2003 
Message Our site is using Novell BorderManager 3.6 proxy server. I cound not access your map services. The "Layer List" would not appear and the map frame was blank. Pressing the "Refresh the Map" button would often result in "Form for posting request not found. Unable to communicate with server"

In BorderManager I made the following change to the PROXY.CFG file and now all is working fine:

[Extra Configuration]
PassContentLength=0 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Form for posting request not found. Unable to communicate with server. 
Author Jas Dhudwal 
Date Jan 27, 2003 
Message Thanks Chad,

Your suggestion has solved our problem.


 
  Jas Dhudwal
City of Burnaby
jas.dhudwal@city.burnaby.bc.ca 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Form for posting request not found. Unable to communicate with server. 
Author Sharon Hubbell 
Date Sep 24, 2003 
Message Dear Chad,

I am running into the same error message:
Form for posting rewuest not found. Unable to Communicate with Server.

I am using Border Manger 3.5 Enterprise Edition. After making the modifications you posted I have noticed no change. The error is still occurring.
Any other suggestions would be greatly appreciated.

Thanks for any and all insight!
Sharon