apart from above comment, after changing those 3 definitions to http/7980 (+ after restarting object spawner), when i attempt to start lasr srever (this log is from last action log from lasr admin tool), it still showing https/443 port. is there anything needs to be changed from server.xml file?
---------start server--------
63 %statuscheckpoint; 64 /* Skip Next Step If We Have a Bad Status Code */ 65 %macro codeBody; 66 %GLOBAL LASTSTEPRC; 67 %if %symexist(LASTSTEPRC) %then %do; 68 %if %eval(&LASTSTEPRC. <= 4) %then %do;
69 70 /* Start the single-machine LASR server process */ 71 libname ml sasiola startserver= 72 ( 73 PATH="/path to sigfiles" /*don't have sigfiles though*/ 74 ) 75 76 host="server.com" port=10121 77 signer="https://server.com:443/SASLASRAuthorization" 78 ; 79 80 %end; 81 %end; 82 %mend; 83 %codeBody; NOTE: No tag was specified in the LIBNAME statement. The default tag (WORK) is used to name and identify tables in the LASR Analytic Server. You can specify a tag as a data set option. ERROR: Unable to register LASR server with authentication service. ERROR: Libref ML is not assigned. ERROR: Error in the LIBNAME statement.
... View more