Attempting to install the DEMO database of 2022.2 on a Windows Server 2022 server. Vanilla install, self-sign cert for now.
Upon first connection to the app server, I get:
Ice.Api.Exceptions.UnknownRestException: HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
at Ice.Cloud.ProxyBase`1.CallWithCommunicationFailureRetry(String methodName, ProxyValuesIn valuesIn, ProxyValuesOut valuesOut, RestRpcValueSerializer serializer)
at Ice.Cloud.ProxyBase`1.CallWithMultistepBpmHandling(String methodName, ProxyValuesIn valuesIn, ProxyValuesOut valuesOut, Boolean useSparseCopy)
at Ice.Cloud.ProxyBase`1.Call(String methodName, ProxyValuesIn valuesIn, ProxyValuesOut valuesOut, Boolean useSparseCopy)
at Ice.Proxy.BO.UserFileImpl.IsPasswordExpired(String userID, Int32& graceCount)
at Epicor.Mfg.Administration.ServerManagement.ApplicationServerManager.Forms.NewSessionForm.BackgroundWorker_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Default bindings:
Rebooted the server. Same.
Error message not found in EpicCare
Anyone successfully get Kinetic running on WS 2022?
I’ve seen this error here for previous versions but no solutions.
I’ve found, more often than not, that a full reboot cures the IIS related stuff. A basic IIS restart or IISRESET isn’t enough sometimes.
And I would double check that the Windows Defender/Firewall/whatever it’s called now is turned off or has the appropriate rules turned on or created.
Have you also tried to Deploy the Appserver again? I got this response from support often as well.
Inside the Appserver Config window, the Actions menu has a Rebuild Site option - this may work too.
In the EAC, highlight & connect to the appserver - The actions menu on the right side has an option for Reinstalling the App Server manager extension
Reinstall Application Server Manager Extensions
You use the Reinstall Application Server Manager Extensions features to download and reinstall an extension required for an application server currently in use.
You can add application servers from different versions to each Epicor server. To accommodate these different application server versions, the Epicor Administration Console must install application server extensions that allow these versions to run. If different versions are required, these application server extensions are downloaded during the Epicor Administration Console installation. While this program installs, it adds the application server extension that matches the version each application server uses.
However you may later register an application server that uses a version you did not install originally with the Epicor Administration Console. This situation can occur when you update the Kinetic application and you need to connect to multiple application servers. Because these application servers were installed using an older extension, not all functions will work as expected in the Epicor Administration Console.
When this situation occurs, run the Reinstall Application Server Manager Extensions feature. the Epicor Administration Console will detect which application server extension is needed for the current application server and install it if possible. You then can run the application server as expected.
And there’s the rub. This is a fresh install (well, installs…from scratch…including OS a couple of times) and have not been able to connect to the AppServer once.
I’ve done this many, many times before and just wondering if I should try WS 2019…
Mark, I’m on Kinetic 2022.2 on a Windows 2022 box…
Initially I did have a bunch of trouble while trying to deploy the Demo database. It ended up being the Admin Console’s xml config files in ProgramData directory… they got all messed up somehow. I did some manual editing of them and it cleared everything up for me.
It was a while ago but I believe one of the things I changed was the AppServerName. I had named it KineticDemo during deployment but I think it was showing as Kinetic2022_2 in the xml
I tried an install on Server 2019. Same thing. So, this has to be me, right?
@ERPSysAdmin gave me some links to try and that led me down the rabbit hole to a post about the Hosting Bundle for .NET 6. I did have it installed in both Server 2019 and Server 2022.
So, I did a repair for the Hosting Bundle in WS 2019.
Boom! Started right up.
Did a repair for the Hosting Bundle in WS 2022. Boom!
Leaving this out there in case others might need it. Thanks everyone!
For me I had to do both the Hosting Bundle and the SDK as well. This is a development server, and I think installing Visual Studio kinda messed things up. After repairing both items, it starts right up.
I think when I was setting up our new production server I came across this. I think if you switch the order of installation where Hosting is done second this doesn’t happen.