cancel
Showing results for 
Search instead for 
Did you mean: 

While running hybrisserver.bat iam getting the below error.

Former Member
0 Kudos

'findstr' is not recognized as an internal or external command, operable program or batch file. Usage: "G:\HybrisPendrive\Hybris\hybris\bin\platform\tomcat\bin\wrapper.bat" { console : start : pause : resume : stop : restart : install : remove : update } You can give _YWRAPPER_CONF as env. variable to set the path of the used wrapper configuration file. Defaults to '..\conf\wrapper.conf'.

I have copied findstr.exe in jdk...\bin

I have added c:\windows\System32 in path in env variable...

Still facing this issue.

Former Member
0 Kudos

Did you investigate in the experts forum? The same question has been raised several times before.

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavirisetty
Active Participant
0 Kudos

Hi,

You need to add C:\WINDOWS\system32 in your system environment path. You can check whether it is properly added or not using the following command, echo %PATH% it will print all the available paths in your environment.

for temporary setup, you can open cmd for platform directory and you can set like below,

 set PATH=%PATH%;C:\WINDOWS\system32 

then run hybrisserver.bat command.

Hope this will work for you.

Thanks