setup_error.log shows:
19:30:07 02/09/16 Traceback (most recent call last):
File "./setup.py", line 495, in copy_output
shutil.copyfile(output_fn, dest_fn)
File "/usr/lib64/python2.6/shutil.py", line 51, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 2] No such file or directory: './output/conf/Catalina/localhost/oxauth.xml'
19:30:07 02/09/16 (99)Cannot assign requested address: make_sock: could not bind to address 10.81.1.220:80
no listening sockets available, shutting down
Unable to open logs
19:30:07 02/09/16 (99)Cannot assign requested address: make_sock: could not bind to address 10.81.1.220:80
no listening sockets available, shutting down
Unable to open logs
setup.log shows:
.....
19:30:07 02/09/16 Copying ./output/oxauth.xml to ./output/conf/Catalina/localhost/oxauth.xml
19:30:07 02/09/16 Error writing ./output/oxauth.xml to ./output/conf/Catalina/localhost/oxauth.xml
19:30:07 02/09/16 Traceback (most recent call last):
File "./setup.py", line 495, in copy_output
shutil.copyfile(output_fn, dest_fn)
File "/usr/lib64/python2.6/shutil.py", line 51, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 2] No such file or directory: './output/conf/Catalina/localhost/oxauth.xml'
19:30:07 02/09/16 Copying ./output/server.xml to /opt/tomcat/conf/server.xml
19:30:07 02/09/16 Copying ./output/oxTrustLogRotationConfiguration.xml to /opt/tomcat/conf/oxTrustLogRotationConfiguration.xml
.....
Thanks!