[jira] Commented: (GERONIMO-5385) Geronimo Maven generated documentation does not seem to serve any purpose

2010-06-21 Thread David Jencks (JIRA)

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

David Jencks commented on GERONIMO-5385:


The purpose of the geronimo maven generated site is to provide online javadoc 
and source x-ref.  I don't know how to do this without all the blank pages.

I thought we were installing this site for each release under a name that 
included the version, but I can't find these now and don't understand how one 
gets from the wiki to the actual files in the maven generated site.  IIRC the 
idea when we started using the versioned sites was to leave this one in place 
to not break links to it.

 Geronimo Maven generated documentation does not seem to serve any purpose
 ---

 Key: GERONIMO-5385
 URL: https://issues.apache.org/jira/browse/GERONIMO-5385
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: website
 Environment: 
 https://cwiki.apache.org/GMOxDEV/maven-generated-documentation.html
Reporter: Sebb

 Most of the website pages under 
 https://cwiki.apache.org/GMOxDEV/maven-generated-documentation.html are empty 
 shells which provide no useful information.
 Either the pages should be updated with details of the software and downloads 
 etc. or it seems to me that the pages should be deleted.
 The pages don't appear to have been touched for several years.

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



[jira] Closed: (GERONIMO-5372) Linux cann't grap file lock from windows but windows can grap share file lock from linux

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

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

viola.lu closed GERONIMO-5372.
--

Resolution: Invalid

I changed the amqpersistentadapter 

persistenceAdapter
  amqPersistenceAdapter directory=/sharedFileSystem/sharedBrokerData/
/persistenceAdapter
to 

persistenceAdapter
  kahaDB directory=/sharedFileSystem/sharedBrokerData/
/persistenceAdapter
, now this problem doesn't exist
so close it. 
thanks, ivan.


 Linux cann't grap file lock from windows but windows can grap share file lock 
 from linux 
 -

 Key: GERONIMO-5372
 URL: https://issues.apache.org/jira/browse/GERONIMO-5372
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.2.1
 Environment: OS: suse 10 sp2, windows 2003, redhat 5.3
 JDK: 1.6.10
Reporter: viola.lu
Assignee: Shawn Jiang
 Fix For: 2.2.1

 Attachments: Windows_FileShare.JPG


 Server 1: windows 2003, 9.123.233.112
 Server 2: suse 10 sp2 , 9.186.10.68
 Server 3: redhat 5.3 , 9.186.10.96
 Samba share filesystem: //9.186.10.68/share
 1.Go to server 1, edit var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=//9.186.10.68/share/
 /persistenceAdapter
 2.Go to server 2, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 3.Go to server 3, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 4. Start server 1, then server 2, server 3, but server 2, 3 reported errors 
 below, startup process exits.
 2010-06-08 10:54:10,232 ERROR [BrokerService] Failed to start ActiveMQ JMS 
 Message Broker. Reason: java.io.IOException: Permission denied
 java.io.IOException: Permission denied
 at sun.nio.ch.FileChannelImpl.lock0(Native Method)
 at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:882)
 at java.nio.channels.FileChannel.tryLock(FileChannel.java:962)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.doLock(AMQPersistenceAdapter.java:1094)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.lock(AMQPersistenceAdapter.java:1058)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.start(AMQPersistenceAdapter.java:182)
 at 
 org.apache.activemq.broker.BrokerService.start(BrokerService.java:477)
 at 
 org.apache.geronimo.activemq.BrokerServiceGBeanImpl.doStart(BrokerServiceGBeanImpl.java:120)
 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.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.GeneratedMethodAccessor23.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 
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
 at 
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
 at 
 org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$81e42b92.startConfiguration(generated)
 at 
 org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:204)
 at 
 

[jira] Commented: (GERONIMO-5372) Linux cann't grap file lock from windows but windows can grap share file lock from linux

2010-06-21 Thread Shawn Jiang (JIRA)

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

Shawn Jiang commented on GERONIMO-5372:
---

The error was found on amqPersistenceAdapter instead of kahaDB,  right ?

I'd suggest to verify amqPersistenceAdapter  on activeMQ to see if the origianl 
issue still exists in activeMQ.

 Linux cann't grap file lock from windows but windows can grap share file lock 
 from linux 
 -

 Key: GERONIMO-5372
 URL: https://issues.apache.org/jira/browse/GERONIMO-5372
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.2.1
 Environment: OS: suse 10 sp2, windows 2003, redhat 5.3
 JDK: 1.6.10
Reporter: viola.lu
Assignee: Shawn Jiang
 Fix For: 2.2.1

 Attachments: Windows_FileShare.JPG


 Server 1: windows 2003, 9.123.233.112
 Server 2: suse 10 sp2 , 9.186.10.68
 Server 3: redhat 5.3 , 9.186.10.96
 Samba share filesystem: //9.186.10.68/share
 1.Go to server 1, edit var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=//9.186.10.68/share/
 /persistenceAdapter
 2.Go to server 2, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 3.Go to server 3, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 4. Start server 1, then server 2, server 3, but server 2, 3 reported errors 
 below, startup process exits.
 2010-06-08 10:54:10,232 ERROR [BrokerService] Failed to start ActiveMQ JMS 
 Message Broker. Reason: java.io.IOException: Permission denied
 java.io.IOException: Permission denied
 at sun.nio.ch.FileChannelImpl.lock0(Native Method)
 at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:882)
 at java.nio.channels.FileChannel.tryLock(FileChannel.java:962)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.doLock(AMQPersistenceAdapter.java:1094)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.lock(AMQPersistenceAdapter.java:1058)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.start(AMQPersistenceAdapter.java:182)
 at 
 org.apache.activemq.broker.BrokerService.start(BrokerService.java:477)
 at 
 org.apache.geronimo.activemq.BrokerServiceGBeanImpl.doStart(BrokerServiceGBeanImpl.java:120)
 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.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.GeneratedMethodAccessor23.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 
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
 at 
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
 at 
 org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$81e42b92.startConfiguration(generated)
 at 
 org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:204)
 at 
 org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:87)
 at 
 

[jira] Reopened: (GERONIMO-5372) Linux cann't grap file lock from windows but windows can grap share file lock from linux

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

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

viola.lu reopened GERONIMO-5372:



i tried amqpersistentadapter on activemq, it also can wait for lock , and grap 
the file share from a failed acitvemq, pls see log, so reopen it.
INFO | Using Persistence Adapter: AMQPersistenceAdapter(/share)
 WARN | Waiting to Lock the Store /share
 INFO | AMQStore starting using directory: /share
 INFO | Kaha Store using data directory /share/kr-store/state
 INFO | Active data files: []
 WARN | The ReferenceStore is not valid - recovering ...
 INFO | Kaha Store successfully deleted data directory /share/kr-store/data
 INFO | Journal Recovery Started from: DataManager:(data-)
 INFO | Recovered 0 operations from redo log in 0.011 seconds.
 INFO | Finished recovering the ReferenceStore
 INFO | Aquired lock for AMQ Store/share
 INFO | ActiveMQ 5.3.2 JMS Message Broker (share) is starting
 INFO | For help or more information please see: http://activemq.apache.org/
 INFO | Kaha Store using data directory /share/kr-store/data
 INFO | Listening for connections at: tcp://rhel53x86:61617
 INFO | Connector openwire Started
 INFO | ActiveMQ JMS Message Broker (share, 
ID:rhel53x86-37644-1277103386077-0:0) started
 INFO | Logging to org.slf4j.impl.JCLLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
 INFO | jetty-6.1.9
 INFO | ActiveMQ WebConsole initialized.
 INFO | Initializing Spring FrameworkServlet 'dispatcher'
 INFO | ActiveMQ Console at http://0.0.0.0:8161/admin
 INFO | Initializing Spring root WebApplicationContext


 Linux cann't grap file lock from windows but windows can grap share file lock 
 from linux 
 -

 Key: GERONIMO-5372
 URL: https://issues.apache.org/jira/browse/GERONIMO-5372
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.2.1
 Environment: OS: suse 10 sp2, windows 2003, redhat 5.3
 JDK: 1.6.10
Reporter: viola.lu
Assignee: Shawn Jiang
 Fix For: 2.2.1

 Attachments: Windows_FileShare.JPG


 Server 1: windows 2003, 9.123.233.112
 Server 2: suse 10 sp2 , 9.186.10.68
 Server 3: redhat 5.3 , 9.186.10.96
 Samba share filesystem: //9.186.10.68/share
 1.Go to server 1, edit var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=//9.186.10.68/share/
 /persistenceAdapter
 2.Go to server 2, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 3.Go to server 3, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 4. Start server 1, then server 2, server 3, but server 2, 3 reported errors 
 below, startup process exits.
 2010-06-08 10:54:10,232 ERROR [BrokerService] Failed to start ActiveMQ JMS 
 Message Broker. Reason: java.io.IOException: Permission denied
 java.io.IOException: Permission denied
 at sun.nio.ch.FileChannelImpl.lock0(Native Method)
 at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:882)
 at java.nio.channels.FileChannel.tryLock(FileChannel.java:962)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.doLock(AMQPersistenceAdapter.java:1094)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.lock(AMQPersistenceAdapter.java:1058)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.start(AMQPersistenceAdapter.java:182)
 at 
 org.apache.activemq.broker.BrokerService.start(BrokerService.java:477)
 at 
 org.apache.geronimo.activemq.BrokerServiceGBeanImpl.doStart(BrokerServiceGBeanImpl.java:120)
 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.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 

[BUILD] trunk: Failed for Revision: 956468

2010-06-21 Thread gawor
Geronimo Revision: 956468 built with tests included
 
See the full build-0300.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/build-0300.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/unit-test-reports
 
symbol  : class InboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[140,29]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[141,29]
 cannot find symbol
symbol  : class ResourceadapterBase
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[784,39]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[858,131]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[871,129]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[556,8]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,54]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[658,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[664,20]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[666,54]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[682,12]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[684,38]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[733,12]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[735,46]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class

[jira] Assigned: (GERONIMO-5384) Geronimo console doesn't seem to handle % in sql statements right.

2010-06-21 Thread Rex Wang (JIRA)

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

Rex Wang reassigned GERONIMO-5384:
--

Assignee: Rex Wang

 Geronimo console doesn't seem to handle % in sql statements right.
 --

 Key: GERONIMO-5384
 URL: https://issues.apache.org/jira/browse/GERONIMO-5384
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2.1
Reporter: Knut-Håvard Aksnes
Assignee: Rex Wang
   Original Estimate: 0h
  Remaining Estimate: 0h

 This bug is seen in Geronimo console under Run Sql on the Database Pools form.
 Try to run  this query, the problem seems to be independent of datasource:
 select * from foo where name like '%a%'
 The result is:
 type Exception report
 message
 description The server encountered an internal error () that prevented it 
 from fulfilling this request.
 exception
 java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in 
 escape (%) pattern - For input string: a%
   java.net.URLDecoder.decode(URLDecoder.java:173)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParam(XSSHandler.java:135)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParameters(XSSHandler.java:80)
   
 org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:105)

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



[jira] Commented: (GERONIMO-5331) Connection refused excpetion in ActiveMQ Pure Master/Slave

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

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

viola.lu commented on GERONIMO-5331:


As shawn requested, i tried serverhostname=0.0.0.0. with ip on geronimo, but 
still failed:
Caused by: javax.jms.JMSException: Could not connect to broker URL: 
tcp://9.186.10.68:61617. Reason: java.net.ConnectException: Connection refused
same as serverhostname=0.0.0.0

 Connection refused excpetion in ActiveMQ Pure Master/Slave 
 ---

 Key: GERONIMO-5331
 URL: https://issues.apache.org/jira/browse/GERONIMO-5331
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.2.1
 Environment: Windows 2003 Sp2
 JDk: sun jdk 1.5.22
Reporter: viola.lu
 Fix For: 2.2.1

 Attachments: ActiveMQ.JPG, PureMasterSlave.zip


 1. Refer to http://activemq.apache.org/pure-master-slave.html setup pure 
 master/slave, and sample master/slave configuration file from activemq source 
 : 
 http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml,
  master.xml
 2. Setup master activemq, change var/activemq/conf/activemq.xml  as 
 attachement master.xml under geronimo install directory
 3.Setup slave activemq in the same box as master. change 
 var/activemq/conf/activemq.xml  as attachement slave.xml under anohter 
 geronimo install directory.change var/config/config-substitutions.properties 
 portoffset attribute to 1 as attached config-substitutions_slave.properties
 4. Startup master/slave geronimo, but connection refused when starting 
 activemq module as below:
 2010-05-21 15:39:45,593 ERROR [RecoveryController] Recovery error
 javax.transaction.SystemException: Could not obtain recovery XAResource for 
 managedConnectionFactory 
 org.apache.activemq.ra.activemqmanagedconnectionfact...@450c8891
   at 
 org.apache.geronimo.connector.outbound.AbstractConnectionManager.doRecovery(AbstractConnectionManager.java:74)
   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.GeneratedMethodAccessor26.invoke(Unknown Source)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:592)
   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] Commented: (GERONIMO-5384) Geronimo console doesn't seem to handle % in sql statements right.

2010-06-21 Thread Rex Wang (JIRA)

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

Rex Wang commented on GERONIMO-5384:


commit fix in rev956522 of branch 2.1

will fix in 2.2 and trunk soon.

-Rex

 Geronimo console doesn't seem to handle % in sql statements right.
 --

 Key: GERONIMO-5384
 URL: https://issues.apache.org/jira/browse/GERONIMO-5384
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2.1
Reporter: Knut-Håvard Aksnes
Assignee: Rex Wang
   Original Estimate: 0h
  Remaining Estimate: 0h

 This bug is seen in Geronimo console under Run Sql on the Database Pools form.
 Try to run  this query, the problem seems to be independent of datasource:
 select * from foo where name like '%a%'
 The result is:
 type Exception report
 message
 description The server encountered an internal error () that prevented it 
 from fulfilling this request.
 exception
 java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in 
 escape (%) pattern - For input string: a%
   java.net.URLDecoder.decode(URLDecoder.java:173)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParam(XSSHandler.java:135)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParameters(XSSHandler.java:80)
   
 org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:105)

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



Re: [RESULT][VOTE] Geronimo 3.0-M1 release - 3rd attempt

2010-06-21 Thread Delos
I will start GEP M1 release soon.

2010/6/21 Bill Stoddard wgstodd...@gmail.com

 On 6/18/10 7:57 AM, Rick McGuire wrote:

 The Vote passes with 4.5 +1 votes and no 0 or -1 votes.  Voting for the
 release were

 Rick McGuire
 Jarek Gawor
 Kevan Woods
 Donald Wood
 Joe Bohn

 Thank you for the time spent reviewing this.  The release artifacts will
 be promoted and made available for download ASAP.

 Rick


 Hi, Rick.
 Couple of comments...

 There's a problem with the names of the install packages.   Check out the
 link to the tomcat7 image on this page:
 http://geronimo.apache.org/apache-geronimo-v30-m1-release.html

 That link tries to download this file:

 http://www.apache.org/dist/geronimo/3.0-M1/geronimo-tomcat7-javaee6-3.0.M1-bin.tar.gz

 Actual name is:

 http://www.apache.org/dist/geronimo/3.0-M1/geronimo-tomcat7-javaee6-3.0-M1-bin.tar.gz

 Maybe a good idea to work up an announcement letter when GEP and sample
 apps are ready.

 Bill


 On 6/9/2010 4:13 PM, Rick McGuire wrote:

 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







-- 
Best Regards,

Delos


Re: [RESULT][VOTE] Geronimo 3.0-M1 release - 3rd attempt

2010-06-21 Thread Kevan Miller

On Jun 20, 2010, at 12:28 PM, Bill Stoddard wrote:

 On 6/18/10 7:57 AM, Rick McGuire wrote:
 The Vote passes with 4.5 +1 votes and no 0 or -1 votes.  Voting for the 
 release were
 
 Rick McGuire
 Jarek Gawor
 Kevan Woods
 Donald Wood
 Joe Bohn
 
 Thank you for the time spent reviewing this.  The release artifacts will be 
 promoted and made available for download ASAP.
 
 Rick
 
 Hi, Rick.
 Couple of comments...
 
 There's a problem with the names of the install packages.   Check out the 
 link to the tomcat7 image on this page:
 http://geronimo.apache.org/apache-geronimo-v30-m1-release.html
 
 That link tries to download this file:
 http://www.apache.org/dist/geronimo/3.0-M1/geronimo-tomcat7-javaee6-3.0.M1-bin.tar.gz
 
 Actual name is:
 http://www.apache.org/dist/geronimo/3.0-M1/geronimo-tomcat7-javaee6-3.0-M1-bin.tar.gz

Fixed, I think...

--kevan

[BUILD] trunk: Failed for Revision: 956564

2010-06-21 Thread gawor
Geronimo Revision: 956564 built with tests included
 
See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/build-0900.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/unit-test-reports
 
symbol  : class InboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[140,29]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[141,29]
 cannot find symbol
symbol  : class ResourceadapterBase
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[784,39]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[858,131]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[871,129]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[556,8]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,54]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[658,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[664,20]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[666,54]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[682,12]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[684,38]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[733,12]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[735,46]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class

Re: [VOTE] Release Geronimo 2.1.6

2010-06-21 Thread Ashish Jain
My +1.

--Ashish

On Mon, Jun 21, 2010 at 9:42 AM, Vamsavardhana Reddy c1vams...@gmail.comwrote:

 +1


 On Fri, Jun 18, 2010 at 10:01 PM, Rick McGuire rick...@gmail.com wrote:

 A release candidate for Geronimo 2.1.6 has been created and staged.

 The tag has been created here:

 https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.6/ 
 https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.5/

 The staging repo is here:

 https://repository.apache.org/content/repositories/orgapachegeronimo-001/
 https://repository.apache.org/content/repositories/orgapachegeronimo-005/
 

 The main artifacts up for vote are the source release archives:


 https://repository.apache.org/content/repositories/orgapachegeronimo-001/org/apache/geronimo/geronimo/2.1.6/geronimo-2.1.6-source-release.tar.gz
 https://repository.apache.org/content/repositories/orgapachegeronimo-005/org/apache/geronimo/geronimo/2.1.5/geronimo-2.1.5-source-release.tar.gz
 

 https://repository.apache.org/content/repositories/orgapachegeronimo-001/org/apache/geronimo/geronimo/2.1.6/geronimo-2.1.6-source-release.zip
 https://repository.apache.org/content/repositories/orgapachegeronimo-005/org/apache/geronimo/geronimo/2.1.5/geronimo-2.1.5-source-release.zip
 

 The distribution artifacts have been copied to a second staging repository
 for your convenience:

 http://people.apache.org/~rickmcguire/staging-repo/2.1.6/http://people.apache.org/%7Erickmcguire/staging-repo/2.1.6/

 We have to verify the binaries pass the tck, so the vote may be open for
 longer than the 72-hour minimum.

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

 Rick




 --
 Vamsi



Re: How my PHP application will work in Geronimo

2010-06-21 Thread c_das007

Thanks Kevan. You are right.

Ya I know this issue is something related to JavaBridge configuration.

I am not getting much help from internet regarding on JavaBridge
configuration.




-- 
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/How-my-PHP-application-will-work-in-Geronimo-tp896513p910405.html
Sent from the Development mailing list archive at Nabble.com.


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

2010-06-21 Thread gawor
Geronimo Revision: 955200 built with tests included
 
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100616/build-0800.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100616
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 39 minutes 35 seconds
[INFO] Finished at: Wed Jun 16 08:45:04 EDT 2010
[INFO] Final Memory: 346M/1015M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100616/logs-0800-tomcat/
 
 
Assembly: jetty
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100616/logs-0800-jetty/
 
 
[INFO] [INFO] Building Geronimo TestSuite :: Commands Testsuite :: GShell
[INFO] [INFO]task-segment: [install]
[INFO] [INFO] 

[INFO] [INFO] [genesis:validate-configuration {execution: default}]
[INFO] [INFO] [enforcer:enforce {execution: default}]
[INFO] [INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] [INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] [INFO] Setting property: resource.loader = 'classpath'.
[INFO] [INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] [INFO] [remote-resources:process {execution: default}]
[INFO] [INFO] [resources:resources]
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/gshell/src/main/resources
[INFO] [INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/gshell/src/main/filtered-resources
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] [compiler:compile]
[INFO] [INFO] No sources to compile
[INFO] [INFO] [resources:testResources]
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/gshell/src/test/filtered-resources
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] [compiler:testCompile]
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] [surefire:test]
[INFO] [INFO] Tests are skipped.
[INFO] [INFO] [jar:jar]
[INFO] [INFO] Building jar: 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/gshell/target/gshell-2.2.1-SNAPSHOT.jar
[INFO] [INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] [INFO] Failsafe report directory: 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/gshell/target/failsafe-reports
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running TestSuite
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.89 sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [WARNING] File encoding has not been set, using platform encoding 
ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] [INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [WARNING] Skipping verification of legal files in artifacts:
[INFO] [WARNING] org.apache.geronimo.testsuite:gshell:jar:2.2.1-SNAPSHOT
[INFO] [INFO] [failsafe:verify {execution: verify}]
[INFO] [INFO] Failsafe report directory: 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/gshell/target/failsafe-reports
[INFO] [WARNING] File encoding has not been set, using platform encoding 
ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] [INFO] [install:install]
[INFO] [INFO] Installing 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/gshell/target/gshell-2.2.1-SNAPSHOT.jar
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/gshell/2.2.1-SNAPSHOT/gshell-2.2.1-SNAPSHOT.jar
[INFO] [INFO] 

[INFO] [INFO] BUILD SUCCESSFUL
[INFO] [INFO] 

[INFO] [INFO] Total time: 38 seconds
[INFO] [INFO] Finished at: Mon Jun 21 11:37:15 EDT 2010
[INFO] [INFO] Final Memory: 38M/566M
[INFO] [INFO] 

[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/testsuite/commands-testsuite/pom.xml to 

Re: [VOTE] Release Geronimo 2.1.6

2010-06-21 Thread Jay D. McHugh
+1

Built and started.  Thanks Rick!

Jay

On 06/18/2010 11:31 AM, Rick McGuire wrote:
 A release candidate for Geronimo 2.1.6 has been created and staged.
 
 The tag has been created here:
 
 https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.6/
 https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.5/
 
 The staging repo is here:
 
 https://repository.apache.org/content/repositories/orgapachegeronimo-001/ 
 https://repository.apache.org/content/repositories/orgapachegeronimo-005/
 
 
 The main artifacts up for vote are the source release archives:
 
 https://repository.apache.org/content/repositories/orgapachegeronimo-001/org/apache/geronimo/geronimo/2.1.6/geronimo-2.1.6-source-release.tar.gz
 https://repository.apache.org/content/repositories/orgapachegeronimo-005/org/apache/geronimo/geronimo/2.1.5/geronimo-2.1.5-source-release.tar.gz
 
 https://repository.apache.org/content/repositories/orgapachegeronimo-001/org/apache/geronimo/geronimo/2.1.6/geronimo-2.1.6-source-release.zip
 https://repository.apache.org/content/repositories/orgapachegeronimo-005/org/apache/geronimo/geronimo/2.1.5/geronimo-2.1.5-source-release.zip
 
 
 The distribution artifacts have been copied to a second staging
 repository for your convenience:
 
 http://people.apache.org/~rickmcguire/staging-repo/2.1.6/
 
 We have to verify the binaries pass the tck, so the vote may be open for
 longer than the 72-hour minimum.
 
 [  ] +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: 956670

2010-06-21 Thread gawor
Geronimo Revision: 956670 built with tests included
 
See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/build-1500.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/unit-test-reports
 
symbol  : class InboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[140,29]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[141,29]
 cannot find symbol
symbol  : class ResourceadapterBase
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[784,39]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[858,131]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[871,129]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[556,8]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,54]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[658,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[664,20]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[666,54]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[682,12]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[684,38]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[733,12]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[735,46]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class

[BUILD] trunk: Failed for Revision: 956754

2010-06-21 Thread gawor
Geronimo Revision: 956754 built with tests included
 
See the full build-2100.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/build-2100.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100621/unit-test-reports
 
symbol  : class InboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[140,29]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[141,29]
 cannot find symbol
symbol  : class ResourceadapterBase
location: package org.apache.openejb.jee

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[784,39]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[858,131]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[871,129]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[556,8]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[642,54]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[658,12]
 cannot find symbol
symbol  : class ResourceadapterBase
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[664,20]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[666,54]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[682,12]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[684,38]
 cannot find symbol
symbol  : class InboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[733,12]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class org.apache.geronimo.connector.deployment.ConnectorModuleBuilder

/home/geronimo/geronimo/trunk/plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java:[735,46]
 cannot find symbol
symbol  : class OutboundResourceadapter
location: class

Re: [RESULT][VOTE] Geronimo 3.0-M1 release - 3rd attempt

2010-06-21 Thread Forrest Xia
I will start Samples 3.0-M1 release soon.

Forrest

On Mon, Jun 21, 2010 at 8:57 PM, Kevan Miller kevan.mil...@gmail.comwrote:


 On Jun 20, 2010, at 12:28 PM, Bill Stoddard wrote:

  On 6/18/10 7:57 AM, Rick McGuire wrote:
  The Vote passes with 4.5 +1 votes and no 0 or -1 votes.  Voting for the
 release were
 
  Rick McGuire
  Jarek Gawor
  Kevan Woods
  Donald Wood
  Joe Bohn
 
  Thank you for the time spent reviewing this.  The release artifacts will
 be promoted and made available for download ASAP.
 
  Rick
 
  Hi, Rick.
  Couple of comments...
 
  There's a problem with the names of the install packages.   Check out the
 link to the tomcat7 image on this page:
  http://geronimo.apache.org/apache-geronimo-v30-m1-release.html
 
  That link tries to download this file:
 
 http://www.apache.org/dist/geronimo/3.0-M1/geronimo-tomcat7-javaee6-3.0.M1-bin.tar.gz
 
  Actual name is:
 
 http://www.apache.org/dist/geronimo/3.0-M1/geronimo-tomcat7-javaee6-3.0-M1-bin.tar.gz

 Fixed, I think...

 --kevan


[jira] Updated: (GERONIMO-5384) Geronimo console doesn't seem to handle % in sql statements right.

2010-06-21 Thread Rex Wang (JIRA)

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

Rex Wang updated GERONIMO-5384:
---

Fix Version/s: 2.1.6
   2.2.1
   3.0

 Geronimo console doesn't seem to handle % in sql statements right.
 --

 Key: GERONIMO-5384
 URL: https://issues.apache.org/jira/browse/GERONIMO-5384
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2.1
Reporter: Knut-Håvard Aksnes
Assignee: Rex Wang
 Fix For: 2.1.6, 2.2.1, 3.0

   Original Estimate: 0h
  Remaining Estimate: 0h

 This bug is seen in Geronimo console under Run Sql on the Database Pools form.
 Try to run  this query, the problem seems to be independent of datasource:
 select * from foo where name like '%a%'
 The result is:
 type Exception report
 message
 description The server encountered an internal error () that prevented it 
 from fulfilling this request.
 exception
 java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in 
 escape (%) pattern - For input string: a%
   java.net.URLDecoder.decode(URLDecoder.java:173)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParam(XSSHandler.java:135)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParameters(XSSHandler.java:80)
   
 org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:105)

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



[jira] Resolved: (GERONIMO-5384) Geronimo console doesn't seem to handle % in sql statements right.

2010-06-21 Thread Rex Wang (JIRA)

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

Rex Wang resolved GERONIMO-5384.


Resolution: Fixed

fix in 
rev956760 for branch 2.2
rev956761 for trunk


 Geronimo console doesn't seem to handle % in sql statements right.
 --

 Key: GERONIMO-5384
 URL: https://issues.apache.org/jira/browse/GERONIMO-5384
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2.1
Reporter: Knut-Håvard Aksnes
Assignee: Rex Wang
 Fix For: 2.1.6, 2.2.1, 3.0

   Original Estimate: 0h
  Remaining Estimate: 0h

 This bug is seen in Geronimo console under Run Sql on the Database Pools form.
 Try to run  this query, the problem seems to be independent of datasource:
 select * from foo where name like '%a%'
 The result is:
 type Exception report
 message
 description The server encountered an internal error () that prevented it 
 from fulfilling this request.
 exception
 java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in 
 escape (%) pattern - For input string: a%
   java.net.URLDecoder.decode(URLDecoder.java:173)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParam(XSSHandler.java:135)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParameters(XSSHandler.java:80)
   
 org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:105)

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



[jira] Commented: (GERONIMO-5372) Linux cann't grap file lock from windows but windows can grap share file lock from linux

2010-06-21 Thread Shawn Jiang (JIRA)

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

Shawn Jiang commented on GERONIMO-5372:
---

I suggest we change the default adapter in geronimo to kahaDB ,the same with 
activeMQ standalone.

 Linux cann't grap file lock from windows but windows can grap share file lock 
 from linux 
 -

 Key: GERONIMO-5372
 URL: https://issues.apache.org/jira/browse/GERONIMO-5372
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.2.1
 Environment: OS: suse 10 sp2, windows 2003, redhat 5.3
 JDK: 1.6.10
Reporter: viola.lu
Assignee: Shawn Jiang
 Fix For: 2.2.1

 Attachments: Windows_FileShare.JPG


 Server 1: windows 2003, 9.123.233.112
 Server 2: suse 10 sp2 , 9.186.10.68
 Server 3: redhat 5.3 , 9.186.10.96
 Samba share filesystem: //9.186.10.68/share
 1.Go to server 1, edit var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=//9.186.10.68/share/
 /persistenceAdapter
 2.Go to server 2, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 3.Go to server 3, mount //9.186.10.68/share /mnt, edit 
 var/activemq/activemq.xml,
  persistenceAdapter
   amqPersistenceAdapter directory=/mnt/
 /persistenceAdapter
 4. Start server 1, then server 2, server 3, but server 2, 3 reported errors 
 below, startup process exits.
 2010-06-08 10:54:10,232 ERROR [BrokerService] Failed to start ActiveMQ JMS 
 Message Broker. Reason: java.io.IOException: Permission denied
 java.io.IOException: Permission denied
 at sun.nio.ch.FileChannelImpl.lock0(Native Method)
 at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:882)
 at java.nio.channels.FileChannel.tryLock(FileChannel.java:962)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.doLock(AMQPersistenceAdapter.java:1094)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.lock(AMQPersistenceAdapter.java:1058)
 at 
 org.apache.activemq.store.amq.AMQPersistenceAdapter.start(AMQPersistenceAdapter.java:182)
 at 
 org.apache.activemq.broker.BrokerService.start(BrokerService.java:477)
 at 
 org.apache.geronimo.activemq.BrokerServiceGBeanImpl.doStart(BrokerServiceGBeanImpl.java:120)
 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.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.GeneratedMethodAccessor23.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 
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
 at 
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
 at 
 org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$81e42b92.startConfiguration(generated)
 at 
 org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:204)
 at 
 org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:87)
 at 
 org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
 at 
 

[jira] Closed: (GERONIMO-5369) Geronimo 2.2.1 start failed on jdk 1.5.22, but successfully on JDK 1.6

2010-06-21 Thread Shawn Jiang (JIRA)

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

Shawn Jiang closed GERONIMO-5369.
-

  Assignee: Shawn Jiang
Resolution: Fixed

If you build the server with JDK 5,  there'll be no problem. 

 Geronimo 2.2.1 start failed on jdk 1.5.22, but successfully on JDK 1.6
 --

 Key: GERONIMO-5369
 URL: https://issues.apache.org/jira/browse/GERONIMO-5369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: startup/shutdown
Affects Versions: 2.2.1
 Environment: OS: jdk 1.5.22, suse 10 sp2, redhat 5.3
Reporter: viola.lu
Assignee: Shawn Jiang
Priority: Minor
 Fix For: 2.2.1


 1. export JAVA_HOME=/opt/jdk1.5.22
 2.start server, but failed with errors:
 2010-06-07 13:54:48,828 ERROR [GBeanInstanceState] Error while starting; 
 GBean is now in the FAILED state: 
 abstractName=org.apache.geronimo.configs/mejb/2.2.1-SNAPSHOT/car?J2EEApplication=null,j2eeType=EJBModule,name=org.apache.geronimo.configs/mejb/2.2.1-SNAPSHOT/car
 org.apache.openejb.OpenEJBException: Creating application failed: 
 /g22src/plugins/mejb/geronimo-mejb/target/geronimo-mejb-2.2.1-SNAPSHOT.jar: 
 Error deploying 'ejb/mgmt/MEJB'.  Exception: class 
 java.lang.NoSuchFieldError: MINUTES: MINUTES
 3.If i export JAVA_HOME=/opt/jdk1.6.10, server started without error.
 I think this is cozed by openejb 3.1.* build, i tried to build openejb3.1.* 
 with jdk 1.5,but failed by some method missing.

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



[jira] Updated: (GERONIMO-5359) Ejb Deployment Plan doesn't overwriter ejb internal openejb-jar.xml

2010-06-21 Thread Shawn Jiang (JIRA)

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

Shawn Jiang updated GERONIMO-5359:
--

Fix Version/s: 2.2.2
   (was: 2.2.1)
Affects Version/s: 2.2.2

won't fix this in 221 release.

 Ejb Deployment Plan doesn't overwriter ejb internal openejb-jar.xml
 ---

 Key: GERONIMO-5359
 URL: https://issues.apache.org/jira/browse/GERONIMO-5359
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.2.1, 2.2.2
 Environment: OS: suse sp 10
Reporter: viola.lu
Priority: Minor
 Fix For: 2.2.2

 Attachments: EJBDeploy.zip


 1. Deploy attached load-beans-1.0-SNAPSHOT_with_open_ejb.jar which already 
 contained an openejb-jar.xml file, choose attached deployement plan: 
 slsb_sample.xml
 2. But the deployed EJB is deployed as openejb-jar.xml defined, 
 slsb_sample.xml doesn't overrite openejb-jar.xml file information.
 3.If i remove openejb-jar.xml from ejb jar file, and then deploye it with 
 customized slsb_sample.xml, now slsb_sample.xml worked.

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



[jira] Updated: (GERONIMO-5362) Plan Creator cann't generate plan for EJB jar file

2010-06-21 Thread Shawn Jiang (JIRA)

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

Shawn Jiang updated GERONIMO-5362:
--

Fix Version/s: 2.2.2
   (was: 2.2.1)
Affects Version/s: 2.2.2

won't fix this in 221 release.

 Plan Creator cann't generate plan for EJB jar file
 --

 Key: GERONIMO-5362
 URL: https://issues.apache.org/jira/browse/GERONIMO-5362
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.2.1, 2.2.2
 Environment: OS:suse 10.2
Reporter: viola.lu
Priority: Minor
 Fix For: 2.2.2


 1.Go to plan creator porlet, choose an ejb module, click configure
 2.Display a blank page.
 3.If i choose jpa sample ear  to generate deployment plan, there will be 
 errors windows.

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



About G Samples 3.0-M1 release

2010-06-21 Thread Forrest Xia
Hi all,

Since G 3.0-M1 is released, I will do a release for samples.

When I am doing this, I have these things to discuss here:
1. For the current samples in the trunk, we've have some Java EE 6 samples
ready, but no OSGi samples yet. My thought is to use available Aries samples
directly, including AriesTrader and Blog, and I will update the samples
document about how to run the Aries samples on the 3.0-M1 release.
2. Since 3.0-M1 is a web profile only release, some of old java ee 5 and
java ee 6 samples won't work, do we release the ones which now does not
work?

Any thoughts?

Forrest


Re: About G Samples 3.0-M1 release

2010-06-21 Thread Ivan
2010/6/22 Forrest Xia forres...@gmail.com

 Hi all,

 Since G 3.0-M1 is released, I will do a release for samples.

 When I am doing this, I have these things to discuss here:
 1. For the current samples in the trunk, we've have some Java EE 6 samples
 ready, but no OSGi samples yet. My thought is to use available Aries samples
 directly, including AriesTrader and Blog, and I will update the samples
 document about how to run the Aries samples on the 3.0-M1 release.
 2. Since 3.0-M1 is a web profile only release, some of old java ee 5 and
 java ee 6 samples won't work, do we release the ones which now does not
 work?


If some samples could not work on the released M1, I think that we
should not release them


 Any thoughts?

 Forrest




-- 
Ivan


[jira] Updated: (GERONIMO-5384) Geronimo console doesn't seem to handle % in sql statements right.

2010-06-21 Thread Rex Wang (JIRA)

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

Rex Wang updated GERONIMO-5384:
---

Fix Version/s: 2.1.7
   (was: 2.1.6)

 Geronimo console doesn't seem to handle % in sql statements right.
 --

 Key: GERONIMO-5384
 URL: https://issues.apache.org/jira/browse/GERONIMO-5384
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2.1
Reporter: Knut-Håvard Aksnes
Assignee: Rex Wang
 Fix For: 2.1.7, 2.2.1, 3.0

   Original Estimate: 0h
  Remaining Estimate: 0h

 This bug is seen in Geronimo console under Run Sql on the Database Pools form.
 Try to run  this query, the problem seems to be independent of datasource:
 select * from foo where name like '%a%'
 The result is:
 type Exception report
 message
 description The server encountered an internal error () that prevented it 
 from fulfilling this request.
 exception
 java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in 
 escape (%) pattern - For input string: a%
   java.net.URLDecoder.decode(URLDecoder.java:173)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParam(XSSHandler.java:135)
   
 org.apache.geronimo.console.filter.XSSHandler.isInvalidParameters(XSSHandler.java:80)
   
 org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:105)

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



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

2010-06-21 Thread Shawn Jiang (JIRA)

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

Shawn Jiang commented on GERONIMO-5376:
---

If this is fixed, please close it.

 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
 Server 4: windows xp
 1. Add MultipointServers=suse10sp268:4212  to server 1
 2. Add MultipointServers=rhel53x86:4212 to server 2
 3. Add MultipointServers=viola-dev to server 3
 4.Deploy loadbean ejb to server 1, server 2, server 3
 Deploy a openejb client servlet loadbeanwar to server 4 which call server 1. 
  p.setProperty(Context.PROVIDER_URL,failover:ejbd://suse10sp2: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] Created: (GERONIMO-5386) blocking-timeout-milliseconds is not applied to a pool if introduced from edit page.

2010-06-21 Thread Chris (JIRA)
blocking-timeout-milliseconds is not applied to a pool if introduced from edit 
page. 
-

 Key: GERONIMO-5386
 URL: https://issues.apache.org/jira/browse/GERONIMO-5386
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: databases
Affects Versions: 2.1.5
 Environment: win32
Reporter: Chris
Priority: Minor


After creating a number of database pools using the web-console's pool wizard, 
I needed to increase the acquire timeout on one of the pools from the default 
(5 seconds) to something greater (50 seconds). 

After 
1) browsing to the database pool's page
2) selecting edit next to the pool in question (ase 12.5)
3) replacing 5000 with 5
4) apply

No change was noticeable. Running a sample application client revealed timeout 
exceptions at 5 seconds still. Restarting Geronimo and repeating 1-4, no luck. 
Ultimately I resorted to altering the plan manually, adding 
{color:red} 
blocking-timeout-milliseconds5/blocking-timeout-milliseconds{color} 
 and redeploying from the command line.


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