I have the latest release of STS-2.5.1 and am having trouble creating an instance of a tc server from the command line. Below is a dump of my error that I am seeing when running the tcruntime-instance.sh create command
Code:./tcruntime-instance.sh create foo Creating instance 'foo' ... Using separate layout Exception in thread "main" java.lang.NullPointerException at com.springsource.tcruntime.instance.internal.create.environment.StandardEnvironmentPropertiesPlaceholderHandler.resolveAndReplacePropertiesPlaceholders(StandardEnvironmentPropertiesPlaceholderHandler.java:37) at com.springsource.tcruntime.instance.internal.create.environment.StandardEnvironmentApplicator.applyEnvironment(StandardEnvironmentApplicator.java:39) at com.springsource.tcruntime.instance.internal.create.CreateCommandExecutor.applyEnvironment(CreateCommandExecutor.java:149) at com.springsource.tcruntime.instance.internal.create.CreateCommandExecutor.execute(CreateCommandExecutor.java:106) at com.springsource.tcruntime.instance.internal.create.CreateCommandExecutor.execute(CreateCommandExecutor.java:1) at com.springsource.tcruntime.instance.internal.AbstractCommand.execute(AbstractCommand.java:22) at com.springsource.tcruntime.instance.TcRuntimeInstance.run(TcRuntimeInstance.java:73) at com.springsource.tcruntime.instance.TcRuntimeInstance.main(TcRuntimeInstance.java:144)


Reply With Quote