BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.

Dear All,

We are trying to implement AML 5.1 in linux environment.

We completed almost all the steps in mid tier configuration and SAS installer is failing to install/configure JBoss application server.

The relevant error message is attached as part of this conversation. Please help me to resolve this issue.

Rgds,

Ezhil


jboss server startup issue.png
1 ACCEPTED SOLUTION

Accepted Solutions
EzhilSelvan
SAS Employee

Thanks Jaap,

Just now corrected the issue.

we downloaded the jboss zip file from sourceforge.net and unzipped the file in our server

We corrected the file run.sh in the jboss directory using the below command.

sed -i -e 's/\r$//' run.sh


Retried the midtier configuration and it was fine now Smiley Happy

Thanks for the initiative :smileyinfo:

Rgds,

Ezhil

View solution in original post

2 REPLIES 2
jakarman
Barite | Level 11

it is full of messages....

Property "iomsrv.metadatasrv.host" has not been set

Property "iomsrv.metadatasrv.port" has not been set

Property "metadata.connection.userid" has not been set

Property "metadata.connection.passwd" has not been set

Did you try to solve/understand those

---->-- ja karman --<-----
EzhilSelvan
SAS Employee

Thanks Jaap,

Just now corrected the issue.

we downloaded the jboss zip file from sourceforge.net and unzipped the file in our server

We corrected the file run.sh in the jboss directory using the below command.

sed -i -e 's/\r$//' run.sh


Retried the midtier configuration and it was fine now Smiley Happy

Thanks for the initiative :smileyinfo:

Rgds,

Ezhil