Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-10 Thread Mammen
Hi John, I looked at your blog and I would like to see the entire deployment plan you are using, what kind of app you are trying to deploy and what problems you are having. There is a Spring integration in Geronimo article where you can find details on how to deploy in Geronimo each of

mysql

2006-04-10 Thread Arjen van der Weijden
trying to setup a datbase pool using mysql. I copied the mysql-driver to /repository/mysql/jars. When creating a database pool this error occurs: Nested Exception is java.lang.NullPointerException at org.apache.geronimo.console.repository.RepositoryViewPortlet.doView(R

Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-10 Thread Guilherme Rios
The way I see it, a vanilla J2EE application would be deployed in Geronimo without problems. The issue is, when you depend on projects that Geronimo also provides and are not part of standard J2EE but became de facto standards, you have to use a vendor-specific deployment plan. This is not

Deployment pblm in G1.1

2006-04-10 Thread Dave Colasurdo
I'm tying to deploy a simple war using G1.1 and deployment is failing. I've seen the same failure with several different applications both with and without deployment plans.. The same applications work fine on G1.0. Here is the error:

Re: Deployment pblm in G1.1

2006-04-10 Thread Aaron Mulder
There have been a lot of fixes (to both logging and deployment) in the last week. You should try again with a fresh 1.1 build. Thanks, Aaron On 4/10/06, Dave Colasurdo [EMAIL PROTECTED] wrote: I'm tying to deploy a simple war using G1.1 and deployment is failing. I've seen the same

Re: Deployment pblm in G1.1

2006-04-10 Thread Aaron Mulder
I guess I should ask, what build errors are you having today? Thanks, Aaron On 4/10/06, Aaron Mulder [EMAIL PROTECTED] wrote: There have been a lot of fixes (to both logging and deployment) in the last week. You should try again with a fresh 1.1 build. Thanks, Aaron On 4/10/06,

Magic attributes definition

2006-04-10 Thread Philippe Martins
Hi all ! I am looking for the class or the interface that declares all the 'magic attributes'. Some articles tell that the Geronimo architecture defines these special attributes in the GBeanMBean class in the kernel but I cannot find this class. Can you kindly give me the complete name of the

Re: Deployment pblm in G1.1

2006-04-10 Thread Sachin Patel
I just ran into... 2584 [main] DEBUG org.apache.geronimo.gbean.runtime.GBeanInstanceState - GBeanInstanceState for: geronimo/packaging/fixed/car? j2eeType=Repository,name=Repository State changed from stopped to starting 2585 [main] DEBUG

Re: Deployment pblm in G1.1

2006-04-10 Thread Dave Colasurdo
Just did a fresh checkout and tried again.. Have attached the failure.. Can try again without -o but suspect that build will take a long time + | configurations ActiveMQ broker configuration | Memory: 39M/56M +

Re: Deployment pblm in G1.1

2006-04-10 Thread Aaron Mulder
Dave, you need fresh ActiveMQ JARs. You can download them all manually or do an online build. Sachin, I haven't seen your problem, but I suspect a full build (maven clean new) would help. Thanks, Aaron On 4/10/06, Dave Colasurdo [EMAIL PROTECTED] wrote: Just did a fresh checkout and tried

Re: Deployment pblm in G1.1

2006-04-10 Thread Dave Colasurdo
I've successfully rebuilt G1.1 via an online build.. Though still having problems deploying the simple war that was attached to the initial post.. Or any other war that I have tried.. *Error on Tomcat:*

startup problem

2006-04-10 Thread Clough, Ray C PWR
Title: startup problem Several times I have gotten the following error on starting Geronimo. Each time, the only way I found around it was to reload Geronimo, a bother to say the least. Before shutting down Geronimo I had unloaded my app ( EbomService) each time, and then when I restart I

Re: Deployment pblm in G1.1

2006-04-10 Thread Aaron Mulder
Does the WAR have a geronimo-web.xml? If so, can you post the contents? Thanks, Aaron On 4/10/06, Dave Colasurdo [EMAIL PROTECTED] wrote: I've successfully rebuilt G1.1 via an online build.. Though still having problems deploying the simple war that was attached to the initial post.. Or

Re: startup problem

2006-04-10 Thread Aaron Mulder
How did you unload the EbomService app before you shut down? When you get this startup error, you can edit var/config/config.xml, find the entry for EbomService, and either remove it or add load=false to the configuration element for that entry. Though needless to say, we should figure out why

RE: startup problem

2006-04-10 Thread Clough, Ray C PWR
Thanks. I unloaded it from the Geronimo Console Application EARs panel. By the way, when I load Geronimo, the Daytrader app throws exceptions. I just unload it (again using Console app), and then it doesn't bother me. But initially, it always has some problems. - Ray Clough -Original

Re: Deployment pblm in G1.1

2006-04-10 Thread Dave Colasurdo
Yep.. Here it is... ?xml version=1.0? web-app xmlns=http://geronimo.apache.org/xml/ns/web; xmlns:naming=http://geronimo.apache.org/xml/ns/naming; configId=HelloWorld context-root/hello/context-root /web-app Also tried: ?xml version=1.0? web-app

Re: Deployment pblm in G1.1

2006-04-10 Thread Sachin Patel
I think your configID is wrong - sachin On Apr 10, 2006, at 4:19 PM, Dave Colasurdo wrote: Yep.. Here it is... ?xml version=1.0? web-app xmlns=http://geronimo.apache.org/xml/ns/web; xmlns:naming=http://geronimo.apache.org/xml/ns/naming; configId=HelloWorld

Re: Deployment pblm in G1.1

2006-04-10 Thread Sachin Patel
Sorry hit send to quick... looking at the new g-config schema... looks like u need an envionment element declared... xs:complexType name=environmentType xs:sequence xs:element name=configId type=sys:artifactType minOccurs=0 xs:annotation

Re: Deployment pblm in G1.1

2006-04-10 Thread Sachin Patel
Actually I'm confused now... I thought the configId attribute was being removed and not supported, looks like it still being used in daytrader??? - sachin On Apr 10, 2006, at 4:31 PM, Sachin Patel wrote: Sorry hit send to quick... looking at the new g-config schema... looks like u need

Re: Deployment pblm in G1.1

2006-04-10 Thread Dave Colasurdo
Can someone please provide details on G1.1 deployment... :) 1) G1.0 user applications did not always require a deployment plan. Shouldn't these same applications deploy on G1.1 without a plan? This doesn't appear to be working.. 2) G1.0 allowed for a plan with mininal info (basically just

Re: Deployment pblm in G1.1

2006-04-10 Thread Dave Colasurdo
BTW, My questions refer to simple web application WARs.. Thanks -Dave- Dave Colasurdo wrote: Can someone please provide details on G1.1 deployment... :) 1) G1.0 user applications did not always require a deployment plan. Shouldn't these same applications deploy on G1.1 without a plan? This

Re: startup problem

2006-04-10 Thread Aaron Mulder
OK, thanks for the info. If you run under JDK 1.5 then daytrader has problems, but it works OK if you run it under JDK 1.4. Thanks, Aaron On 4/10/06, Clough, Ray C PWR [EMAIL PROTECTED] wrote: Thanks. I unloaded it from the Geronimo Console Application EARs panel. By the

Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-10 Thread Mammen
Guilherme Rios [EMAIL PROTECTED] writes: The way I see it, a vanilla J2EE application would be deployed in Geronimo without problems. The issue is, when you depend on projects that Geronimo also provides and are not part of standard J2EE but became de facto standards, you have to use a