BookmarkSubscribeRSS Feed
sinsro
Calcite | Level 5

I am trying to start a lasr server (installed in linux machine) with the following code in SAS session -

libname lasrd sasiola startserver=

(

PATH="/users/sasmi/lasr"

)

       

         host="miserver.race.sas.com" port=10058 tag=LSR

     signer="http://miserver.race.sas.com:7980/SASLASRAuthorization"

        ;

I am getting the following error -

NOTE: The autoexec file, /install/SASConfig/Lev1/SASApp/WorkspaceServer/autoexec.sas, was executed at server initialization.

1          /* Starting the server */

2         

3 libname lasrd sasiola startserver=

4 (

5 PATH="/users/sasmi/lasr"

ERROR:  An exception has been encountered.

Please contact technical support and provide them with the following traceback information:

The SAS task name is [OBJECT_E]

Segmentation Violation

Traceback of the Exception:

/install/SASHome/SASFoundation/9.4/sasexe/sas() [0x52805e]

/install/SASHome/SASFoundation/9.4/sasexe/sas() [0x41f08e]

2 The SAS System 06:32 Wednesday, July 16, 2014

/install/SASHome/SASFoundation/9.4/sasexe/tkmk.so(bkt_signal_handler+0x144) [0x7f45376de5d4]

/lib64/libpthread.so.0() [0x3960c0f520]

/install/SASHome/SASFoundation/9.4/sasexe/tkhttp.so(httpInstPropFind+0x2e) [0x7f44dbb6715e]

/install/SASHome/SASFoundation/9.4/sasexe/saslasb(+0xfe54) [0x7f44e3b9ee54]

/install/SASHome/SASFoundation/9.4/sasexe/saslasb(+0xe259) [0x7f44e3b9d259]

/install/SASHome/SASFoundation/9.4/sasexe/saslasb(runLASRTask+0x84d) [0x7f44e3b9ca1d]

/install/SASHome/SASFoundation/9.4/sasexe/saslasb(+0x6234) [0x7f44e3b95234]

/install/SASHome/SASFoundation/9.4/sasexe/sasyh(yyhlasn+0x17f) [0x7f4526dc302f]

/install/SASHome/SASFoundation/9.4/sasexe/sasyh(yhlasn2+0x53c) [0x7f4526dbbb3c]

/install/SASHome/SASFoundation/9.4/sasexe/sasxshel(ytlibf+0x3b4) [0x7f4525e177e4]

/install/SASHome/SASFoundation/9.4/sasexe/sasxshel(yasany+0x1624) [0x7f4525dfb074]

/install/SASHome/SASFoundation/9.4/sasexe/sasxshel(yasany2+0xcb) [0x7f4525df98fb]

/install/SASHome/SASFoundation/9.4/sasexe/sasxshel(yttknx+0x139b) [0x7f4525e1ae3b]

/install/SASHome/SASFoundation/9.4/sasexe/sasxshel(yalexec+0x3d6) [0x7f4525e3b196]

/install/SASHome/SASFoundation/9.4/sasexe/sasxshel(yalinln+0x2fd) [0x7f4525e3e66d]

/install/SASHome/SASFoundation/9.4/sasexe/sasxshel(yalproc+0x191) [0x7f4525e38ed1]

/install/SASHome/SASFoundation/9.4/sasexe/sasxobj(sasxobj+0x395) [0x7f44e8258e65]

/install/SASHome/SASFoundation/9.4/sasexe/sas(vvtentr+0x101) [0x41eca1]

/lib64/libpthread.so.0() [0x3960c077e1]

/lib64/libc.so.6(clone+0x6d) [0x39608e68ed]

6 )

7         

8 host="miserver.race.sas.com" port=10058 tag=LSRIssue

9 signer="http://miserver.race.sas.com:7980/SASLASRAuthorization"

10 ;

  NOTE : If I run the same code without the signer, then the code runs fine without any issues. But, later on creation, loading, registration of datasets fails.

1 REPLY 1
DavidHenderson
SAS Employee

Please contact tech support about this issue.  They will need additional information about your system, including what version of Base SAS and SAS LASR Analytic Server you are running.

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1496 views
  • 0 likes
  • 2 in conversation