Re: java out of swap space error

2007-03-01 Thread John Sisson
From memory I think this means Solaris is out of swap space. I think you will find the problem will go away if you add another swap file. Additional swap space can be allocated without having to bring the system down. See: http://docs.sun.com/app/docs/doc/817-5093/6mkisoq83?q=swap+file&a=v

Re: Failure when looking up an EJB consecutively

2006-10-01 Thread John Sisson
Arunanthisivam Vimalathithen wrote: Hi, I am having a problem in an application I am trying to port to WebSphere community edition which basically uses Geronimo 1.0 (This problem exists in the latest version of Geronimo (1.1.1) as well). The client I am using looks up the service numerous ti

Re: Geronimo 1.0 ActiveMQ and Performance

2006-09-24 Thread John Sisson
Could it be garbage collection? Have you done any tuning in that area? John avin98 wrote: Has anyone noticed the performance of an Embedded ActiveMQ 3.2.2 to get slower and slower as the AppServer uptime increases ? I have been running my MDBs on geronimo 3.2.2 and I have noticed a significan

Re: Fwd: Getting geronimo-gbean-deployer\maven.xml:39:19: null , while building geronimo 1.1

2006-08-10 Thread John Sisson
A couple of things to try (I can't really tell what the cause of the error is): * Move your geron_new2_1.1 folder to a short folder in the root e.g. C:\g1.1 and try building. You may be hitting windows path length limits. * specify the -e argument to maven so the exception gets printed to aid

Re: classpath for MDBs

2006-07-27 Thread John Sisson
We are aiming to have it out in approximately two weeks (assuming we don't encounter any major problems). Regards, John Nathan Mittler wrote: Thanks for the help, John ... that does appear to be my problem. I guess I'll wait for 1.1.1. Is there an ETA? On 7/27/06, *John Sisson

Re: classpath for MDBs

2006-07-27 Thread John Sisson
Reposting response without all those extra slashes.. John John Sisson wrote: Nathan Mittler wrote: Hi, I'm fairly new to EJB and am trying understand the way classpaths work in Geronimo with respect to MDBs. I have a pretty simple app - just one MDB that consumes from JMS and writes t

Re: classpath for MDBs

2006-07-26 Thread John Sisson
Nathan Mittler wrote: Hi, I'm fairly new to EJB and am trying understand the way classpaths work in Geronimo with respect to MDBs. I have a pretty simple app - just one MDB that consumes from JMS and writes to the database. It requires a few jars (hibernate, spring, etc) and I bundle those

Re: Geronimo Eclipse Plugin 1.1 released

2006-07-18 Thread John Sisson
Also the prerequisites section on the download page says WTP 1.0.1, yet further down under the downloads heading it mentions WTP 1.5. We need to make it clear what the correct prerequisites are. Also on the WTP download page all the prerequisites are SDKs. AFAIK, users only need the runtime

Re: does 1.1 support manifest classpath entries?

2006-07-13 Thread John Sisson
toby cabot wrote: Hi Folks, I'm fooling around with a 1.1 build and trying to get my little "hello, world" application to deploy and run. It mostly does (much thanks to the plan conversion utility) but one feature doesn't seem to work as it used to. My EAR has (among other stuff) a webapp in a

Re: Building Geronimo through maven

2006-07-04 Thread John Sisson
Krishnakumar B wrote: hi, which version of geronimo r u trying to build. If its latest u need to checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk ) and u would get 1.2-SNAPSHOT. If its 1.1 u cant try ( https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try HEAD

Re: Building Geronimo through maven

2006-07-04 Thread John Sisson
Hi Karthiga, Where did you obtain the source that you are building from (e.g. did you download it and if so, when and what was the file name, or are you building it from files checked out from subversion? Thanks, John Karthiga wrote: Hi all, I am working on the Installation article fo

Re: OutOfMemory

2006-07-04 Thread John Sisson
[EMAIL PROTECTED] wrote: Hi, I have three WAR files running in geronimo-1.1 but after a while I start getting an OutOfMemoryError. I am allocation 2048MB to the JVM when I start the server, and top shows I am only using around 500MB. When I run the same thing in Tomcat 4.1 I have no issues. A

Re: Geronimo 1.1 startup error

2006-06-28 Thread John Sisson
Sridhar, For future reference, which distribution did you download (e.g. zip or tar.gz), what tool did you use to extract it (e.g. WinZip) and what version of the tool were you using? We have had problems in the past with some versions of WinZip and empty directories and have placed a file i

Re: [VOTE] 1.1 Release

2006-06-18 Thread John Sisson
+1 John Matt Hogstrom wrote: All, I have created what I hope is the final release of Geronimo 1.1. There has been a lot of work that has gone into this release (please review the RELEASE-NOTES). Here are the final release candidates for your review. *DayTrader Application* http://people

Re: service?

2006-06-12 Thread John Sisson
Clough, Ray C PWR wrote: Is v1.1 going to be installable as a service? I installed v1.0 using the JavaServiceWrapper, as described on the Geronimo site, and mostly it works fine, but I have one web app which works with Geronimo started from the command line, but not with Geronimo started as

Re: Problem with TranQL on Oracle

2006-06-07 Thread John Sisson
Aaron Mulder wrote: The XA connector for Oracle is available here: http://dist.codehaus.org/tranql/rars/ (See the files with oracle in the name.) You also need the regular Oracle XA driver, I assume. I don't actually know how to configure the connector, but if you crack it open and look at th

Re: does 1.1 support manifest classpath entries?

2006-05-30 Thread John Sisson
After quickly reading the J2EE 1.4 spec, section "J2EE.8.2 Optional Package Support", page 121, a JAR (jar/war/rar) can have a Class-Path entry in the META-INF/MANIFEST.MF file that refers to other JARs. So AFAIK, this should be supported. It would be worth checking that any relative paths s

Re: OutOfMemoryError occured when EJB deployment.

2006-05-28 Thread John Sisson
Have you tried increasing the max permanent generation size (e.g. used for classes that are loaded) by setting -XX:MaxPermSize=128m Something would have to be seriously wrong for Xmx1024m to be hit. John Kevin wrote: I used -Xms128m -Xmx1024m for JVM parameters, will this work? I think I have

Re: Adding some JVM arguments

2006-05-16 Thread John Sisson
_OPTS (instead of GERONIMO_OPTS) (the comments for both look similar) ? Thanks, Santosh. "Don't talk about yourself; it will be done when you leave. " -Original Message----- From: John Sisson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 4:13 AM To: user@geronim

Re: Adding some JVM arguments

2006-05-16 Thread John Sisson
You can simply set the GERONIMO_OPTS environment variable. If you want this set every time Geronimo is started, you can create a setenv.sh or setenv.bat file. The geronimo.sh/bat startup script in the geronimo/bin directory will execute a setenv.sh/bat file (in the same directory) if it is pr

Re: Classpath for an external application

2006-05-12 Thread John Sisson
Zakharov, Vasily M wrote: Hil, all, I'm working with an external applicaition (SPECjAppServer2004 Driver) that uses JNDI to access the EJBs deployed in Geronimo 1.0. I have had to provide a rather long classpath for that application to work normally, containing: ${GERONIMO}/bin/

Re: jdk version

2006-04-30 Thread John Sisson
FYI, the QName issue is a JDK issue ( http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6267224 ) John Aaron Mulder wrote: There are two problems in JDK 1.5. First, the CORBA features don't work. Second, if you serialize a QName under 1.4 and deserialize it until 1.5, that doesn't work. Th

Re: Can anybody educated me the purpose of having pom.xml and project.xml ,

2006-04-15 Thread John Sisson
Spring wrote: Hi , I find some time , the dependecies name which are present both in pom.xml and project.xml , With Thanks , Alan The project.xml file is used by Maven 1.x during the build. Work is currently underway to move the build to use Maven 2. Maven 2 uses pom.xml file

Re: User Feedback Request -- this means you!

2006-04-06 Thread John Sisson
Sachin Patel wrote: Yes we should have both but I'm not sure if I agree with your second statement. :) I think JIRA should be the first place users should go to request a feature. The wiki will never encapsulate all the work that needs to be done for a project. JIRA tells us this. Thus the

Re: Deploy Tool: deploy vs redeploy

2006-03-24 Thread John Sisson
Agree that would make it easier for the user. Are you thinking of supporting the old commands for users with existing deployment bat/sh scripts for their apps or will the redeploy command be unsupported and documented as a migration task in the release notes? Does anyone know if there is a w

Re: Java Service Wrapper

2006-03-22 Thread John Sisson
Note that you will have to review the jars in the classpath for each Geronimo release as version numbers will change and jars may be added/removed. I hope that in a future release we can have this file generated as part of the Geronimo build process to minimise the amount of work users must d

Re: Fwd: Re: question about the port number Geronimo is using

2006-03-01 Thread John Sisson
Lin George wrote: Aaron, Thank you very much! I have tried to modify config.xml and it works! I changed the TomcatWebConnector port from 8080 to 8088 and I also changed TomcatWebConnector port from 8443 to 8448. I only use JSP pages to access database in my application up to now. So, my fi

Re: boot problem

2006-03-01 Thread John Sisson
It sounds like we could run into this issue in the future where a configuration (possibly provided by a third party) has a minimum JDK requirement. Would it make sense to have the minimum JDK requirements in the plan XML so we can gracefully skip loading configurations when the hosting VM doe

Re: 1.0 src build fails - Daytrader case problem on box with 512MB

2006-02-28 Thread John Sisson
AFAIK this has been fixed in the Maven ear plugin version 1.7 (which is shipped with Maven 1.1-beta2)... http://jira.codehaus.org/browse/MAVEN-1747 John Aaron Mulder wrote: This may actually be caused by having a symlink in the path to the project. For example, I have my checkouts in a diff

Re: OT: kodo ejb3 will become opensource

2006-02-15 Thread John Sisson
Jacek Laskowski wrote: 2006/2/15, Werner Punz <[EMAIL PROTECTED]>: under the ASF license Guess you guys just got a full blown ejb3 entity beans implementation. If it's ASF licensed, then Geronimo will surely provide necessary GBeans to support it. I'd love to play with it. I

Re: Security Policy

2006-02-13 Thread John Sisson
If one requires fine grained security for applications / configurations that are deployed. E.G. what files they can access, what ports they can listen on etc. Some large enterprise sites may run under a security manager due to high security requirements, but running under a security manager i

Re: Got duplicate deregisterConnection

2006-02-09 Thread John Sisson
This message has been observed in the past, but I'm not sure if anything has been done about it. The message is present in the output pasted into JIRAs for other ActiveMQ issues: http://issues.apache.org/jira/browse/GERONIMO-1372 http://issues.apache.org/jira/browse/GERONIMO-1422 What v

Re: Start up Error

2006-01-30 Thread John Sisson
Aaron Mulder wrote: I think it tries to bind to all available interfaces by default, though I'm not sure how it picks up on your external IP address as one of those. In any case, you can override that in var/config/config.xml by manipulating the entries for these two GBeans: rmi://0.

Re: how to keep the server process alive on Fedora Linux

2006-01-24 Thread John Sisson
The geronimo.sh/bat startup script in the geronimo/bin directory will execute a setenv.sh/bat file (in the same directory) if it is present. See the comments at the bottom of the comment header for geronimo.sh/bat. So you need to create a setenv.sh file containing something like the following

Re: Why do we need /lib/extension folder?

2006-01-20 Thread John Sisson
The lib/extension directory has the wrong name. Try renaming it to lib/ext and try again. I have raised the following JIRA for this issue. See the JIRA for more details: http://issues.apache.org/jira/browse/GERONIMO-1513 Regards, John Phani Madgula wrote: Hi, I have question. I want

Re: Geronimo build question

2006-01-19 Thread John Sisson
responses at my hotmail account, but just realized they are all going into my junk email folder and are now lost so now I don't know what the resolution was (if there was one) to the build issue. Did you guys ever get it sorted out? Thanks, Rob Original Message Follows From: John S

Re: Geronimo JVM Configuration Portlet

2006-01-18 Thread John Sisson
The geronimo.sh/bat startup script will execute a setenv.sh/bat file if it is present. See the comments at the bottom of the comment header for geronimo.sh/bat. For example, the setenv.sh/bat files can set the GERONIMO_OPTS environment variable to change the JVM options. We would want to av

Re: Should deploy.bat call setjavaenv.bat ?

2006-01-18 Thread John Sisson
Cristian Roldan wrote: Hi All, I have configured setjavaenv.bat, it works ok when I execute startup.bat but I saw that the batch file setjavaenv.bat is not called from deploy.bat, from my personal opinion I think that setjavaenv.bat/sh should be called from any script/batch file. Bye.

Re: Geronimo instances on the same server

2006-01-17 Thread John Sisson
(RMI port) as mentioned in GERONIMO-1352? -Dave- John Sisson wrote: Cristian Roldan wrote: Hi All, Does Geronimo support installing several instances on the same server ? each instance running independently . If possible, how can I do it ... Thanks ---

Re: Geronimo instances on the same server

2006-01-17 Thread John Sisson
Cristian Roldan wrote: Hi All, Does Geronimo support installing several instances on the same server ? each instance running independently . If possible, how can I do it ... Thanks *1GB gratis*, Antivirus y Anti

Re: where is gbean for java mail?

2006-01-16 Thread John Sisson
David Jencks wrote: On Jan 16, 2006, at 11:09 AM, Ken McArthur wrote: Hi, Pardon my ignorance but I've recently migrated to geronimo. Setup was surprisingly easy and everything works fine except for email. I've read about a javamail implementation that was included starting with version

Re: Geronimo build question

2006-01-11 Thread John Sisson
Rob, The build instructions probably shouldn't say JDK1.4.x they should say JDK1.4.2 (preferably JDK1.4.2_08 or later). Can you also send me the output of the "java -version" command. Thanks, John Rob Kenworthy wrote: Hi, John Sisson has asked me to send an email to

Re: Geronimo build question

2006-01-11 Thread John Sisson
I will test building from the zipped src distribution (let me know if you got the source from subversion instead) using a fresh install of maven 1.0.2. I'll get back to you after further investigation. John Rob Kenworthy wrote: Hi, John Sisson has asked me to send an email to this

Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread John Sisson
We did it! Congratulations!! Thanks Matt for putting in the hard yards to get it out the door. Regards, John

Re: Where does output from bean code to System.err go?

2005-12-15 Thread John Sisson
In Geronimo 1.0 some new startup scripts have been provided that are very similar in operation to Tomcat's startup scripts. There are two ways Geronimo can be started that result in output being redirected to a file: 1. geronimo.sh start 2. startup.sh (this script invokes geronimo.sh with the

Re: Messing with the terminal

2005-11-25 Thread John Sisson
I am working on providing another startup option that outputs the same type of startup information you had but without lines of output being reupdated through the use of carriage returns without a line feed. I plan on getting these changes in for the 1.0 release. Regards, John [EMAIL PROTEC

Re: JNDI remote authentication problem

2005-11-23 Thread John Sisson
Hi Vasily, In the j2ee-server-plan.xml file it configures the IP addresses that the (OpenEJB) EJB daemon will accept connections from in the "allowHosts" attribute. For example: class="org.activeio.xnet.StandardServiceStackGBean"> EJB ${PlanOpenEJBPort} ${PlanSer

test mail - please ignore

2005-10-25 Thread John Sisson