cancel
Showing results for 
Search instead for 
Did you mean: 

Hello World tutorial won't display in the browser

Former Member
0 Kudos

Hi,

I have the PDK installed and can't get anything to run.

I used the "Hello World" example from the PDK tutorial and it builds, deploys but can't be used.

If I choose "View in Browser" I get the error at the bottom.

I tried the same with a clean project (simply create one, build it and deploy) and get the same error.

I also tried creating a iView and loading it that way and that also failed.

Anyone any idea what might be causing this?

It mentions a log file but I don't know where the log file is!

Vin

-


Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

Could not find portal application PortalApplication2.

Exception id: 02:06_03/12/04_0003_2859950

See the details for the exception ID in the log file

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vincent,

I saw a similar problem this week when the PDK was installed on a wrong version of the Portal.

Please verify that you are using SP9. The best way is to run the version page in the portal :

Go to <b>System Administration</b> > <b>Support</b> and in the support page click on the <b>Version</b> area.

The Portal version should be <b>6.0.9.0.0</b>

Let me know if this is the reason for your problem.

Yossi

Former Member
0 Kudos

I am using the Sneak Preview EP 6.0 SP6

The version is "6.4.0.0.200406231750"

I did install the PDK SP9 Patch anyway

but it made no difference

There wouldn't be another patch somewhere that I am missing would there?

Vin

Former Member
0 Kudos

Hi Vin,

<b>The PDK for .NET 1.0 Patch 1</b> runs on <b>EP 6.0 SP9</b>. You need to have SP9 installed and then to install the PDK.

Regards,

Yossi

Former Member
0 Kudos

OK

I can't find SP9 (or any mention of it) on the website

Can you point me to a link?

Vin

Former Member
0 Kudos

SP9 is not available on SDN but on SAP Service Marketplace.

Yossi

Former Member
0 Kudos

I know this sounds really stupid but I can't find it!

I have looked in the NetWeaver section, the patches section and the Software Catalog and I can't see any service packs at all.

The installation guide says

http://service.sap.com/swdc

&#8594; Download

&#8594; Support Packages & Patches

&#8594; Entry by Application Group

&#8594; SAP NetWeaver

(break)

&#8594; SAP NETWEAVER

&#8594; SAP NETWEAVER 04

&#8594; ENTERPRISE PORTAL

&#8594; PORTAL PLATFORM 6.0_6.40

I can't get beyond the (break)

The page just has "No Data Available"

I posted another question and was pointed at the ftp site which now has SP9, but only in the same form as the SP6 version with the full instal included. This'll take more than a day for me to download.

Vin

Former Member
0 Kudos

Ignore my next post, I got it from

ftp://ftp.sap.com/pub/sdn/devkits/EP_DevEdition_SneakPreview

Answers (1)

Answers (1)

Former Member
0 Kudos

I am new to netweaver & developing iviews using pdk.

I am facing similar problem

-


Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

No security zone - access is denied: com.sap.portal.system/applications/PortalApplication1/components/PortalComponent1.

-


will it be solved after installing SP9?

One thing i noticed that the .net pdk deploys the iview in a perticular directory on the server, (in this case com.sap.portal.system/applications/)

is it possible to force .net to deploy the iview in some other directory on the server?

Message was edited by: AK

Former Member
0 Kudos

Hi,

1. The message you get indicates that the user you are trying to view the iView with, does not have permissions to the security zone of that portal component.

you can change the security zone of the whole par through the SAP project properties, in the project contextual menu.

2. Par files are stored to the PCD. The PCD deploys them to that location, weather it is a .NET par file or a JAVA one.

Best Regards,

Tsachi

Former Member
0 Kudos

One remark - You .NET code eventually will be run from where you installed the .MET runtime. The location you mentioned is only used for the PCD storage and upon first request the code will be copied to the .NET runtime.

- Ofer