cancel
Showing results for 
Search instead for 
Did you mean: 

SQLJ Translator NullPointerException

Former Member
0 Kudos

Hi there folks,

I'm using the SQLJ and the Java Dictionary for the persistence layer in an application running on the Web AS 6.40 (SP11). I'm also using NetWeaver Dev. Studio SP11.

I have one particular .sqlj file, which returns the following non specific error when I'm saving it:

"Save could not be completed.

Reason: Errors during build"

A click on the "Details" button reveals the following a little less non specific error:

"java.lang.NullPointerException encountered while running com.sap.dictionary.tools.sqlj.translator.Translator."

Anyone's got an idea on what is wrong, or where to find out what is wrong?

Thanks in advance,

Henrik, Invendium A/S

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Never mind folks, a code rewrite made the Translator accept the source (funny, because it used to accept it..).

/Henrik