cancel
Showing results for 
Search instead for 
Did you mean: 

Using tcserver with Hybris

Former Member
0 Kudos

I am trying to use tc server with Hybris and below are my configuration under local.properties file

 bundled.server.type=tcserver
 bundled.tomcat.home=${platformhome}/tomcat-6
 bundled.tcserver.home=${platformhome}/tcServer-6.0
 bundled.tcserver.instance=instance1
 bundled.tcserver.template=hybris

But when I running ant all or ant deploy, I am getting following error

  [echo] Creating new tcServer instance instance1 at D:\NEW_SETUP\bin\platform/tcServer-6.0
  [echo] Calling D:\NEW_SETUP\bin\platform/tcServer-6.0/tcruntime-instance.bat create "'instance1'" "-t 'hybris' -v '6.0.35.A.RELEASE'"
  [echo]
  [exec] create failed. Template 'hybris -v '6.0.35.A.RELEASE'' is not a valid template. Please select from the following: [apr, cluster-node, insight, nio-ssl, apr-ssl, bio, hybris, ajp, base, jmx-ssl, nio, hybris_insight, bio-ssl, diagnostics].
  [exec] Result: 1
  [echo] Patching catalina.properties
 [replaceregexp] The following file is missing: 'D:\NEW_SETUP\bin\platform\tcServer-6.0\instance1\conf\catalina.properties'
  [echo] Finished creating server instance
  [echo] Removing svn-files from instance1

I am not sure where I am doing wrong or am I missing some steps?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Volodymyr,

Thanks for the help . I tried as per your suggestion but no success. Still getting same error at build time.

Former Member
0 Kudos

Hi Umesh

Try again with following property

 bundled.tcserver.template=${bundled.tcserver.home}/templates/hybris