Export to GitHub

jwatch - issue #4

cannot deploy on glassfish


Posted on Dec 28, 2011 by Happy Bird

What steps will reproduce the problem? 1.install glassfish 2.deploy jwatch

What is the expected output? What do you see instead? Error occurred during deployment: Exception while deploying the app [jwatch] : org.xml.sax.SAXParseException: cvc-complex-type.2.4.d: Invalid content was found starting with element 'description'. No child element is expected at this point.. Please see server.log for more details.

What version of the product are you using? On what operating system? Glassfish 3.1.1, Windows 7(64bit)

What browser/version are you using? chrome 16

Please provide any additional information below.

Attachments

Comment #1

Posted on Jan 29, 2013 by Helpful Ox

It has been solved. Just put the description at first place as below on WEB-INF/web.xsml :

<context-param>
<description>How many job execution events to keep in the queue.</description>
    <param-name>maxevents</param-name>
    <param-value>1000</param-value>
</context-param>

Status: New

Labels:
Type-Defect Priority-Medium