Skip to main content
1-Visitor
June 15, 2018
Question

ThingWorx Foundation installation issue on ubuntu 14.04

  • June 15, 2018
  • 2 replies
  • 989 views

I have decided to use Ubuntu and still going well but while running this command "

sudo addgroup --system tomcat8.5 --quiet —force-badname

"

to add group to the folder tomcat8.5, it keep saying not does not exist. how do I rectify this?

2 replies

5-Regular Member
June 15, 2018

There is no problem in the command ,it is running fine .What is the exact message you are getting while running this in Ubuntu ?
is it command not found ?

 

Thanks ,

Mukul Narang

MSJ1-VisitorAuthor
1-Visitor
June 15, 2018

mbolij@mbolij-VirtualBox:~$ sudo mkdir -p /usr/share/tomcat8.5
mbolij@mbolij-VirtualBox:~$ sudo addgroup --system tomcat8.5 --quiet —force-badname
addgroup: The user `tomcat8.5' does not exist.
mbolij@mbolij-VirtualBox:~$

 

This what I kept seeing and I have no idea what to do, could you help please?

 

Thank you