Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot deploy on glassfish #4

Open
GoogleCodeExporter opened this issue Apr 1, 2015 · 1 comment
Open

cannot deploy on glassfish #4

GoogleCodeExporter opened this issue Apr 1, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 29 Jan 2013 at 12:58

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant