raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Exceptions on Startup #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Bot
2. Start Bot
3.

What is the expected output? What do you see instead?
Bot to connect. Instead:

[2014/08/16 10:56:03] [botPool0-bot0] [ERROR] org.pircbotx.PircBotX - Exception 
encountered when parsing line
org.pircbotx.exception.DaoException: UnknownUser: WaveTactDev
    at org.pircbotx.UserChannelDao.getUser(UserChannelDao.java:87)
    at org.pircbotx.InputParser.processCommand(InputParser.java:467)
    at org.pircbotx.InputParser.handleLine(InputParser.java:353)
    at org.pircbotx.PircBotX.startLineProcessing(PircBotX.java:283)
    at org.pircbotx.PircBotX.connect(PircBotX.java:244)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:219)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:212)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

What version of the product are you using? On what operating system?
Latest Snapshot (Probably Master Branch)

Please provide any additional information below.

Original issue reported on code.google.com by jzhou2...@gmail.com on 16 Aug 2014 at 2:57

GoogleCodeExporter commented 9 years ago
Yeah... Nothing is responding properly - 

[2014/08/16 10:57:56] [botPool0-bot0] [INFO] org.pircbotx.InputParser - 
:JZTech102!jztech101@crabhost.org PRIVMSG WaveTactDev :ping
[2014/08/16 10:57:56] [botPool0-bot0] [ERROR] org.pircbotx.PircBotX - Exception 
encountered when parsing line
org.pircbotx.exception.DaoException: UnknownUser: JZTech102
    at org.pircbotx.UserChannelDao.getUser(UserChannelDao.java:87)
    at org.pircbotx.InputParser.processCommand(InputParser.java:467)
    at org.pircbotx.InputParser.handleLine(InputParser.java:353)
    at org.pircbotx.PircBotX.startLineProcessing(PircBotX.java:283)
    at org.pircbotx.PircBotX.connect(PircBotX.java:244)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:219)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:212)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

Original comment by jzhou2...@gmail.com on 16 Aug 2014 at 2:58

GoogleCodeExporter commented 9 years ago
It seems when creating a new Jenkins build for the dev branch I accidentally 
did a push. Just did a new build using the master branch. Update your snapshot 
to pircbotx-2.1-20140816.233855-50.jar

Original comment by Lord.Qua...@gmail.com on 16 Aug 2014 at 11:44