Build 2374 Has Reintroduced Bug

If you think that something doesn't work in Aware IM post your message here
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Build 2374 Has Reintroduced Bug

Post by PointsWell »

The issue of restarting a server and overwriting (or destroying) the BASServer.props has returned.
Setup:
Remote Unix Server (Debian)
Separate DB Server (mySQL)

Steps:
setup BASServer.props
Run AIM server
Access with Configurator not on server
Shutdown
Reboot Linux Server
Restart AIM server
Connect with Configurator
Error on port 61616

Remedy is to shut down AIM server
Copy over BASServer.props
Restart AIM server

Check BASServer.props
the following lines

Code: Select all

DirectoryServiceProvider=tcp\://actualNameOfServer\:61616
JMS_BROKER_CONNECTOR=tcp\://actualNameOfServer\:61616
are replaced with

Code: Select all

DirectoryServiceProvider=tcp\://localhost\:61616
JMS_BROKER_CONNECTOR=tcp\://localhost\:61616
Also taking a long time to deploy the Tomcat/webapps/AwareIM app

Code: Select all

INFO: Deployment of web application directory /opt/awareim/Tomcat/webapps/AwareIM has finished in 576,263ms
This problem had been eradicated under build 2373
Post Reply