Re: Starting from framework

2009-03-22 Thread Derek Potts


djencks wrote:
 
 
 svn co
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.3/repository/
 
 cd repository
 mvn clean install
 
 

I gave this a shot, but I ran into a snag:

[INFO] [enforcer:enforce {execution: default}]
[WARNING] Rule 0: org.apache.maven.plugin.enforcer.RequireJavaVersion failed
with message: Detected JDK Version: 1.6.0 is not in the allowed range
[1.5,1.6).

I see that the range does not include 1.6, so the error makes perfect sense,
but I have not yet broken down and installed an older JDK.

Does this really need an older JDK, given that the end product, Geronimo
with plugins installed, should work with Sun JDK 5.0+
(http://cwiki.apache.org/GMOxDOC21/release-notes-213txt.html)?
-- 
View this message in context: 
http://www.nabble.com/Starting-from-framework-tp22571384s134p22653191.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



How to launch IE browser to run console testsuite with maven

2009-03-22 Thread viola.lu

In g2.2 snapshot build folder, testsuite pom.xml file contains a profile
iexplore.
and i run command 
mvn install -Piexplore -Dtests=console-testsuite/basic
-DgeronimoHome=%geronimo_instal_dir%

but it still lanuched out firefox, not IE.

So whether IE profile works in G2.2 snapshot?
-- 
View this message in context: 
http://www.nabble.com/How-to-launch-IE-browser-to-run-console-testsuite-with-maven-tp22653823s134p22653823.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: startup geronimo jetty on AIX fails

2009-03-22 Thread viola.lu

I tried this on Aix 6.1 with ibm sdk, but no errors.



kevan wrote:
 
 
 On Mar 20, 2009, at 2:45 AM, MarcoLaponder wrote:
 

 Thanks for your efforts anyway !

 ulimit -a gives:

 time(seconds)unlimited
 file(blocks) unlimited
 data(kbytes) 262144
 stack(kbytes)31248
 memory(kbytes)   unlimited
 coredump(blocks) 4194303

 
 Anybody else have access to an AIX box? Do you see the same results as  
 Marco?
 
 Marco,
 Did you try specifying the thread stack size (-Xmss) or limiting the  
 number of threads that will be generated?
 
 --kevan
 
 

-- 
View this message in context: 
http://www.nabble.com/startup-geronimo-jetty-on-AIX-fails-tp22558472s134p22654646.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.