Telerik Forums
UI for JSP Forum
0 answers
74 views

Symptoms

Loading kendo.all.min.js file in IE 8 results in multiple JavaScript errors.

Typically the error message will be "Object doesn't support this property or method" and will be caused by a call to mapforEach or bind.

Root Cause

The errors are due to the inclusion of the Kendo UI Spreadsheet​ which requires IE9 and later.

It was nevertheless bundled in kendo.all without the necessary run-time checks.

Mitigation

  • Use a custom bundle that does not include the Spreadsheet widget
  • Load an ES5 Polyfill, for example es5-shim, before kendo.all.min.js:

 

 

Solution

A permanent fix will be included in the next internal build, version 2015.3.1002, due for release on 2 Oct 2015.

Future Service Packs and official releases will be free of this defect as well.

 

Apologies for the caused inconvenience.​

Kendo UI
Top achievements
Rank 1
 asked on 01 Oct 2015
0 answers
58 views
Hi,

I am using the latest Kendo UI Complete for JSP trail version.  It works fine if I use the “localhost” URL. In case, if we use system name instead of the “localhost” in the URL, Kendo components are flying down in the browser and creating a scroll bar.  Could you please let me know what is the issue here?

I have attached the screen shot for your reference.

Thanks,
Wilson J
Wilson
Top achievements
Rank 1
 asked on 20 Jun 2013
0 answers
179 views
I am trying to include the spring-demo JSP project to Eclipse Juno EE. 

After following the tutorial shown here http://docs.kendoui.com/getting-started/using-kendo-with/jsp/introduction, I was successfully able to import the project with no errors or what so ever but when I try to run the project on tomcat server, I get the following error when publishing:



Publishing failed with multiple errors
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-webmvc\3.1.0.RELEASE\spring-webmvc-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-webmvc\3.1.0.RELEASE\spring-webmvc-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-asm\3.1.0.RELEASE\spring-asm-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-asm\3.1.0.RELEASE\spring-asm-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-beans\3.1.0.RELEASE\spring-beans-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-beans\3.1.0.RELEASE\spring-beans-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-context\3.1.0.RELEASE\spring-context-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-context\3.1.0.RELEASE\spring-context-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-aop\3.1.0.RELEASE\spring-aop-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-aop\3.1.0.RELEASE\spring-aop-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-context-support\3.1.0.RELEASE\spring-context-support-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-context-support\3.1.0.RELEASE\spring-context-support-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-core\3.1.0.RELEASE\spring-core-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-core\3.1.0.RELEASE\spring-core-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar
C:\Documents and Settings\Nexol\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-expression\3.1.0.RELEASE\spring-expression-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-expression\3.1.0.RELEASE\spring-expression-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-web\3.1.0.RELEASE\spring-web-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-web\3.1.0.RELEASE\spring-web-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar
C:\Documents and Settings\Nexol\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-orm\3.1.0.RELEASE\spring-orm-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-orm\3.1.0.RELEASE\spring-orm-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-jdbc\3.1.0.RELEASE\spring-jdbc-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-jdbc\3.1.0.RELEASE\spring-jdbc-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-tx\3.1.0.RELEASE\spring-tx-3.1.0.RELEASE.jar
C:\Documents and Settings\Nexol\.m2\repository\org\springframework\spring-tx\3.1.0.RELEASE\spring-tx-3.1.0.RELEASE.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\hibernate\hibernate-core\4.1.7.Final\hibernate-core-4.1.7.Final.jar
C:\Documents and Settings\Nexol\.m2\repository\org\hibernate\hibernate-core\4.1.7.Final\hibernate-core-4.1.7.Final.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\antlr\antlr\2.7.7\antlr-2.7.7.jar
C:\Documents and Settings\Nexol\.m2\repository\antlr\antlr\2.7.7\antlr-2.7.7.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\jboss\logging\jboss-logging\3.1.0.GA\jboss-logging-3.1.0.GA.jar
C:\Documents and Settings\Nexol\.m2\repository\org\jboss\logging\jboss-logging\3.1.0.GA\jboss-logging-3.1.0.GA.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\jboss\spec\javax\transaction\jboss-transaction-api_1.1_spec\1.0.0.Final\jboss-transaction-api_1.1_spec-1.0.0.Final.jar
C:\Documents and Settings\Nexol\.m2\repository\org\jboss\spec\javax\transaction\jboss-transaction-api_1.1_spec\1.0.0.Final\jboss-transaction-api_1.1_spec-1.0.0.Final.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar
C:\Documents and Settings\Nexol\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\hibernate\javax\persistence\hibernate-jpa-2.0-api\1.0.1.Final\hibernate-jpa-2.0-api-1.0.1.Final.jar
C:\Documents and Settings\Nexol\.m2\repository\org\hibernate\javax\persistence\hibernate-jpa-2.0-api\1.0.1.Final\hibernate-jpa-2.0-api-1.0.1.Final.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\javassist\javassist\3.15.0-GA\javassist-3.15.0-GA.jar
C:\Documents and Settings\Nexol\.m2\repository\org\javassist\javassist\3.15.0-GA\javassist-3.15.0-GA.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\hibernate\common\hibernate-commons-annotations\4.0.1.Final\hibernate-commons-annotations-4.0.1.Final.jar
C:\Documents and Settings\Nexol\.m2\repository\org\hibernate\common\hibernate-commons-annotations\4.0.1.Final\hibernate-commons-annotations-4.0.1.Final.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\xerial\sqlite-jdbc\3.7.2\sqlite-jdbc-3.7.2.jar
C:\Documents and Settings\Nexol\.m2\repository\org\xerial\sqlite-jdbc\3.7.2\sqlite-jdbc-3.7.2.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\javax\transaction\jta\1.1\jta-1.1.jar
C:\Documents and Settings\Nexol\.m2\repository\javax\transaction\jta\1.1\jta-1.1.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\commons-dbcp\commons-dbcp\20030825.184428\commons-dbcp-20030825.184428.jar
C:\Documents and Settings\Nexol\.m2\repository\commons-dbcp\commons-dbcp\20030825.184428\commons-dbcp-20030825.184428.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\commons-pool\commons-pool\20030825.183949\commons-pool-20030825.183949.jar
C:\Documents and Settings\Nexol\.m2\repository\commons-pool\commons-pool\20030825.183949\commons-pool-20030825.183949.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\commons-collections\commons-collections\20040616\commons-collections-20040616.jar
C:\Documents and Settings\Nexol\.m2\repository\commons-collections\commons-collections\20040616\commons-collections-20040616.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\commons-fileupload\commons-fileupload\1.2.2\commons-fileupload-1.2.2.jar
C:\Documents and Settings\Nexol\.m2\repository\commons-fileupload\commons-fileupload\1.2.2\commons-fileupload-1.2.2.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\commons-io\commons-io\1.3.2\commons-io-1.3.2.jar
C:\Documents and Settings\Nexol\.m2\repository\commons-io\commons-io\1.3.2\commons-io-1.3.2.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.9\jackson-mapper-asl-1.9.9.jar
C:\Documents and Settings\Nexol\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.9\jackson-mapper-asl-1.9.9.jar (File not found)
Error reading file C:\Documents and Settings\Nexol\.m2\repository\jstl\jstl\1.2\jstl-1.2.jar
C:\Documents and Settings\Nexol\.m2\repository\jstl\jstl\1.2\jstl-1.2.jar (File not found)


Does this indicate I need to install all the necessary dependencies, such as spring framework manually before running this demo project? 
Tstzxrq1
Top achievements
Rank 1
 asked on 14 Mar 2013
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?