Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

getting blank page while running jspx page but resource not found is showing in logs

Animesh RoyMar 18 2025 — edited Mar 18 2025

I am using jdeveloper 12.2.14 version.

While running my page I get the below error

Target URL -- http://localhost:7101/TimeCardUploadForm-TimeCardViewController-context-root/faces/TimeCardUploadAppIndex
<org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl> <ViewHandlerImpl> <_isTimestampCheckEnabled> <Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml>
<18 Mar, 2025 3:41:50,309 PM IST> <Warning> <Socket> <BEA-000449> <Closing the socket, as no data read from it on 127.0.0.1:63,003 during the configured idle timeout of 5 seconds.>
<18 Mar, 2025 3:41:50,314 PM IST> <Warning> <Socket> <BEA-000449> <Closing the socket, as no data read from it on 127.0.0.1:63,004 during the configured idle timeout of 5 seconds.>
<oracle.adf.controller> <ManagedBeanFactory> <warnIfNotSerializable> <ADFc: Managed bean JWTConfigBean, implemented by view.bean.JWTConfigBean, defined in /WEB-INF/taskflow/JWTValidationTF.xml in file:/C:/Users/ADMIN/AppData/Roaming/JDeveloper/system12.2.1.4.42.190911.2248/o.j2ee/drs/TimeCardUploadForm/TimeCardViewControllerWebApp.war/WEB-INF/taskflow/JWTValidationTF.xml, does not implement Serializable and will be placed in session scope, which might be serialized.>
<18 Mar, 2025 3:41:52,196 PM IST> <Error> <HTTP> <BEA-101214> <Included resource or file "/TimeCardUploadForm-TimeCardViewController-context-root/oracle/ui/pattern/dynamicShell/dynamicTabShell.jspx" not found from requested resource "/TimeCardUploadForm-TimeCardViewController-context-root/TimeCardUploadAppIndex.jspx".>

Any idea ? why I am getting this error?

Thanks,

Animesh

Comments
Post Details
Added on Mar 18 2025
5 comments
604 views