Re: Memory leak by openejb.pool.scheduler

2013-09-30 Thread zmirc
Great! Thanks. I'll check it out when it gets available for download, tomorrow. BTW, why is there no change log anymore on  http://tomee.apache.org/download/tomee-1.6.0-snapshot.html ? From: Romain Manni-Bucau [via OpenEJB]

Re: Memory leak by openejb.pool.scheduler

2013-09-30 Thread Romain Manni-Bucau
our snapshot deployment was broken for days, i hope i fixed it some hours ago *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github:

Re: TomEE installation errors

2013-09-30 Thread Thiago Veronezi
Hi Mathias, Yep. https://repository.apache.org/content/groups/snapshots/org/apache/openejb/tomee-webapp/1.6.0-SNAPSHOT/tomee-webapp-1.6.0-20130930.100350-192.warhttps://repository.apache.org/content/groups/snapshots/org/apache/openejb/tomee-plus-webapp/1.6.0-SNAPSHOT/?_uyi=9897979787987

AW: Unsupported HTTP Request Method :OPTIONS

2013-09-30 Thread Can Eskikaya
Thank you, i tried out with the build openejb-standalone-4.6.0-20130930.040836-201https://repository.apache.org/content/groups/snapshots/org/apache/openejb/openejb-standalone/4.6.0-SNAPSHOT/openejb-standalone-4.6.0-20130930.040836-201.zip. Now there is no exception, but also there is no response

Re: Unsupported HTTP Request Method :OPTIONS

2013-09-30 Thread Romain Manni-Bucau
Hi should work with a fresh snapshot, i just fixed our setup so it should be ok tomorrow *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*

Re: TomEE installation errors

2013-09-30 Thread mathiver
Hi Thiago, There still seems to be an address problem: SEVERE: Failed to initialize end point associated with ProtocolHandler [http-bio-8080] java.net.BindException: Address already in use null:8080 -- View this message in context:

Re: TomEE installation errors

2013-09-30 Thread Romain Manni-Bucau
isnt your computer using 8080 for something else? if so just use another port for tomee *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-30 Thread Romain Manni-Bucau
Hi did you try http://localhost:8080/tomee/? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau*

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-30 Thread wlad
I have finally(!!!) made this example run. Server wasn't deploying jars from its webapps folder because in server settings, selected option was Use workspace metadata (does not modify Tomcat installation). After selecting option Use Tomcat installation (takes control of Tomcat installation) this

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-30 Thread wlad
Romain Manni-Bucau wrote did you try http://localhost:8080/tomee/? Yes, I did, and I am getting just blank white page with black header at the top of the page. Header that has caption (links) Apache TomEE and Home on the left corner, and Sign In link on the right corner. -- View this message

RE: ClassNotFoundExceptions on more than two Arquillian tests

2013-09-30 Thread Michiel Graat
Hi Romain, I am not entirely sure how to force the versions. The problem is that Shrinkwrap 1.0.0-beta-7 (in Arquillian 1.0.3) needs the API defined in Aether 1.8, and Arquillian-tomee-remote needs the API defined in Aether 1.13.1. These API's are not compatible at all. If I define the Maven

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-30 Thread Romain Manni-Bucau
Did you sign in? depending the version you can need to activate tomee user in tomcat-users.xml -folder conf of tomee) *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn:

Re: ClassNotFoundExceptions on more than two Arquillian tests

2013-09-30 Thread Romain Manni-Bucau
Hi that's only shrinkwrap maven dependency which brings it. On tomee side aether is no more used on trunk. *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn:

RE: ClassNotFoundExceptions on more than two Arquillian tests

2013-09-30 Thread Michiel Graat
Hi, I could of course use the trunk for Arquillian tests, but as far as I can see the newest version in the Maven repository is 1.5.2... Also, we are using TomEE 1.5.2 on production, so Arquillian testing on a newer version of TomEE is not preferred. Is there any other option? Kind regards,

Re: ClassNotFoundExceptions on more than two Arquillian tests

2013-09-30 Thread Romain Manni-Bucau
the only other solution is to not use SW maven integration. (Using JarLocation or any other solution to handle dependencies manually works fine, it looks harder but it is not that complicated) *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog:

Re: TomEE installation errors

2013-09-30 Thread mathiver
AFAIK, only for Tomcat. Is it sufficient to change 8080 twice in server.xml in order to do that, or does this need to be changed in other places as well? Thanks, Mathias -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-installation-errors-tp4665081p4665368.html Sent

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-30 Thread wlad
Romain Manni-Bucau wrote Did you sign in? depending the version you can need to activate tomee user in tomcat-users.xml -folder conf of tomee) Thanks for these tips, it is explained in tomcat-users.xml how to register a user, but I need advice. This is sample (wrapped in comments) user from

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-30 Thread Romain Manni-Bucau
tomee-admin is the needed role so: role rolename=tomee-admin / user username=wlad password=123 roles=tomee-admin,manager-gui / would work *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/

Re: TomEE installation errors

2013-09-30 Thread Romain Manni-Bucau
twice? normally just on http connector *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau*

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-30 Thread wlad
Romain Manni-Bucau wrote tomee-admin is the needed role so: role rolename=tomee-admin / user username=wlad password=123 roles=tomee-admin,manager-gui / would work Thanks a lot. Good to know I can see JNDI names of deployed beans. -- View this message in context: