I am getting a this error in remoting
Status (object #2)
.....code: "Server.Processing"
.....description: (undefined)
.....details: ""
.....level: "error"
.....type: ""
.....rootcause (object #3)
..........code: (undefined)
..........description: (undefined)
..........details: ""
..........level: "error"
..........type: ""
I have coldfusion mx 7 running on windows server 2000
Every thing was working fine untill today.(about 2 weeks)
The weird thing is I am only getting this error for a couple of my sites. At
first I thought it was a problem with the AS2 Remoting, but the turned out not
to be the case, although the 2 sites having problems are running AS2 remoting,
and the rest of the sites(5 of them) are using AS1 remoting. There is one site
that uses AS2 Remoting that is working fine.
Any thoughts
Russ
jameslyon - 23 Sep 2005 18:27 GMT
Are there any other error messages in the netconnection debugger?
If not, could we see the call(s) you're making?
targetplanet - 23 Sep 2005 18:48 GMT
Yea I am a moron...
So the problem was in my Application file.
I started working on the admin section for the site, and put a script in the
App file that checks for a session var. If the var not there sends the user to
the login screen, so of course my cfc's were looking to that App file and being
sent to the login page. A great lesson in app development.
boy I feel dumb...
Thanks
Russ