cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Runtime Error - MSS Implementation

Former Member
0 Kudos

Hi,

I am getting the following error in an iView for a MSS implementation (Workset: Employee Review/ Employee Document). The iView does not display correctly and I am showed the following error inside the iView:

<i><b>Portal Runtime Error

An exception occurred while processing a request for :

iView : pcd:portal_content/com.singaporeair.test/com.singaporeair.MSS/com.singaporeair.MSS_Roles/com.singaporeair.MSS_CRP/com.sap.pct.hcm.mystaff/nf_2/com.sap.pct.hcm.eereview/com.singaporeair.MSS_Employee_Document/com.sap.pct.hcm.employeedocuments

Component Name : null

Page could not create the iView.

See the details for the exception ID in the log file</b></i>

Any help on the above would be greatly appreciated!

Thanks,

Aniruddh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member110461
Active Contributor
0 Kudos

1st question would be.. does that iview in that path actually exist. If it does it may be worth delting it from the page and then adding it again. if it doesn't, well that's your problem.

If it does exit then try previewing it. Looking at the error (Component Name : null) it could be that the par file has not deployed properly, in which case it is basically pointing at java code that doesn't exist. If that is the case look for any .err files at OS level, rename then to .par and restart j2ee.

Paul