cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Errors with PDK Patch 3

Former Member
0 Likes
747

Hello, we installed the Patch 3, updating the Patch 2, but we have some errors:

1. In VStudio.net the deployment doesn't work, only the first time we can deploy the application, but after a change the deployment fails: "Upload PAR to protal failed".

2. The older and new PDK applications doesn't runs, we get the next error:

"Portal Runtime Error

An exception occurred while processing a request for :

iView : pcd:portal_content/com_pemex_gas/employees...

Component Name : EmployeeInfo.DatosEmpleado

An Error occurred while processing one of the iViews on this page in the .NET server.

More information:

1. Default Trace

.

Exception id: 10:04_07/06/05_0006_104174650

See the details for the exception ID in the log file

In the Server the .NET Runtime Instances and running, we configured in the Portal iView Processor Service with the older and new syntax:

104174650=zcporwqas:8050;104174651=zcporwqas:8060;104174652=zcporwqas:8070

or

*=zcporwqas:8050

We have EP 6.0 SP11 patch3

View Entire Topic
Former Member
0 Likes

I discover that runs more than 2 NET PDK iVies in the same portal page doesn't work, I post a new message about this.

But still happend the problem with the Deployment in VStudio

Former Member
0 Likes

Hi,

Please look in the Event Log under "SAP" and post the log that is there, which is fitting to the time of deployment (which should be the deployment error).

Regards,

Ofer

Former Member
0 Likes

Hello, only appears some messages with this information:

"On Domain Unload"

But the deployment problem is when the VStudio.net try to upload the .PAR file to the Portal.

Former Member
0 Likes

You should look at the event log on the computer where the VS is installed (the computer where you tried to deploy <b>from</b>)

Former Member
0 Likes

Sorry , these are the events:

1) Exception Information

*********************************************

Exception Type: System.NullReferenceException

Message: Object reference not set to an instance of an object.

TargetSite: System.Runtime.Remoting.Messaging.IMessage EndInvokeHelper(System.Runtime.Remoting.Messaging.Message, Boolean)

HelpLink: NULL

Source: mscorlib

StackTrace Information

*********************************************

Server stack trace:

at SAP.Portal.Design.Deployment.DeployManager.DoFinallCleaning(Boolean isDeploy, Boolean exceptionThrown, String tempDir)

at SAP.Portal.Design.Deployment.DeployManager.DeployProcess(Project proj, Boolean doBuild)

at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)

at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)

at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)

at SAP.Portal.Design.Deployment.AsyncDeployDelegate.EndInvoke(IAsyncResult result)

at SAP.Portal.Design.Deployment.DeployManager.DeployCallBack(IAsyncResult ar)

-


1) Exception Information

*********************************************

Exception Type: System.NullReferenceException

Message: Object reference not set to an instance of an object.

TargetSite: Void DoBuild(EnvDTE.Project)

HelpLink: NULL

Source: SAP.Portal.Design

StackTrace Information

*********************************************

at SAP.Portal.Design.Deployment.DeployManager.DoBuild(Project proj)

at SAP.Portal.Design.Deployment.DeployManager.CreatePar(Project proj, String targetFilePath, String tempDir, Boolean doBuild)

at SAP.Portal.Design.Deployment.DeployManager.DeployProcess(Project proj, Boolean doBuild)