Hi, all
Most of the things in my ADT work fine (e.g. programs, structures, domains), even the Web Dynpro Componentcontroller can be edited.
However, with Web Dynpro view and window I get this error message: "Failed to create the part's controls".
In SAP GUI everything works fine.
Why could this happen and what can I do?
My system details:
- 32-bit Windows 7
- Eclipse Luna Release (4.4.0)
- ADT from https://tools.hana.ondemand.com/kepler, according to these instructions: SAP Development Tools for Eclipse.
- SAP GUI 7.30, patch level 9.
- SAP_ALL authorizations
- Java: SE, version 7 update 60
- Activated services (SICF): wdy_aie_vd_preview, toolsdocu, docu
The Java error log in Eclipse is quite long. It starts with:
java.lang.IllegalStateException: java.lang.IllegalArgumentException: No enum constant com.sap.adt.wda.controller.semanticfs.common.ControllerFileServices.ControllerObjectTypeEnum.WDYNWZ
at com.sap.adt.tools.core.ui.editors.AdtFormEditor.addPages(AdtFormEditor.java:222)
at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:138)
at com.sap.adt.tools.core.ui.editors.AdtFormEditor.createPages(AdtFormEditor.java:1251)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:362)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:140)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:321)
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
...
As it is not popular to post long logs unnecessarily, I will skip the rest of it for the moment - let me know if it could help and I will post it.
Thanks for help!
KR,
Igor