Re: Problem at geronimo boot

2007-09-04 Thread Kevan Miller
On Sep 3, 2007, at 3:33 AM, Paolo Denti wrote: Hi Kevan, Viet i prepared a basic spring/hibernate application using jta on geronimo. it works. then i tried to add all the components i am using in my bad application, one by one, and, finally, i found it: it was very difficult because the

Re: Geronimo 2.0.1 Server Start-Up Failed

2007-09-05 Thread Kevan Miller
On Sep 4, 2007, at 4:51 PM, Bobby Warner wrote: I am trying to use Geronimo for the first time. I downloaded version 2.0.1, extracted and ran server.jar. Any thoughts? I am using JDK 6u1. Hi Bobby, One user has reported successfully starting Geronimo 2.0.1 on JRE 1.6.0_02_b05. I've

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-05 Thread Kevan Miller
On Sep 5, 2007, at 7:22 PM, Xh wrote: Hi All! I have very strange problem. In my geronimo-web.xml I wrote: dependency groupIdrepository.org.apache.geronimo.javamail/ groupId artifactIdgeronimo-javamail_1.4_mail/artifactId version1.2/version

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Kevan Miller
On Sep 6, 2007, at 7:15 AM, Rick McGuire wrote: Could you post a stack trace for this new failure? Are you able to instantiate an instance of javax.mail.Multipart in your code? I have a suspicion that the problem is with the classloader used to load the SMTPAppender class, not the

Re: manifest classloader issue

2007-09-06 Thread Kevan Miller
Anshuk, One request -- please use New Message to start a new email thread, rather than using Reply and editing the subject. More below... On Sep 6, 2007, at 9:50 AM, Anshuk Chinmoy Pal Chaudhuri wrote: Hi, I am trying to deploy a connector rar from inside the ear on Geronimo 1.1.1.

Re: Problem with @PostConstruct in MDB

2007-09-11 Thread Kevan Miller
On Sep 11, 2007, at 4:13 PM, David Blevins wrote: On Sep 11, 2007, at 7:05 AM, Marcin Waldowski wrote: Hello. I use Geronimo 2.0.1. When I add to my mdb code following lines: import javax.interceptor.InvocationContext; import javax.annotation.PostConstruct; @PostConstruct public void

Re: MQ Connection (on the network) using servicemix on geronimo 1.1.1

2007-09-13 Thread Kevan Miller
On Sep 12, 2007, at 11:34 PM, Anshuk Chinmoy Pal Chaudhuri wrote: Hi, The scenario is more like this. I am having the j2ee application client on Geronimo 1.1.1 server, which needs to talk to the websphere mq sitting on other machine. The websphere mq ip needs to be somewhere

Re: Problems with Geronimo Logging...

2007-09-14 Thread Kevan Miller
On Sep 12, 2007, at 9:11 PM, EJLeVin1 wrote: Ok, so first off I want to apologize if this is kind of a newbie question, but we are making the migration from Tomcat to Geronimo, and I am having a hard time moving some of our application's logging. We have written a custom log4j appender

Re: Creation of new threads after closing response writer in Servlet in Little-G Jetty 2.0.1

2007-09-14 Thread Kevan Miller
On Sep 14, 2007, at 11:34 AM, Mario Ruebsam wrote: I did some debugging and followed the code until: SelectChannelConnector$ConnectorEndPoint(SelectChannelEndPoint).run () line: 422 when this line is called the Treads will be created. Nice. Thanks for digging into this Mario! I guess

Re: JOSSO with Geronimo

2007-09-14 Thread Kevan Miller
On Sep 14, 2007, at 10:56 AM, Carver wrote: Yes, I can. What's the advantage of using Geronimo 2.0.1? Is it easy to config the Tomcat Realm? Heh. Well, not necessarily, but we'll definitely be more interested in helping you... ;-) For me to help you, I'd need to do some

Re: Problems with Geronimo Logging...

2007-09-14 Thread Kevan Miller
On Sep 14, 2007, at 1:49 PM, EJLeVin1 wrote: Kevan, Thanks for the info. I wasn't able to get the modification to the .bat/.sh files working properly with the -classpath options (although I might have been setting something wrong); however, changing the MANIFEST.MF file in the

Re: geronimo sucessfully installed and running, but am not able to log on two server

2007-09-15 Thread Kevan Miller
On Sep 14, 2007, at 5:58 PM, amrog wrote: My specs are: Windows Vista Home Premium JRE 1.6.0_02 Jdk 1.5.0_12 System Environment Variables VariableVALUE Classpath: .;C:\Program Files\Java\jre1.6.0\lib\ext\QTJava.zip \JRE_HOME JRE_HOMEC:\Program Files\Java\jdk1.5.0_12\jre

Re: Xbean n00b needs help

2007-09-19 Thread Kevan Miller
Hi Joe, Although your message refers to 'xbean.jar' you really want the xmlbeans user list ([EMAIL PROTECTED]), not the xbean user list... As a freebie ;-) I would suspect either a problem with your CLASSPATH or perhaps compiling with one version of the JDK and running on a different

Re: Problem with defining custom Valve in config.xml

2007-09-20 Thread Kevan Miller
On Sep 20, 2007, at 8:52 AM, Carver wrote: It seems that I can merge all the other jar files into the geronimo-tomcat-1.1.1.jar to make it works. Is there other ways to handle it? Another technique would be to append your jar to the Class-Path in meta-inf/manifest.mf in server.jar.

Re: Problem with defining custom Valve in config.xml

2007-09-20 Thread Kevan Miller
On Sep 20, 2007, at 9:34 AM, Vamsavardhana Reddy wrote: Put your jars in GERONIMO_HOME/lib/endorsed dir. Heh. How many answers can we give... ;-) I was thinking we had lib/endorsed issues on 1.1. We don't set it as command line option when invoking java. And am not sure how well

Re: EJB Authentication Problem

2007-09-24 Thread Kevan Miller
On Sep 24, 2007, at 6:48 PM, Kory Markevich wrote: David Jencks [EMAIL PROTECTED] writes: I think this is what you need to do. With openejb standalone the login-by-getting-jndi might work better. We could fix it in geronimo by having you supply a realm name I guess what I need to know is

Re: Geronimo 1.1.1 service wrapper problem

2007-10-04 Thread Kevan Miller
On Oct 3, 2007, at 10:03 AM, Alessandro PTQS wrote: Hi, I have installed geronimo-1.1.1 as a windows service using Java Service Wrapper 3.2.3 and it works very fine. Now I need to launch Geronimo in java 6. If I start Geronimo by the command line, it still work fine, but if i start

Re: running two instances of Geronimo 2.0.1

2007-10-05 Thread Kevan Miller
On Oct 5, 2007, at 2:25 PM, Mario Ruebsam wrote: David and Donald, thanks for the help and changes to that problem and also for adding the thread pool size in config- substitutions.properties (GERONIMO-3475). I changed my current G 2.0.1 files to match your changes on the 2.0.2-SNAPSHOT.

Re: How to specify JNDI names?

2007-10-08 Thread Kevan Miller
On Oct 8, 2007, at 10:59 AM, Zakharov, Vasily M wrote: Hi, all, I have an application (SPECjAppServer2004) containing session EJBs that need to be accessed from outside. When I run the client, it reports: javax.naming.NameNotFoundException: /OrderAuditSes does not exist in the system.

Re: How to specify JNDI names?

2007-10-10 Thread Kevan Miller
On Oct 9, 2007, at 1:10 PM, Zakharov, Vasily M wrote: Kevan, Thanks for your help! Your solution worked. However, in my case the proper JNDI name for the bean turned out to be as follows: orders.jar/OrderAuditSes/ org.spec.jappserver.orders.orderauditses.ejb.O rderAuditSes and I had to

Re: ClassCastException: EjbJarInfo

2007-10-10 Thread Kevan Miller
On Oct 10, 2007, at 9:29 AM, Oleg Nitz wrote: Hi! I am trying to move our app from Geronimo 1.1.1 to Geronimo 2.0 and I am getting a strange error during deployment: 16:15:55,569 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state:

Re: How to specify JNDI names?

2007-10-10 Thread Kevan Miller
On Oct 10, 2007, at 12:46 PM, [EMAIL PROTECTED] wrote: From: Kevan Miller [mailto:[EMAIL PROTECTED] You can find JNDI naming documentation for 2.0.2 here -- http:// cwiki.apache.org/GMOxDev/client-jndi-names.html Supposedly this doc got moved to a better location, but I don't see

Re: Getting java.lang.IllegalStateException while stopping geronimo

2007-10-10 Thread Kevan Miller
On Oct 8, 2007, at 1:10 PM, Ashish Jain wrote: Hi, I am trying to start Geronimo as a windows service. I am following this link for the same. http://cwiki.apache.org/GMOxDOC20/ configuring-geronimo-as-a-windows-service.html Server start is fine but when I try to stop the server. I get

Re: Strange console message: Endpoint connection to JMS broker failed

2007-10-10 Thread Kevan Miller
On Oct 9, 2007, at 5:20 PM, Zakharov, Vasily M wrote: Hi, all, After I deploy a JMS connector (named SPECJMS) and an application (SPECjAppServer2004) using this connector, the following messages appear in the console after each 30 seconds or so: 03:06:18,619 ERROR [ActiveMQEndpointWorker]

Re: Error when shutting down geronimo's instance.

2007-10-13 Thread Kevan Miller
On Oct 13, 2007, at 12:51 PM, Pablo Martin Viva wrote: From: Pablo Martin Viva [EMAIL PROTECTED] Date: October 12, 2007 7:42:19 PM EDT To: [EMAIL PROTECTED] Subject: Error when shutting down geronimo's instance. Hi I am new to Apache Geronimo, Im running Geronimo 2.0.1 under Linux

Re: Error when shutting down geronimo's instance.

2007-10-15 Thread Kevan Miller
On Oct 13, 2007, at 7:17 PM, Pablo Martin Viva wrote: Hi, thanks keving for answering, me I've tried with both SUN's JRE and JDK 1.6_u1 and SUN's JRE and JDK 1.5.0_12-b04 both for startup and for shutting down the server and I still get the very same error. I will see if I can find any

Re: classes in a web application cannot be found

2007-10-16 Thread Kevan Miller
On Oct 16, 2007, at 1:37 PM, David Jencks wrote: On Oct 16, 2007, at 10:28 AM, MShah wrote: The version of Geronimo is 2.0.1. I am deploying it as a war file. The war file gets deployed to the following location: repository\default\p2k6App\1192229987483\p2k6App-1192229987483.war where

Re: classes in a web application cannot be found

2007-10-16 Thread Kevan Miller
On Oct 16, 2007, at 3:36 PM, MShah wrote: I have a System.out.println as the very first line in the constructor and that never gets called. When I invoke the jsp all I get is a NullPointer Exception, there is no other exception on the geronimo console. Any feedback will be much

Re: Server starts fine after commenting ClientAddresses property in config-substitutions.properties

2007-10-17 Thread Kevan Miller
On Oct 17, 2007, at 3:40 PM, Ashish Jain wrote: Hi, In config-substitutions.properties we have ClientAddresses property. I have few questions on this 1) What are the allowed values for ClientAddresses property? Expected value is a dotted ip address (e.g. 127.0.0.1) or hostname of the

[SECURITY] Potential vulnerability in Apache Tomcat Webdav servlet

2007-10-18 Thread Kevan Miller
The Geronimo project has learned of a security vulnerability in the Apache Tomcat Webdav Servlet implementation. If you use a Tomcat configuration of Geronimo and configure a write-enabled Webdav servlet, you may be affected by this vulnerability. If you do not configure the Webdav servlet

Re: Error while starting geronimo server

2007-10-19 Thread Kevan Miller
On Oct 19, 2007, at 10:35 AM, gsk1010 wrote: Hi Everybody I am having error while starting geronimo server. Santosh, The problem is your JAVE_HOME or JRE_HOME environment variable. One or the other is pointing to a 'java' binary, but not the actual JRE/ JDK installation. You can

[ANNOUNCE] Availability of Geronimo 2.0.2

2007-10-19 Thread Kevan Miller
All, Wanted to let everyone know that the Geronimo 2.0.2 binaries are available for download -- http://geronimo.apache.org/downloads.html 2.0.2 addresses a number of issues that were found in our 2.0.1 release, including the MEJB security vulnerability. Great work everyone! --kevan

Re: Geronimo 2.0.2 do not start in Mac OS X 10.4

2007-10-23 Thread Kevan Miller
On Oct 22, 2007, at 10:58 PM, sbyonge wrote: Geronimo 2.0.2 do not start in Mac OS X 10.4 $ cd ~/local/geronimo $ bin/geronimo.sh run Using GERONIMO_BASE: /Users/appd/local/geronimo Using GERONIMO_HOME: /Users/appd/local/geronimo Using GERONIMO_TMPDIR: var/temp Using JRE_HOME:

Re: Multiple installations of Apache Geronimo pointing to one copy of bin/schema/lib

2007-10-23 Thread Kevan Miller
On Oct 22, 2007, at 2:05 PM, Ashish Jain wrote: Hi, Is it possible to have multiple installation of AG with all of them having a common bin, lib and schema. I am referring this link (http://cwiki.apache.org/GMOxDOC20/multiple-repositories.html ) where it suggests that bin/lib/schema are

Re: Permission denied running as non-root user

2007-10-23 Thread Kevan Miller
On Oct 23, 2007, at 2:46 PM, BradNexen wrote: When starting geronimo as a non-root user - I am getting the following error: 13:10:43,697 ERROR [[Deployment]] Servlet.service() for servlet Deployment threw exception java.io.FileNotFoundException: /tmp/gjms.war (Permission denied) I

Re: Geronimo 2.0.2 do not start in Mac OS X 10.4

2007-10-24 Thread Kevan Miller
On Oct 24, 2007, at 2:33 AM, sbyonge wrote: snip Found one Java-level deadlock: = Finalizer: waiting to lock monitor 0x01807a70 (object 0x06a73370, a sun.misc.Launcher$AppClassLoader), which is held by main main: waiting to lock monitor 0x01807a94 (object

Re: Seam + Geronimo - deploy problem

2007-10-24 Thread Kevan Miller
On Oct 24, 2007, at 3:28 PM, Piotr J wrote: I want to deploy my app under geronimo but I'm getting this error: Error: Operation failed: start of nautilia/SklepyEAR/1.0/ear failed Unknown start exception Configuration nautilia/SklepyEAR_webapp.war/1.0/car failed

Re: Seam + Geronimo - deploy problem

2007-10-24 Thread Kevan Miller
On Oct 24, 2007, at 4:37 PM, Piotr J wrote: Kevan Miller wrote: On Oct 24, 2007, at 3:28 PM, Piotr J wrote: I want to deploy my app under geronimo but I'm getting this error: Error: Operation failed: start of nautilia/SklepyEAR/1.0/ear failed Unknown start exception

Re: Geronimo 2.0.2 do not start in Mac OS X 10.4

2007-10-25 Thread Kevan Miller
On Oct 25, 2007, at 1:28 AM, sbyonge wrote: I can start in JPDA debugger $ bin/geronimo.sh jpda run Using GERONIMO_BASE: /Users/appd/local/geronimo Using GERONIMO_HOME: /Users/appd/local/geronimo Using GERONIMO_TMPDIR: var/temp Using JRE_HOME:/Library/Java/Home Using JPDA_OPTS:

Re: Seam + Geronimo - deploy problem

2007-10-27 Thread Kevan Miller
On Oct 26, 2007, at 5:43 PM, David Jencks wrote: On Oct 26, 2007, at 1:01 PM, Piotr J wrote: Hi again, I have found out something new. If I deploy ejb and war modules separately, I have no errors. Problem exists only when deploying ear. EJB and WAR modules have deploying plans wth

Re: Geronimo 2.0.2 do not start in Mac OS X 10.4

2007-10-29 Thread Kevan Miller
On 10/25/07, sbyonge [EMAIL PROTECTED] wrote: I don't think anything unsual on my notebook. I have two environment variables (the remaining disabled to trouble shoot the problem) and CLASSPATH is unset before starting Geronimo 2.0.2. Well, Leopard helped me out a bit... I was able to hit

Re: MyFaces 1.1.5 and Geronimo 2.0.2

2007-11-01 Thread Kevan Miller
On 11/1/07, David Jencks [EMAIL PROTECTED] wrote: Paul may have more info, but my understanding is that for javaee compliance we need to, by default, support myfaces 1.2 and ignore any attempt to use earlier/other jsf implementations. You might be able to disable this support by turning off

Re: Deployer needs internet access?

2007-11-17 Thread Kevan Miller
On Nov 13, 2007, at 10:50 PM, Zakharov, Vasily M wrote: David, As far as I can see, it's fixed in OpenEJB 3.0 beta 2, so the fix should make it to Geronimo 2.1, am I right? Right. Just need to get OpenEJB to actually release beta-2. --kevan

Re: deployment file help

2007-11-20 Thread Kevan Miller
On Nov 20, 2007 8:53 AM, John Moser [EMAIL PROTECTED] wrote: Kevan Miller [EMAIL PROTECTED] writes: On Nov 19, 2007, at 2:24 PM, John Richard Moser wrote: on #geronimo on freenode I'm told Geronimo doesn't have such a thing in its deployment plan and I had to modify WEB-INF/web.xml

Re: [Fwd: Re: mod_jk to remote host]

2007-11-27 Thread Kevan Miller
Hi John, Looks like you sent this to the wrong user list. --kevan On Nov 26, 2007, at 1:14 PM, John Richard Moser wrote: ask and ye shall receive Log file is 1.2M so I bzip2'd it. Charlie Wingate wrote: Logs and config files would help here. Substitute out real ips with Xs or fake

Re: can not start Geronimo

2007-12-06 Thread Kevan Miller
On Dec 6, 2007, at 4:09 AM, Johannes Lietz wrote: I've got another startup failure: I'm running Geronimo 2.0.2 on Mac OS X 10.5 (Intel), and I cannot start Geronimo except when I expand the Geronimo-home-dir exactly in a *subfolder* of my home-dir. When I move the Geronimo-home-dir out

Re: can not start Geronimo

2007-12-07 Thread Kevan Miller
On Dec 6, 2007, at 4:09 AM, Johannes Lietz wrote: I've got another startup failure: I'm running Geronimo 2.0.2 on Mac OS X 10.5 (Intel), and I cannot start Geronimo except when I expand the Geronimo-home-dir exactly in a *subfolder* of my home-dir. When I move the Geronimo-home-dir out

Re: geronimo v2 quartz plugin

2008-01-16 Thread Kevan Miller
On Jan 16, 2008, at 5:27 PM, Christian Malolepszy wrote: Helo all, is anyone working on a quartz plugin for geronimo 2? I neet the features of quartz to migrate my projects to geronimo2. Hi Christian, I don't recall any quartz plugin work for geronimo 2.0, only 1.1. Could be mistaken.

Re: Geronimo Deployment goes forever

2008-01-22 Thread Kevan Miller
On Jan 22, 2008, at 11:27 AM, gersek wrote: David, Thanks for your suggestion, I moved geronimo and my workspace to c drive. I got the same problem. I have attached the ear file and not able to attache my workspace(it is around 20mb). Thanks Sekhar. Your ClassNotFoundException is

Re: Class [org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler] does not implement the NamespaceHandler interface

2008-01-22 Thread Kevan Miller
On Jan 22, 2008, at 8:14 PM, Qaiser Mehmood wrote: I am getting the same error... :) Boy, that's a lot of dependencies that you are declaring. As David suggests, I think it would be good idea to reduce them... In addition to filtering springframework, you should also filter spring

Re: Geronimo 2.0

2008-01-23 Thread Kevan Miller
On Jan 23, 2008, at 2:33 AM, jithesh wrote: Hi guys, This is my first post in this forum. I was using geronimo 1.1 for deploying my appfuse(v1.9.4) application. Recently i upgraded the server to geronimo 2.0. But the application is throwing errors while deploying. My appfuse

Re: Strange plug with delivering messages to MDB

2008-01-23 Thread Kevan Miller
Has anybody had a chance to look at Beniamin's problem? I think it would be a good idea to understand this issue, before cutting 2.1 If I recall correctly, Beniamin didn't have a test program he could share with us. We may need to rig one up. I don't see an MDB test in testsuite. Probably

Re: How to configure transport to use ssl://localhost:61616

2008-01-23 Thread Kevan Miller
On Jan 23, 2008, at 5:15 PM, jklcom99 wrote: I'm using Geronimo 1.1.1. How do I modify the configuration in Geronimo so that AMQ will listen on ssl://localhost:61616 instead of the default tcp://localhost:61616? Or for that matter adding additional transport connectors that AMQ will

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread Kevan Miller
On Jan 24, 2008, at 6:21 AM, YogeshArora wrote: Hello Friends, We are facing the following issues while deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2 1. We have downloaded the Apache ServiceMix WAR file (Apache ServiceMix Web Application 3.2.1 (.war)) from the following

Re: shutting down Geronimo gracefully - won't happen

2008-01-24 Thread Kevan Miller
On Jan 24, 2008, at 11:15 AM, XGuy wrote: Hi I have never been able to get Geronimo to shut down gracefully with 1) shutdown.bat 2) Ctrl-C throws a lot of exceptions before shutting down. I am new to Geronimo. Is there anything I don't know about starting and shutting down Geronimo.

Re: How to configure transport to use ssl://localhost:61616

2008-01-24 Thread Kevan Miller
On Jan 24, 2008, at 10:25 AM, jklcom99 wrote: We need to stay on Geronimo 1.1.1. Is it possible to upgrade ActiveMQ to 4.1.1? There might be later versions of ActiveMQ 3.2.x with ssl support. Upgrading to AMQ 4.1.1 is going to pretty hard, I'm afraid. Probably easier, I think, to add

Re: Error after sending Message via MDB

2008-01-25 Thread Kevan Miller
On Jan 24, 2008, at 2:26 PM, the666pack wrote: Hello, My application sends a message via a MDB to update some value in the database. The update is successful, yet after the update i get the error below at the console. Can anyone tell me how to get rid of this error? Thanks a lot for

Re: Geronimo modules

2008-01-25 Thread Kevan Miller
On Jan 25, 2008, at 8:04 AM, vpyati wrote: Hi All, I am new to Geronimo. What I understand is that it is composed of modules and that modules can be added further. When I start the server I see a lot of statements in the console similar to below:

Re: Strange plug with delivering messages to MDB

2008-01-26 Thread Kevan Miller
On Jan 26, 2008, at 2:07 PM, Manu George wrote: To explain further maxSessions and maxMessagesPerSessions activation config properties are 10 by default and so is the MdbContainer instanceLimit. maxMessagePerSessions is actually the prefetch size and maxSessions is the no of parallel sessions.

Re: OpenLaszlo as a Geronimo plugin

2008-01-30 Thread Kevan Miller
On Jan 30, 2008, at 5:45 PM, Viet Nguyen wrote: Hi Jim, The plugin that was posted on the JIRA is old. I forget what version it was for, probably G 2.0. So it will not work with G v2.1. You can obtain the WAR version of it at this link http://www.openlaszlo.org/download. It should deploy

Re: facing problem in deploying war file on Geronimo

2008-02-01 Thread Kevan Miller
On Feb 1, 2008, at 2:18 PM, puneetjain wrote: Hi, I am facing a problem while deploying sample mule-examples.war in Geronimo. Environment: = Mule 1.4.3 Geronimo-tomcat6-jee5-2.0.2 JDK 1.5 WindowsXP Step Perform: = 1. I have built the example war file. 2. I have

Re: unsubcribe quotation

2008-02-03 Thread Kevan Miller
On Feb 3, 2008, at 8:10 PM, xulz wrote: unsubcribe quotation Hi, To unsubscribe from our user list, send a note to: [EMAIL PROTECTED] --kevan

Re: Facing problem in accessing the sample examples running on Apache Geronimo

2008-02-06 Thread Kevan Miller
Yogesh, In general, we'll try to help you resolve your problems with ServiceMix. However, you may find more ServiceMix-knowledgable people on the ServiceMix dev and user lists. We do have community members that work on both projects. However, one of them is out for the next two weeks...

Re: extremely annoying G2.0.2 behaviour

2008-02-12 Thread Kevan Miller
On Feb 12, 2008, at 1:50 PM, Łukasz Budnik wrote: Hi Jacek! On 11/02/2008, Jacek Laskowski [EMAIL PROTECTED] wrote: Yes, it's been very annoying, but it's over now. It's fixed in Geronimo 2.1 so you may want to try out the just-voted 2.1 release -

Re: [VOTE] Geronimo Server 2.1 and Geronimo TxManager 2.1.1 Releases

2008-02-12 Thread Kevan Miller
Mea culpa! I didn't copy the user list when I sent out this vote notice. Please checkout our Geronimo 2.1 release candidate and let us know what you think. --kevan On Feb 10, 2008, at 10:46 PM, Kevan Miller wrote: All, I've prepared a 2.1 release candidate for your review and vote. I've

Re: [VOTE] Geronimo Server 2.1 and Geronimo TxManager 2.1.1 Releases

2008-02-13 Thread Kevan Miller
On Feb 13, 2008, at 2:52 AM, Tomasz Mazan wrote: Kevan Miller pisze: Mea culpa! I didn't copy the user list when I sent out this vote notice. Please checkout our Geronimo 2.1 release candidate and let us know what you think. snip Kevan I noticed that 2.1 build you pointed

Re: (Please Reply) Facing problem while running servicemix sample on Geronimo

2008-02-16 Thread Kevan Miller
On Feb 15, 2008, at 3:10 PM, Jay D. McHugh wrote: Puneet, Could you try testing this on vanilla Tomcat 6.0.14? When I try deploying on Geronimo, I get several errors concerning the validation of TLD files. I also get a couple of exceptions that some postings on the ServiceMix mail list

Re: JVM OutOfMemoryError: Java heap space

2008-02-19 Thread Kevan Miller
On Feb 17, 2008, at 2:25 PM, the666pack wrote: hello, i try to performance test the geronimo applicatoin server but after 2 minutes of testing the JVM hangs up and i get the following message on the command line: java.lang.OutOfMemoryError: Java heap space my customized options for the

Re: EAR Independence

2008-02-25 Thread Kevan Miller
On Feb 22, 2008, at 7:19 PM, Jacek Laskowski wrote: On Thu, Jan 31, 2008 at 7:36 AM, bdaye [EMAIL PROTECTED] wrote: How can I make my deployed EAR independent of whatever is in the Geronimo Repo? Currently, I find myself specifying a lot of system dependencies in my openejb-jar.xml

Re: Pre-Compiling

2008-02-26 Thread Kevan Miller
On Feb 26, 2008, at 1:07 PM, Mark Aufdencamp wrote: Hi All, It's been a while since I posted to the list. I've been working with Geronimo 1.1 on an application for the last year. It's finally grown large enough that I'd like to pre-compile my JSP's and Struts Action Servlets prior to

[ANNOUNCE] Availability of Geronimo 2.1

2008-02-26 Thread Kevan Miller
Oops. This was announced in the vote and discussion threads, last week, but I forgot to send the ANNOUNCE. So, here it is for posterity's sake The Geronimo 2.1 binaries are available for download -- http://geronimo.apache.org/downloads.html 2.1 introduces a number of cool features. Most

Re: Geronimo WTP client for eclipse , server cannot start

2008-02-28 Thread Kevan Miller
On Feb 28, 2008, at 12:05 PM, CG wrote: Hi, thanks for everyone. I have managed to download and set up the Geronimo 2.1 , start up with no problem under terminal, using ./bin/start-server (set the JAVA_HOME earlier) Then , I try to configure Eclipse Geronimo v2 adaptor plugin , to use the

Call for Papers Opens for ApacheCon US 2008

2008-03-02 Thread Kevan Miller
FYI, Please see the following Call for Papers announcement. Would be great to see a lot of Geronimo papers, this year. Note that you don't need to be an Apache committer to submit a paper. Would be great to see some user-based submissions. --kevan Call for Papers Opens for ApacheCon US

Re: Geronimo WTP client for eclipse , server cannot start

2008-03-03 Thread Kevan Miller
On Mon, Mar 3, 2008 at 7:10 PM, CG [EMAIL PROTECTED] wrote: On the Console tab, it is started. but in on the Servers tab , it is starting However, I can still access localhost:8080 a few seconds after the Geronimo Application Server started message appear Thanks for the info. So, it seems

Re: Problem in starting Apache Geronimo

2008-03-03 Thread Kevan Miller
On Mar 3, 2008, at 3:18 AM, Ch Praveena wrote: Hi, I ve run the geronimo-tomcat6-jee5-2.0.1 version after installing it properly.. I could run well for the last 20 times.. But, suddenly i got a log message and the server is not running now.. the error message displayed is : I'm

Re: HTTP transport and ActiveMQ

2008-03-03 Thread Kevan Miller
On Feb 28, 2008, at 11:01 PM, Farr wrote: I am new to Geronimo and ActiveMQ and I am trying to setup JMS messaging over HTTP. Does anyone know where I can find an example of how to set this up in Germonimo? Or does anyone have any suggestions on where to start? ActiveMQ HTTP protocol

Re: Geronimo v2.1 Plan Creator = Deploy Liferay 4.1.1

2008-03-06 Thread Kevan Miller
On Mar 6, 2008, at 10:37 AM, Jim Foster wrote: Hi Peter, Thank you for this info! I took your suggestion and brought myself up to speed on PermGen, and a good bit of all things related to Java.lang.OutOfMemoryError. All I can say is that there's certainly a lot more to fine-tuning the

Re: Installing Apache Solr into Geronimo

2008-03-06 Thread Kevan Miller
On Mar 6, 2008, at 1:20 PM, tglawles wrote: I came ot a similar conclusion about 5 minutes ago. I imported the WAR into eclipse and found an error in the web.xml. It appears to be an encoding issues on the first line ?xml version=1.0 encoding=UTF-8? There is an unseen character

Re: Geronimo v2.1 Plan Creator = Deploy Liferay 4.1.1

2008-03-08 Thread Kevan Miller
://kirk.blog-city.com/advice_on_jvm_heap_tuning_dont_touch_that_dial.htm Kevan Miller wrote: The JVM can print GC statistics to STDOUT. Often I find this sufficient for getting a broad overview of what's going on. You can also configure the JVM to create a heapdump on OOME conditions. If you have

Re: Geronimo 2.0.1 bundled with Intalio BPMS

2008-03-13 Thread Kevan Miller
On Mar 13, 2008, at 12:39 AM, rommie wrote: snip Caused by: java.lang.NullPointerException at org.apache.geronimo.security.SubjectId.hashCode(SubjectId.java:79) at java.util.HashMap.put(HashMap.java:418) at java.util.Collections$SynchronizedMap.put(Collections.java: 1983)

Re: HOWL exception

2008-03-18 Thread Kevan Miller
On Mar 14, 2008, at 6:25 AM, Tomasz Mazan wrote: Hi Guys I got very ugly (and blocking) issue with HOWL. After processing 20k request to my webservice whose are translated to ~120k XA transactions (postgres + jms) Geronimo hangs up and does not respond on requests via HTTP, request to

Re: HOWL exception

2008-03-18 Thread Kevan Miller
On Mar 14, 2008, at 6:25 AM, Tomasz Mazan wrote: Hi Guys I got very ugly (and blocking) issue with HOWL. After processing 20k request to my webservice whose are translated to ~120k XA transactions (postgres + jms) Geronimo hangs up and does not respond on requests via HTTP, request to

Re: Unable to find setenv.bat in AG 2.1

2008-03-19 Thread Kevan Miller
On Mar 19, 2008, at 10:13 AM, Ashish Jain wrote: Hi, I am unable to find bin/setenv.bat in AG 2.1. Is the file no more present with AG 2.1? I could see various files for example deploy.bat, jaxws-tools.bat reffering to setenv.bat. Hi Ashish, setenv.sh/.bat is an optional file for setting

Re: Geronimo 2.1 and OS X

2008-03-19 Thread Kevan Miller
On Mar 19, 2008, at 3:17 PM, Mark Aufdencamp wrote: Hey Guys, I've been trying to get 2.1 running on my iBook. Running into a couple of problems and could use some help. 1. Safari doesn't like the binary download link. I grabbed Firefox to download the 2.1 binary, but would hate to see

Re: Geronimo 2.1 and OS X

2008-03-19 Thread Kevan Miller
On Mar 19, 2008, at 3:43 PM, René Jansen wrote: I wanted to confirm 1), same problem here. Something funny is going on with Geronimo itself on MacOSX 5.2, Java 1.5: - on my Intel Macbook Pro, it runs without a hitch - on my dual 2.5 Ghz PPC Powermac, it hangs during startup. Like it is

Re: NullPointerException by MDB in getCurrentContext()

2008-03-19 Thread Kevan Miller
On Mar 19, 2008, at 8:33 PM, ApolloX wrote: snip We've gone off topic though, I have other posts (which no one has responded to) to discuss this: http://www.nabble.com/CMP2-on-G2---Delayed-Database-Flush-td15704963s134.html#a15704963 If we don't respond to an initial post within a couple

Re: Tracking Down Memory Leaks in G1.2

2008-03-19 Thread Kevan Miller
On Mar 19, 2008, at 8:24 PM, ApolloX wrote: I've noticed in most versions of Geronimo there appear to be memory leaks. For example, if I use the Hot Deployer to redeploy an EAR multiple times a time on a development server, it often leads to OutOfMemory exceptions regardless of how much

Re: Default servlet not found?

2008-03-20 Thread Kevan Miller
On Mar 20, 2008, at 12:50 PM, Victorious wrote: Hello, After a lot more trying, I still haven't solved this. HOWEVER, I removed the Geronimo Jetty installation and installed Geronimo Tomcat instead. It now works with the mappings to servlet 'default'. Still, I would like to have an

Re: Jetty Deployment....

2008-04-01 Thread Kevan Miller
On Mar 26, 2008, at 10:09 AM, nuffink wrote: Hi, I am a newbie (to a point) at J2EE and a defo newbie at Geronimo so please be constructive and patient... I have an old war file from something that was developed using IBM WSAD ages back and so far have managed to get it all str8 in

Re: maven2: deployment quickstart?

2008-04-01 Thread Kevan Miller
On Mar 27, 2008, at 3:03 AM, Kristian Rink wrote: snip So far, the same time we look at geronimo, we are into playing around with glassfish which seems to do better about these things for a simple reason: It provides a fairly sophisticated management interface to deal with all these

Re: Geronimo v2.1 - Create Deployment Plan

2008-04-02 Thread Kevan Miller
We're not liking the blank (i.e. ' ') character in E:/Apache Geronimo/... Try: file:E:/Apache%20Geronimo/var/temp/geronimo-planCreator33934.tmpdir/ WebApp.war or moving the war to a different directory... Don't remember if this problem has been fixed in 2.1.1. --kevan On Apr 2, 2008,

Re: Geronimo learning woes: Hibernate.

2008-04-02 Thread Kevan Miller
On Apr 2, 2008, at 3:40 PM, Peter L. Berghold wrote: Hi folks, I asked a similar question last week and I'm still scratching my head here. In order to track down what I'm missing I created a very simple application using Hibernate (if such exists) against a local database defining only

Re: geronimo mysql

2008-04-02 Thread Kevan Miller
On Mar 29, 2008, at 5:19 AM, foxxalla wrote: I have a problem in how to create a persistance unit for mysql that works in geronimo the problem is that i have no idea and ive been searching of how to configure CMP i tried the same methods that work on jboss, glassfish, Sun Application

Re: adding apache FOP jars to Geronimo Classpath

2008-04-02 Thread Kevan Miller
On Apr 1, 2008, at 8:14 PM, someperson wrote: Hi How would I add references to FOP jars in the Geronimo classpath. I am trying to integrate FOP support into my application on a prepackaged and built Geronimo Server How can I do this? What is FOP? IIUC, you don't want to add the FOP

Re: Returning String[] from WebService method

2008-04-02 Thread Kevan Miller
Strange. Can you share your jsp with us? Are you running with Tomcat/ Axis2 or Jetty/CXF? --kevan On Mar 29, 2008, at 12:32 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: BTW, the original post wasn't so much about the sample, as it was about the proper way to return a String[] from a

Re: Genimo + Quartz = No Security Context

2008-04-03 Thread Kevan Miller
On Apr 3, 2008, at 10:35 PM, ApolloX wrote: djencks wrote: Is moving to geronimo 2.x an option for you? No, as I've previously mentioned (with zero helpful responses) moving to G2.x significantly slows down my CMP2 beans. I'd tried to forward your CMP performance problem to [EMAIL

Re: Error when trying to deploy from Geronimo

2008-04-04 Thread Kevan Miller
You don't mention what version of Geronimo you are using. Assuming 2.1, you should be able to find some documentation on this in our Wiki: http://cwiki.apache.org/GMOxDOC21/documentation.html More specifically: http://cwiki.apache.org/GMOxDOC21/openejb-jarxml.html

Re: pre-compiled JSPs throw exceptions

2008-04-04 Thread Kevan Miller
I have some fuzzy memory of somebody reporting the same slow JSP compilation performance problem, trying it myself, and not seeing the problem. I couldn't find anything searching back through email, though (as i say it's a fuzzy memory :). You'll need to use the JspC class from

Re: Genimo + Quartz = No Security Context

2008-04-04 Thread Kevan Miller
On Apr 4, 2008, at 1:14 PM, David Jencks wrote: snip Hope we can get you onto 2.x soon :-) Agreed. If there's a test app that can demonstrate your CMP/flush issue that you can share with us, that would be great. Create a Jira ( https://issues.apache.org/jira/browse/GERONIMO ) and

Re: pre-compiled JSPs throw exceptions

2008-04-05 Thread Kevan Miller
On Apr 5, 2008, at 6:30 AM, Łukasz Budnik wrote: Hi Kevan, On 04/04/2008, Kevan Miller [EMAIL PROTECTED] wrote: I have some fuzzy memory of somebody reporting the same slow JSP compilation performance problem, trying it myself, and not seeing the problem. I couldn't find anything searching

<    1   2   3   4   5   6   7   >