Documentation update status for Geronimo 2.2.1

2010-06-09 Thread chi runhua
Hi all,

I summarized a list of doc pages for G2.2.1 and so far I think the document
were updated accordingly.

Aside from those fixes applied for G2.1.5, the major updates for G2.2.1 doc
are EJB failover, JMS clustering and EJB server configuration topics. See
[1] for more details.

If I missed any topics, please feel free to append the list.

[1]
https://cwiki.apache.org/GMOxDOC22/apache-geronimo-v221-documentation-development-status.html


Jeff C


Re: [Geronimo-trunk] Deployment Exception

2010-06-09 Thread rahul.soa
Hi Ivan,

Okay, no problem. I will jump back to stable version Geronimo-2.2. I will
send my patche(s) (related to web service security) based on Geronimo-2.2
then.

Many Thanks for your help! Good day!
Rahul

On Wed, Jun 9, 2010 at 6:53 AM, Ivan xhh...@gmail.com wrote:

 Hi, rahul:
 I have to say, web service support in trunk is also ongoing, we  found
 some issues to make Axis2/CXF work in OSGI environment. Currently, only some
 simple web service function could work, like exposing simple POJO as web
 service in web application.  Sorry for the inconvinence !

 2010/6/9 rahul.soa rahul@googlemail.com

 Forgot to attach the traces:

 2010-06-09 00:39:00,969 ERROR [DeploymentPortlet] The application was not
 deployed.

 No JAX-WS ServiceRefBuilders registered
 org.apache.geronimo.common.DeploymentException: No JAX-WS
 ServiceRefBuilders registered
 at
 org.apache.geronimo.naming.deployment.SwitchingServiceRefBuilder.getJAXWSBuilder(SwitchingServiceRefBuilder.java:157)
 at
 org.apache.geronimo.naming.deployment.SwitchingServiceRefBuilder.buildNaming(SwitchingServiceRefBuilder.java:138)
 at
 org.apache.geronimo.j2ee.deployment.NamingBuilderCollection.buildNaming(NamingBuilderCollection.java:68)
 at
 org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.configureBasicWebModuleAttributes(AbstractWebModuleBuilder.java:724)
 at
 org.apache.geronimo.jetty8.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:489)
 at
 org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:174)
 at
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:721)
 at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:250)
 at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:138)

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
 at
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
 at
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:856)
 at
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
 at
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
 at
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
 at java.lang.Thread.run(Thread.java:619)

 2010-06-09 00:39:00,981 WARN  [XSRFHandler] Blocked due to missing
 HttpServletRequest parameter.
 2010-06-09 00:39:00,981 ERROR [XSSXSRFFilter] XSSXSRFFilter blocked
 HttpServletRequest due to invalid FORM content.




 On Tue, Jun 8, 2010 at 11:12 PM, rahul.soa rahul@googlemail.comwrote:

 Hi Ivan,

 Thanks for your reply.

 Now, I am packaging into war and am trying to deploy it. But getting the
 following error:

 [ra...@localhost bin]$ ./deploy --user system --password manager deploy
 /home/rahul/new_workspace1/GerominoWebClient/abc.war
  Using GERONIMO_HOME:
 /home/rahul/server/assemblies/geronimo-jetty8-javaee6/target/assembly
 Using GERONIMO_TMPDIR: var/temp
 Using JRE_HOME:/usr/SDK/jdk/jre
 2010-06-09 01:03:06,567 ERROR [DeployTool] Error:
 org.apache.geronimo.common.DeploymentException: Unable to deploy abc.war:
 No JAX-WS ServiceRefBuilders registered


 at
 org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:43)
 at
 org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:148)
 at
 org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:124)
 at
 org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:173)
 at
 org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:64)
 at
 org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65)
 at
 org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
 at
 org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
 [ra...@localhost bin]$


 I noticed, on the web console, under system modules, I don't see any cxf
 module. Is this the cause of above error? Please help.

 Many Thanks,
 rahul


 On Tue, Jun 8, 2010 at 2:39 PM, Ivan xhh...@gmail.com wrote:

 Hi,
 in-place deployment support for trunk is still ongoing :-(

 2010/6/8 rahul.soa rahul@googlemail.com

 Hello Devs,

 I am trying to deploy my webservice client on Geronimo/jetty on freshly
 built trunk on linux machine. However, I was able to deploy it on
 Geronimo-2.2. I encounter the following error while deploying:


 [ra...@localhost bin]$ ./deploy --user system 

[jira] Created: (GERONIMO-5376) OpenEJB failover failed

2010-06-09 Thread viola.lu (JIRA)
OpenEJB failover failed 


 Key: GERONIMO-5376
 URL: https://issues.apache.org/jira/browse/GERONIMO-5376
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: OpenEJB
Affects Versions: 2.2.1
 Environment: windows 2003, suse10 sp2, redhat 5.3
jdk: sun 1.6.10
Reporter: viola.lu
 Fix For: 2.2.1


Server 1: window 2003, viola-dev
Server 2: suse 10 sp2, suse10sp268
Server 3: redhat 5.3, rhel53x86
1. Add MultipointServers=suse10sp268:4212  to server 1
2. Add MultipointServers=rhel53x86:4212 to server 2
3. Add MultipointServers=rhel53x86:4212 to server 3
4.Deploy loadbean interface to server 1. deploy loadbean implementation to 
server 2, server 3
Deploy a openejb client servlet to server 1 which call server 2. server 3
 
p.setProperty(Context.PROVIDER_URL,failover:ejbd://9.186.10.68:4201,ejbd://9.186.10.96:4201);
5.Shutdown server 2, it should failover to server 3, but failed, server  1 
reported errors:
Invalid response from server -1.

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



Re: [VOTE] Geronimo 3.0-M1 release - 2nd attempt - CANCELED

2010-06-09 Thread Rick McGuire

Canceled again due to the source license problems.

Rick

On 6/8/2010 4:47 PM, Kevan Miller wrote:

Looking good... Almost. :-(

The LICENSE files in the binary assemblies are missing the ADDITIONAL SOURCE 
LICENSES. I'm guessing that I didn't notice this, last time... IMO, that's a must 
fix.

There are still a few WARN startup messages. That's minor.

I didn't see any other issues.

Here's my -1

--kevan

On Jun 8, 2010, at 10:37 AM, Rick McGuire wrote:

   

A new 3.0-M1 release candidate is ready for review.  The LICENSE and NOTICE 
problems have been corrected, the README and Release notes are now correctly 
included in the binary assemblies, the mini-server version build and version 
number problems have been corrected, the xbean springframework warnings at 
startup are suppressed, and a general pruning of subprojects that do not build 
currently has been performed.

See the JIRA issues here:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12315090styleName=TextprojectId=10220

Staged to

https://repository.apache.org/content/repositories/orgapachegeronimo-043/

The main artifacts up for vote are the source release archives

https://repository.apache.org/content/repositories/orgapachegeronimo-043/org/apache/geronimo/geronimo/3.0-M1/geronimo-3.0-M1-source-release.zip
https://repository.apache.org/content/repositories/orgapachegeronimo-043/org/apache/geronimo/geronimo/3.0-M1/geronimo-3.0-M1-source-release.tar.gz

If you vote you should at least examine these and make sure something plausible 
builds from them.

The voting will be open a minimum of 72 hours.

[  ] +1 about time to push this out the door
[  ]  0 no opinion
[  ] -1 not this one  (please explain why)

Rick
 


   




[jira] Updated: (GERONIMO-5376) OpenEJB failover failed

2010-06-09 Thread viola.lu (JIRA)

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

viola.lu updated GERONIMO-5376:
---

Description: 
Server 1: window 2003, viola-dev
Server 2: suse 10 sp2, suse10sp268
Server 3: redhat 5.3, rhel53x86
1. Add MultipointServers=suse10sp268:4212  to server 1
2. Add MultipointServers=rhel53x86:4212 to server 2
3. Add MultipointServers=rhel53x86:4212 to server 3
4.Deploy loadbean interface to server 1. deploy loadbean implementation to 
server 2, server 3
Deploy a openejb client servlet to server 1 which call server 2. server 3
 
p.setProperty(Context.PROVIDER_URL,failover:ejbd://suse10sp2:4201,ejbd://rhel53x86:4201);
5.Shutdown server 2, it should failover to server 3, but failed, server  1 
reported errors:
Invalid response from server -1.

  was:
Server 1: window 2003, viola-dev
Server 2: suse 10 sp2, suse10sp268
Server 3: redhat 5.3, rhel53x86
1. Add MultipointServers=suse10sp268:4212  to server 1
2. Add MultipointServers=rhel53x86:4212 to server 2
3. Add MultipointServers=rhel53x86:4212 to server 3
4.Deploy loadbean interface to server 1. deploy loadbean implementation to 
server 2, server 3
Deploy a openejb client servlet to server 1 which call server 2. server 3
 
p.setProperty(Context.PROVIDER_URL,failover:ejbd://9.186.10.68:4201,ejbd://9.186.10.96:4201);
5.Shutdown server 2, it should failover to server 3, but failed, server  1 
reported errors:
Invalid response from server -1.


 OpenEJB failover failed 
 

 Key: GERONIMO-5376
 URL: https://issues.apache.org/jira/browse/GERONIMO-5376
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: OpenEJB
Affects Versions: 2.2.1
 Environment: windows 2003, suse10 sp2, redhat 5.3
 jdk: sun 1.6.10
Reporter: viola.lu
 Fix For: 2.2.1


 Server 1: window 2003, viola-dev
 Server 2: suse 10 sp2, suse10sp268
 Server 3: redhat 5.3, rhel53x86
 1. Add MultipointServers=suse10sp268:4212  to server 1
 2. Add MultipointServers=rhel53x86:4212 to server 2
 3. Add MultipointServers=rhel53x86:4212 to server 3
 4.Deploy loadbean interface to server 1. deploy loadbean implementation to 
 server 2, server 3
 Deploy a openejb client servlet to server 1 which call server 2. server 3
  
 p.setProperty(Context.PROVIDER_URL,failover:ejbd://suse10sp2:4201,ejbd://rhel53x86:4201);
 5.Shutdown server 2, it should failover to server 3, but failed, server  1 
 reported errors:
 Invalid response from server -1.

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



[BUILD] branches/2.2: Failed for Revision: 952963

2010-06-09 Thread gawor
Geronimo Revision: 952963 built with tests included
 
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100609/build-0800.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100609/unit-test-reports
 
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/springframework/spring-jms/2.5.6/spring-jms-2.5.6.jar
190K downloaded
Downloading: 
http://repo.fusesource.com/maven2/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
93K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/springframework/spring-context-support/2.5.6/spring-context-support-2.5.6.jar
94K downloaded
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-pool/5.4-SNAPSHOT/activemq-pool-5.4-SNAPSHOT.jar
35K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/rome/rome/0.8/rome-0.8.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//rome/rome/0.8/rome-0.8.jar
192K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/springframework/spring-webmvc/3.0.1.RELEASE/spring-webmvc-3.0.1.RELEASE.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/springframework/spring-webmvc/3.0.1.RELEASE/spring-webmvc-3.0.1.RELEASE.jar
388K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//stax/stax/1.2.0/stax-1.2.0.jar
175K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/xmlpull/xmlpull/1.1.3.4d_b4_min/xmlpull-1.1.3.4d_b4_min.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//xmlpull/xmlpull/1.1.3.4d_b4_min/xmlpull-1.1.3.4d_b4_min.jar
23K downloaded
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-xmpp/5.4-SNAPSHOT/activemq-xmpp-5.4-SNAPSHOT.jar
173K downloaded
Downloading: 
http://download.java.net/maven/2/org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
Downloading: 
http://download.java.net/maven/1/org.codehaus.woodstox/jars/woodstox-core-asl-4.0.7.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
471K downloaded
Downloading: 
http://download.java.net/maven/2/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
Downloading: 
http://download.java.net/maven/1/org.codehaus.woodstox/jars/stax2-api-3.0.1.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
175K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = 
'88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - RETRYING
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
175K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = 
'88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - IGNORING
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-console/5.4-SNAPSHOT/activemq-console-5.4-SNAPSHOT.jar
109K downloaded
Downloading: 
http://repo.fusesource.com/maven2/net/sf/josql/josql/1.5/josql-1.5.jar
193K downloaded
Downloading: 
http://repo.fusesource.com/maven2/net/sf/josql/gentlyweb-utils/1.5/gentlyweb-utils-1.5.jar
67K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//opensymphony/sitemesh/2.2.1/sitemesh-2.2.1.jar
130K downloaded
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO

[BUILD] branches/2.2: Failed for Revision: 953086

2010-06-09 Thread gawor
Geronimo Revision: 953086 built with tests included
 
See the full build-1400.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100609/build-1400.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100609/unit-test-reports
 
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/springframework/spring-jms/2.5.6/spring-jms-2.5.6.jar
190K downloaded
Downloading: 
http://repo.fusesource.com/maven2/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
93K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/springframework/spring-context-support/2.5.6/spring-context-support-2.5.6.jar
94K downloaded
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-pool/5.4-SNAPSHOT/activemq-pool-5.4-SNAPSHOT.jar
35K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/rome/rome/0.8/rome-0.8.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//rome/rome/0.8/rome-0.8.jar
192K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/springframework/spring-webmvc/3.0.1.RELEASE/spring-webmvc-3.0.1.RELEASE.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/springframework/spring-webmvc/3.0.1.RELEASE/spring-webmvc-3.0.1.RELEASE.jar
388K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//stax/stax/1.2.0/stax-1.2.0.jar
175K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/xmlpull/xmlpull/1.1.3.4d_b4_min/xmlpull-1.1.3.4d_b4_min.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//xmlpull/xmlpull/1.1.3.4d_b4_min/xmlpull-1.1.3.4d_b4_min.jar
23K downloaded
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-xmpp/5.4-SNAPSHOT/activemq-xmpp-5.4-SNAPSHOT.jar
173K downloaded
Downloading: 
http://download.java.net/maven/2/org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
Downloading: 
http://download.java.net/maven/1/org.codehaus.woodstox/jars/woodstox-core-asl-4.0.7.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
471K downloaded
Downloading: 
http://download.java.net/maven/2/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
Downloading: 
http://download.java.net/maven/1/org.codehaus.woodstox/jars/stax2-api-3.0.1.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
175K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = 
'88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - RETRYING
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
175K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = 
'88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - IGNORING
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-console/5.4-SNAPSHOT/activemq-console-5.4-SNAPSHOT.jar
109K downloaded
Downloading: 
http://repo.fusesource.com/maven2/net/sf/josql/josql/1.5/josql-1.5.jar
193K downloaded
Downloading: 
http://repo.fusesource.com/maven2/net/sf/josql/gentlyweb-utils/1.5/gentlyweb-utils-1.5.jar
67K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//opensymphony/sitemesh/2.2.1/sitemesh-2.2.1.jar
130K downloaded
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO

[VOTE] Geronimo 3.0-M1 release - 3rd attempt

2010-06-09 Thread Rick McGuire
A new 3.0-M1 release candidate is ready for review.  The LICENSE problem 
has been corrected and the missed testsuite updates that Jarek noticed 
have been included.


See the JIRA issues here:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12315090styleName=TextprojectId=10220 



Staged to

https://repository.apache.org/content/repositories/orgapachegeronimo-046/

The main artifacts up for vote are the source release archives

https://repository.apache.org/content/repositories/orgapachegeronimo-046/org/apache/geronimo/geronimo/3.0-M1/geronimo-3.0-M1-source-release.zip 

https://repository.apache.org/content/repositories/orgapachegeronimo-046/org/apache/geronimo/geronimo/3.0-M1/geronimo-3.0-M1-source-release.tar.gz 



If you vote you should at least examine these and make sure something 
plausible builds from them.


The voting will be open a minimum of 72 hours.

[  ] +1 about time to push this out the door
[  ]  0 no opinion
[  ] -1 not this one  (please explain why)

Rick


[BUILD] trunk: Failed for Revision: 953116

2010-06-09 Thread gawor
Geronimo Revision: 953116 built with tests included
 
See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100609/build-1500.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100609
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 39 minutes 8 seconds
[INFO] Finished at: Wed Jun 09 15:40:48 EDT 2010
[INFO] Final Memory: 593M/1003M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100609/logs-1500-tomcat/
 
Running TestSuite
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.76 sec  
FAILURE!
 
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[appname-war] in 
[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp 
webResources[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/src/main/webapp]
 
to[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT]
[INFO] Copying webapp 
webResources[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/classes]
 
to[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT]
[INFO] Copying webapp 
resources[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/src/main/webapp]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT/WEB-INF/lib/appname-war-3.0-SNAPSHOT.jar
[INFO] Webapp assembled in[47 msecs]
[INFO] Building war: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT.war
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] Failsafe report directory: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/failsafe-reports

---
 T E S T S
---
There are no tests to run.

Results :

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

[INFO] [ianal:verify-legal-files {execution: default}]
[WARNING] Skipping verification of legal files in artifacts:
[WARNING] org.apache.geronimo.testsuite:appname-war:war:3.0-SNAPSHOT
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT.war
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/appname-war/3.0-SNAPSHOT/appname-war-3.0-SNAPSHOT.war
[INFO] [failsafe:verify {execution: verify}]
[INFO] Failsafe report directory: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/failsafe-reports
[INFO] 
[INFO] Building Geronimo TestSuite :: Enterprise Testsuite :: AppName - Client
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/src/test/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO

[jira] Commented: (GERONIMO-5375) Console Navigation is not visible in Google Chrome

2010-06-09 Thread Rahul Mehta (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877249#action_12877249
 ] 

Rahul Mehta commented on GERONIMO-5375:
---

Okay. By the way, I used the following environment:

Linux Fedora 9, 
Chrome 5.0.342.9 beta
Java Hot Spot 1.6

Rahul

 Console Navigation is not visible in Google Chrome
 --

 Key: GERONIMO-5375
 URL: https://issues.apache.org/jira/browse/GERONIMO-5375
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Linux Fedora, Java 6, Geronimo Jetty assembly
Reporter: Rahul Mehta
Priority: Minor
 Attachments: Screenshot.png


 Hello Devs,
 After running the server, I opened the server console and noticed that 
 Console Navigation is not visible in Google Chrome. However, its visible in 
 Mozilla firefox. I have not tried in other browsers. A screenshot is attached 
 with this JIRA. I ran the jetty assembly.
 Many Thanks,
 rahul

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



[BUILD] branches/2.2: Failed for Revision: 953188

2010-06-09 Thread gawor
Geronimo Revision: 953188 built with tests included
 
See the full build-2000.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100609/build-2000.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100609/unit-test-reports
 
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-pool/5.4-SNAPSHOT/activemq-pool-5.4-SNAPSHOT.jar
35K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/rome/rome/0.8/rome-0.8.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//rome/rome/0.8/rome-0.8.jar
192K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/springframework/spring-webmvc/3.0.1.RELEASE/spring-webmvc-3.0.1.RELEASE.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/springframework/spring-webmvc/3.0.1.RELEASE/spring-webmvc-3.0.1.RELEASE.jar
388K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//stax/stax/1.2.0/stax-1.2.0.jar
175K downloaded
Downloading: 
http://repository.springsource.com/maven/bundles/external/xmlpull/xmlpull/1.1.3.4d_b4_min/xmlpull-1.1.3.4d_b4_min.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//xmlpull/xmlpull/1.1.3.4d_b4_min/xmlpull-1.1.3.4d_b4_min.jar
23K downloaded
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-xmpp/5.4-SNAPSHOT/activemq-xmpp-5.4-SNAPSHOT.jar
173K downloaded
Downloading: 
http://download.java.net/maven/2/org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
Downloading: 
http://download.java.net/maven/1/org.codehaus.woodstox/jars/woodstox-core-asl-4.0.7.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/woodstox-core-asl/4.0.7/woodstox-core-asl-4.0.7.jar
471K downloaded
Downloading: 
http://download.java.net/maven/2/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
Downloading: 
http://download.java.net/maven/1/org.codehaus.woodstox/jars/stax2-api-3.0.1.jar
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
175K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = 
'88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - RETRYING
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
175K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = 
'88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - IGNORING
Downloading: 
http://repository.apache.org/snapshots/org/apache/activemq/activemq-console/5.4-SNAPSHOT/activemq-console-5.4-SNAPSHOT.jar
109K downloaded
Downloading: 
http://repo.fusesource.com/maven2/net/sf/josql/josql/1.5/josql-1.5.jar
193K downloaded
Downloading: 
http://repo.fusesource.com/maven2/net/sf/josql/gentlyweb-utils/1.5/gentlyweb-utils-1.5.jar
67K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//opensymphony/sitemesh/2.2.1/sitemesh-2.2.1.jar
130K downloaded
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.systempropertyprofileactiva...@79c079c0
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.alwaysonprofileactiva...@79c079c0
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.fileprofileactiva...@79c079c0
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.operatingsystemprofileactiva...@79c079c0
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/activemq/activemq-webconsole-jetty/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.systempropertyprofileactiva...@79c079c0
[WARNING] Component returned which is not the same manager. Ignored

Re: [DISCUSS] Time to upgrade or drop Minimal assemblies from 3.0 builds?

2010-06-09 Thread Donald Woods
Now that I have the initial web profile assemblies created and hooked
into our TCK harness, I'd like to circle back around on this.

Personally, I like Option #1 - Upgrade and rename minimal assemblies to
EBA based assemblies.  This way, all of the assemblies we build and
release will support the Aries EBA programming model.  Users can choose
to build their own custom assemblies if they choose and leave out the
EBA and WAB support if they do not require it.  Also, it looks like we
will have to add a few more modules into the web profile assemblies to
handle some of the TCK tests, along with missing console, monitoring
agent, clustering,  which will probably make those assemblies grow
from the current 65MB to more like 80MB.



-Donald


On 6/8/10 3:17 PM, Donald Woods wrote:
 I remember we had some discussion about dropping the minimal assemblies
 from the 3.0 builds awhile back, but can't find where a decision was
 made, so here goes...
 
 
 Option 1 - We upgrade the minimal assemblies to support EBA apps by
 using the eba-* instead of wab-* plugingroups, so all of our base
 assemblies supports the EBA programming environment, while still
 producing an assembly which is a subset of the Java EE 6 Web Profile.
 
 The wab-* plugingroups pull in deployers and runtime for:  Servlet 3.0,
 JSP 2.2 and EL 1.2, JSF 2.0, JSTL 1.2, WAB (OSGi RFC66), and
 remote/offline deploy.  Which creates a zip assembly of ~42MB.
 
 The eba-* plugingroups pull in the wab-* plugins along with deployers
 and runtime for:  Aries, JPA2, JTA 1.6, JCA 1.6, system db and TranQL
 connectors.   Which creates a zip assembly of ~52MB.
 
 
 Option 2 - We drop the minimal assemblies and only produce the Java EE 6
 full and web profiles.  Both would still support EBA apps, but instead
 of being able to download a ~52MB assembly, they would either have to
 build a custom assembly or go with a larger web profile assembly that
 also pulls in console, monitoring, clustering, EJB, ...
 
 
 Either option, would require users wanting a minimal server to create
 their own custom assembly which uses either the wab-* plugins or their
 own subset.
 
 For comparison data, currently the framework assembly is ~26MB, the new
 javaee6-web assemblies ~65MB, and the full javaee6 assemblies ~75MB (but
 both are still lacking full console, hot deploy, monitoring, ... and the
 web profile is pulling in all of the EJB support instead of a subset.)
 
 
 -Donald
 
 
 


[jira] Assigned: (GERONIMO-5376) OpenEJB failover failed

2010-06-09 Thread Ivan (JIRA)

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

Ivan reassigned GERONIMO-5376:
--

Assignee: Ivan

 OpenEJB failover failed 
 

 Key: GERONIMO-5376
 URL: https://issues.apache.org/jira/browse/GERONIMO-5376
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: OpenEJB
Affects Versions: 2.2.1
 Environment: windows 2003, suse10 sp2, redhat 5.3
 jdk: sun 1.6.10
Reporter: viola.lu
Assignee: Ivan
 Fix For: 2.2.1


 Server 1: window 2003, viola-dev
 Server 2: suse 10 sp2, suse10sp268
 Server 3: redhat 5.3, rhel53x86
 1. Add MultipointServers=suse10sp268:4212  to server 1
 2. Add MultipointServers=rhel53x86:4212 to server 2
 3. Add MultipointServers=rhel53x86:4212 to server 3
 4.Deploy loadbean interface to server 1. deploy loadbean implementation to 
 server 2, server 3
 Deploy a openejb client servlet to server 1 which call server 2. server 3
  
 p.setProperty(Context.PROVIDER_URL,failover:ejbd://suse10sp2:4201,ejbd://rhel53x86:4201);
 5.Shutdown server 2, it should failover to server 3, but failed, server  1 
 reported errors:
 Invalid response from server -1.

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



[jira] Updated: (GERONIMO-5376) OpenEJB failover failed

2010-06-09 Thread viola.lu (JIRA)

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

viola.lu updated GERONIMO-5376:
---

Attachment: loadbean.zip

 OpenEJB failover failed 
 

 Key: GERONIMO-5376
 URL: https://issues.apache.org/jira/browse/GERONIMO-5376
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: OpenEJB
Affects Versions: 2.2.1
 Environment: windows 2003, suse10 sp2, redhat 5.3
 jdk: sun 1.6.10
Reporter: viola.lu
Assignee: Ivan
 Fix For: 2.2.1

 Attachments: loadbean.zip


 Server 1: window 2003, viola-dev
 Server 2: suse 10 sp2, suse10sp268
 Server 3: redhat 5.3, rhel53x86
 1. Add MultipointServers=suse10sp268:4212  to server 1
 2. Add MultipointServers=rhel53x86:4212 to server 2
 3. Add MultipointServers=rhel53x86:4212 to server 3
 4.Deploy loadbean interface to server 1. deploy loadbean implementation to 
 server 2, server 3
 Deploy a openejb client servlet to server 1 which call server 2. server 3
  
 p.setProperty(Context.PROVIDER_URL,failover:ejbd://suse10sp2:4201,ejbd://rhel53x86:4201);
 5.Shutdown server 2, it should failover to server 3, but failed, server  1 
 reported errors:
 Invalid response from server -1.

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



[jira] Assigned: (GERONIMO-5371) Connection refused excpetion when change ServerHostName attribute to short host name

2010-06-09 Thread Rex Wang (JIRA)

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

Rex Wang reassigned GERONIMO-5371:
--

Assignee: Rex Wang  (was: Shawn Jiang)

 Connection refused excpetion when change ServerHostName attribute to short 
 host name
 

 Key: GERONIMO-5371
 URL: https://issues.apache.org/jira/browse/GERONIMO-5371
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.2.1
 Environment: OS: windows 2003, redhat 5.3, suse sp 10
 Latest build: 2010.06.08-07:44:42.869-0400
Reporter: viola.lu
Assignee: Rex Wang
Priority: Minor
 Fix For: 2.2.1


 1. One linux server, its /etc/hosts is like below:
 # IP-Address  Full-Qualified-Hostname  Short-Hostname
 127.0.0.1   localhost
 9.186.10.68 suse10sp268.site suse10sp268
 2.Go to server installation directory 
 $server/var/config/cconfig-substitutions.properties, 
 Change ServerHostName = 0.0.0.0 to ServerHostName=suse10sp268
 3.Start server, but activemq-ra module reported errors:
 2010-06-08 15:43:38,281 ERROR [MCFConnectionInterceptor] Error occurred 
 creating ManagedConnection for 
 org.apache.geronimo.connector.outbound.connectioni...@1a1f058
 javax.resource.ResourceException: Could not create connection.
   at 
 org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedConnection(ActiveMQManagedConnectionFactory.java:171)
   at 
 org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getConnection(MCFConnectionInterceptor.java:49)
   at 
 org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.getConnection(XAResourceInsertionInterceptor.java:41)
   at 
 org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor.internalGetConnection(SinglePoolConnectionInterceptor.java:69)
   at 
 org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInterceptor.getConnection(AbstractSinglePoolConnectionInterceptor.java:80)
   at 
 org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor.getConnection(TransactionEnlistingInterceptor.java:46)
   at 
 org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.getConnection(TransactionCachingInterceptor.java:103)
   at 
 org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection(TCCLInterceptor.java:39)
   at 
 org.apache.geronimo.connector.outbound.AbstractConnectionManager.doRecovery(AbstractConnectionManager.java:65)
   at 
 org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper.doStart(ManagedConnectionFactoryWrapper.java:164)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:953)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:525)
   at 
 org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110)
   at 
 org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145)
   at 
 org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119)
   at 
 org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:175)
   at 
 org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
   at 
 org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:253)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:295)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:539)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377)
   at 
 org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
   at 
 org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190)
   at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546)
   at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 

[jira] Created: (GERONIMO-5377) Duplicate contextID registered! exception when deploy secure webservcie

2010-06-09 Thread viola.lu (JIRA)
Duplicate contextID registered! exception when deploy secure webservcie
-

 Key: GERONIMO-5377
 URL: https://issues.apache.org/jira/browse/GERONIMO-5377
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: webservices
Affects Versions: 2.2.1
 Environment: OS: windows
Reporter: viola.lu
Assignee: Delos Dai
Priority: Minor


From https://issues.apache.org/jira/browse/GERONIMO-4738 and 
https://issues.apache.org/jira/browse/GERONIMO-5011, this is a know issue :
Duplicate contextID registered! exception when deploy secure webservcie, so 
open a jira to track it.

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



[BUILD] trunk: Failed for Revision: 953193

2010-06-09 Thread gawor
Geronimo Revision: 953193 built with tests included
 
See the full build-2100.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100609/build-2100.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100609
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 39 minutes 16 seconds
[INFO] Finished at: Wed Jun 09 21:44:07 EDT 2010
[INFO] Final Memory: 597M/992M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100609/logs-2100-tomcat/
 
Running TestSuite
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.731 sec  
FAILURE!
 
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[appname-war] in 
[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp 
webResources[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/src/main/webapp]
 
to[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT]
[INFO] Copying webapp 
webResources[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/classes]
 
to[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT]
[INFO] Copying webapp 
resources[/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/src/main/webapp]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT/WEB-INF/lib/appname-war-3.0-SNAPSHOT.jar
[INFO] Webapp assembled in[79 msecs]
[INFO] Building war: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT.war
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] Failsafe report directory: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/failsafe-reports

---
 T E S T S
---
There are no tests to run.

Results :

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

[INFO] [ianal:verify-legal-files {execution: default}]
[WARNING] Skipping verification of legal files in artifacts:
[WARNING] org.apache.geronimo.testsuite:appname-war:war:3.0-SNAPSHOT
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/appname-war-3.0-SNAPSHOT.war
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/appname-war/3.0-SNAPSHOT/appname-war-3.0-SNAPSHOT.war
[INFO] [failsafe:verify {execution: verify}]
[INFO] Failsafe report directory: 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-war/target/failsafe-reports
[INFO] 
[INFO] Building Geronimo TestSuite :: Enterprise Testsuite :: AppName - Client
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/src/test/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/enterprise-testsuite/appname-tests/appname-client/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO

[jira] Commented: (GERONIMO-5373) Enable previous released geronimo 2.2 plugins installable on G 2.2.1

2010-06-09 Thread Forrest Xia (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877299#action_12877299
 ] 

Forrest Xia commented on GERONIMO-5373:
---

After the modifications, only part of G 2.2 released samples' plugins work on G 
2.2.1:

Work:
1. org.apache.geronimo.samples/app-per-port-tomcat/2.2/car 
2. org.apache.geronimo.samples/jsp-examples-tomcat/2.2/car 
3. org.apache.geronimo.samples/ldap-sample-app-tomcat/2.2/car 
4. org.apache.geronimo.samples/servlet-examples-tomcat/2.2/car 
5. org.apache.geronimo.samples/sendmail-tomcat/2.2/car 
6. org.apache.geronimo.samples/jaxws-calculator-tomcat/2.2/car 
7. org.apache.geronimo.samples/dbtester-tomcat/2.2/car 


Not work:
8. org.apache.geronimo.samples/sample-datasource/2.2/car -- 
GenericConnectionManagerGBean is rewrited via GBean annotation, it's not 
compatible with the static GBean declaration one.
9. org.apache.geronimo.samples/bank-tomcat/2.2/car -- Lack of sample-datasource
10. org.apache.geronimo.samples/calculator-tomcat/2.2/car --  Incompatible 
OpenEJB serialVersionUID
11. org.apache.geronimo.samples/customer-tomcat/2.2/car --  Lack of 
sample-datasource
12 org.apache.geronimo.samples/jms-mdb-tomcat/2.2/car  --   Incompatible 
OpenEJB serialVersionUID
13 org.apache.geronimo.samples/myphonebook-tomcat/2.2/car --  Incompatible 
OpenEJB serialVersionUID
14 org.apache.geronimo.samples/mytime-tomcat/2.2/car -- Incompatible OpenEJB 
serialVersionUID
15 org.apache.geronimo.samples/inventory-tomcat/2.2/car --  Incompatible 
OpenEJB serialVersionUID
16 org.apache.geronimo.samples/timereport-tomcat/2.2/car --  Incompatible 
OpenEJB serialVersionUID

But with the new deployers in G 2.2.1, all of the samples' plugins works. So 
the backward compatibility is kind of hard to achieve between G releases :(

 Enable previous released geronimo 2.2 plugins installable on G 2.2.1
 

 Key: GERONIMO-5373
 URL: https://issues.apache.org/jira/browse/GERONIMO-5373
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 2.2.1
Reporter: Forrest Xia
Assignee: Forrest Xia
Priority: Minor

 Seems artifact-alias 
 key=${groupId}/${artifactId}//car${groupId}/${artifactId}/${version}/car/artifact-alias
  config cannot make 2.2 plugins installable on G 2.2.1, need to add another 
 line for this.
 artifact-alias 
 key=${groupId}/${artifactId}/2.2/car${groupId}/${artifactId}/${version}/car/artifact-alias

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



[jira] Updated: (GERONIMO-5371) Connection refused excpetion when change ServerHostName attribute to short hostname

2010-06-09 Thread Rex Wang (JIRA)

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

Rex Wang updated GERONIMO-5371:
---

Summary: Connection refused excpetion when change ServerHostName 
attribute to short hostname  (was: Connection refused excpetion when change 
ServerHostName attribute to short host name)
Description: 
1. On linux server, its /etc/hosts is like below:
IP-Address  Full-Qualified-Hostname  Short-Hostname
127.0.0.1   localhost
9.186.10.68 suse10sp268.site suse10sp268

2.Go to server installation directory 
$server/var/config/cconfig-substitutions.properties, 
Change ServerHostName = 0.0.0.0 to ServerHostName=suse10sp268

3.Start server, but activemq-ra module reported errors:
2010-06-08 15:43:38,281 ERROR [MCFConnectionInterceptor] Error occurred 
creating ManagedConnection for 
org.apache.geronimo.connector.outbound.connectioni...@1a1f058
javax.resource.ResourceException: Could not create connection.
at 
org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedConnection(ActiveMQManagedConnectionFactory.java:171)
at 
org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getConnection(MCFConnectionInterceptor.java:49)
at 
org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.getConnection(XAResourceInsertionInterceptor.java:41)
at 
org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor.internalGetConnection(SinglePoolConnectionInterceptor.java:69)
at 
org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInterceptor.getConnection(AbstractSinglePoolConnectionInterceptor.java:80)
at 
org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor.getConnection(TransactionEnlistingInterceptor.java:46)
at 
org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.getConnection(TransactionCachingInterceptor.java:103)
at 
org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection(TCCLInterceptor.java:39)
at 
org.apache.geronimo.connector.outbound.AbstractConnectionManager.doRecovery(AbstractConnectionManager.java:65)
at 
org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper.doStart(ManagedConnectionFactoryWrapper.java:164)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:953)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:525)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:175)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:253)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:295)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:539)
at 
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377)
at 
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
at 
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:816)
at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at 

[jira] Closed: (GERONIMO-5373) Enable previous released geronimo 2.2 plugins installable on G 2.2.1

2010-06-09 Thread Forrest Xia (JIRA)

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

Forrest Xia closed GERONIMO-5373.
-

Fix Version/s: 2.2.1
   Resolution: Fixed

Committed revision 953208 at 2.2 branch.

 Enable previous released geronimo 2.2 plugins installable on G 2.2.1
 

 Key: GERONIMO-5373
 URL: https://issues.apache.org/jira/browse/GERONIMO-5373
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 2.2.1
Reporter: Forrest Xia
Assignee: Forrest Xia
Priority: Minor
 Fix For: 2.2.1


 Seems artifact-alias 
 key=${groupId}/${artifactId}//car${groupId}/${artifactId}/${version}/car/artifact-alias
  config cannot make 2.2 plugins installable on G 2.2.1, need to add another 
 line for this.
 artifact-alias 
 key=${groupId}/${artifactId}/2.2/car${groupId}/${artifactId}/${version}/car/artifact-alias

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



Re: svn commit: r953208 - in /geronimo/server/branches/2.2: framework/configs/ framework/configs/client-system/ plugins/ plugins/client/ plugins/client/client-security/ plugins/client/client/ plugin

2010-06-09 Thread Ivan
I am not sure whether we really need to keep the old plugins work in the new
Geronimo release. Do we have corresponding samples for the new release ?
e.g. between different releases, there maybe GBean signatures changes, so
the serialized data will not work correctly.

2010/6/10 xiam...@apache.org

 Author: xiaming
 Date: Thu Jun 10 03:22:19 2010
 New Revision: 953208

 URL: http://svn.apache.org/viewvc?rev=953208view=rev
 Log:
 GERONIMO-5373 Make 2.2 samples plugins work on G 2.2.1, though only part of
 samples plugins works after this change.

 Modified:
geronimo/server/branches/2.2/framework/configs/client-system/pom.xml
geronimo/server/branches/2.2/framework/configs/pom.xml
geronimo/server/branches/2.2/plugins/client/client-security/pom.xml
geronimo/server/branches/2.2/plugins/client/client/pom.xml
geronimo/server/branches/2.2/plugins/client/pom.xml

  geronimo/server/branches/2.2/plugins/connector/client-transaction/pom.xml
geronimo/server/branches/2.2/plugins/corba/client-corba-yoko/pom.xml
geronimo/server/branches/2.2/plugins/pom.xml

 Modified:
 geronimo/server/branches/2.2/framework/configs/client-system/pom.xml
 URL:
 http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/configs/client-system/pom.xml?rev=953208r1=953207r2=953208view=diff

 ==
 --- geronimo/server/branches/2.2/framework/configs/client-system/pom.xml
 (original)
 +++ geronimo/server/branches/2.2/framework/configs/client-system/pom.xml
 Thu Jun 10 03:22:19 2010
 @@ -207,6 +207,7 @@
 config-xml-content load=false /
 artifact-alias server=client
 key=org.apache.geronimo.framework/j2ee-system//carorg.apache.geronimo.framework/client-system/${version}/car/artifact-alias
 artifact-alias server=client
 key=org.apache.geronimo.framework/j2ee-system/${version}/carorg.apache.geronimo.framework/client-system/${version}/car/artifact-alias
 +artifact-alias server=client
 key=org.apache.geronimo.framework/j2ee-system/2.2/carorg.apache.geronimo.framework/client-system/${version}/car/artifact-alias
 /plugin-artifact
 /instance


 Modified: geronimo/server/branches/2.2/framework/configs/pom.xml
 URL:
 http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/configs/pom.xml?rev=953208r1=953207r2=953208view=diff

 ==
 --- geronimo/server/branches/2.2/framework/configs/pom.xml (original)
 +++ geronimo/server/branches/2.2/framework/configs/pom.xml Thu Jun 10
 03:22:19 2010
 @@ -85,6 +85,7 @@

 source-repository${PluginSrcRepoCentral}/source-repository

 source-repository${PluginSrcRepoApacheSnapshots}/source-repository
 artifact-alias
 key=${groupId}/${artifactId}//car${groupId}/${artifactId}/${version}/car/artifact-alias
 +artifact-alias
 key=${groupId}/${artifactId}/2.2/car${groupId}/${artifactId}/${version}/car/artifact-alias
 /plugin-artifact
 /commonInstance
 /configuration

 Modified:
 geronimo/server/branches/2.2/plugins/client/client-security/pom.xml
 URL:
 http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/client/client-security/pom.xml?rev=953208r1=953207r2=953208view=diff

 ==
 --- geronimo/server/branches/2.2/plugins/client/client-security/pom.xml
 (original)
 +++ geronimo/server/branches/2.2/plugins/client/client-security/pom.xml Thu
 Jun 10 03:22:19 2010
 @@ -78,6 +78,7 @@
 config-xml-content load=false /
 artifact-alias server=client
 key=org.apache.geronimo.framework/j2ee-security//carorg.apache.geronimo.configs/client-security/${version}/car/artifact-alias
 artifact-alias server=client
 key=org.apache.geronimo.framework/j2ee-security/${version}/carorg.apache.geronimo.configs/client-security/${version}/car/artifact-alias
 +artifact-alias server=client
 key=org.apache.geronimo.framework/j2ee-security/2.2/carorg.apache.geronimo.configs/client-security/${version}/car/artifact-alias
 /plugin-artifact
 /instance
 /configuration

 Modified: geronimo/server/branches/2.2/plugins/client/client/pom.xml
 URL:
 http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/client/client/pom.xml?rev=953208r1=953207r2=953208view=diff

 ==
 --- geronimo/server/branches/2.2/plugins/client/client/pom.xml (original)
 +++ geronimo/server/branches/2.2/plugins/client/client/pom.xml Thu Jun 10
 03:22:19 2010
 @@ -153,6 +153,7 @@
  

[jira] Reopened: (GERONIMO-5020) JACC manager gbean already present deploymentException stop car-maven-plugin to generate valid geronimo plugin car

2010-06-09 Thread Forrest Xia (JIRA)

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

Forrest Xia reopened GERONIMO-5020:
---


Yes, the exception is not thrown out, but the plugin is still failed to 
generate correctly.

 JACC manager gbean already present deploymentException stop 
 car-maven-plugin to generate valid geronimo plugin car
 

 Key: GERONIMO-5020
 URL: https://issues.apache.org/jira/browse/GERONIMO-5020
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: car-maven-plugin
Affects Versions: 2.2
 Environment: ubuntu 8.04
 IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32 
 jvmxi3260sr7-20091214_49398 (JIT enabled, AOT enabled)
Reporter: Forrest Xia
Assignee: Ivan
 Fix For: 2.2.1


 If the deployment plan includes security configs, there will be a known issue:
 [ERROR] GeronimoSecurityBuilderImpl.addGBeans() failed: JACC manager gbean 
 already present
 org.apache.geronimo.common.DeploymentException: JACC manager gbean already 
 present
 
 org.apache.geronimo.security.deployment.GeronimoSecurityBuilderImpl.buildJaccManager(GeronimoSecurityBuilderImpl.java:224)
 this exception will stop car-maven-plugin to generate configuration data.

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



[jira] Commented: (GERONIMO-5371) Connection refused excpetion when change ServerHostName attribute to short hostname

2010-06-09 Thread Rex Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877306#action_12877306
 ] 

Rex Wang commented on GERONIMO-5371:


also can not reproduce on ubuntu..

 Connection refused excpetion when change ServerHostName attribute to short 
 hostname
 ---

 Key: GERONIMO-5371
 URL: https://issues.apache.org/jira/browse/GERONIMO-5371
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.2.1
 Environment: OS: windows 2003, redhat 5.3, suse sp 10
 Latest build: 2010.06.08-07:44:42.869-0400
Reporter: viola.lu
Assignee: Rex Wang
Priority: Minor
 Fix For: 2.2.1


 1. On linux server, its /etc/hosts is like below:
 IP-Address  Full-Qualified-Hostname  Short-Hostname
 127.0.0.1   localhost
 9.186.10.68 suse10sp268.site suse10sp268
 2.Go to server installation directory 
 $server/var/config/cconfig-substitutions.properties, 
 Change ServerHostName = 0.0.0.0 to ServerHostName=suse10sp268
 3.Start server, but activemq-ra module reported errors:
 2010-06-08 15:43:38,281 ERROR [MCFConnectionInterceptor] Error occurred 
 creating ManagedConnection for 
 org.apache.geronimo.connector.outbound.connectioni...@1a1f058
 javax.resource.ResourceException: Could not create connection.
   at 
 org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedConnection(ActiveMQManagedConnectionFactory.java:171)
   at 
 org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getConnection(MCFConnectionInterceptor.java:49)
   at 
 org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.getConnection(XAResourceInsertionInterceptor.java:41)
   at 
 org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor.internalGetConnection(SinglePoolConnectionInterceptor.java:69)
   at 
 org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInterceptor.getConnection(AbstractSinglePoolConnectionInterceptor.java:80)
   at 
 org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor.getConnection(TransactionEnlistingInterceptor.java:46)
   at 
 org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.getConnection(TransactionCachingInterceptor.java:103)
   at 
 org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection(TCCLInterceptor.java:39)
   at 
 org.apache.geronimo.connector.outbound.AbstractConnectionManager.doRecovery(AbstractConnectionManager.java:65)
   at 
 org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper.doStart(ManagedConnectionFactoryWrapper.java:164)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:953)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:525)
   at 
 org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110)
   at 
 org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145)
   at 
 org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119)
   at 
 org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:175)
   at 
 org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
   at 
 org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:253)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:295)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:539)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377)
   at 
 org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
   at 
 org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190)
   at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546)
   at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
   at 
 

Re: svn commit: r953208 - in /geronimo/server/branches/2.2: framework/configs/ framework/configs/client-system/ plugins/ plugins/client/ plugins/client/client-security/ plugins/client/client/ plugin

2010-06-09 Thread Forrest Xia
Since there is no samples update, we don't plan to do a samples release for
G 2.2.1. As you pointed out, not every G 2.2 samples plugins work for G
2.2.1.

Forrest