We can see following error from SystemOut.log:
D:\IBM\WebSphere\wp_profile\temp\wpnode1\WebSphere_Portal\Ephox-EditLive\editor-editlive.war\jsp\html\_EditLiveJavaEditor.java : 100 : The method apply(Cookie) of type new F<Cookie,String>(){} must override a superclass method
D:\IBM\WebSphere\wp_profile\temp\wpnode1\WebSphere_Portal\EphoxTextboxio\editor-textboxio.war\jsp\html\_Textboxio.java : 100 : The method apply(Cookie) of type new F<Cookie,String>(){} must override a superclass method
The cause of the problem is that customer set a global jsp compile parameter com.ibm.ws.jsp.jdkSourceLevel in WAS to the value of 15, the code in textbox.io need the jdk in 1.6.
Answer by George Huang (691) | Oct 11, 2017 at 03:42 AM
You can use following steps to change the custom properties:
1. Go to WAS admin console
2. Go to Servers - WebSphere Application Server
3. Select WebSphere_Portal
4. On the right side, select Web Container Settings and then Web Container, then select Custom Properties.
5. remove the item com.ibm.ws.jsp.jdkSourceLevel, save and restart your Portal server.
Is there a possibility of inserting a button that changes the line spacing of a text ? 1 Answer
How can I customize the Textbox.io styles dropdown? 1 Answer
How to customize textbox.io for IBM WCM ? 1 Answer
Why the textbox.io editor of WCM 8.5 - CF11 does not support to use Authoring templates ? 1 Answer
How to add a new supported locale / language to Portal 2 Answers