Re: Geronimo can't load Module 32/68 org.apache.geronimo.configs/activemq-ra/2.1.2/car

2009-03-02 Thread HuMark
I've still the problem The error from my attempt has been the try of g. 2.1.2 the same with 2.1.3. Yes the activemq-broker/2.1.3/car has started correctly [Module 16/68 org.apache.geronimo.configs/activemq-broker/2.1.3/car started in 1.953s] When I comment out the activemq-ra module I get an

Connecting To 192.168.1.100...Could not open connection to the host, on port 9999: Connect failed

2009-03-02 Thread jklcom99
We have changed the ActiveMQPort to something other than 61616 along with the recommended changes from https://issues.apache.org/jira/browse/GERONIMO-4518 to change all localhost and 0.0.0.0 references to 127.0.0.1 I wonder if this is a similar issue as with the rmi port... in the jms-plan.xml,

Re: Connecting To 192.168.1.100...Could not open connection to the host, on port 9999: Connect failed

2009-03-02 Thread Jarek Gawor
Are you testing with trunk or branches/2.1? This should work in branches/2.1 but might fail with trunk since https://issues.apache.org/activemq/browse/AMQ-2094 wasn't fixed yet. Also, you changed the ActiveMQPort to port ? Isn't that creating a conflict with the JMX port? Jarek On Mon, Mar

Re: JAVA PHP Bridge

2009-03-02 Thread Jack Cai
I guess you can share the jars across the applications by installing it in the server repository (through Services-Repository in the admin console) and then let all depending applications claim a depedency on these jars in their deployment plan. Good luck! -Jack 2009/2/28 James D Carroll

Re: Geronimo can't load Module 32/68 org.apache.geronimo.configs/activemq-ra/2.1.2/car

2009-03-02 Thread Jack Cai
Is there some more information in the log? (var/server.log) Have you changed any configurations? 2009/3/2 HuMark markus-hu...@rossholzen.de I've still the problem The error from my attempt has been the try of g. 2.1.2 the same with 2.1.3. Yes the activemq-broker/2.1.3/car has started

Re: jndi datasource access problem

2009-03-02 Thread Jack Cai
Are you runing this piece of code in the server container or in a standalone Web service client? Looks like you are running in the client. You can't access the server context (resources) in the standalone client. -Jack 2009/3/3 David Jencks david_jen...@yahoo.com On Mar 2, 2009, at 7:30 AM,

Re: File structure of Geronimo

2009-03-02 Thread Kevan Miller
On Feb 25, 2009, at 5:00 AM, chi runhua wrote: Hi, I am looking into the Geronimo file structure and planning to document the usage of each directories. Could anyone explain the usage of following directories? Geronimo_HOME\etc --?? etc is a directory for configuration of

IDE Support

2009-03-02 Thread Ken T.
I use NetBeans for development and Geronimo for deployment. I'd like to be able to use Geronimo with NetBeans for development too, but it doesn't look like Geronimo supports NetBeans. I know Glassfish supports both NetBeans and Eclipse. Where would one suggest this feature for later

Re: jndi datasource access problem

2009-03-02 Thread Kaupo
Jack Cai wrote: Are you runing this piece of code in the server container or in a standalone Web service client? Looks like you are running in the client. You can't access the server context (resources) in the standalone client. This code was in the same server. I'm using it in my

Custom Login Module HttpServletRequest access for webservice

2009-03-02 Thread Kaupo
Hi! I have made a custom login module where I need to retrieve some user data from the HttpServletRequest. The following piece of code work well: request = (HttpServletRequest) PolicyContext.getContext(javax.servlet.http.HttpServletRequest); The problem is that it only works when I login from