aware_support wroteClick on the View button next to the Aware IM Server entry on the Aware IM Control Panel. Post the diagnostics here. There can be many reasons why Aware IM won't start - wrong MySQL credentials, wrong host and /or port, blocked port etc etc etc. The diagnostics should reveal what the problem is.
This is what I got:
Hello world. About to start Aware IM Server
Aware IM Server startup error Unable to start Aware IM server because port 9000 is not available
or there is already another copy of Aware IM Server running.
Change the SystemPort property in the BASServer.props file to specify a different port number. exiting...
com.bas.basserver.bsmanager.StartupException: Unable to start Aware IM server because port 9000 is not available
or there is already another copy of Aware IM Server running.
Change the SystemPort property in the BASServer.props file to specify a different port number.
at com.bas.basserver.bsmanager.F.R(Unknown Source)
at com.bas.basserver.bsmanager.F.A(Unknown Source)
at com.bas.basserver.bsmanager.O.B(Unknown Source)
at com.bas.basserver.bsmanager.J$_C.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Process status: Aware IM Server: Unable to start Aware IM server because port 9000 is not available
or there is already another copy of Aware IM Server running.
Change the SystemPort property in the BASServer.props file to specify a different port number.
Overall status: Unable to start Aware IM server
Process status: Tomcat: Process finished
Overall status: Aware IM is shutting down...
Process status: JBoss: Shutting down
Process status: JBoss: Process finished
Overall status: Aware IM is not running
Process status: JBoss: Process finished
Contents of basserver.props:
#BAS Server Startup Properties
#Fri Jan 18 12:55:08 PST 2002
SystemPort=9000
ChannelTypeSK=com.bas.basserver.channels.SocketChannelType
ChannelTypeMail=com.bas.basserver.channels.EmailChannelType
ChannelTypeTimer=com.bas.basserver.channels.TimerChannelType
ChannelTypeURL=com.bas.basserver.channels.URLChannelType
ChannelTypeWebServices=com.bas.basserver.channels.WebServicesChannelType
ReplyTopic=topic/skoutputtopic
RequestQueue=queue/skinputqueue
LocalTopic=topic/defaultoutputtopic
LocalQueue=queue/defaultinputqueue
NotificationOutTopic=topic/notifouttopic
NotificationInQueue=queue/notifinqueue
DirectoryService=org.jnp.interfaces.NamingContextFactory
DirectoryServiceProvider=jnp://localhost:9650/
JMSFactory=ConnectionFactory
DriverClassName=com.mysql.jdbc.Driver
DriverURL=jdbc:mysql://localhost/BASDB?user=root
DriverTestURL=jdbc:mysql://localhost/BASDBTEST?user=root
BootstrapURL=jdbc:mysql://localhost/?user=root
DatabaseName=BASDB
DatabaseNameTest=BASDBTEST
DatabaseComponent=com.bas.basserver.persistence.dbplugins.MySQLInterface
StartRange=1
EndRange=100000
Hub=true
MaxNmbOfRepeats=1000
MaxNmbOfRepeatsWithoutChange=50
SessionTimeout=3600000
UIProcessTimeout=1800000
DocumentEngines=com.bas.basserver.documents.JasperReportsEngine,com.bas.basserver.documents.MSWordDocumentEngine,com.bas.basserver.documents.TextDocumentEngine,com.bas.basserver.documents.HtmlDocumentEngine,com.bas.basserver.documents.MSExcelDocumentEngine
AwaresoftHost=localhost
AwaresoftPort=8080