Re: http://geronimo.apache.org/downloads.html

2007-10-16 Thread Prasad Kashyap
+1.

Most popular downloads (Maven, SunJZDK etc) are like this.

Cheers
Prasad

On 10/16/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:
> Just a small thought, since I think we are trying to move G 1.2 and
> 1.1 users onto G 2.0 maybe we should separate 2.0 downloads from the
> older downloads. Right now all the downloads are under the same
> "Available releases" tab. I would propose creating "Current releases"
> tab with the latest 2.0.x download and "Previous releases" tab with
> all the other older releases. Also increasing the font size of the
> 2.0.x download would help to distinguish itself from other downloads.
>
> Jarek
>


[jira] Commented: (GERONIMO-3490) Missing Jetty Connector stats

2007-10-16 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535389
 ] 

Anita Kulshreshtha commented on GERONIMO-3490:
--

I have changed isStatisticsProvider to mean stats capable for now. We might 
have to revisit this later. 
The components that provide statistics on demand now implement 
LazyStatisticsProvider (suggestion for better name welcome). 
committed in rev 585308


> Missing Jetty Connector stats
> -
>
> Key: GERONIMO-3490
> URL: https://issues.apache.org/jira/browse/GERONIMO-3490
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: Jetty
>Affects Versions: 2.1
> Environment: windows xp
>Reporter: Viet Hung Nguyen
>Assignee: Anita Kulshreshtha
> Attachments: geronimo-3490.patch, geronimo-3490b.patch
>
>
> Jetty6 provides connector statistics, but they are not being surfaced in 
> Geronimo's source code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



http://geronimo.apache.org/downloads.html

2007-10-16 Thread Jarek Gawor
Just a small thought, since I think we are trying to move G 1.2 and
1.1 users onto G 2.0 maybe we should separate 2.0 downloads from the
older downloads. Right now all the downloads are under the same
"Available releases" tab. I would propose creating "Current releases"
tab with the latest 2.0.x download and "Previous releases" tab with
all the other older releases. Also increasing the font size of the
2.0.x download would help to distinguish itself from other downloads.

Jarek


Fwd: Geronimo Status Report for October - 2007

2007-10-16 Thread Matt Hogstrom

Forgot to copy the dev and PMC lists.

Begin forwarded message:


From: Matt Hogstrom <[EMAIL PROTECTED]>
Date: October 16, 2007 1:36:52 PM EDT
To: [EMAIL PROTECTED]
Subject: Geronimo Status Report for October - 2007
Reply-To: [EMAIL PROTECTED]

Included is the Geronimo Board report for October - 2007.

I have updated the board_agenda_2007_10_17.txt with this content.

Apache Geronimo Board Report

The Apache Geronimo Project has released Geronimo 2.0.1 in August.  
Our initial attempt to release 2.0 was aborted due to a late  
discovery of a security problem. Given that the release was in  
process we simply aborted 2.0 and corrected the problem and  
released as 2.0.1.

Releases

* Geronimo
  2.0.1 was released in August
  2.0.2 is in process for release in mid-October.

Much of current trunk development is concerned with improving  
runtime server modularity. We are also working to provide  
"prepackaged" integrations of other apache projects running in  
Geronimo, including Roller and Apache Directory.

Subprojects
Components

2.0.1 versions of the geronimo-transaction and geronimo-connector  
components were released.
2.0.2 release candidates of the components are being voted on at  
present.

DayTrader

Is nearing a release of 2.0. Testing of the application on Geronimo  
2.0.2 has been productive and a stable release is in order.

DevTools

Geronimo Eclipse Plugin 2.0.0 was released in September.
Genesis

Genesis 1.2 was released in August.
XBean

XBean 3.2 was released in October. Xbean-spring is seeing wider  
adoption in other apache projects such as Apache Directory.

XBean 3.1 was released in August.
Samples
Javamail
Specs

Multiple spec versions were released in August: JACC, JSP, Servlet,  
geronimo-schema-j2ee, and geronimo-schema-jee
Our collection of specs is being repackaged for easier use with  
OSGI based projects such as ServiceMix 4.

JUGs and Conferences

* Apache Geronimo 2.0 at LinuxWorld Open Solutions Conference  
2007 in Tokyo

* Apache Geronimo 2.0 to Japan User's Group in Tokyo

Policy Changes
Community

New Committers:
Shiva Kumar H R

PMC Additions:
Donald Woods
Tim McConnell
Jarek Gawor
Other Issues

A Security issue was discovered in our Geronimo 2.0.0 release. The  
release was withdrawn and a Geronimo 2.0.1 was released to address  
the problem.
An MEJB security vulnerability was discovered in Geronimo 2.0.1.  
Instructions on disabling MEJB were made available to Geronimo  
users. Geronimo 2.0.2 will fix this vulnerability.




An ejb security question

2007-10-16 Thread Vamsavardhana Reddy
Can someone help me with an ejb security question? I have an EJB with three
methods, m1 with unrestricted access, m2 accessible by guest role and m3
accessible by guest and admin roles. I am accessing all these three methods
from three different jsps and displaying whether the access is successful or
not. The first jsp index.jsp does not need any authentication and is able to
access m1 only. The second jsp guest.jsp needs authentication for guest role
and is able to access all three methods. Once logged in as guest, I expect
the index.jsp also to be able access all three methods. But index.jsp is
able to access m1 only though request.getUserPrincipal().getName() shows the
logged in username.  Is this the correct behavior or there is something
wrong? I am using G 2.0.1.

++Vamsi


Re: Build issue with trunk - build hangs

2007-10-16 Thread Jarek Gawor
Now that you mention it, I think I also had some problems with nohup
but it was quite a while ago... I just switched to "screen" instead.
It works well for me.

Jarek

On 10/16/07, Joe Bohn <[EMAIL PROTECTED]> wrote:
>
> Thanks for all the responses!
>
> The cpu is at 0.
>
> It seems that the problem is related to building in the background using
> nohup and tailing the output.  If I build in the foreground without
> nohup then I don't see the hang.
>
> The hang is always during the installation of the car-maven-plugin.  So
> there must be something involved in that installation that requires an
> attached terminal.
>
> Thanks,
> Joe
>
>
> Matt Hogstrom wrote:
> > Joe,
> >
> > On nique you can use the IBM JDK to get a heap dump.  Although, the
> > question I have is does your system hang in terms of 0% CPU or some
> > %CPU?  If your CPU is at 0 its probably another problem not related to
> > heap.  The thread dump is a good idea.
> >
> >
> > On Oct 16, 2007, at 10:37 AM, Joe Bohn wrote:
> >
> >> Thanks Erik.  Even with increasing it to your settings my OpenSUSE
> >> still hangs at the point of installing the car-maven-plugin.
> >>
> >> Things must have really changed with this plugin to require
> >> substantially more memory or perhaps there are other issues.  I think
> >> I may just install a new OS on these machines anyway (perhaps SLES).
> >>
> >> I'm still interested if anybody has had success with OpenSUSE if you
> >> happen to see this.
> >>
> >> Thanks,
> >> Joe
> >>
> >>
> >> Erik B. Craig wrote:
> >>> Joe,
> >>> I was running into the same issue on CentOS, my MAVEN_OPTS were
> >>> -Xmx512m -XX:MaxPermSize=128m.
> >>> After I changed them to -Xmx2048m -XX:MaxPermSize=512m , the problem
> >>> went away immediately.
> >>> This is on Maven 2.0.7 and Sun JDK 1.5.0_12
> >>> Dunno if that will help you at all, but there you go =)
> >>> -Erik
> >>> Joe Bohn wrote:
>  Is nobody else hitting this problem?
> 
>  Is anybody else building on OpenSUSE?  I have two machines and get
>  hang in the same place on each machine while trying to install the
>  car-maven-plugin.
> 
>  Even bumping my MAVEN_OPTS to "-XX:MaxPermSize=512m -Xms512m
>  -Xmx1024m" didn't seem to have any effect.
> 
>  Joe
> 
> 
>  Joe Bohn wrote:
> >
> > I'm consistently hitting a build hang with trunk that I can't get
> > past.   Is anybody else hitting these problems or does anybody know
> > what might be going wrong?  Perhaps I need to bump up the MaxPermSize?
> >
> > The build hangs when I get to building the car-maven-plugin.  This
> > is on  OpenSUSE 10.2 with maven 2.0.7 (although I had the failures
> > first with 2.0.5 and moving to 2.0.7 didn't change the results) and
> > Sun JDK 1.5.0_11.
> >
> > My MAVEN_OPTS are set to:
> > "-XX:MaxPermSize=128m -Xms512m -Xmx512m"
> >
> > Here's the last thing I always see:
> > ---
> >  T E S T S
> > ---
> > Running org.apache.geronimo.mavenplugins.car.PlanProcessorMojoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6
> > sec
> > Running org.apache.geronimo.mavenplugins.car.PluginMetadataTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.691 sec
> >
> > Results :
> >
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar]
> > [INFO] Building jar:
> > /home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar
> >
> > [INFO] [plugin:addPluginArtifactMetadata]
> > [INFO] [shitty:install {execution: default}]
> > [INFO] Installing
> > /home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar
> > to
> > /home/jbohn/.m2/repository/org/apache/geronimo/plugins/car-maven-plugin/2.1-SNAPSHOT/car-maven-plugin-2.1-SNAPSHOT.jar
> >
> >
> 
> >>
> >
> >
>


Re: Build issue with trunk - build hangs

2007-10-16 Thread Joe Bohn


Thanks for all the responses!

The cpu is at 0.

It seems that the problem is related to building in the background using 
nohup and tailing the output.  If I build in the foreground without 
nohup then I don't see the hang.


The hang is always during the installation of the car-maven-plugin.  So 
there must be something involved in that installation that requires an 
attached terminal.


Thanks,
Joe


Matt Hogstrom wrote:

Joe,

On nique you can use the IBM JDK to get a heap dump.  Although, the 
question I have is does your system hang in terms of 0% CPU or some 
%CPU?  If your CPU is at 0 its probably another problem not related to 
heap.  The thread dump is a good idea.



On Oct 16, 2007, at 10:37 AM, Joe Bohn wrote:

Thanks Erik.  Even with increasing it to your settings my OpenSUSE 
still hangs at the point of installing the car-maven-plugin.


Things must have really changed with this plugin to require 
substantially more memory or perhaps there are other issues.  I think 
I may just install a new OS on these machines anyway (perhaps SLES).


I'm still interested if anybody has had success with OpenSUSE if you 
happen to see this.


Thanks,
Joe


Erik B. Craig wrote:

Joe,
I was running into the same issue on CentOS, my MAVEN_OPTS were 
-Xmx512m -XX:MaxPermSize=128m.
After I changed them to -Xmx2048m -XX:MaxPermSize=512m , the problem 
went away immediately.

This is on Maven 2.0.7 and Sun JDK 1.5.0_12
Dunno if that will help you at all, but there you go =)
-Erik
Joe Bohn wrote:

Is nobody else hitting this problem?

Is anybody else building on OpenSUSE?  I have two machines and get 
hang in the same place on each machine while trying to install the 
car-maven-plugin.


Even bumping my MAVEN_OPTS to "-XX:MaxPermSize=512m -Xms512m 
-Xmx1024m" didn't seem to have any effect.


Joe


Joe Bohn wrote:


I'm consistently hitting a build hang with trunk that I can't get 
past.   Is anybody else hitting these problems or does anybody know 
what might be going wrong?  Perhaps I need to bump up the MaxPermSize?


The build hangs when I get to building the car-maven-plugin.  This 
is on  OpenSUSE 10.2 with maven 2.0.7 (although I had the failures 
first with 2.0.5 and moving to 2.0.7 didn't change the results) and 
Sun JDK 1.5.0_11.


My MAVEN_OPTS are set to:
"-XX:MaxPermSize=128m -Xms512m -Xmx512m"

Here's the last thing I always see:
---
 T E S T S
---
Running org.apache.geronimo.mavenplugins.car.PlanProcessorMojoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 
sec

Running org.apache.geronimo.mavenplugins.car.PluginMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.691 sec


Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar 


[INFO] [plugin:addPluginArtifactMetadata]
[INFO] [shitty:install {execution: default}]
[INFO] Installing 
/home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar 
to 
/home/jbohn/.m2/repository/org/apache/geronimo/plugins/car-maven-plugin/2.1-SNAPSHOT/car-maven-plugin-2.1-SNAPSHOT.jar 












[BUILD] 2.0: Failed for Revision: 585177

2007-10-16 Thread prasad
Geronimo Revision: 585177 built with tests included
 
See the full build-0600.log file at 
http://people.apache.org/~prasad/binaries/2.0/20071016/build-0600.log
 
Building Geronimo 2.0 at Revision: 585177
 
[INFO] Scanning for projects...
[INFO] 

[INFO] Building Maven Default Project
[INFO]task-segment: [install]
[INFO] 

[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.pom
1K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/1/maven-plugins-1.pom
3K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/1/maven-parent-1.pom
6K downloaded
Downloading: http://repo1.maven.org/maven2/org/apache/apache/1/apache-1.pom
3K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.jar
13K downloaded
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom
2K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
5K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
14K downloaded
Downloading: http://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom
3K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.jar
17K downloaded
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.3/maven-surefire-plugin-2.3.pom
4K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.3/surefire-2.3.pom
5K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.3/maven-surefire-plugin-2.3.jar
14K downloaded
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates 
from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.1/maven-jar-plugin-2.1.pom
2K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom
6K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
9K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.1/maven-jar-plugin-2.1.jar
18K downloaded
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.pom
2K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.jar
15K downloaded
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Cannot execute mojo: resources. It requires a project with an existing 
pom.xml, but the build is not using one.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 4 seconds
[INFO] Finished at: Tue Oct 16 12:30:54 EDT 2007
[INFO] Final Memory: 3M/504M
[INFO] 
Geronimo Revision: 585177 built with tests included
 
See the full build-1200.log file at 
http://people.apache.org/~prasad/binaries/2.0/20071016/build-1200.log
 
Building Geronimo 2.0 at Revision: 585177
 
[INFO] Scanning for projects...
[INFO] 

[INFO] Building Maven Default Project
[INFO]task-segment: [install]
[INFO] 

[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Cannot execute mojo: resources. It requires a project with an existing 
pom.xml, but the build is not using one.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO

[BUILD] 2.0: Failed for Revision: 585177

2007-10-16 Thread prasad
Geronimo Revision: 585177 built with tests included
 
See the full build-0600.log file at 
http://people.apache.org/~prasad/binaries/2.0/20071016/build-0600.log
 
Building Geronimo 2.0 at Revision: 585177
 
[INFO] Scanning for projects...
[INFO] 

[INFO] Building Maven Default Project
[INFO]task-segment: [install]
[INFO] 

[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.pom
1K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/1/maven-plugins-1.pom
3K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/1/maven-parent-1.pom
6K downloaded
Downloading: http://repo1.maven.org/maven2/org/apache/apache/1/apache-1.pom
3K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.jar
13K downloaded
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom
2K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
5K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
14K downloaded
Downloading: http://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom
3K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.jar
17K downloaded
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.3/maven-surefire-plugin-2.3.pom
4K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.3/surefire-2.3.pom
5K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.3/maven-surefire-plugin-2.3.jar
14K downloaded
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates 
from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.1/maven-jar-plugin-2.1.pom
2K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom
6K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
9K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.1/maven-jar-plugin-2.1.jar
18K downloaded
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for 
updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.pom
2K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.jar
15K downloaded
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Cannot execute mojo: resources. It requires a project with an existing 
pom.xml, but the build is not using one.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 4 seconds
[INFO] Finished at: Tue Oct 16 12:30:54 EDT 2007
[INFO] Final Memory: 3M/504M
[INFO] 


Re: Build issue with trunk - build hangs

2007-10-16 Thread Matt Hogstrom

Joe,

On nique you can use the IBM JDK to get a heap dump.  Although, the  
question I have is does your system hang in terms of 0% CPU or some % 
CPU?  If your CPU is at 0 its probably another problem not related to  
heap.  The thread dump is a good idea.



On Oct 16, 2007, at 10:37 AM, Joe Bohn wrote:

Thanks Erik.  Even with increasing it to your settings my OpenSUSE  
still hangs at the point of installing the car-maven-plugin.


Things must have really changed with this plugin to require  
substantially more memory or perhaps there are other issues.  I  
think I may just install a new OS on these machines anyway (perhaps  
SLES).


I'm still interested if anybody has had success with OpenSUSE if  
you happen to see this.


Thanks,
Joe


Erik B. Craig wrote:

Joe,
I was running into the same issue on CentOS, my MAVEN_OPTS were - 
Xmx512m -XX:MaxPermSize=128m.
After I changed them to -Xmx2048m -XX:MaxPermSize=512m , the  
problem went away immediately.

This is on Maven 2.0.7 and Sun JDK 1.5.0_12
Dunno if that will help you at all, but there you go =)
-Erik
Joe Bohn wrote:

Is nobody else hitting this problem?

Is anybody else building on OpenSUSE?  I have two machines and  
get hang in the same place on each machine while trying to  
install the car-maven-plugin.


Even bumping my MAVEN_OPTS to "-XX:MaxPermSize=512m -Xms512m - 
Xmx1024m" didn't seem to have any effect.


Joe


Joe Bohn wrote:


I'm consistently hitting a build hang with trunk that I can't  
get past.   Is anybody else hitting these problems or does  
anybody know what might be going wrong?  Perhaps I need to bump  
up the MaxPermSize?


The build hangs when I get to building the car-maven-plugin.   
This is on  OpenSUSE 10.2 with maven 2.0.7 (although I had the  
failures first with 2.0.5 and moving to 2.0.7 didn't change the  
results) and Sun JDK 1.5.0_11.


My MAVEN_OPTS are set to:
"-XX:MaxPermSize=128m -Xms512m -Xmx512m"

Here's the last thing I always see:
---
 T E S T S
---
Running org.apache.geronimo.mavenplugins.car.PlanProcessorMojoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
0.6 sec

Running org.apache.geronimo.mavenplugins.car.PluginMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
0.691 sec


Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /home/jbohn/geronimo/maven-plugins/car- 
maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar

[INFO] [plugin:addPluginArtifactMetadata]
[INFO] [shitty:install {execution: default}]
[INFO] Installing /home/jbohn/geronimo/maven-plugins/car-maven- 
plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar to /home/ 
jbohn/.m2/repository/org/apache/geronimo/plugins/car-maven- 
plugin/2.1-SNAPSHOT/car-maven-plugin-2.1-SNAPSHOT.jar










Re: Build issue with trunk - build hangs

2007-10-16 Thread Kevan Miller


On Oct 16, 2007, at 10:55 AM, Jarek Gawor wrote:


Maybe try getting a thread dump while the process appears to be
hanging (kill -QUIT ). That might give a clue on what's
going on.


You can also try tracking memory utilization (since there have been  
multiple reports of needing more memory...) --


-verbose:gc -XX:+PrintGCDetails

--kevan


Re: Build issue with trunk - build hangs

2007-10-16 Thread Jarek Gawor
Maybe try getting a thread dump while the process appears to be
hanging (kill -QUIT ). That might give a clue on what's
going on.

Jarek

On 10/16/07, Joe Bohn <[EMAIL PROTECTED]> wrote:
> Thanks Erik.  Even with increasing it to your settings my OpenSUSE still
> hangs at the point of installing the car-maven-plugin.
>
> Things must have really changed with this plugin to require
> substantially more memory or perhaps there are other issues.  I think I
> may just install a new OS on these machines anyway (perhaps SLES).
>
> I'm still interested if anybody has had success with OpenSUSE if you
> happen to see this.
>
> Thanks,
> Joe
>
>
> Erik B. Craig wrote:
> > Joe,
> > I was running into the same issue on CentOS, my MAVEN_OPTS were -Xmx512m
> > -XX:MaxPermSize=128m.
> > After I changed them to -Xmx2048m -XX:MaxPermSize=512m , the problem
> > went away immediately.
> > This is on Maven 2.0.7 and Sun JDK 1.5.0_12
> >
> > Dunno if that will help you at all, but there you go =)
> >
> > -Erik
> >
> > Joe Bohn wrote:
> >> Is nobody else hitting this problem?
> >>
> >> Is anybody else building on OpenSUSE?  I have two machines and get
> >> hang in the same place on each machine while trying to install the
> >> car-maven-plugin.
> >>
> >> Even bumping my MAVEN_OPTS to "-XX:MaxPermSize=512m -Xms512m
> >> -Xmx1024m" didn't seem to have any effect.
> >>
> >> Joe
> >>
> >>
> >> Joe Bohn wrote:
> >>>
> >>> I'm consistently hitting a build hang with trunk that I can't get
> >>> past.   Is anybody else hitting these problems or does anybody know
> >>> what might be going wrong?  Perhaps I need to bump up the MaxPermSize?
> >>>
> >>> The build hangs when I get to building the car-maven-plugin.  This is
> >>> on  OpenSUSE 10.2 with maven 2.0.7 (although I had the failures first
> >>> with 2.0.5 and moving to 2.0.7 didn't change the results) and Sun JDK
> >>> 1.5.0_11.
> >>>
> >>> My MAVEN_OPTS are set to:
> >>> "-XX:MaxPermSize=128m -Xms512m -Xmx512m"
> >>>
> >>> Here's the last thing I always see:
> >>> ---
> >>>  T E S T S
> >>> ---
> >>> Running org.apache.geronimo.mavenplugins.car.PlanProcessorMojoTest
> >>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 sec
> >>> Running org.apache.geronimo.mavenplugins.car.PluginMetadataTest
> >>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691
> >>> sec
> >>>
> >>> Results :
> >>>
> >>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >>>
> >>> [INFO] [jar:jar]
> >>> [INFO] Building jar:
> >>> /home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar
> >>>
> >>> [INFO] [plugin:addPluginArtifactMetadata]
> >>> [INFO] [shitty:install {execution: default}]
> >>> [INFO] Installing
> >>> /home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar
> >>> to
> >>> /home/jbohn/.m2/repository/org/apache/geronimo/plugins/car-maven-plugin/2.1-SNAPSHOT/car-maven-plugin-2.1-SNAPSHOT.jar
> >>>
> >>>
> >>
> >
>


Re: Scheduling 3.2 release

2007-10-16 Thread Guillaume Nodet
Yeah, we need to start it asap.
Any volunteer to manage this release ?

On 10/16/07, jpuro <[EMAIL PROTECTED]> wrote:
>
> Any word on the release?
>
> -jeff
>
>
> gnodet wrote:
> >
> > I'm going through the remaining JIRA assigned for 3.2.
> > If anybody has any important issues to schedule there (or patches to
> > apply), please yell !
> > I'd like to put 3.2 in release mode asap.
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > 
> > Blog: http://gnodet.blogspot.com/
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Scheduling-3.2-release-tf4528728s12049.html#a13234751
> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/


Re: Build issue with trunk - build hangs

2007-10-16 Thread Joe Bohn
Thanks Erik.  Even with increasing it to your settings my OpenSUSE still 
hangs at the point of installing the car-maven-plugin.


Things must have really changed with this plugin to require 
substantially more memory or perhaps there are other issues.  I think I 
may just install a new OS on these machines anyway (perhaps SLES).


I'm still interested if anybody has had success with OpenSUSE if you 
happen to see this.


Thanks,
Joe


Erik B. Craig wrote:

Joe,
I was running into the same issue on CentOS, my MAVEN_OPTS were -Xmx512m 
-XX:MaxPermSize=128m.
After I changed them to -Xmx2048m -XX:MaxPermSize=512m , the problem 
went away immediately.

This is on Maven 2.0.7 and Sun JDK 1.5.0_12

Dunno if that will help you at all, but there you go =)

-Erik

Joe Bohn wrote:

Is nobody else hitting this problem?

Is anybody else building on OpenSUSE?  I have two machines and get 
hang in the same place on each machine while trying to install the 
car-maven-plugin.


Even bumping my MAVEN_OPTS to "-XX:MaxPermSize=512m -Xms512m 
-Xmx1024m" didn't seem to have any effect.


Joe


Joe Bohn wrote:


I'm consistently hitting a build hang with trunk that I can't get 
past.   Is anybody else hitting these problems or does anybody know 
what might be going wrong?  Perhaps I need to bump up the MaxPermSize?


The build hangs when I get to building the car-maven-plugin.  This is 
on  OpenSUSE 10.2 with maven 2.0.7 (although I had the failures first 
with 2.0.5 and moving to 2.0.7 didn't change the results) and Sun JDK 
1.5.0_11.


My MAVEN_OPTS are set to:
"-XX:MaxPermSize=128m -Xms512m -Xmx512m"

Here's the last thing I always see:
---
 T E S T S
---
Running org.apache.geronimo.mavenplugins.car.PlanProcessorMojoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 sec
Running org.apache.geronimo.mavenplugins.car.PluginMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 
sec


Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar 


[INFO] [plugin:addPluginArtifactMetadata]
[INFO] [shitty:install {execution: default}]
[INFO] Installing 
/home/jbohn/geronimo/maven-plugins/car-maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar 
to 
/home/jbohn/.m2/repository/org/apache/geronimo/plugins/car-maven-plugin/2.1-SNAPSHOT/car-maven-plugin-2.1-SNAPSHOT.jar 









Re: Scheduling 3.2 release

2007-10-16 Thread jpuro

Any word on the release?

-jeff


gnodet wrote:
> 
> I'm going through the remaining JIRA assigned for 3.2.
> If anybody has any important issues to schedule there (or patches to
> apply), please yell !
> I'd like to put 3.2 in release mode asap.
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Scheduling-3.2-release-tf4528728s12049.html#a13234751
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.



[jira] Updated: (GERONIMO-3533) monitoring pluging: cleanup poms

2007-10-16 Thread Viet Hung Nguyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Viet Hung Nguyen updated GERONIMO-3533:
---

Attachment: geronimo-3533.patch

> monitoring pluging: cleanup poms
> 
>
> Key: GERONIMO-3533
> URL: https://issues.apache.org/jira/browse/GERONIMO-3533
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: monitoring
>Affects Versions: 2.1
> Environment: linux
>Reporter: Viet Hung Nguyen
> Attachments: geronimo-3533.patch
>
>
> We need to clean up the pom.xmls at almost every level. Also, the current 
> collecting agent "plugin" is not compiling due to the some recent changes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-3533) monitoring pluging: cleanup poms

2007-10-16 Thread Viet Hung Nguyen (JIRA)
monitoring pluging: cleanup poms


 Key: GERONIMO-3533
 URL: https://issues.apache.org/jira/browse/GERONIMO-3533
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: monitoring
Affects Versions: 2.1
 Environment: linux
Reporter: Viet Hung Nguyen


We need to clean up the pom.xmls at almost every level. Also, the current 
collecting agent "plugin" is not compiling due to the some recent changes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] Geronimo 2.0.2 (rc1)

2007-10-16 Thread Jay D. McHugh

+1

(Sorry for the late vote - My laptop died)

Jay

Kevan Miller wrote:

All,
I've prepared a 2.0.2 release candidate for review and vote.

http://people.apache.org/~kevan/release-votes/geronimo-2.0.2-dist/ 
contains the 8 Java EE and Minimal server (tar/zip and tomcat/jetty) 
binaries. Here are pointers to the zip files:


http://people.apache.org/~kevan/release-votes/geronimo-2.0.2-dist/geronimo-jetty6-jee5-2.0.2-bin.zip 

http://people.apache.org/~kevan/release-votes/geronimo-2.0.2-dist/geronimo-tomcat6-jee5-2.0.2-bin.zip 

http://people.apache.org/~kevan/release-votes/geronimo-2.0.2-dist/geronimo-jetty6-minimal-2.0.2-bin.zip 

http://people.apache.org/~kevan/release-votes/geronimo-2.0.2-dist/geronimo-tomcat6-minimal-2.0.2-bin.zip 



Source for the release is packaged here: 
http://people.apache.org/~kevan/release-votes/geronimo-2.0.2-dist/geronimo-2.0.2-src.zip 



Note that this release is dependent upon the geronimo-txmanager 
release that is currently being voted on. To build Geronimo 2.0.2, 
you'll need to either build geronimo-txmanager from source or copy the 
geronimo-txmanager artifacts into your local maven repo.


The maven artifacts for Geronimo 2.0.2 are here -- 
http://people.apache.org/~kevan/release-votes/geronimo-2.0.2/ or in 
the following archive -- 
http://people.apache.org/~kevan/release-votes/geronimo-2.0.2.tar.gz.


The rat report for the Geronimo 2.0.2 source is here -- 
http://people.apache.org/~kevan/release-votes/geronimo-2.0.2-rat.txt


The source for the release currently resides here -- 
https://svn.apache.org/repos/asf/geronimo/server/branches/2.0.2


Once the release is approved, I'll move this branch to 
https://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2


[ ] +1 Release Geronimo 2.0.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.0.2 (please provide rationale)

I'll plan on calling this vote on Tuesday morning (EDT).

--kevan










allowHosts in geronimo 2.0.1

2007-10-16 Thread Ashish Jain
Hi,
   I am trying to simulate the allowHosts feature for geronimo 2.0.1 which
was available in geronimo 1.2. With geronimo 1.2 it works fine and  I am
able to restrict access to EJB application running on the server to specific
ip addresses. With AG 2.0.1  this attribute is not allowed. Do we have some
other alternative available in AG2.0.1?

In config-substitutions.properties we have ClientAddresses variable. What is
the use of this variable?

Thanks
Ashish