Support Forums

I upgraded OS to 20…
 
Notifications
Clear all

I upgraded OS to 2012 R2 and getting this error on CP

17 Posts
2 Users
0 Likes
2,082 Views
0
Topic starter

Server Error in ‘/CloudPanel’ Application.


Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a “web.config” configuration file located in the root directory of the current web application. This <customErrors> tag should then have its “mode” attribute set to “Off”.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the “defaultRedirect” attribute of the application’s <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

 

Jacob Dixon 2019-05-16 10:52

What version of CloudPanel are you running? Also if you go to the site from the server CloudPanel is installed on, it will show the actual error and not hide it

9 Answers
0
Topic starter

Got it working after upgrading to a lower version then going to the latest. Was able to install .net but still pulled up the web installer from CP install. Scheduler service won’t start however valid account configured.

Jacob Dixon 2019-05-16 12:53

Looked to be related to .NET 4.0 since upgrading on the last issue. The service not starting should have something in the log files. I would need some more information from the log files or a description on what exactly is happening when you try to start the service (I.E. something from the event viewer)

0
Topic starter

Getting this on the server:

Server Error in ‘/CloudPanel’ Application.

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The ‘targetFramework’ attribute in the <compilation> element of the Web.config file is used only to target version 4.0 and later of the .NET Framework (for example, ‘<compilation targetFramework=”4.0″>’). The ‘targetFramework’ attribute currently references a version that is later than the installed version of the .NET Framework. Specify a valid target version of the .NET Framework, or install the required version of the .NET Framework.

Source Error:

 

Line 10: </configSections>
Line 11: <system.web>
Line 12: <compilation targetFramework=”4.6.2″>
Line 13: <buildProviders>
Line 14: <add extension=”.cshtml” type=”Nancy.ViewEngines.Razor.BuildProviders.NancyCSharpRazorBuildProvider, Nancy.ViewEngines.Razor.BuildProviders” />

Source File: C:\Program Files (x86)\Know More IT\CloudPanel\web.config Line: 12

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34009

 

Getting error while trying to install newer version on .net. 

Blocking Issues:

The <A HREF=”http://go.microsoft.com/fwlink/?LinkId=403643&clcid=[[clcid]]”>update corresponding to KB2919355</A> needs to be installed before you can install this product on Windows 8.1 or Windows Server 2012 R2.

 

Don’t know how to find out which version I am running. Fairly old

0
Topic starter

Error
A parameter cannot be found that matches parameter name ‘OWAforDevicesEnabled’.

When adding new users…

Jacob Dixon 2019-05-16 13:33

Sounds like your CloudPanel version and Scheduler may not be the same version. Since you recently upgraded from an older version, please go to the settings in CloudPanel and resave the settings. Also go to your mailbox plans and resave all your mailbox plans. The option for “OWAForDevicesEnabled” was added in a newer version from what you were on.

0
Topic starter

It seemed to work when I saved the plan. under view databases nothing shows up.

0
Topic starter

Error
A parameter cannot be found that matches parameter name ‘IncludePreExchange2013’.

Jacob Dixon 2019-05-16 13:54

What version of Exchange do you have and what version of Exchange do you have set in CloudPanel settings?

0
Topic starter

exchange 2010. Currently adding a 2016 server but the only current database in on 2010

Jacob Dixon 2019-05-16 13:58

You have to make sure it is set to 2010 in the CloudPanel settings if it is pointing to a 2010 server.

0
Topic starter

ah ok got it. What do you set it at when you have a coexistence?

Jacob Dixon 2019-05-16 14:03

In co-existence you point it to the newest server and set it to the version the newest server is using?

0
Topic starter

Ok thanks for your help. Old branding seems to be gone. I see it in the settings. How do I revert it to old. On the server localhost is fine but outside uses FQN and not working

Jacob Dixon 2019-05-16 14:15

The branding does’t get removed and it goes off the FQDN that was entered. Since it was an upgrade you may want to try to recycle the application pool for CloudPanel and see if it loads.

0
Topic starter

That did not work. How do I set up a default branding for localhost and FQDN?

Jacob Dixon 2019-05-16 14:31

You would create two, one for each FQDN

Share: