Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
It is troubled by the following error when it is generated on the command line.
2017-03-08 15:24:42 ERROR JobGenerator - Unable to access to url :https://domainName:443/org.talend.administrator
org.talend.commandline.client.CommandLineJavaServerException: Unable to access to url :https://domainName:443/org.talend.administrator
at org.talend.commandline.client.util.ResponseInterpreter.parse(ResponseInterpreter.java:110)
at org.talend.commandline.client.util.ResponseInterpreter.parse(ResponseInterpreter.java:77)
at org.talend.commandline.client.CommandLineJavaClient.sendCommandAndParse(CommandLineJavaClient.java:166)
at org.talend.commandline.client.CommandLineJavaClient.addCommand(CommandLineJavaClient.java:154)
at org.talend.commandline.client.CommandLineJavaClient.addCommand(CommandLineJavaClient.java:149)
at org.talend.gwtadministrator.client.module.dashboard.commandline.model.CommandLineBean.executeGroupCommand(CommandLineBean.java:258)
at org.talend.administrator.scheduler.business.job.generate.JobGenerator.executeGroupCommand(JobGenerator.java:319)
at org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:151)
at org.talend.administrator.scheduler.business.ExecutionTaskHandler.generateJobScriptUnit(ExecutionTaskHandler.java:485)
at org.talend.administrator.scheduler.business.ExecutionTaskHandler$1.run(ExecutionTaskHandler.java:426)
2017-03-08 15:24:42 ERROR ExecutionTaskHandler - org.talend.commandline.client.CommandLineJavaServerException: Unable to access to url :https://domainName:443/org.talend.administrator
org.talend.administrator.common.exception.ProcessedException: org.talend.commandline.client.CommandLineJavaServerException: Unable to access to url :https://domainName:443/org.talend.administrator
at org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:241)
at org.talend.administrator.scheduler.business.ExecutionTaskHandler.generateJobScriptUnit(ExecutionTaskHandler.java:485)
at org.talend.administrator.scheduler.business.ExecutionTaskHandler$1.run(ExecutionTaskHandler.java:426)
Caused by: org.talend.commandline.client.CommandLineJavaServerException: Unable to access to url :https://domainName:443/org.talend.administrator
at org.talend.commandline.client.util.ResponseInterpreter.parse(ResponseInterpreter.java:110)
at org.talend.commandline.client.util.ResponseInterpreter.parse(ResponseInterpreter.java:77)
at org.talend.commandline.client.CommandLineJavaClient.sendCommandAndParse(CommandLineJavaClient.java:166)
at org.talend.commandline.client.CommandLineJavaClient.addCommand(CommandLineJavaClient.java:154)
at org.talend.commandline.client.CommandLineJavaClient.addCommand(CommandLineJavaClient.java:149)
at org.talend.gwtadministrator.client.module.dashboard.commandline.model.CommandLineBean.executeGroupCommand(CommandLineBean.java:258)
at org.talend.administrator.scheduler.business.job.generate.JobGenerator.executeGroupCommand(JobGenerator.java:319)
at org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:151)
I am sorry that my English is inconvenient.
Thank you.