Quantcast
Viewing all articles
Browse latest Browse all 8533

ABAP in Eclipse: getSourceFile Error

I am using ABAP in Eclipse for some weeks now, but since yesterday I can't open any report or class from the back end. I only get the following message:

An error has occurred. See error log for more details.

Method getSourceFile, argument project: the argument has an illegal value: null

 

error log:

 

!ENTRY org.eclipse.e4.ui.workbench 4 0 2014-10-01 12:37:36.262

!MESSAGE

!STACK 0

java.lang.NullPointerException

  at com.sap.adt.tools.core.internal.uriresolving.AdtUriResolver.getProject(AdtUriResolver.java:111)

  at com.sap.adt.tools.core.internal.uriresolving.AdtUriResolver.setBaseURI(AdtUriResolver.java:52)

  at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:274)

  at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1518)

  ...

 

!ENTRY org.eclipse.e4.ui.workbench 4 0 2014-10-01 12:37:36.277

!MESSAGE

!STACK 0

java.lang.RuntimeException: java.lang.RuntimeException: Method getSourceFile, argument project: the argument has an illegal value: null

  at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor.getAllFiles(AbapSourceMultiPageEditor.java:1458)

  at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor.matchesFile(AbapSourceMultiPageEditor.java:1427)

  ...

 

I have no idea, what has happened. Maybe it started after installing some Eclipse plug-ins in another Eclipse instance, but I have removed every file and every folder from my computer and installed everything again and again.

 

I am using Eclipse Luna SR1 4.4.1 on Windows 7 Enterprise x64

Backend: ECC 6.06 on Netweaver 7.31 SP 10

 

Thanks in advance,

 

Karsten Klein

 

p.s. I hope this is the correct place to ask for technical help...


Viewing all articles
Browse latest Browse all 8533

Trending Articles