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?
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>
Add a comment