cancel
Showing results for 
Search instead for 
Did you mean: 

Error

Former Member
0 Kudos

Hi

I've instaled in my machine Eclise 2.0 to work with EP5 with the plugin that is given in PDK 5.0. the problem is that when I deploy it gives me this error

com.sapportals.portal.prt.runtime.PortalRuntimeException: delegatedplugin

Caused by: com.sapportals.portal.prt.component.PortalComponentException: Error in init method

What can I do?

Regards

Lai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you have to declare in your default.properties - file the default-class (with doInitialization(), ...) witch should be executed like:

ClassName=de.mycomp.km.Main

Regards,

Gerhard

Former Member
0 Kudos

hi

still giving the same error

thanks anyway

Lai

Former Member
0 Kudos

Hi,

please insert following into your default.properties-file

ServicesReference=htmlb, usermanagement, knowledgemanagement, urlgenerator

tagLib.value=/SERVICE/htmlb/taglib/htmlb.tld

Regards,

Gerhard

Former Member
0 Kudos

thanks very much

Answers (0)