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.
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.