The UIViewRoot is null ADF_FACE-30179

10,861

Solution 1

This Error occurs for at least 2 reasons.

  1. One or more errors about EL (Expresive language)
  2. Calling a page which no more exists
  3. A booken TASK FLOW bind
  4. cpx files not found
  5. Binding's file contains paths which are no more activ

Solution 2

One is missing, which was the issue at my Linux system:
JDeveloper didn't generate the <html> - element,
instead the <f:view> component was listed after <!DOCTYPE html> .
I added it, this resolved my problem. Edited: this issue went with updating to the current JDeveloper version. Invalid database connection can have this impacts too, interestingly.

Share:
10,861

Related videos on Youtube

Festus Tamakloe
Author by

Festus Tamakloe

Java 6 Spring Maven MySQL XML Joomla CI(Sonatype Nexus Maven Jenkins) Native oder Hybrid(ADF Mobile oder HTML5)Android App Iphone App Windows Phone App Ruby on Rails ADF Faces/Mobile JEE SOA Do you want to MAVENisieren your projects? Do you want to set up free Continuous Integration (CI)? to increase your quality assurance (QA)? We offer a fast efficient and cost-effective solution with open source frameworks. A professional composition of Maven 3 and Sonatype Nexus and Subversion (GIT / SVN) and Jenkins assures a QS. If you have small or medium-employed project. Take still in contact with us and get just within few days depending on your project size an unbeatable offer.

Updated on June 04, 2022

Comments

  • Festus Tamakloe
    Festus Tamakloe almost 2 years

    Did someone already face this problem?

    ADF_FACES-30179**:For more information, please see the server's error log for an entry beginning with: The UIViewRoot is null. Fatal exception during PhaseId: RESTORE_VIEW 1.

    Unfortunately the log file couldn't help me at all.