Link to home
Start Free TrialLog in
Avatar of abgtemp
abgtempFlag for United States of America

asked on

Sametime Alertbot

I'm trying to use IBM's sametime Alertbot java application, but I am getting the following error when running the STComm.jar file. Not sure what the issue is.




Session created
Attempting login to mysametime.server.com
Logged out
java.lang.NullPointerException
        at src.AlertBot.loggedOut(AlertBot.java:190)
        at com.lotus.sametime.community.STBase.loggedOut(STBase.java)
        at com.lotus.sametime.community.STBase.processLoginEvent(STBase.java)
        at com.lotus.sametime.community.STBase.processSTEvent(STBase.java)
        at com.lotus.sametime.core.comparch.STCompPart$1.processSTEvent(STCompPart.java)
        at com.lotus.sametime.core.comparch.MessageDispatcher.dispatch(MessageDispatcher.java)
        at com.lotus.sametime.core.comparch.MessageDispatcher.flush(MessageDispatcher.java)
        at com.lotus.sametime.core.comparch.MessageDispatchingThread.run(MessageDispatchingThread.ja
va)
        at java.lang.Thread.run(Unknown Source)
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of abgtemp

ASKER

Thanks, all credentials are correct. I need to verify that the sametime server is allowing connections this way.