Switch to DuckDuckGo Search
   November 11, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >

Toggle Join/Part | bottom
[00:02:13] *** conan__ has joined #wildfly
[00:12:31] *** bstansberry has joined #wildfly
[00:12:31] *** ChanServ sets mode: +v bstansberry
[00:16:53] *** belong has joined #wildfly
[00:19:54] *** rhusar has quit IRC
[00:20:15] *** emmanuel_off is now known as emmanuel
[00:22:08] *** adietisheim has joined #wildfly
[00:30:25] *** jdcasey has quit IRC
[00:30:42] *** emmanuel is now known as emmanuel_off
[00:50:15] *** emmanuel_off is now known as emmanuel
[01:04:40] *** emmanuel is now known as emmanuel_off
[01:15:39] *** bstansberry has quit IRC
[01:17:21] *** adietisheim has quit IRC
[01:22:25] *** sannegrinovero has quit IRC
[01:25:00] *** whitingjr has left #wildfly
[01:34:58] *** lponceb has quit IRC
[01:36:55] *** fjuma has quit IRC
[01:52:20] *** emmanuel_off is now known as emmanuel
[01:56:12] *** pgier has quit IRC
[01:56:27] *** firemanxbr has joined #wildfly
[01:58:22] *** xenoterracide has joined #wildfly
[02:02:46] *** emmanuel is now known as emmanuel_off
[02:05:43] *** wolfc has quit IRC
[02:12:21] *** awestwell has joined #wildfly
[02:12:29] <awestwell> good evening all
[02:13:22] <awestwell> looking for some quick help with a ejb resteasy issue. I have a stateless session bean using jax-rs(rest-easy) and I want to return a message
[02:14:06] <awestwell> public Response testResource() { return Response.ok().entity("works").build(); } when running this produces the error java.io.NotSerializableException: org.jboss.resteasy.core.ServerResponse
[02:14:30] <awestwell> This should be simple not sure why I am getting this error
[02:17:56] <pw_pw> awestwell, check your imports, you most probably want javax.ws.rs.core.Response ...
[02:19:34] <awestwell> yup what should it be?
[02:20:21] <pw_pw> javax.ws.rs.core.Response
[02:22:55] <awestwell> thats what I have :(
[02:23:25] <awestwell> java.io.NotSerializableException: org.jboss.resteasy.core.ServerResponse
[02:23:25] <awestwell> org.jboss.marshalling.cloner.SerializingCloner.clone(SerializingCloner.java:256)
[02:23:35] <jamezp> What application server are you running?
[02:24:08] <awestwell> jboss 7.1
[02:24:11] <awestwell> org.jboss.resteasy.core.ServerResponse extends javax.ws.rs.core.Response
[02:26:21] *** ctomc has quit IRC
[02:27:55] <jamezp> Yeah. I don't think either implement Serializable, at least in EE 6.
[02:28:26] <jamezp> I'm not a rest expert though :)
[02:29:03] <awestwell> but from my understanding it should not be aatempting to serialize as its a response object
[02:30:29] <jamezp> Oops, I read "stateful" session bean. I'm not sure what the issue could be.
[02:30:58] <jamezp> What is your EJB annotated with?
[02:33:44] <awestwell> class is
[02:33:45] <awestwell> @Local
[02:33:45] <awestwell> @Stateless
[02:34:26] <awestwell> method is
[02:34:28] <awestwell> @GET
[02:34:28] <awestwell> @Path("/qqq/www")
[02:35:00] <awestwell> if I have it return an object it works
[02:35:10] <awestwell> just does not like the Response
[02:36:27] <jamezp> Seems odd. I'm not sure why that wouldn't work.
[02:38:11] *** wangc has joined #wildfly
[02:38:12] *** ChanServ sets mode: +v wangc
[02:42:53] <awestwell> thjanks for trying
[02:42:57] <awestwell> thanks
[02:44:17] *** smarlow has quit IRC
[02:52:20] *** emmanuel_off is now known as emmanuel
[02:53:13] <awestwell> got it
[02:53:23] <awestwell> had to add @Produces("application/json")
[02:53:28] <awestwell> to the method as well
[02:53:33] <awestwell> not just the class
[03:02:46] *** emmanuel is now known as emmanuel_off
[03:08:13] *** bbrowning_ has joined #wildfly
[03:08:13] *** ChanServ sets mode: +v bbrowning_
[03:11:13] *** bbrowning_away has quit IRC
[03:32:59] *** erewhon has quit IRC
[03:52:20] *** emmanuel_off is now known as emmanuel
[04:02:47] *** emmanuel is now known as emmanuel_off
[04:22:53] *** plarsen has quit IRC
[04:36:16] *** plarsen has joined #wildfly
[04:36:16] *** ChanServ sets mode: +v plarsen
[05:52:59] *** emmanuel_off is now known as emmanuel
[06:02:31] *** xenoterracide has quit IRC
[06:03:27] *** emmanuel is now known as emmanuel_off
[06:03:54] *** firemanxbr has quit IRC
[06:10:40] <jbossbot> new jira [WFLY-4071] deploy and undeploy commands inside batch mode in domain mode cause missing deployment content [Open (Unresolved) Bug, Major, Brian Stansberry] https://issues.jboss.org/browse/WFLY-4071
[06:36:20] <jbossbot> new jira [WFLY-4072] Unable to Enable JTA for a Datasource [Open (Unresolved) Bug, Critical, David Lloyd] https://issues.jboss.org/browse/WFLY-4072
[06:52:21] *** emmanuel_off is now known as emmanuel
[06:55:42] *** jfclere has joined #wildfly
[06:55:42] *** ChanServ sets mode: +v jfclere
[07:02:48] *** emmanuel is now known as emmanuel_off
[07:27:28] *** oskutka has joined #wildfly
[07:27:28] *** ChanServ sets mode: +v oskutka
[07:31:55] *** doctau has quit IRC
[07:33:40] *** rsvoboda has joined #wildfly
[07:33:40] *** ChanServ sets mode: +v rsvoboda
[07:40:39] *** istudens has joined #wildfly
[07:40:39] *** ChanServ sets mode: +v istudens
[07:41:46] *** xenoterracide has joined #wildfly
[07:46:22] *** jfclere has quit IRC
[07:56:11] *** matzew has joined #wildfly
[07:59:30] *** tremes has joined #wildfly
[07:59:30] *** ChanServ sets mode: +v tremes
[08:02:27] *** Ladicek has joined #wildfly
[08:02:28] *** ChanServ sets mode: +v Ladicek
[08:03:58] *** jfclere has joined #wildfly
[08:03:58] *** ChanServ sets mode: +v jfclere
[08:04:06] *** xapiens has quit IRC
[08:04:29] *** cvasilak has joined #wildfly
[08:04:29] *** ChanServ sets mode: +v cvasilak
[08:06:06] *** xenoterracide has quit IRC
[08:07:00] *** jmartisk has joined #wildfly
[08:07:00] *** ChanServ sets mode: +v jmartisk
[08:09:25] *** belong has quit IRC
[08:20:17] *** anatolys has joined #wildfly
[08:27:25] *** emuckenhuber has quit IRC
[08:29:12] *** LaSombra has quit IRC
[08:29:47] *** LaSombra has joined #wildfly
[08:30:03] *** ChanServ sets mode: +v LaSombra
[08:32:42] *** jpkroehling has joined #wildfly
[08:32:42] *** ChanServ sets mode: +v jpkroehling
[08:33:35] *** vjuranek has joined #wildfly
[08:33:36] *** ChanServ sets mode: +v vjuranek
[08:38:27] *** istudens has quit IRC
[08:38:56] *** smoyer has joined #wildfly
[08:39:17] *** istudens has joined #wildfly
[08:39:17] *** ChanServ sets mode: +v istudens
[08:42:57] *** baranowb has joined #wildfly
[08:49:31] *** ozizka has quit IRC
[08:51:04] *** tremes has quit IRC
[08:52:11] *** emmanuel_off is now known as emmanuel
[08:52:56] *** mkouba has joined #wildfly
[08:52:57] *** ChanServ sets mode: +v mkouba
[09:02:39] *** emmanuel is now known as emmanuel_off
[09:04:40] *** oskutka has quit IRC
[09:06:15] *** rsvoboda has quit IRC
[09:07:32] *** lponceb has joined #wildfly
[09:07:57] *** tremes has joined #wildfly
[09:07:57] *** ChanServ sets mode: +v tremes
[09:08:27] *** clichybi has joined #wildfly
[09:08:28] *** ChanServ sets mode: +v clichybi
[09:08:37] *** ozizka has joined #wildfly
[09:08:37] *** ChanServ sets mode: +v ozizka
[09:10:15] *** winem_ has joined #wildfly
[09:12:23] *** mbabacek|karm has joined #wildfly
[09:12:23] *** ChanServ sets mode: +v mbabacek|karm
[09:13:51] *** galderz has joined #wildfly
[09:13:51] *** ChanServ sets mode: +v galderz
[09:14:12] *** galderz has quit IRC
[09:30:26] *** CustosLimen has quit IRC
[09:33:49] *** night199uk has quit IRC
[09:39:29] *** whitingjr has joined #wildfly
[09:39:29] *** ChanServ sets mode: +v whitingjr
[09:40:31] *** night199uk has joined #wildfly
[09:42:21] *** maeste has joined #wildfly
[09:42:21] *** ChanServ sets mode: +v maeste
[09:43:08] *** rsvoboda has joined #wildfly
[09:43:08] *** ChanServ sets mode: +v rsvoboda
[09:45:07] *** emuckenhuber has joined #wildfly
[09:45:08] *** ChanServ sets mode: +v emuckenhuber
[09:46:24] *** asoldano has joined #wildfly
[09:46:25] *** ChanServ sets mode: +v asoldano
[09:57:12] *** CustosLimen has joined #wildfly
[09:57:54] *** istudens has quit IRC
[09:59:07] *** wangc has quit IRC
[09:59:15] *** wolfc has joined #wildfly
[09:59:16] *** ChanServ sets mode: +v wolfc
[10:00:48] *** istudens has joined #wildfly
[10:00:48] *** ChanServ sets mode: +v istudens
[10:02:18] *** hpehl has joined #wildfly
[10:02:18] *** ChanServ sets mode: +v hpehl
[10:02:35] *** chkal has joined #wildfly
[10:03:26] *** marekn has joined #wildfly
[10:03:26] *** ChanServ sets mode: +v marekn
[10:07:03] *** zroubali has joined #wildfly
[10:09:57] *** emmanuel_off is now known as emmanuel
[10:14:17] *** jfclere has quit IRC
[10:19:13] *** jfclere has joined #wildfly
[10:19:13] *** ChanServ sets mode: +v jfclere
[10:23:18] *** wangc has joined #wildfly
[10:23:19] *** ChanServ sets mode: +v wangc
[10:25:22] *** istudens has quit IRC
[10:27:12] *** maxandersen has quit IRC
[10:28:03] *** pilhuhn is now known as pil-afk-bbl
[10:29:58] *** CustosLimen has quit IRC
[10:30:47] *** adietisheim has joined #wildfly
[10:32:28] *** maxandersen has joined #wildfly
[10:32:28] *** ChanServ sets mode: +v maxandersen
[10:35:00] *** matzew has quit IRC
[10:40:30] *** oskutka has joined #wildfly
[10:40:30] *** ChanServ sets mode: +v oskutka
[10:44:38] *** galderz has joined #wildfly
[10:44:39] *** ChanServ sets mode: +v galderz
[10:45:00] *** galderz has quit IRC
[10:46:06] *** vjuranek has quit IRC
[10:46:59] *** oskutka has quit IRC
[10:49:30] *** CustosLimen has joined #wildfly
[10:50:35] *** galderz has joined #wildfly
[10:50:35] *** ChanServ sets mode: +v galderz
[10:50:39] *** emmartins has joined #wildfly
[10:50:45] *** oskutka has joined #wildfly
[10:50:45] *** ChanServ sets mode: +v oskutka
[11:00:27] *** whitingjr has left #wildfly
[11:01:41] *** emmartins has quit IRC
[11:10:26] *** rhusar has joined #wildfly
[11:20:28] *** clichybi has quit IRC
[11:23:53] *** pil-afk-bbl is now known as pilhuhn
[11:24:21] *** darranl has joined #wildfly
[11:24:21] *** ChanServ sets mode: +v darranl
[11:25:32] *** emmartins has joined #wildfly
[11:36:18] *** matzew has joined #wildfly
[11:45:42] *** Nihility has quit IRC
[11:52:08] *** rhusar has quit IRC
[11:53:06] *** emmartins has quit IRC
[11:55:42] *** wangc has quit IRC
[11:57:05] *** emmartins has joined #wildfly
[11:58:45] *** clichybi has joined #wildfly
[11:58:45] *** ChanServ sets mode: +v clichybi
[12:00:41] *** sannegrinovero has joined #wildfly
[12:00:41] *** ChanServ sets mode: +v sannegrinovero
[12:02:48] *** opalka has joined #wildfly
[12:02:48] *** ChanServ sets mode: +v opalka
[12:03:13] *** cmiranda has joined #wildfly
[12:06:38] *** ozizka has quit IRC
[12:06:59] *** delhage has quit IRC
[12:07:24] *** odin_ has quit IRC
[12:08:14] *** cmiranda has left #wildfly
[12:16:07] *** CustosLimen has quit IRC
[12:22:11] *** odin_ has joined #wildfly
[12:30:14] *** rbenevides has joined #wildfly
[12:30:15] *** ChanServ sets mode: +v rbenevides
[12:40:25] *** emmanuel is now known as emmanuel_off
[12:41:13] *** delhage has joined #wildfly
[12:44:35] *** hpehl has quit IRC
[12:51:29] *** wfink has joined #wildfly
[13:00:23] *** galderz has quit IRC
[13:22:36] *** whitingjr has joined #wildfly
[13:22:36] *** ChanServ sets mode: +v whitingjr
[13:25:43] *** rhusar has joined #wildfly
[13:29:53] *** emmanuel_off is now known as emmanuel
[13:33:30] <jbossbot> new jira [WFCORE-240] We need something similar to StandardConfigsXMLValidationUnitTestCase in Core [Open (Unresolved) Feature Request, Major, Tomaz Cerar] https://issues.jboss.org/browse/WFCORE-240
[13:45:31] *** rhusar has quit IRC
[13:54:23] *** ozizka has joined #wildfly
[13:54:23] *** ChanServ sets mode: +v ozizka
[13:59:58] *** bbrowning_ is now known as bbrowning
[14:02:19] *** emmanuel is now known as emmanuel_off
[14:02:48] *** awestwell has quit IRC
[14:04:49] *** cvasilak is now known as cvasilak|lunch
[14:10:16] *** emmanuel_off is now known as emmanuel
[14:18:45] *** rhusar has joined #wildfly
[14:18:45] *** ChanServ sets mode: +v rhusar
[14:31:22] *** kenfinnigan has joined #wildfly
[14:31:22] *** ChanServ sets mode: +v kenfinnigan
[14:32:18] *** ctomc has joined #wildfly
[14:32:18] *** ChanServ sets mode: +v ctomc
[14:32:33] *** galderz has joined #wildfly
[14:32:33] *** ChanServ sets mode: +v galderz
[14:35:13] *** cmiranda has joined #wildfly
[14:36:37] *** cmiranda has left #wildfly
[14:39:30] *** emmanuel is now known as emmanuel_off
[14:40:52] *** zathras has joined #wildfly
[14:43:39] *** pruivo has joined #wildfly
[14:43:39] *** ChanServ sets mode: +v pruivo
[14:43:52] *** kkhan has joined #wildfly
[14:43:52] *** ChanServ sets mode: +v kkhan
[14:44:43] *** emmanuel_off is now known as emmanuel
[14:46:34] *** cvasilak|lunch is now known as cvasilak
[14:49:20] *** whitingjr has quit IRC
[14:52:16] *** xapiens has joined #wildfly
[14:53:47] *** pgier has joined #wildfly
[14:53:47] *** ChanServ sets mode: +v pgier
[14:54:02] *** bstansberry has joined #wildfly
[14:54:02] *** ChanServ sets mode: +v bstansberry
[14:54:18] *** matzew is now known as matzew|Errands
[15:05:47] *** echelog-2 has joined #wildfly
[15:05:50] <jbossbot> new jira [WFCORE-241] HTTP Management interface, enabled true in schema, false in model definition. [Open (Unresolved) Bug, Major, Darran Lofthouse] https://issues.jboss.org/browse/WFCORE-241
[15:05:53] *** adietisheim has joined #wildfly
[15:13:41] *** gomex has joined #wildfly
[15:13:46] <gomex> Hi everyone
[15:13:56] <gomex> I wanna start a study about jboss
[15:14:06] <gomex> Do you indicate some book to do it?
[15:16:01] *** emmanuel_off is now known as emmanuel
[15:17:09] *** rsvoboda has joined #wildfly
[15:17:09] *** ChanServ sets mode: +v rsvoboda
[15:18:22] *** oskutka has joined #wildfly
[15:18:23] *** ChanServ sets mode: +v oskutka
[15:25:21] *** Euf has joined #wildfly
[15:31:13] *** pw_pw has quit IRC
[15:33:50] *** kenfinnigan has quit IRC
[15:37:41] *** plarsen has quit IRC
[15:38:50] *** matzew|Errands is now known as matzew
[15:40:51] *** whitingjr has joined #wildfly
[15:40:52] *** ChanServ sets mode: +v whitingjr
[15:46:21] *** jmartisk has quit IRC
[15:48:37] *** erewhon has joined #wildfly
[15:48:59] *** plarsen has joined #wildfly
[15:48:59] *** ChanServ sets mode: +v plarsen
[15:54:41] *** wyvern has quit IRC
[15:55:02] *** rsvoboda has quit IRC
[15:58:20] *** Ladicek has quit IRC
[16:00:15] <smoyer> @gomex: "JavaEE 7 Essentials" by Arun Gupta is a great introduction to JavaEE 7 (Wildfly is compliant)
[16:00:21] *** kenfinnigan has joined #wildfly
[16:00:21] *** ChanServ sets mode: +v kenfinnigan
[16:01:29] <smoyer> @gomex: Much of the Wildfly package is documented by underlying projects (e.g. JPA via Hibernate, CDI via Weld, JAX-RS via Resteasy)
[16:03:27] <gomex> smoyer, I wanna study about administration of Jboss Infra and not about devel :)
[16:07:31] *** rsvoboda has joined #wildfly
[16:07:31] *** ChanServ sets mode: +v rsvoboda
[16:09:00] <zathras> is ironjamacar worth the trouble when analyzing old jboss files to deploy on AS 7.1.1 (not wildfly) ?
[16:09:08] <smoyer> @gomex: Beyond the admin guide? Packt has a couple of books on OAM&P - one for EAP and another for JBoss AS
[16:09:38] <smoyer> http://shop.oreilly.com/product/110000099.do and http://shop.oreilly.com/product/9781849516785.do respectively
[16:09:39] <jbossbot> Title: JBoss EAP Configuration, Deployment, and Administration - O'Reilly Media
[16:09:40] <jbossbot> Title: JBoss AS 7 Configuration, Deployment and Administration - O'Reilly Media
[16:11:47] *** moparisthebest has quit IRC
[16:16:26] *** chkal has quit IRC
[16:17:19] <smoyer> The Wildfly admin guide is here: https://docs.jboss.org/author/display/WFLY8/Admin+Guide
[16:17:34] <jbossbot> Title: Admin Guide - WildFly 8 - Project Documentation Editor
[16:21:52] *** rsvoboda has quit IRC
[16:22:49] *** Nihility has joined #wildfly
[16:22:49] *** ChanServ sets mode: +v Nihility
[16:24:21] *** moparisthebest has joined #wildfly
[16:35:30] *** rsvoboda has joined #wildfly
[16:35:30] *** ChanServ sets mode: +v rsvoboda
[16:42:01] *** marekn has quit IRC
[16:42:02] *** emmanuel is now known as emmanuel_off
[16:43:00] *** oskutka has quit IRC
[16:45:57] *** emmanuel_off is now known as emmanuel
[16:49:19] *** jamezp has quit IRC
[16:55:16] *** jamezp has joined #wildfly
[16:55:16] *** ChanServ sets mode: +v jamezp
[16:56:52] *** opalka has quit IRC
[16:59:52] <jbossbot> new jira [WFCORE-243] Not started servers need a placeholder resource when added [Open (Unresolved) Bug, Major, Alexey Loubyansky] https://issues.jboss.org/browse/WFCORE-243
[17:02:01] *** galderz has quit IRC
[17:04:59] *** rsvoboda has quit IRC
[17:06:47] *** jdcasey has joined #wildfly
[17:11:13] *** rbenevides is now known as rbenevides|lunch
[17:16:34] *** adietisheim has quit IRC
[17:16:52] *** adietisheim has joined #wildfly
[17:22:28] *** moparisthebest has quit IRC
[17:28:05] *** moparisthebest has joined #wildfly
[17:49:57] <zathras> I get lots of these : ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."my-ejb.jar".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."my-ejb.jar".STRUCTURE: Failed to process phase STRUCTURE of deployment "my-ejb.jar"
[17:50:22] <zathras> Caused by: java.lang.IllegalArgumentException: Given parent is not an ancestor of this virtual file
[17:50:49] <zathras> What I also noticed is that files are deployed in the wrong order
[17:50:53] *** smarlow has quit IRC
[17:51:19] <zathras> can I enforce this through jboss-deployment-structure.xml somehow?
[17:51:24] *** smarlow has joined #wildfly
[17:51:24] *** ChanServ sets mode: +v smarlow
[17:51:38] <zathras> and might that help to prevent such errors?
[17:54:48] <ctomc> zathras create a new thread on forums https://community.jboss.org/en/wildfly if it goes for wildfly or https://community.jboss.org/en/jbossas7 for AS7 and provide more details, full boot log, structure of your deployment, any deployment descriptors you use (application.xml, ejb-jar, jboss-deployment-structure.xml, ...)
[17:54:49] <jbossbot> Title: Space: WildFly | JBoss Developer
[17:54:50] <jbossbot> Title: Space: JBoss AS 7 | JBoss Developer
[18:04:31] *** lanceball is now known as lance|afk
[18:07:06] *** matzew is now known as matzew|away
[18:11:15] *** emuckenhuber has quit IRC
[18:17:58] <zathras> ctomc, thanks, but that would be huge and not very well fitted for a forum. And also a bit troublesome regarding disclosure of some stuff
[18:22:34] *** pilhuhn is now known as pil-afk-bbl
[18:23:06] *** jpkroehling has quit IRC
[18:24:18] *** emuckenhuber has joined #wildfly
[18:24:18] *** ChanServ sets mode: +v emuckenhuber
[18:25:48] *** ctomc has quit IRC
[18:26:18] *** mkouba has quit IRC
[18:26:52] *** tremes has quit IRC
[18:30:37] *** cvasilak is now known as cvasilak|away
[18:32:55] *** hpehl has joined #wildfly
[18:32:55] *** ChanServ sets mode: +v hpehl
[18:36:57] *** jfclere has quit IRC
[18:40:53] *** zathras has quit IRC
[18:44:23] *** sannegrinovero has quit IRC
[18:44:47] *** conan__ has quit IRC
[18:45:36] *** conan__ has joined #wildfly
[18:46:14] *** conan__ has quit IRC
[18:46:51] *** conan__ has joined #wildfly
[18:47:03] *** cvasilak|away has quit IRC
[18:53:51] *** rhusar has quit IRC
[18:54:13] *** lponceb has quit IRC
[18:55:10] *** kkhan has quit IRC
[18:58:51] *** wyvern has joined #wildfly
[19:02:20] *** emmanuel is now known as emmanuel_off
[19:03:24] *** emmanuel_off is now known as emmanuel
[19:08:24] *** sannegrinovero has joined #wildfly
[19:08:25] *** ChanServ sets mode: +v sannegrinovero
[19:10:22] *** asoldano has quit IRC
[19:12:55] *** clichybi has quit IRC
[19:14:30] *** galderz has joined #wildfly
[19:14:30] *** ChanServ sets mode: +v galderz
[19:19:31] *** lance|afk is now known as lanceball
[19:19:42] *** emmanuel is now known as emmanuel_off
[19:28:01] *** whitingjr has left #wildfly
[19:30:35] *** wfink has quit IRC
[19:30:46] *** winem_ has quit IRC
[19:31:08] *** galderz has quit IRC
[19:38:15] *** rbenevides|lunch is now known as rbenevides
[19:57:04] *** baranowb has quit IRC
[19:57:45] *** rhusar has joined #wildfly
[19:59:39] *** kkhan has joined #wildfly
[19:59:39] *** ChanServ sets mode: +v kkhan
[20:10:57] *** kkhan has quit IRC
[20:12:23] *** mbabacek|karm has quit IRC
[20:12:29] *** bbrowning has quit IRC
[20:12:39] *** bbrowning has joined #wildfly
[20:12:40] *** ChanServ sets mode: +v bbrowning
[20:15:22] *** bbrowning_ has joined #wildfly
[20:15:22] *** ChanServ sets mode: +v bbrowning_
[20:17:31] *** bbrowning has quit IRC
[20:17:41] *** bbrowning_ is now known as bbrowning
[20:29:03] *** zyclonite has quit IRC
[20:29:27] *** pil-afk-bbl is now known as pilhuhn
[20:34:13] *** zyclonite has joined #wildfly
[20:34:58] *** maeste has quit IRC
[20:43:01] *** wolfc has quit IRC
[20:46:44] *** lanceball is now known as lance|afk
[20:55:10] *** clichybi has joined #wildfly
[20:55:10] *** ChanServ sets mode: +v clichybi
[20:56:04] *** cbourque has joined #wildfly
[20:58:49] *** tomlux has joined #wildfly
[21:02:06] <cbourque> hey guys! anyone knows why I get this error: JBAS014212: Could not send cluster formation message to the client on channel Channel ID 7329375a (inbound) of Remoting connection 62431c73 to /192.168.168.10:33710
[21:07:08] *** ozizka has quit IRC
[21:07:46] *** anatolys has quit IRC
[21:11:15] *** lance|afk is now known as lanceball
[21:14:40] *** socket- has quit IRC
[21:16:05] *** darranl has quit IRC
[21:17:59] *** tomlux has quit IRC
[21:26:25] *** mbabacek|karm has joined #wildfly
[21:48:03] *** firemanxbr has joined #wildfly
[21:49:51] *** emmartins has quit IRC
[21:54:51] *** rbenevides has quit IRC
[22:01:55] *** smoyer has quit IRC
[22:05:07] *** firemanxbr has quit IRC
[22:07:43] *** firemanxbr has joined #wildfly
[22:31:40] *** kenfinnigan has quit IRC
[22:38:58] *** conan__ is now known as conan2
[22:39:35] *** cmiranda has joined #wildfly
[22:41:21] *** belong has joined #wildfly
[22:41:50] *** kisisten has joined #wildfly
[22:49:10] *** conan2 is now known as conan_afk
[22:55:32] *** pilhuhn is now known as pil-zzZZzz
[23:02:33] *** doctau has joined #wildfly
[23:07:20] *** bbrowning is now known as bbrowning_away
[23:21:56] *** conan_afk is now known as conan2
[23:26:17] *** cmiranda has quit IRC
[23:30:46] *** conan2 is now known as conan
[23:32:38] *** hpehl has quit IRC
[23:32:49] *** lanceball is now known as lance|afk
[23:42:26] *** jamezp has quit IRC
[23:47:23] *** jamezp has joined #wildfly
[23:47:23] *** ChanServ sets mode: +v jamezp
[23:56:07] *** conan is now known as conan_afk
[23:57:29] *** matzew|away has quit IRC
[23:59:00] *** ozizka has joined #wildfly
[23:59:00] *** ChanServ sets mode: +v ozizka
top

   November 11, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >