I have had an issue lately with the Aware IM server not starting. Tomcat starts fine however the Aware IM server will not start. I have been waiting for it to timeout and then going to settings and switching port 9000 on the Aware IM Server under general to port 9005. I will then shut down and restart Aware IM and the server will not start a second time, so I then switch back to port 9000 restart and then the server would start and the program would work for a while without issue. This little time consuming workaround was working well up until today. Now making the changes does not start Aware IM at all.
Also I have issues with Java Heap and once I do an update on any BSV and publish it I am not able to add a new BSV version and republish. These are small issues as I generally will restart Aware IM and these last two will be resolved until the next publishing of the BSV.
So a total of 3 issues:
1.) Aware IM Server Not Starting
2.) Java Heap issues
3.) Unable to save or update any editing BSV file after publishing to Live site ( The BSV is being edited in a test site called AM and the BSV is published in a second live test site called TNT)
Hopefully I explained with enough detail to get this issue resolved.
Below is displayed in the Server Output under View on the Aware IM server line of the Aware IM Control Panel.
Server started...
Overall status: Aware IM is shutting down...
Process status: Tomcat: Shutting down
Process status: Tomcat: Process finished
Overall status: Aware IM is not running
Process status: Tomcat: Process finished
Started sent unsent email thread 0
Sending unsent email...
2015-10-23 12:55:16,377 ERROR -Email was not sent.
javax.mail.AuthenticationFailedException: failed to connect, no password specified?
at javax.mail.Service.connect(Service.java:329)
at javax.mail.Service.connect(Service.java:176)
at javax.mail.Service.connect(Service.java:125)
at javax.mail.Transport.send0(Transport.java:194)
at javax.mail.Transport.send(Transport.java:124)
at com.bas.basserver.iopipes.EmailSink.A(Unknown Source)
at com.bas.basserver.iopipes.EmailSink.C(Unknown Source)
at com.bas.basserver.iopipes.EmailSink.A(Unknown Source)
at com.bas.basserver.iopipes.EmailSink$_E.run(Unknown Source)
at java.lang.Thread.run(Thread.java:744)