cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Could not find valid JDK home path value for key JDK1.6.0_HOME to start build controller

arjun_thakur
Active Contributor
0 Kudos

Hi Experts,

When i try to activate an activity i am getting the following error:

"Could not find valid JDK home path value for key JDK1.6.0_HOME to start build controller"

In the CBS, i have set the following value:

1) BUILD_TOOL_JDK_HOME = /usr/java                 (location of jdk on the NWDI server)

2) JDK_HOME_PATHS = JDK1.6.0_HOME=/usr/java

and in the Build Varient of the track, i have created the following entry:

1) com.sap.jdk.home_path_key = JDK1.6.0_HOME

Could anyone please help me resolve this issue.

Regards,

Arjun

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

after done the configuration, did you restart the server, or at least the cbs service

Answers (3)

Answers (3)

Former Member
0 Kudos

Are you sure there is a Java compiler in that directory? Does /usr/java/bin/javac exist? See the attached link on how the used JDK is determined.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4d/c149fa499d48318debe4249d80711c/frameset.htm

Former Member
0 Kudos

Also possibly the reason in help link

  1. Make sure that the BUILD_TOOL_JDK_HOME property does not specify any value. Otherwise, it overwrites theJDK_HOME_PATHS property you just specified.
Former Member
0 Kudos

Hi Arjun,

I would refer you to this help link.

http://help.sap.com/saphelp_nw73/helpdata/en/4d/c149fa499d48318debe4249d80711c/frameset.htm

Kind Regards,

Johan