2018 Nov 14 7:59 PM
Hi,
i am trying to create new ABAP Project, but getting always this error:
An internal error occurred during: "Logging on to system 'MiniSAP'".
javax/activation/MimeTypeParseException
I am using SAP training system, all works fine, connection to server is ok. All required ABAP components for Eclipse Photon are installed.
Any idea, that could causes this error?
Thank's in advance!
Max
2018 Nov 27 3:32 AM
2018 Nov 30 7:10 AM
2018 Nov 30 7:56 AM
could you try to delete .metadata folder and create project again? maybe in eclipse log have the information why it got exception. maybe you have to install again.
2018 Dec 01 6:32 PM
me to, I'm getting this error as well. delete .metadata folder problem still show:
An internal error occurred during: "Logging on to system 'AZSAP'".
javax/activation/MimeTypeParseException
I use of system OS ADT
2018 Dec 12 6:40 PM
This is probably because you are using JDK 11.. just use JDK 1.8,, worked for me....
2019 Jan 03 6:36 PM
Hello, I am facing the same issue. did any of you guys had this resolved?
2019 Jan 04 1:14 AM
Hi apaarmalhotra !
First, which version of Eclipse / Java you’re using?
Check this and if you installed a proper version of ADT.
Br,
Pacheco.
2019 Feb 18 8:27 PM
Hi Raphael,
I am using eclipse photon with JDK 11.0 on my macbook. I saw above msg from Felipe saying just use JDK 1.8 instead.
Do you think its a right option and if yes how can i go back to JDK 1.8?
Thanks
Apaar
2019 Feb 18 9:45 PM
Actually i tried with JDK 1.8 as well now. i changed it from 11 to 1.8 , restart eclipse , still same issue.
2020 Nov 18 10:02 PM
Hi team...
You have to open the folder
C:\Users\[user]\eclipse\jee-2020-09\eclipse
Edit the file eclipse.ini and adjust the following parameters
-vm [C:\jdk1.8.0_110\jre\bin]
-Dosgi.requiredJavaVersion=1.8
I hopew this is helpful for you
Regards.