cancel
Showing results for 
Search instead for 
Did you mean: 

Error opening controller or views

former_member201781
Participant
0 Kudos

Hello Experts,

I encountered an error while trying to open a component controller of java webdynpro app. The error is 'An error has occurred when creating this editor'. Also, I couldn't open any views, getting error 'Unable to create part: xxx'.

I was able to open component controller and view in NWDS 7.1 but when I deployed with 7.1 version..I got error about hard references. I searched on SDN and found that I need to create an archive with 7.0 version. So when tired to open wiht 7.0 version, I got error above.

Please advise.

Thanks,

--Jamie.

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

Hi Jamie,

Seems compiler issue. In NWDS 7.1 Window - Preference Go to Java - Compiler and choose JDK Compliance to 1.4 click on Apply. This would re-compile entire webdynpro dc compile in 1.4 then, try to make archive with NWDS 7.0

BTW, in NWDS 7.1, open 'Problems' view and you can see the issue, double clicking on it would navigate to the code snippet.

cheers,

Nikhil Bose

Answers (2)

Answers (2)

former_member201781
Participant
0 Kudos

Thank you Sreeni and Nikhil.

I am able to deploy now with NWDS7.0.

Former Member
0 Kudos

Hey Jamie,

This is because of java version, for NWDS7.1 uses java 1.5 and for NWDS 7.0 uses java 1.4

Thanks,

Sreeni.