Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User locked after only 1 wrong try + problem with auto-complete

former_member198151
Participant
0 Kudos

Hi!

After Upgrade to ADT 2.48.0 (I did fresh installation of Eclipse Mars, ADT and am using jdk1.8.0_60 all 64bit) I have following issues:

- When I try to login in Eclipse and type the password wrongly, my user is locked after this first wrong input (not after third, as it should be) - this happens using 731 SP 008 Netweaver and 7.40 SP 010 EHP System

- Autocomplete regularly doesn't work if there is only one option: When I type first few characters of a variable, window with sugestion is shown, but if I just press Enter, it is sometimes not inserted. I have to press arrow down, then Enter, that always works.

Anyone else having this issues, knows how to solve them?

Thank you in advance,

have a nice day!

O.

1 ACCEPTED SOLUTION

former_member186216
Active Participant
0 Kudos

Hi Ondrej,

regarding the problem "user locked after 1 wrong try", we have planned to provide a fix in a future release of the ADT client.

Can you give a concrete example for the second problem? What kind of development object are you editing, what is the context?

Best regards,

Marco

12 REPLIES 12

former_member186216
Active Participant
0 Kudos

Hi Ondrej,

regarding the problem "user locked after 1 wrong try", we have planned to provide a fix in a future release of the ADT client.

Can you give a concrete example for the second problem? What kind of development object are you editing, what is the context?

Best regards,

Marco

0 Kudos

Hi Marco,

great to read, that the "user locked after 1 wrong try" wil be fixed soon.

This happens here too on a Netweaver 731 SP 7.

Best regards,

Dominik

0 Kudos

Hi Marco,

here is an example of the autocomplete:

I have created new class, and now I'm trying to implement the method. If I press Ctrl+Space I get correct suggestion, but if I press Enter, it is not inserted, I have to first press arrow down and then Enter:

The same happens, when I try to use class attribute inside the method implementation:

When I use the "me", possible options are displayed automatically, but also here just pressing enter doesn't insert them:

All 3 Scenarios work (with same SAP System) on Kepler, and ADT 2.41, and also (I have just upgraded) with 2.44.2.

Could it be some different key binding in Mars?

Thank you in advance and have a nice day!

O.

0 Kudos

Hi Ondrej,

for me, ADT on Mars works fine, but I have seen various weird problems in conjunction with jdk1.8.0_60.

I am curious whether your error vanishes when you go back to jdk1.8.0_51?

Best regards,

Marco

0 Kudos

Hi Marco,

I have tried to downgrade jdk to 1.8.0_51 but this made no difference. However, I have found more details about the behaviour, working under both versions of jdk:

If the class is compiled and no errors are marked:

and I start typing "at" and I manage to press Ctrl+Space and then Enter before the syntax check is done, than the attribute name attr is inserted:

But if the syntax check is faster then me, once the symbol is displayed, attribute name is not inserted (I have to press arrow down):

so it looks like it is connected somehow to that syntax check.

Do you have any more ideas? Would it be possible to disable that syntax check (or set longer delay, before it starts) so I can test, if this is the exact problem?

Thank you in advance, have a nice day!

O.

0 Kudos

Hi Ondrej,

you can toggle the automatic syntax check in the Eclipse Preferences:

ABAP Development -> Editors -> Source Code Editors -> Automatic Syntax Check...

It seems to me that you experience a timing/concurrency issue. Could you please inspect your Error Log for potentially related exceptions?

Best regards,

Marco

0 Kudos

Hi Marco,

please could you tell us when a fixed version is available? Some of my colleagues are complaining about this bad behavoir. They are getting to often locked in our dev. enviroments.

Is it possible to get it as a minior fix, fast?

Regards,

Christian

0 Kudos

Good idea Christian, I'm locking myself at least once a week and I have to call Basis team to unlock me

0 Kudos

Hi Christian,

we are working on that, our plan is to provide a patch for ADT 2.48 as soon as possible.

Thanks for your patience!

Regards,

Marco

0 Kudos

Hi Christian,

the patch for ADT 2.48 is now available on the update site.

Best regards,

Marco

0 Kudos

Thanks Marco, I will test it.

Christian

0 Kudos

Hi,

I just wanted to mention, that upgrade to 2.48.1 solved problem with login (of course... ) but not with autocomplete.

However, after upgrade to 2.51 autocomplete works fine again.

Have a nice day!

O,