Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Duplicate
-
Affects Version/s: 1.2 final
-
Fix Version/s: 1.2.1
-
Component/s: Configuration
-
Labels:None
-
Environment:Weblogic 9.2
Description
I am currently seeing the following problem when deploying a Grails 1.2.0 application to weblogic 9.2:
[HTTP:101064][WebAppModule(simple-app:simple-app.war)] Error parsing
descriptor in Web appplication
"C:\SrvApps\wlsdomains\wls920\INT-WLS920_01\.\applications\simple-app.war"
.
.
.
Bean already exists:
"weblogic.j2ee.descriptor.ErrorPageBeanImpl@fa126(/ErrorPages[500])"
This is new since 1.2.0 - 1.1.2 works fine.
I believe this is due to a duplicate <error-page> tag in the web.xml that Weblogic is fussier than Tomcat about.
Unfortunately, this part of the web.xml is not in the template, so there is no simple workaround at present using templates.
Issue Links
| This issue is duplicated by: | ||||
| GRAILS-5642 | Duplicate page mapping for error code 500 |
|
|
|
If this error you see is actually caused by the duplicate error-page element, than this issue is a duplicate of
GRAILS-5642GRAILS-5642