cancel
Showing results for 
Search instead for 
Did you mean: 

portal Ivew

Former Member
0 Kudos

I deployed one PAR file into Portal and when I tried to run it I am getting error says

Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

javax/mail/MessagingException.

Exception id: 04:06_09/01/07_1182_6394050

See the details for the exception ID in the log file

Any Idea?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for that info. Now it I am able to deploye it. but once I do run that in the portal, I am getting Blank screen. do you have any idea?

Former Member
0 Kudos

A blank screen is normally because you forgot to write anything out!

Seriously, it's hard to know without knowing what your component is doing.. Is it HTMLB, JSP, straight response.write ?

Cheers

Former Member
0 Kudos

Here is the XML file

<?xml version="1.0" encoding="utf-8"?>

<application>

<application-config>

<property name="startup" value="true"/>

<property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>

</application-config>

<components>

<component name="EmployeeAddressChange">

<component-config>

<property name="ClassName" value="com.**.hr.controller.*EmployeeAddressChange"/>

<property name="SecurityZone" value="com.sap.portal/low_safety"/>

</component-config>

<component-profile>

<property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>

</component-profile>

</component>

</components>

<services/>

</application>

Former Member
0 Kudos

Do you have all the library files that are used by your application deployed?

Former Member
0 Kudos

Did you set up any required sharing references in the portalapp.xml file?