Siteminder: AdminUI service fail to start : command not found ': not a valid identifier: export: `JBOSS_HOME
search cancel

Siteminder: AdminUI service fail to start : command not found ': not a valid identifier: export: `JBOSS_HOME

book

Article ID: 379385

calendar_today

Updated On:

Products

CA Single Sign On Agents (SiteMinder) CA Single Sign On Federation (SiteMinder) CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) SITEMINDER

Issue/Introduction

Running into issue when starting up the AdminUI services.

[user@server]$ ./standalone.sh --debug
./standalone.conf: line 6: $'\r': command not found
': not a valid identifier: export: `JBOSS_HOME
./standalone.conf: line 11: $'\r': command not found
./standalone.conf: line 12: $'\r': command not found
./standalone.conf: line 18: $'\r': command not found
./standalone.conf: line 23: $'\r': command not found
./standalone.conf: line 60: syntax error: unexpected end of file
=========================================================================
  JBoss Bootstrap Environment
  JBOSS_HOME: /siteminder/adminui
/bin/javaapp/netegrity/siteminder/adminui
=========================================================================
/bin/java: No such file or directorygrity/siteminder/adminui

Environment

12.8.x

Cause

The standalone.conf file moved from Windows server to Unix. Hence, it was not able to be read by the AdminUI startup script.

Resolution

Perform dos2unix conversion of the standalone.conf file.

$dos2unix standalone.conf

Startup the AdminUI service.