LuckyRiver Posted November 25, 2013 Author Posted November 25, 2013 Hi, Could you open the config file log : uar/src/test/resources/firebase/conf/log4j.xml, it should be under cubeia-poker or wherever you installed it. and add the following category to get more trace, restart server and give me more detailed trace so I can have better understanding what's going on. <category name="com.board.games" additivity="false"> <priority value="debug"/> <appender-ref ref="STDOUT"/> <appender-ref ref="SERVER_LOG"/> <appender-ref ref="ERROR_LOG"/> </category>
countvidal Posted November 27, 2013 Posted November 27, 2013 Then you must have either mispelled the file name or the file name does not exist in the folder. I just read the trace you gave 2013-11-22 19:52:22,233 ERROR main board.games.service.PokerBoardService - T[] P[] - Exception occurred in PokerBoardService : org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from URL [file:/usr/local/poker/beans.xml]; nested exception is java.io.FileNotFoundException: /usr/local/poker/beans.xml (No such file or directory) Make sure to give read access to the file too! Perms are 644
countvidal Posted November 27, 2013 Posted November 27, 2013 Hi, Could you open the config file log : uar/src/test/resources/firebase/conf/log4j.xml, it should be under cubeia-poker or wherever you installed it. and add the following category to get more trace, restart server and give me more detailed trace so I can have better understanding what's going on. <category name="com.board.games" additivity="false"> <priority value="debug"/> <appender-ref ref="STDOUT"/> <appender-ref ref="SERVER_LOG"/> <appender-ref ref="ERROR_LOG"/> </category> Added it, restarting server. All the logs are empty except system.log: 2013-11-27 19:11:43,874 - INFO - Firebase Server Platform initializing; Server id: mavenServer1 2013-11-27 19:11:54,530 - INFO - Deployed: poker.com.cubeia.firebase.server.deployment.DeploymentType@18e3c98 0; Internal ID: n/a; Deployment Revision: 0 2013-11-27 19:11:55,201 - INFO - Deployed: poker-tournament 1.0-SNAPSHOT; Internal ID: 1; Deployment Revision: 1 2013-11-27 19:11:55,409 - INFO - Deployed: Poker 1.0-SNAPSHOT; Internal ID: 1; Deployment Revision: 1 2013-11-27 19:11:55,410 - INFO - Deployed: poker-uar-1.0-SNAPSHOT.com.cubeia.firebase.server.deployment.DeploymentType@a849a 0; Internal ID: n/a; Deployment Revision: 0 2013-11-27 19:11:56,341 - INFO - Deployed: Service board-service-1.0-SNAPSHOT; Id: com.board.games.service:PokerBoardService 2013-11-27 19:11:56,416 - INFO - Deployed: Service shutdown-service-1.0-SNAPSHOT; Id: ns://www.cubeia.com/poker/shutdown/service 2013-11-27 19:11:56,446 - INFO - Deployed: Service config-service-1.0-SNAPSHOT; Id: com.cubeia.game.poker.config:config-service 2013-11-27 19:11:56,460 - INFO - Deployed: Service mt-random-1.1-SNAPSHOT; Id: com.cubeia.firebase.service:mt-random 2013-11-27 19:11:56,468 - INFO - Deployed: Service post-login-service-1.0-SNAPSHOT; Id: connect-service 2013-11-27 19:11:56,489 - INFO - Deployed: Service hand-history-storage-service-1.0-SNAPSHOT; Id: ns://www.cubeia.com/poker/handhistory/database 2013-11-27 19:11:56,818 - INFO - Deployed: Service tournament-history-storage-service-1.0-SNAPSHOT; Id: ns://www.cubeia.com/poker/tournament/history/persistence 2013-11-27 19:11:56,824 - INFO - Deployed: Service broadcast-service-1.0-SNAPSHOT; Id: com.pvp.firebase:broadcast-service 2013-11-27 19:11:56,868 - INFO - Deployed: Service hand-history-collector-service-1.0-SNAPSHOT; Id: ns://www.cubeia.com/poker/handhistory/service 2013-11-27 19:11:56,881 - INFO - Deployed: Service hand-history-provider-service-1.0-SNAPSHOT; Id: ns://www.cubeia.com/poker/handhistory/provider-service 2013-11-27 19:11:56,896 - INFO - Deployed: Service fb-user-service-1.4.0-RC2-SNAPSHOT; Id: com.cubeia.network.users:firebase 2013-11-27 19:11:56,994 - INFO - Deployed: Service cubeia-wallet-service-1.4.0-RC2-SNAPSHOT; Id: ns://www.game.com/wallet/service 2013-11-27 19:11:59,814 - INFO - Deployed: Service backend-service-cubeia-wallet-adapter-1.0-SNAPSHOT; Id: ns://www.cubeia.com/backend/cashgame/service 2013-11-27 19:11:59,822 - INFO - Deployed: Service user-management-service-1.0-SNAPSHOT; Id: ns://www.cubeia.com/poker/usermanagement/user-management-service 2013-11-27 19:11:59,866 - INFO - Deployed: Service domain-event-service-1.0-SNAPSHOT; Id: com.cubeia.poker.domainevents:achievement-service 2013-11-27 19:11:59,880 - INFO - Deployed: Service fb-operator-service-1.4.0-RC2-SNAPSHOT; Id: com.cubeia.game.poker.operator:operator-service 2013-11-27 19:12:00,704 - INFO - Master node 'mas1' initialized as [primary] master. 2013-11-27 19:12:00,805 - INFO - Master node processed handshake for role GAME_NODE from id: gam1[mavenServer1[127.0.0.1:8635]] 2013-11-27 19:12:00,863 - INFO - Master node processed handshake for role CLIENT_NODE from id: cli1[mavenServer1[127.0.0.1:8635]] 2013-11-27 19:12:01,935 - INFO - HTTP Server starting at: 0.0.0.0:9191; SSL configuration: Not Configured 2013-11-27 19:12:01,948 - INFO - Master node processed handshake for role MTT_NODE from id: mtt1[mavenServer1[127.0.0.1:8635]] 2013-11-27 19:12:04,923 - INFO - NIO Server started at: /0.0.0.0:4123 2013-11-27 19:12:05,802 - INFO - System [Java HotSpot Server VM 24.45-b08; Linux Linux (i386)] 2013-11-27 19:12:05,803 - INFO - Server started [Wed Nov 27 19:12:05 EST 2013] 2013-11-27 19:12:05,803 - INFO - Firebase Server Platform [version: 1.9.4-CE]
LuckyRiver Posted November 28, 2013 Author Posted November 28, 2013 Weird, the logs files are located in the uar/log folder. Double check again. Open server.log or error.log and copy and paste the detailed trace. 1. Try also chmod 777 the beans.xml. 2. In the uar folder, you must have the 2 files: JDBCConfig.ini and the PokerConfig.ini . In one of those files, there is config location of the beans.xml. Make sure it points to the right path. Get back what you find.
VR6Pete Posted November 28, 2013 Posted November 28, 2013 Looks interesting add on. Any reason why this wouldn't work on a shared hosting solution?
LuckyRiver Posted November 29, 2013 Author Posted November 29, 2013 Looks interesting add on. Any reason why this wouldn't work on a shared hosting solution?You need to have root access because you are going to install third party software that shared hosting will not have. This add-on is not for everyone because of the complexity involved but luckily there is documentation and my help. It's also expensive due to high demand of resources. As last version , you will need at least dedicated (non-shared) 3gb of memory to run the game server along with hosting IPB. Take a look of http://quarterpoker.com for a test drive which is basically what this add-on is about.
countvidal Posted November 29, 2013 Posted November 29, 2013 I get the same error: the log files are empty because the log trace you asked me to add is giving exceptions:
LuckyRiver Posted November 29, 2013 Author Posted November 29, 2013 Looks like you got the boardservice deployed reading carefully from the trace: 2013-11-27 19:11:56,341 - INFO - Deployed: Service board-service-1.0-SNAPSHOT; Id: com.board.games.service:PokerBoardService That may explain why the error trace is empty, but server.log should have a lot of data. Try to connect the client to the game, does it says connected at login page?
LuckyRiver Posted December 5, 2013 Author Posted December 5, 2013 Will be releasing V2 this coming week-end. Demo is up at test site: http://holdemfever.net with some batch of bots running so you can play if there is no one. Forget not hitting F9 key to disable special editor so you will be able to type in with normal letters. So much spammers, registration approval will need to go through admin, though you can access the game directly without getting validated. I'll add soon the restrictions to be a member to be able to access the game. Glad that IPB spam service did a good job getting them banned. To ask for help, you will need to post in test site from now on. Thanks!
LuckyRiver Posted December 9, 2013 Author Posted December 9, 2013 To those who wait. The release will be delayed a couple of days as I've have only finished freezing the source code after spending he entire weekend debugging and performing tests. It's up and running on the test site now. The only thing left to do is to update documentation as so much has been changed since last version. Stay tuned. Btw, bots are getting smarter , hard to beat and you may lost your shirts faster than you thought! Here are the clips I've played yesterday and posted on test site:
LuckyRiver Posted December 22, 2013 Author Posted December 22, 2013 Just released V2 (http://community.invisionpower.com/files/file/6071-texas-holdem-poker/) . :smile:
countvidal Posted December 22, 2013 Posted December 22, 2013 Sweet, would love to test it out. edit: the rtf guide needs like a rework. A pdf with table of contents and better organized text would be ideal.
LuckyRiver Posted September 12, 2014 Author Posted September 12, 2014 Just let you guys know that I'm currently adding support for IPS4 pre-release for next coming release of Boardservice V3. I should have a test site demo soon! Authentication using new blowfish encryption is completed. Avatar display is under work.
LuckyRiver Posted September 12, 2014 Author Posted September 12, 2014 Where can i download this? Not available yet, only V2 is but do not have IPS4 support. The timeframe of releasing this is 2 weeks away. I need to deploy this in the test server first! I probably will have the test site ready this weekend! I'm also wrapping up documentation. Stay tuned!
Draffi Posted September 13, 2014 Posted September 13, 2014 V2 sounds good - and i dont need IPS4 support. Any link for V2?
LuckyRiver Posted September 13, 2014 Author Posted September 13, 2014 V2 sounds good - and i dont need IPS4 support. Any link for V2? Thanks for your interests. I'm afraid the files are no longer there since someone had already asked. I've dropped support for that v2 version due not too much interests. You have to wait for few more weeks for the new version since even you have the link, the external files from that link needed to install the game are no longer valid. V3 is the only version I'll give installation support. A few are also waiting badly for the new version too. Stay tuned!
Draffi Posted September 13, 2014 Posted September 13, 2014 It is ok for me, sure. Thank you! But v3 will be function with 3.4.6, also?
LuckyRiver Posted September 13, 2014 Author Posted September 13, 2014 It is ok for me, sure. Thank you! But v3 will be function with 3.4.6, also? Yes, from 3.1,x, 3.4.x to 4.x and much much stable. Get a feel of it at http://quarterpoker.com Note also more variant of poker are supported like Omaha and Crazy Pineaple (my favorite) since it adds a twist to how your hole cards since you can discard one of three! Meanwhile, you can test drive it now, you will need to setup avatar to see it in game, haven't found a domain name yet so far go by ip. Signup : http://198.23.246.124/ Game: http://198.23.246.124:8181/poker/cubeiaclassic/ Beware, bots are smarter than you think. Lost some! Later!
LuckyRiver Posted October 1, 2014 Author Posted October 1, 2014 Hi, Just let you know that I no longer maintain add-on poker resources here. You can download and install it freely at the official site: http://boardservice.org/community. I'm hosting the resources now with Xenforo board while waiting IPS4 to be officially released. The main reasons that it is no longer needed to host it here since now I've released the boardservice to the open source community under GPLv2 licence and due to it's genericity, it's better to handle it in one centralized place where installers from other forum softwares can seek for help on installation issues they may encountered. IPS4 support is now added to those who want to install it. Backward compatibility with older versions like 3.4.x and 3.1x is also supported. Any installation issue is now handled off site. Thanks for your interests! /LR
LuckyRiver Posted December 4, 2017 Author Posted December 4, 2017 I had plan to resurrect the poker game from Cubeia open source. Thus, I have been testing out the code using latest version of third party modules along with new version of compiler. I manage to get the demo out on a fresh test vps. Running rock solid, without IPS integration yet, for sanity tests only. Fully playable: http://198.12.67.117:8181/poker/cubeiaclassic. Use any name for user and any number for password. Make sure to activate sound in settings. Bring a buddy or more or just open 2 browser sessions and see it yourself. You will need both sit at same table for the game to start at least 2 players. With IPS integration, you will need to use the forum user and password to play. Til, IPS integration is done, feel free to test drive it.
LuckyRiver Posted April 3, 2019 Author Posted April 3, 2019 Game is under work to use IPS Oauth 2 authentication. I should be able to have a preview pretty soon. It took me a while to get back what has been done years ago to refactor it with new features. The good thing is there is no more database configuration involved since IPS acts now as an Oauth server.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.