Re: general questions about geronimo application server capabilities?

2007-07-12 Thread David Jencks
On Jul 12, 2007, at 2:51 PM, legolas wrote: Hi thank you for reading my post. I have some general question about Geronimo application server configuration: -Does it support clustering and load balancing? There are several clustering features in geronimo. AFAIK you have to use an external

Re: Connecting mod_jk with G2.0M6

2007-07-12 Thread Oladapo Amudipe
I got this working. Oladapo Amudipe wrote: > > As anyone been able to setup connection between Apache web server and > geronimo v1.2 or v2.0 > through mod_jk connector? > > If so, can someone please provide instructions on how to do this. > > Apache HTTP Server v2.2.4 > Geronimo v1.2 or v2.0

Connecting mod_jk with G2.0M6

2007-07-12 Thread Oladapo Amudipe
As anyone been able to setup connection between Apache web server and geronimo v1.2 or v2.0 through mod_jk connector? If so, can someone please provide instructions on how to do this. Apache HTTP Server v2.2.4 Geronimo v1.2 or v2.0 I am able to do this in G v1.1, but we need our application run

general questions about geronimo application server capabilities?

2007-07-12 Thread legolas
Hi thank you for reading my post. I have some general question about Geronimo application server configuration: -Does it support clustering and load balancing? -Does it provide support for CertDB for digital certification manipulation? Thanks. -- View this message in context: http://www.nab

NullPointerException during deployment

2007-07-12 Thread Francisco Borges
Hello, I can already run this sample application under Geronimo2.0, but I can't deploy my unittests. The only difference (I can think of) between the deployment of the sample with the Unittests is that in the later I deploy 3 beans instead of 1. The error I get is this: --

Re: Derby DB in Geronimo

2007-07-12 Thread David Jencks
On Jul 12, 2007, at 11:44 AM, gmazza wrote: Hello, I am thinking of using the DerbyDB embedded in Geronimo for a web application. I have a couple of questions about the Derby that is in Geronimo: A couple of comments. I think you are going to need an ear file or a geronimo "synthetic ea

Derby DB in Geronimo

2007-07-12 Thread gmazza
Hello, I am thinking of using the DerbyDB embedded in Geronimo for a web application. I have a couple of questions about the Derby that is in Geronimo: 1.) Does Geronimo's Derby run in embedded mode or network server mode? If the former (which I believe but would like to confirm), does that m

Re: Missing JAR when depolying EAR

2007-07-12 Thread dharbige
djencks wrote: > > I think you have this situation, based on the stack trace: > > war with manfest classpath containing foo.jar > foo.jar has jcifs.jar in its manifest classpath. > I thought of this, which is why I manually checked the manifest files of all the JARs and WARs in the EAR. None

Re: Missing JAR when depolying EAR

2007-07-12 Thread David Jencks
I think you have this situation, based on the stack trace: war with manfest classpath containing foo.jar foo.jar has jcifs.jar in its manifest classpath. There are a couple of things we could change here, I'd be interested in some opinions... -- if we run into this error print more informati

Re: Missing JAR when depolying EAR

2007-07-12 Thread dharbige
donh wrote: > > David, > A couple of things come to mind, maybe you using a JAAS module that > requires it, are you using a NTLM security realm. > > Not really sure just reaching. Do you have more stack information? Is it > possible that the deployer is adding these entries to the manifest? >

Re: AW: Geronimo2: "port out of range:-1"

2007-07-12 Thread donH
Jacek Laskowski-4 wrote: > > On 7/12/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > >> What? Can't be! I'll rise an issue if it's true. It looks like a url >> parsing issue. Thanks for reporting! > > Unbelievable. Unless there's a reason for it, I must admit it's a bug. > Reported as OPENEJ

Re: Missing JAR when depolying EAR

2007-07-12 Thread donH
dharbige wrote: > > I'm trying to deploy an EAR into Geronimo (V2.0-M6), but get the following > error: > > Deployment failed: > Manifest class path entries must be a valid jar file (JAVAEE 5 Section > 8.2): > jarFile=C:\geronimo-jetty6-jee5-2.0-M6\repository\default\Application_ID\118424332431

Missing JAR when depolying EAR

2007-07-12 Thread dharbige
I'm trying to deploy an EAR into Geronimo (V2.0-M6), but get the following error: Deployment failed: Manifest class path entries must be a valid jar file (JAVAEE 5 Section 8.2): jarFile=C:\geronimo-jetty6-jee5-2.0-M6\repository\default\Application_ID\1184243324313\Application_ID-1184243324313.car

Re: AW: geronimo2.0: authentication denied

2007-07-12 Thread Francisco Borges
On Thursday 12 July 2007, Ueberbach, Michael wrote: > Hello Francisco, > > I got the same exception when connecting to geronimo from an remote > client (standalone java app). In my case it helped simply not to > specify any principal. So see what happens if you ommit the two > properties > >

AW: geronimo2.0: authentication denied

2007-07-12 Thread Ueberbach, Michael
Hello Francisco, I got the same exception when connecting to geronimo from an remote client (standalone java app). In my case it helped simply not to specify any principal. So see what happens if you ommit the two properties java.naming.security.principal = system java.naming.

Re: Geronimo & JUnit problems

2007-07-12 Thread Jacek Laskowski
On 7/12/07, Francisco Borges <[EMAIL PROTECTED]> wrote: Glad you sent this link ;-) You're welcome. I'll submit the issue there. (and I know of at least another couple of other bugs :-/) Go Francisco go! The more the better. It's not that you report issues and they'll get fixed in the comi

Re: AW: Geronimo2: "port out of range:-1"

2007-07-12 Thread Jacek Laskowski
On 7/12/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote: What? Can't be! I'll rise an issue if it's true. It looks like a url parsing issue. Thanks for reporting! Unbelievable. Unless there's a reason for it, I must admit it's a bug. Reported as OPENEJB-607 [1]. I'll see what I can do to fix it

Re: Geronimo & JUnit problems

2007-07-12 Thread Francisco Borges
On Thursday 12 July 2007, Jacek Laskowski wrote: > On 7/12/07, Francisco Borges <[EMAIL PROTECTED]> wrote: > > On Wednesday 11 July 2007, Jacek Laskowski wrote: > versions. Report issues you run into in JIRA [1] so we can track how > much is done. Report anything you feel is relevant and what migh

geronimo2.0: authentication denied

2007-07-12 Thread Francisco Borges
Hello, Now (using 127.0.0.1) when trying to get the initialcontext, I get javax.naming.AuthenticationException: This principle is not authorized. at org.apache.openejb.client.JNDIContext.authenticate(JNDIContext.java:148) at org.apache.openejb.client.JNDIContext.getInitialContext(JNDIContex

Re: AW: Geronimo2: "port out of range:-1"

2007-07-12 Thread Jacek Laskowski
On 7/12/07, Francisco Borges <[EMAIL PROTECTED]> wrote: Indeed changing the provider from localhost to 127.0.0.1 Solved the issue. What? Can't be! I'll rise an issue if it's true. It looks like a url parsing issue. Thanks for reporting! Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Re: Geronimo & JUnit problems

2007-07-12 Thread Jacek Laskowski
On 7/12/07, Francisco Borges <[EMAIL PROTECTED]> wrote: On Wednesday 11 July 2007, Jacek Laskowski wrote: ... > exceptional* == throwing lots of exceptions OR of a high quality. > Choose what suits better ;-) Sounds good. Specially the when you talk about "high quality exceptions". You didn'

Re: AW: Geronimo2: "port out of range:-1"

2007-07-12 Thread Francisco Borges
On Thursday 12 July 2007, Ueberbach, Michael wrote: > Did you really use "localhost" with success calling geronimo 1.2 ? > To my experience "localhost" doesn't work. Maybe 127.0.0.1 is better. Indeed changing the provider from localhost to 127.0.0.1 Solved the issue. Thanks a lot! Cheers! -- F

AW: Geronimo2: "port out of range:-1"

2007-07-12 Thread Ueberbach, Michael
Did you really use "localhost" with success calling geronimo 1.2 ? To my experience "localhost" doesn't work. Maybe 127.0.0.1 is better. Michael -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jacek Laskowski Gesendet: Donnerstag, 12. Juli 2007

Re: Geronimo2: "port out of range:-1"

2007-07-12 Thread Jacek Laskowski
On 7/12/07, Francisco Borges <[EMAIL PROTECTED]> wrote: I'm now trying to run my sample application on Geronimo2.0, the same sample runs fine on JBoss4.2 and Geronimo1.2. But on Geronimo2.0 I get: java.io.IOException: Cannot access server: null:-1 due to an unkown exception in the OpenEJB clie

Geronimo2: "port out of range:-1"

2007-07-12 Thread Francisco Borges
Hello, I'm now trying to run my sample application on Geronimo2.0, the same sample runs fine on JBoss4.2 and Geronimo1.2. But on Geronimo2.0 I get: java.io.IOException: Cannot access server: null:-1 due to an unkown exception in the OpenEJB client: java.lang.IllegalArgumentException : port ou

Re: Geronimo & JUnit problems

2007-07-12 Thread Francisco Borges
On Wednesday 11 July 2007, Jacek Laskowski wrote: > On 7/5/07, Francisco Borges <[EMAIL PROTECTED]> wrote: > > Would Geronimo2.0 be any better regarding JUnit integration? > > I can't claim it to be any better in this regard, but it's definitely > worth to try out because of its Java EE 5 complianc

servlets-examples error

2007-07-12 Thread alpha_one_x86
Hello! I have try setup servlets examples with: http://localhost:8080/servlets-examples/?install=true but: HTTP Status 500 javax.servlet.ServletException: Unable to install sample application org.apache.geronimo.welcome.AbsentSampleServlet.doInstall(AbsentSampleServlet.java:75) org.apache.geron