It's all about the answers!

Ask a question

repotools set-up of JTS always crashes with a NullPointerException


Anthony Sutton (814) | asked Jan 29 '15, 5:33 a.m.

I'm trying to generate a response file so I can automate the configuration of CLM post installation on centos. To do this I use the following command:

./repotools-jts.sh -setup repositoryURL=https://<blanked>:9443/jts parametersFile=m.txt responseFile=respjts.txt prompt=missing adminUserId=<blanked> adminPassword=<blanked>

All goes well each time I do this until I get to the licensing section. No matter what license type or even if I select no license repotools crashes at this point:

 Choose an option:
  [1] I accept the terms in the license agreement.
  [2] I do not accept the terms in the license agreement. - default
 ?
1
  Validating the license assignment...

  Performing validation...

CRJAZ2247E There was an error executing setup for the application "Rational Jazz Team Server (>https://<blanked>:9443/jts)": "null". Check the log for more details.
java.lang.NullPointerException
 at com.ibm.team.repository.service.internal.setup.processor.ScriptableSetupWizardProcessor$AbstractServiceHandler.getReference(ScriptableSetupWizardProcessor.java:1466)
 at com.ibm.team.repository.service.internal.setup.processor.ScriptableSetupWizardProcessor$AbstractServiceHandler.createRequestArgs(ScriptableSetupWizardProcessor.java:1407)
 at com.ibm.team.repository.service.internal.setup.processor.ScriptableSetupWizardProcessor$AbstractServiceHandler.execute(ScriptableSetupWizardProcessor.java:1195)
 at com.ibm.team.repository.service.internal.setup.processor.ScriptableSetupWizardProcessor$AbstractServiceHandler.doCall(ScriptableSetupWizardProcessor.java:1188)

I have tried the same action interactively on the browser and it works fine. But I can't get it to work on repotools does anyone have any ideas how I can fix this as I'm stuck?

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.