Skip to Content
0
Jul 17, 2006 at 05:19 AM

"Page could not create the iview" - Error

32 Views

Hi All,

I have a customized portal masthead par file.

I used a specific computer for development.

When I deploy the project from this computer to the portal, everything is fine, but when I copy/export the par and try to deploy it from other computers (other NWDS to be exact) I get:

"Component Name: null"

"Page could not create the iview"

The Portal's version is EP6 SP15.

All the NWDS I tried is also SP15.

java version on development computers is:

'j2sdk1.4.2_06'.

I compared my portalapp.xml on different computers but the is the same.

See my portalapp.xml file:

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

<application>

<application-config>

sap.com"/>

<property name="SecurityArea" value="NetWeaver.Portal"/>

<property name="SharingReference" value="com.sap.portal.htmlb,com.sap.portal.themes.lafservice,com.sap.portal.navigation.service,com.sap.portal.navigation.helperservice,com.sap.portal.license.runtime,com.sap.portal.common.commonservices,SAPJ2EE::library:com.sap.portal.common"/>

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

</application-config>

<components>

<component name="default">

<component-config>

<property name="ClassName" value="com.sapportals.portal.navigation.HeaderiView"/>

<property name="ResourceBundleName" value="headeriView_nls"/>

<property name="SafetyLevel" value="no_safety"/>

</component-config>

<component-profile>

<property name="tlhtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld ">

<property name="propPermission" value="FINAL"/>

<property name="personalization" value="NONE-ALL"/>

</property>

<property name="com.sap.portal.pcm.Title" value="Header iView"/>

<property name="com.sap.portal.iview.HeightType" value="FIXED"/>

<property name="com.sap.portal.iview.HeightScale" value="PIXELS"/>

<property name="com.sap.portal.iview.Height" value="35"/>

<property name="com.sap.portal.iview.WidthType" value="FIXED"/>

<property name="com.sap.portal.iview.WidthScale" value="PERCENT"/>

<property name="com.sap.portal.iview.Width" value="100"/>

<property name="com.sap.portal.iview.TrayType" value="BORDERLESS"/>

<property name="com.sap.portal.iview.ShowTray" value="false"/>

<property name="com.sap.portal.iview.ShowTitle" value="false"/>

<property name="com.sap.portal.iview.ShowRefresh" value="false"/>

<property name="com.sap.portal.iview.ShowMaximize" value="false"/>

<property name="com.sap.portal.iview.ShowCollapseExpand" value="false"/>

<property name="com.sap.portal.iview.ShowPersonalize" value="false"/>

<property name="com.sap.portal.iview.ShowRemove" value="false"/>

<property name="com.sap.portal.reserved.iview.IsolationMode" value="EMBEDDED"/>

<property name="com.sap.portal.iview.Availability" value="MANDATORY"/>

<property name="CachingLevel" value="None"/>

<property name="ValidityPeriod" value="3600000"/>

<property name="ShowPersonalizeLink" value="true">

<property name="validvalues" value="4/true5/false"/>

<property name="plainDescription" value="Show Link in Masthead: Personalize"/>

<property name="longDescription" value="Show or hide the 'Personalize' link displayed in the masthead iView at runtime."/>

<property name="category" value="Navigation"/>

</property>

<property name="ShowHelpLink" value="true">

<property name="validvalues" value="4/true5/false"/>

<property name="plainDescription" value="Show Link in Masthead: Help"/>

<property name="longDescription" value="Show or hide the 'Help' link displayed in the masthead iView at runtime."/>

<property name="category" value="Navigation"/>

</property>

<property name="ShowNewWindowLink" value="false">

<property name="validvalues" value="4/true5/false"/>

<property name="plainDescription" value="Show Link in Masthead: New Session"/>

<property name="longDescription" value="Show or hide the 'New Session' link displayed in the masthead iView at runtime."/>

<property name="category" value="Navigation"/>

</property>

<property name="ShowLogInLogOffLink" value="true">

<property name="validvalues" value="4/true5/false"/>

<property name="plainDescription" value="Show Link in Masthead: Log In / Log Off"/>

<property name="longDescription" value="Show or hide the 'Log In' / Log Off' link displayed in the masthead iView at runtime."/>

<property name="category" value="Navigation"/>

</property>

http://help.sap.com/nw04 ">

<property name="plainDescription" value="Help Link URL"/>

<property name="category" value="Navigation"/>

</property>

</component-profile>

</component>

<component name="logoffConfirmMsg">

<component-config>

<property name="ClassName" value="com.sapportals.portal.navigation.LogoffConfirmMsg"/>

<property name="ResourceBundleName" value="headeriView_nls"/>

<property name="SafetyLevel" value="no_safety"/>

</component-config>

<component-profile>

<property name="com.sap.portal.pcm.Title" value="Log off"/>

<property name="AuthScheme" value="anonymous"/>

</component-profile>

</component>

<component name="logInComponent">

<component-config>

<property name="ClassName" value="com.sapportals.portal.navigation.LogInComponent"/>

<property name="ResourceBundleName" value="headeriView_nls"/>

<property name="SafetyLevel" value="no_safety"/>

</component-config>

<component-profile>

<property name="com.sap.portal.pcm.Title" value="Log In"/>

</component-profile>

</component>

<component name="LogOutComponent">

<component-config>

<property name="ClassName" value="com.sapportals.portal.navigation.LogOutComponent"/>

<property name="SafetyLevel" value="no_safety"/>

</component-config>

<component-profile>

<property name="AuthScheme" value="anonymous"/>

</component-profile>

</component>

</components>

<services/>

</application></i>

Please advice.

Thanks,

Omri