We just switched to Server 10.3 from 10.2, does the app not work with 10.3?
http://gis.ashland.or.us/ashlandparksandrec/
It was working yesterday (we switched last night). I don't see any error and the services seem to be all working.
Any help would be appreciated.
Solved! Go to Solution.
I think the answer is that we did not cache a basemap.
Here is a screenshot in Google Chrome using Developer Tools (F12) set to Console:
There is an Uncaught TypeError: Cannot read property 'getWidth' of undefined
Would this error stop the page from loading? I have not done anything but copy code over, I would not think that would change the app unless it is a 10.3 thing.
I don't know if this error would stop the page from loading, as I was just reporting the error from Developer Tools.
Can you test reverting back to 10.2 AGS services?
Yes we got the 10.2 up and running. It now works because we are pointing to the old server. This makes me think that it is something we missed or that it is not compatible with 10.3.
I think the answer is that we did not cache a basemap.
Rickey:
I'm just curious if you use F12 Developer Tools on your app run against AGS v10.2, do you still get the error I pointed out to you? I'm just wondering if like you said this error has nothing to do with the true cause of why your app was not working against AGS v10.3 services.
Michael,
I do think I got the same error. I shut down the server already so I am not 100% sure. The app is now working so I would assume it has nothing to do with why it was not working.
Rickey:
I only bring that up because it is an instance where error logs are misleading and do not help you to track down the real issue that is causing the problem.
Did you ever look at your AGS logs to see if an error was being thrown there about the service that was incorrectly setup in 10.3?
Michael,
I did not think to look there! I will next time! The errors I was getting were 200 304 and 404.
I think I might have come the solution a little bit faster if I had looked sooner.