I'm using IIS 7 and have installed lucee. the default site works great, but a second site I have created throws this error:
Generic Connector Communication Error:
Please check and adjust your setup:Ensure that Tomcat is running on given host and port.If this is a timeout error consider adjusting IIS timeout by changing executionTimeout attribute in web.config (see manual).Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. at BonCodeAJP13.ServerPackets.BonCodeAJP13ForwardRequest.CheckHeaders(NameValueCollection httpHeaders)
at BonCodeAJP13.ServerPackets.BonCodeAJP13ForwardRequest.WritePacket(Byte method, String protocol, String req_uri, String remote_addr, String remote_host, String server_name, UInt16 server_port, Boolean is_ssl, Int32 num_headers, NameValueCollection httpHeaders, String realPathInfo, Int32 sourcePort, String vDirs)
at BonCodeAJP13.ServerPackets.BonCodeAJP13ForwardRequest.WritePacket(NameValueCollection httpHeaders, String pathInfo, Int32 sourcePort, String vDirs)
at BonCodeIIS.BonCodeCallHandler.ProcessRequest(HttpContext context)
I've tried reinstalling lucee, and checked log files. the request that generates the above error never seems to generate anything in the boncode log file, or the tomcat log files.
This error was different before I enabled logging in the boncode connector.
does anyone have any insight on this particular issue?
It is a real barrier for use as i can only seem to get one site working on the server I want to use this on.
Its even more odd that it works on one site and not the other - though I do have the boncode connector installed globally.
I'm running windows server 2008 r2 on iis 7.5.
Dan