How to get PS7 SRA working on Solaris_x86
Hi!
After some trial and error I managed to configure a gateway instance. But when I want to start it, I get the following:
# ./psadmin start-sra-instance -u amadmin --type gateway -f pwdfile -N default
Unable to start this gateway instance. The Port 443 is already in use.
Port 443 is definitely not in use. Any ideas?
[357 byte] By [
CRabel] at [2007-11-25 21:42:49]

# 2
I found out, that the gateway works if I give it a port >1024, so its probably a rights issue.
I'm a bit stumped, because I start the gateway as root. Looks like it impersonates some user before opening the port for listening. Don't know why this is happening. I even tried to let the runtime user be root instead of noaccess, but that didn't help. Probably I have to change ownership of some file or something like that to get it to work...
At the moment I do not care, because it was only a testinstallation and I have no time to dig deeper.