Parsing error processing resource path geronimo 1.1.1

2007-01-05 Thread Anshuk Chinmoy Pal Chaudhuri
Hi, While deploying one ear on geronimo 1.1.1 , there is one problem when the web module is getting deployed, it's the web.xml where I mention init-param id=InitParam_1 param-nameconfig/param-name param-value/WEB-INF/struts-config.xml,/WEB-INF/

Re: java.lang.NoClassDefFoundError - Reg

2007-01-05 Thread Lasantha Ranaweera
Hi Kamal, If you have added hibernate jars in to the WEB-INF/lib folder it is not necessary to add these dependencies here. If you want to add them in to the GERONIMO/repository then you need to add this kind of dependencies tag. You can use Geronimo console's Common Libs section to upload

Re: NameNotFoundException -Reg

2007-01-05 Thread Lasantha Ranaweera
Hi Kamal, Looks like your EJB's are remotely referred ones. So better way to do it is adding tags in to the web.xml file and geronimo-web.xml as given below. web.xml ejb-ref ejb-ref-nameejb/LoanManager/ejb-ref-name ejb-ref-typeSession/ejb-ref-type home

InvocationTargetException - reg

2007-01-05 Thread kamal cheetah
My EAR got deployed , but when i try to run my application . It is throwing this particular exception. Can u help me out. java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: InvocationTargetException - reg

2007-01-05 Thread Kevan Miller
On Jan 5, 2007, at 6:17 AM, kamal cheetah wrote: My EAR got deployed , but when i try to run my application . It is throwing this particular exception. Can u help me out. snip Caused by: java.lang.NoClassDefFoundError: org/apache/struts/action/ ActionForm at

Re: JNDI Access Problem

2007-01-05 Thread Carragher Jr, Richard
David, Thanks for the response. I'll try to debug it - I'm assuming there's no log statements, and you would like me to run it in a debugger? Another thought that I had, is it possible to look at the JNDI tree, to verify that my ejb is deployed properly? And also, I don't have a

Re: JNDI Access Problem

2007-01-05 Thread David Jencks
On Jan 5, 2007, at 9:04 AM, Carragher Jr, Richard wrote: David, Thanks for the response. I'll try to debug it - I'm assuming there's no log statements, and you would like me to run it in a debugger? Either that or add some logging statements and recompile. I suspect the debugger might be

Re: JNDI Access Problem

2007-01-05 Thread Kevan Miller
On Jan 5, 2007, at 9:52 AM, David Jencks wrote: On Jan 5, 2007, at 9:04 AM, Carragher Jr, Richard wrote: David, Thanks for the response. I'll try to debug it - I'm assuming there's no log statements, and you would like me to run it in a debugger? Either that or add some logging

Re: JNDI Access Problem

2007-01-05 Thread David Jencks
On Jan 5, 2007, at 10:00 AM, Kevan Miller wrote: On Jan 5, 2007, at 9:52 AM, David Jencks wrote: On Jan 5, 2007, at 9:04 AM, Carragher Jr, Richard wrote: David, Thanks for the response. I'll try to debug it - I'm assuming there's no log statements, and you would like me to run it in a

RE: JNDI Access Problem

2007-01-05 Thread Carragher Jr, Richard
Ok, user error. I was looking up the jndi name from a property file, and the property file had the name in quotes (). That explains that problem. However, now I'm getting this one: 10:30:23,843 ERROR [JndiRequestHandler] Failed to write to JNDIResponse java.net.SocketException: Broken pipe

Re: JNDI Access Problem

2007-01-05 Thread David Jencks
On Jan 5, 2007, at 10:35 AM, Carragher Jr, Richard wrote: Ok, user error. I was looking up the jndi name from a property file, and the property file had the name in quotes (). That explains that problem. However, now I'm getting this one: Unfortunately I have no idea about this one, maybe

RE: JNDI Access Problem

2007-01-05 Thread Carragher Jr, Richard
Well, I disabled ipv6, and I get the same error, except the last line changes to: 11:24:40,457 ERROR [EjbDaemon] 127.0.0.1 JNDI_REQUEST OEJP/2.0 FAIL Broken pipe Thanks, Rick Carragher -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 10:52

Re: JNDI Access Problem

2007-01-05 Thread Kevan Miller
On Jan 5, 2007, at 11:17 AM, Carragher Jr, Richard wrote: Well, I disabled ipv6, and I get the same error, except the last line changes to: 11:24:40,457 ERROR [EjbDaemon] 127.0.0.1 JNDI_REQUEST OEJP/2.0 FAIL Broken pipe What level of JRE(s) are you running? Possible that you can you post

RE: JNDI Access Problem

2007-01-05 Thread Carragher Jr, Richard
I'm on Linux (Suse 9.2), and I've tried the IBM 1.4.2 and 1.5.0 JVMs. Both give the same error. I can raise a Jira, but I'm not sure what you mean about posting a test case? Rick -Original Message- From: Kevan Miller [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 11:46 AM

Re: JNDI Access Problem

2007-01-05 Thread Kevan Miller
On Jan 5, 2007, at 12:17 PM, Carragher Jr, Richard wrote: I'm on Linux (Suse 9.2), and I've tried the IBM 1.4.2 and 1.5.0 JVMs. Both give the same error. I can raise a Jira, but I'm not sure what you mean about posting a test case? Whatever is necessary to recreate your problem. E.g.

Re: Geronimo 1.1 with Hibernate 3.1

2007-01-05 Thread jwan
Peter, did you end up trying this? Did it work for you? I will need to use something similar very soon. -- Jimmy Wan Senior Technical Lead 21st Century Technologies, Inc. URL: http://www.21technologies.com The information in this email and in any attachments is confidential and may be