Internal Error Adding Page Parameters On Any Portal Page in WebCenter Portal
(Doc ID 2941071.1)
Last updated on AUGUST 05, 2024
Applies to:
Oracle WebCenter Portal - Version 12.2.1.4.221205 to 12.2.1.4.221205Information in this document applies to any platform.
Symptoms
Attempting to add page parameters on a portal page in WebCenter Portal fails with the following error:
ERROR
The WC_Portal-diagnostic.log shows the following error:
javax.el.ELException: /oracle/webcenter/navigationeditor/view/pagenavigationeditor.jsff @467,295 validator="#{pageFlowScope.pageNavigationEditorBean.validatePageParamName}": java.lang.NoClassDefFoundError: org/apache/axis2/databinding/types/NCName
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:111)
at javax.faces.validator.MethodExpressionValidator.validate(MethodExpressionValidator.java:106)
at org.apache.myfaces.trinidad.component.UIXEditableValue.validateValue(UIXEditableValue.java:464)
at org.apache.myfaces.trinidad.component.UIXEditableValue.validate(UIXEditableValue.java:215)
at org.apache.myfaces.trinidad.component.UIXEditableValue._executeValidate(UIXEditableValue.java:763)
at org.apache.myfaces.trinidad.component.UIXEditableValue.processValidators(UIXEditableValue.java:355)
...
Caused by: java.lang.NoClassDefFoundError: org/apache/axis2/databinding/types/NCName
at oracle.webcenter.navigationeditor.view.PageNavigationEditorBean.validatePageParamName(PageNavigationEditorBean.java:1972)
at sun.reflect.GeneratedMethodAccessor9811.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:181)
at com.sun.el.parser.AstValue.invoke(AstValue.java:289)
...
[<DATE-TIME>] [WC_Portal] [WARNING] [] [oracle.webcenter.webcenterapp.internal.view.backing.PublicPageBean] [tid: [ACTIVE].ExecuteThread: '38' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <USERID>] [ecid: <ECID>] [APP: webcenter] [partition-name: DOMAIN] [tenant-name: GLOBAL] [DSID: <DSID>] Internal Error (WCS#YYYY.MM.DD.HH.MI.S)
STEPS
The issue can be reproduced at will with the following steps:
- Edit a portal.
- Get the Page Information of a page.
- Click on the Parameters Tab.
- Add a name and a value for a parameter and click Add.
Here you will get "Internal Error (WCS#YYYY.MM.DD.HH.MI.SS)".
Changes
Applied the following patch:
Patch 34864694 : WebCenter Portal Bundle Patch 12.2.1.4.221205
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |