cancel
Showing results for 
Search instead for 
Did you mean: 

emergency question about Web Dyn java

Former Member
0 Kudos

I'm developing the WD4J in NWDS/NWCE2

I didn't change any webdyn component but this project compile error is ocurred.

Do you know this error? How can I solve this problem?

------------------------------------------------------------------------------------------------------------------------------------------

Description Resource Path Location Type

Web Dynpro Generation: Generation aborted with exception Attempt to access corrupt object: //WebDynpro/LayoutDefinition:com.sap.ide.webdynpro.uielementdefinitions.ColumnLayout! (DataStateCorruptException: Attempt to access corrupt object: //WebDynpro/LayoutDefinition:com.sap.ide.webdynpro.uielementdefinitions.ColumnLayout!) TestDetailView.wdview CE2_TEST_D~0~test(2fad_wd~tes.sap.com/src/packages/com/sap/tes/test/ad_wd/wd/comp/testcomp Unknown Generation Problem

------------------------------------------------------------------------------------------------------------------------------------------

Please answer me!

waiting.. your advice!

yang.

regards. 

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, all

Thanks for your replies.

I did it  project > clean.

That's the solution in my case.

thanks to all!

regards.

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

are you using right version of nwds?

Former Member
0 Kudos

My suggestions would be on the assumption that you are using this particular  NWDS intsance for the first time and your are using localdevelopment track in development config for creating WDJ application.

From the trace it seems the layout definitions for the WD ui elements have gone corrupt. An peice of advice would be to update the IDE and develop in a new workspace. This would bring the new set of uielement definitions  . You will need to create a new workspace which would ensure that the new UIelement definitions are inplace.

Hope this solves your problem