I am using ivy both 6.0 and 6.2, and I have a lot of error trace java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config I think it's because of missing jstl jar file in ivy engine. Is there any solution for that?

asked 27.09.2016 at 14:21

hungnam's gravatar image

hungnam
(suspended)
accept rate: 0%


This error could arise if your webapp defines an error page which does not exist. If the configured error page can not be resolved, the webserver tries to display some legacy jsp error page which can fail with this error. Did you forget to migrate the content of the webapps directory? See http://developer.axonivy.com/doc/latest/EngineGuideHtml/configuration.html#configuration-errorhandling-customized

Furthermore we've changed that JSTL is in the web-inf/lib dir. But that should not affect you: http://developer.axonivy.com/doc/latest/doc/migrationNotes/MigrationNotesEngine.html#taglib

If these hints do not help you. Analyze the log output of the engine - may be this is only a follow up problem which obfuscates the root cause.

link

answered 27.09.2016 at 16:43

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 27.09.2016 at 16:46

Error page is not the problem. I didn't have it in my project

(28.09.2016 at 08:38) hungnam hungnam's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×79

Asked: 27.09.2016 at 14:21

Seen: 2,093 times

Last updated: 28.09.2016 at 08:52