You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Original issue reported on code.google.com by [email protected] on 28 Dec 2011 at 1:27
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>
Original issue reported on code.google.com by
[email protected]
on 28 Dec 2011 at 1:27Attachments:
The text was updated successfully, but these errors were encountered: