1
votes

I am using JDK 11.0.6 version and hybris 1905, I am able to build setup successfully but when I start server I am getting below error

FATAL | wrapper | The argument '1905\hybris\bin\platform\tomcat/conf/wrapper.conf' is not a valid property name-value pair.

What is the reason for this?

1
What procedure did you use to setup Hyrbris? Did you follow any guide from Hybris Help site? - geffchang

1 Answers

2
votes

In the path, there must be a folder specified with space in the name like: "hybris 1905" so try removing this space. rename it to something like: "hybris_1905" then run ant clean all command and then start the server.