cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio 1.5 SP02 SDK Samples

Former Member
0 Kudos

Hi,

I downloaded Design Studio 1.5 SP02 SDK Samples, but they are not running.

I found a local copy of an older set of samples for DS 1.5 SDK and those are running fine.

The current (SP02) samples are generating following errors:

!SESSION 2015-10-24 15:48:41.609 -----------------------------------------------

eclipse.buildId=@qualifier@

java.version=1.7.0_79

java.vendor=Oracle Corporation

BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_CA

Framework arguments:  -product com.sap.ip.bi.zen

Command-line arguments:  -product com.sap.ip.bi.zen -data C:\Users\workspace/../runtime-DS_SDK -dev file:C:/Users/workspace/.metadata/.plugins/org.eclipse.pde.core/DS_SDK/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog

!ENTRY org.eclipse.equinox.ds 1 0 2015-10-24 15:48:43.656

!MESSAGE Could not bind a reference of component com.sap.ip.bi.base.application.DeclaredServiceActivator. The reference is: Reference[name = IActivatorBase, interface = com.sap.ip.bi.base.bundle.IActivatorBase, policy = dynamic, cardinality = 0..n, target = null, bind = addRICActivator, unbind = removeRICActivator]

!ENTRY com.sap.ip.bi.zen.rt.components.sdk 4 0 2015-10-24 15:48:47.981

!MESSAGE A problem occurred while parsing a Design Studio Extension XML (path "contribution.xml" of extension "com.sap.sample.coloredbox", line 15, column 88): cvc-complex-type.3.2.2: Attribute 'modes' is not allowed to appear in element 'component'.

!ENTRY com.sap.ip.bi.zen.rt.components.sdk 4 0 2015-10-24 15:48:48.014

!MESSAGE Could not load Design Studio Extension "com.sap.sample.coloredbox". You can find more information in the corresponding error messages.


Could the samples have been updated for Design Studio 1.6 already?

Andrei.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187102
Participant
0 Kudos

You have to delete the line mentioned as below, part of "contribution.xml"

    modes="commons m"

Answers (2)

Answers (2)

MustafaBensan
Active Contributor
0 Kudos

Hi Andrei,

Yes, the DS 1.5 SP02 samples have been updated in anticipation of DS 1.6.  Did you try replacing your current SDK schema file with the new one provided with the samples?  This may eliminate the error messages without the need to edit the contribution.xml file.

Regards,

Mustafa.

xjhacking
Contributor
0 Kudos

Bump. I have the exact same problem.