Fresh Install of JSS

ChadL3
New Contributor II

I'm in the process of install a fresh new JSS Server, and have ran into a snag.

I have installed the following leaving all defaults for settings.
Mac OS X 10.11.6
Java 1.8
MySQL 5.6.x
Apache Tomcat 8.5
Java JCE

Now running the JSS Install (9.97.148xx)
it stops at the Server name, Server port screen and says (Error: Please verify server, port, username, and password.

Server Name: localhost
Server Port: 3306
DB Name: jamfsoftware
Username: jamfsoftware
Password: jamfsw03

I can't seem to find any answers on how to see if this info is correct on my machine.

1 ACCEPTED SOLUTION

StoneMagnet
Contributor III

Did you create the jamfsoftware database in MySQL? You have to do that via Terminal and calling the mysql binary (see the JSS Install docs for the steps)

View solution in original post

3 REPLIES 3

StoneMagnet
Contributor III

Did you create the jamfsoftware database in MySQL? You have to do that via Terminal and calling the mysql binary (see the JSS Install docs for the steps)

StoneMagnet
Contributor III

Apologies for the duplicate, I got a proxy error on the post, but it appears the it did go through.

ChadL3
New Contributor II

Thanks StoneMagnet, somehow I skipped that page. It worked.