After deployment of my MVC project into IIS error appears in Telerik.grid.min.js and Telerik.calender.min.js but in my local host it is working fine - telerik

I am using visual studio 2012.My MVC application is running fine. But I publish the project and host into IIS in another server it is generating error in browser console that
Uncaught TypeError: c(...).tScrollable is not a function
at new g.grid (VM625 telerik.grid.min.js:1)
at Object.init (VM625 telerik.grid.min.js:1)
at HTMLDivElement.<anonymous> (VM623 telerik.common.min.js:1)
at Function.each (VM567 jquery-1.7.1.min.js:3)
at init.each (VM567 jquery-1.7.1.min.js:3)
at Object.create (VM623 telerik.common.min.js:1)
at init.c.fn.tGrid (VM625 telerik.grid.min.js:1)
at HTMLDocument.<anonymous> (DepartmentList:379)
at n (VM567 jquery-1.7.1.min.js:3)
at Object.fireWith (VM567 jquery-1.7.1.min.js:3)
But this error does not appear in my local host.
Is any extra performance has to do with the telerik.grid.min.js and telerik.calender.min.js file.
Please suggest me .
Thanks

Related

can't open pom.xml and application.properties in eclipse

I create a simple login program,
but when I tried to open application.properties to initialize the data base it won't,
and I found this error
"An error has occurred. See error log for more details.
Cannot invoke "org.eclipse.e4.core.contexts.IEclipseContext.activate()" because the return value of "org.eclipse.e4.ui.model.application.ui.basic.MPart.getContext()" is nullé
I installed some snapshots files but it doesn't work
and also I tried to write into the file directly from the notepad but also not working
this is the result when I try to open it enter image description here
I was too facing similar issue. Closing and opening the Eclipse again resolved my issue. My Eclipse version was
Version: 2022-09 (4.25.0)
Build id: 20220908-1902
Probably, try restarting the Eclipse by closing all the processes and applications related to Eclipse.
This was my error:
An error has occurred. See error log for more details.
Cannot invoke "org.eclipse.e4.core.contexts.IEclipseContext.activate()" because the return value of "org.eclipse.e4.ui.model.application.ui.basic.MPart.getContext()" is null

REP-52266: The in-process Reports Server rep_daniyal_tariq failed to start.oracle.reports.RWException

My Oracle Reports server 10g wasn't working properly while interacting through Oracle Forms 10g with following error:
REP-52266: The in-process Reports Server rep_user failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
Then I got to know about below solution from stack-overflow
Search the file rwnetwork.conf
Change the lines
From
<multicast channel="228.5.6.7" port="14021" timeout="1000" retry="5"/>
<!--namingService name="Cos" host="127.0.0.1" port="14021"/-->
To
<!--multicast channel="228.5.6.7" port="14021" timeout="1000" retry="5"/-->
<namingService name="Cos" host="127.0.0.1" port="14021"/>
Start thenamingservice : namingservice 14021
After trying all three steps successfully now I am in trouble with following error:
REP-52266: The in-process Reports Server rep_user failed to start.oracle.reports.RWException:
IDL:oracle/reports/RWException:1.0
I have found the solution for
REP-52266: The in-process Reports Server rep_user failed to
start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
simply restart you Server and make sure your OC4J is not start yet
(if you have your OC4J on startup then first stop that then restart
your server)
now before you open any thing go to
C:\DevSuiteHome_1\reports\server\
Now delete the file placed here "your_server_name.DAT" File
After this now start your services of OC4J and run the Report
Hope it will work for you too
Thanks!
Daniyal Tariq

System.Net.Http.HttpRequestException exception will running th xamarin UI Test on Physical Device

I have created a simple Xamarin.Forms(Portable) project and included UI Test project in it. But when i am trying to run the test in physical device it giving me below mentioned exception.
Test Name: AppLaunches
Test Outcome: Failed
Result Message:
SetUp : System.Net.Http.HttpRequestException : An error occurred while sending the request.
----> System.Net.WebException : The underlying connection was closed: The connection was closed unexpectedly.
Result StandardOutput: Full log file: C:\Users\Admin\AppData\Local\Temp\uitest\log-2016-10-22_11-04-53-698.txt
Skipping IDE integration as important properties are configured. To force IDE integration, add .PreferIdeSettings() to ConfigureApp.
Android test running Xamarin.UITest version: 2.0.0.1534
Initializing Android app on device ZX1D63GCCL with installed app: co.veloxcore.UITestSample2
Signing apk with Xamarin keystore.
Skipping installation: Already installed.
Here is the link to my project: XamarinUITest
Log File : Error Log
Are you using using ModernHttpClient?
Also you can use Polly if you want to handle network exceptions.
For example:
conferences = await Policy
.Handle<WebException>()
.WaitAndRetry
(
retryCount:5,
sleepDurationProvider: retryAttempt => TimeSpan.FromSeconds(Math.Pow(2, retryAttempt))
)
.ExecuteAsync(async () => await getConferencesTask);
Also AsyncErrorHandler is great tool to handle async exceptions

Deployment error: windows.licensing failed to start WSService

I get the following error when I try to deploy a windows store app:
Error : DEP0700 : Registration of the app failed. error 0xC0020017:
windows.licensing failed to start WSService while installing
My developer license is valid. I changed the package name, still the error persists.
This problem occurs with old and completely new projects.
Does anyone have an idea how to solve this?
Registration of app failed error usually occurs when you try to re-deploy an app with the same package ID from visual studio if it is already installed by a different user.
Solution is to change the Package Identity
Open the manifest
Go to the package tab
Modify the identity

Failed opening required 'Smarty_Internal_TemplateCompilerBase.php'

I'm using smarty version 3.1.13;
My project works perfectly on the local server;
When I put my site on the server (www.1and1.com) appears the following error:
Fatal error: require_once():
Failed opening required 'Smarty_Internal_TemplateCompilerBase.php'
(include_path='/homepages/39/d441258317/htdocs/mtx/application:/
homepages/39/d441258317/htdocs/mtx/application/controllers:
/homepages/39/d441258317/htdocs/mtx/application/models:
/homepages/39/d441258317/htdocs/mtx/application/../library:
/homepages/39/d441258317/htdocs/mtx/application/../library/Smarty
/sysplugins:/homepages/39/d441258317/htdocs/mtx/application/../library
/Smarty/plugins:.:/usr/lib/php6') in /homepages/39/d441258317/htdocs/
mtx/index.php on line 28
I changed the permissions of the folder compile_c but nothing, still get an error
Appreciate your help
looks like a big problem but was not. When i created my folder in local server did i put "public" folder with "P" upercase. Because i have a linux server and linux it's case sensitive it not works. Just rename the folder from "Public" to "public" and it done!

Resources