[jira] Closed: (GERONIMO-3700) alias command fails

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-3700.
--

Resolution: Fixed

Geronimo-specific GShell alias commands dropped.

 alias command fails
 ---

 Key: GERONIMO-3700
 URL: https://issues.apache.org/jira/browse/GERONIMO-3700
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: general
Affects Versions: 2.1, 2.1.1
Reporter: Kevan Miller
Assignee: Jason Dillon
 Fix For: 2.2


 Running the alias command fails with an IllegalStateException:
 [EMAIL PROTECTED]:/ alias
 ERROR IllegalStateException: Alias file 
 /Users/kevan/geronimo/server/trunk/assemblies/geronimo-framework/target/geronimo-framework-2.1-SNAPSHOT/bin/etc/aliases.xml
  does not exist
 Could be that Geronimo should be including this file in assemblies, or gshell 
 should create (if not present), or something else is wrong...

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



[jira] Assigned: (GERONIMO-3973) Fail to assemble a server via gsh when Geronimo is installed in a directory with white space

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon reassigned GERONIMO-3973:
--

Assignee: (was: Jason Dillon)

Looks like this might be fixed, pending verification please... :-)

 Fail to assemble a server via gsh when Geronimo is installed in a directory 
 with white space
 

 Key: GERONIMO-3973
 URL: https://issues.apache.org/jira/browse/GERONIMO-3973
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
 Environment: Windows
Reporter: YunFeng Ma

 Geronimo is install in directory: h:\geronimo server1\
 {noformat}
 [EMAIL PROTECTED]:/ deploy/assemble
 Listing configurations from Geronimo server
 Connecting to Geronimo server: localhost:1099
 Username: system
 Password: ***
 Connection established
 Server artifact name: abcd
 ERROR UnmarshalException: error unmarshalling return; nested exception is:
 java.net.MalformedURLException: no protocol: 
 server1/repository/org/apache/geronimo/framework/geronimo-common/2.1.1-SNAPSHOT/geronimo-common-2.1.1-SNAPSHOT.jar
 {noformat}

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



[jira] Closed: (GERONIMO-593) Make error handling in deployment plugin more user friendly

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-593.
-

   Resolution: Invalid
Fix Version/s: (was: Wish List)

Too old

 Make error handling in deployment plugin more user friendly
 ---

 Key: GERONIMO-593
 URL: https://issues.apache.org/jira/browse/GERONIMO-593
 Project: Geronimo
  Issue Type: Improvement
  Components: geronimo-maven-plugin
Affects Versions: 1.0-M3
Reporter: John Sisson
Assignee: Jason Dillon
Priority: Minor

 E.G. for a Connection reset error, rather than dumping out approx 37 lines 
 of stack trace, just output a message identifying the operation that failed 
 and the cause (e.g. java.net.SocketException: Connection reset).  Possibly 
 provide a verbose option to dump whole stack trace?
 E.G. currently you get:
 java.rmi.UnmarshalException: Error unmarshaling return header; nested 
 exception is:
 java.net.SocketException: Connection reset
 org.apache.geronimo.kernel.InternalKernelException: 
 java.rmi.UnmarshalException: Error unmarshaling return header; nested 
 exception is:
 java.net.SocketException: Connection reset
 at 
 org.apache.geronimo.kernel.jmx.KernelDelegate.invoke(KernelDelegate.java:232)
 at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:92)
 at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:71)
 at java.lang.Thread.run(Thread.java:534)
 Caused by: java.rmi.UnmarshalException: Error unmarshaling return header; 
 nested exception is:
 java.net.SocketException: Connection reset
 at 
 sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:203)
 at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
 at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown 
 Source)
 at mx4j.remote.rmi.ClientInvoker.invoke(ClientInvoker.java:207)
 snip

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



[jira] Commented: (GERONIMO-3972) Monitering Graphics failed to represent in IE 6 SP2

2008-04-23 Thread Erik B. Craig (JIRA)

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

Erik B. Craig commented on GERONIMO-3972:
-

Problem due to IE6 being picky about the definition of some of the custom data 
types from dojo charting.
Tweaked to fix
Committed revision 650799 to trunk

 Monitering Graphics failed to represent in IE 6 SP2
 ---

 Key: GERONIMO-3972
 URL: https://issues.apache.org/jira/browse/GERONIMO-3972
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: monitoring
Affects Versions: 2.1.1, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Assignee: Erik B. Craig
 Fix For: 2.1.x, 2.2


 There is a JavaScript error in IE 6 SP2:
 Error: 'text' is null or not an object

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



[jira] Commented: (GERONIMO-3972) Monitering Graphics failed to represent in IE 6 SP2

2008-04-23 Thread Erik B. Craig (JIRA)

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

Erik B. Craig commented on GERONIMO-3972:
-

Committed revision 650802 to branches/2.1

 Monitering Graphics failed to represent in IE 6 SP2
 ---

 Key: GERONIMO-3972
 URL: https://issues.apache.org/jira/browse/GERONIMO-3972
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: monitoring
Affects Versions: 2.1.1, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Assignee: Erik B. Craig
 Fix For: 2.1.x, 2.2


 There is a JavaScript error in IE 6 SP2:
 Error: 'text' is null or not an object

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



[jira] Resolved: (GERONIMODEVTOOLS-215) Does not work right-clik's option Remove to remove project from Server (Servers View)

2008-04-23 Thread Shiva Kumar H R (JIRA)

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

Shiva Kumar H R resolved GERONIMODEVTOOLS-215.
--

Resolution: Fixed

Completed: At revision: 650839  

 Does not work right-clik's option Remove to remove project from Server 
 (Servers View)
 -

 Key: GERONIMODEVTOOLS-215
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-215
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.0
Reporter: Tomasz Mazan
Assignee: Shiva Kumar H R
 Fix For: 2.1.0


 Hi Tomasz, Sorry to be so dense but I'm missing something obvious.  Are you 
 able/willing to provide the artifacts that is causing the failure for you ?? 
 If not, are these the correct steps that is causing the failure (so I can try 
 to reproduce) ?? 
 1. Deploy your first ejb.jar
 2. Deploy your ear, which contains other ejb.jar files
 3. Then I assume you're attempting to undeploy the ear that was deployed in 
 Step 2 ??

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



[jira] Assigned: (GERONIMODEVTOOLS-223) J2EE module dependencies losting

2008-04-23 Thread Shiva Kumar H R (JIRA)

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

Shiva Kumar H R reassigned GERONIMODEVTOOLS-223:


Assignee: Shiva Kumar H R  (was: Tim McConnell)

 J2EE module dependencies losting
 

 Key: GERONIMODEVTOOLS-223
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-223
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.2
 Environment: Eclipse 3.3 + GEP (win32)
Reporter: Tomasz Mazan
Assignee: Shiva Kumar H R
 Fix For: 2.1.0


 I got J2EE project + 2 EJB projects. J2EE project has defined module 
 dependencies - uses both of my ejb projects. From time to time it losts one 
 of dependency and I have to set it again using project properties.

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



[jira] Assigned: (GERONIMODEVTOOLS-251) J2EE dependencies in an Enterprise Applicaition artifact not maintained across Eclipse restart (and undeploy/redploy cycle)

2008-04-23 Thread Shiva Kumar H R (JIRA)

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

Shiva Kumar H R reassigned GERONIMODEVTOOLS-251:


Assignee: Shiva Kumar H R  (was: Tim McConnell)

 J2EE dependencies in an Enterprise Applicaition artifact not maintained 
 across Eclipse restart (and undeploy/redploy cycle)
 ---

 Key: GERONIMODEVTOOLS-251
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-251
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.0
Reporter: Tim McConnell
Assignee: Shiva Kumar H R
 Fix For: 2.1.0


 Reported by beyondjustin as below: 
 it's supposed to be like this:
 http://www.nabble.com/file/p13891278/3.jpg 
  
 But the second time I opened ecplise, it appeared like this:
 http://www.nabble.com/file/p13891278/2.jpg 

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



eclipse version on devtools page out of date?

2008-04-23 Thread Ted Kirby
The level of eclipse described on
http://geronimo.apache.org/development-tools.html is not now in sync
with the ant script to download eclipse.  I see the page refers to
v2.0.0, yet the ant script referred to is from trunk.  This raises two
questions:  1. Should there be instructions/versions of the page for
different levels of the plugin? 1.1, 2.0, 2.1?  In the v2.0.0 section,
the ant script link should be to 2.0.0 code, not trunk code.

Also, what is ECLIPSE_AND_WTP.zip on
http://people.apache.org/dist/geronimo/eclipse/unstable/?


SNAPSHOT versions of maven-plugins for GEP?

2008-04-23 Thread Ted Kirby
The versions of the two GEP maven plugins: maven-eclipsepde-plugin and
maven-emf-plugin both have -SNAPSHOT in the name.  Shouldn't this be
removed, for released products?  Further, no changes have been made to
either of them since October 30, 2007.


Re: eclipse version on devtools page out of date?

2008-04-23 Thread Tim McConnell
Hi Ted, this page will get updated shortly after we release GEP 2.1.0 to reflect 
this release..


Ted Kirby wrote:

The level of eclipse described on
http://geronimo.apache.org/development-tools.html is not now in sync
with the ant script to download eclipse.  I see the page refers to
v2.0.0, yet the ant script referred to is from trunk.  This raises two
questions:  1. Should there be instructions/versions of the page for
different levels of the plugin? 1.1, 2.0, 2.1?  In the v2.0.0 section,
the ant script link should be to 2.0.0 code, not trunk code.

Also, what is ECLIPSE_AND_WTP.zip on
http://people.apache.org/dist/geronimo/eclipse/unstable/?



--
Thanks,
Tim McConnell


Re: SNAPSHOT versions of maven-plugins for GEP?

2008-04-23 Thread Tim McConnell
Hi Ted, you must be looking at the trunk versions of these plugins. The versions 
in tags, which are the ones we use, are both version 1.0 without the 
-SNAPSHOT.


Ted Kirby wrote:

The versions of the two GEP maven plugins: maven-eclipsepde-plugin and
maven-emf-plugin both have -SNAPSHOT in the name.  Shouldn't this be
removed, for released products?  Further, no changes have been made to
either of them since October 30, 2007.



--
Thanks,
Tim McConnell


[BUILD] trunk: Failed for Revision: 650855

2008-04-23 Thread gawor
Geronimo Revision: 650855 built with tests included
 
See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080423/build-0900.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080423/unit-test-reports
 
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/welcome/geronimo-welcome/target/geronimo-welcome-2.2-SNAPSHOT.war
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/plugins/geronimo-welcome/2.2-SNAPSHOT/geronimo-welcome-2.2-SNAPSHOT.war
[INFO] 

[INFO] Building Geronimo Plugins, Welcome :: Jetty
[INFO]task-segment: [install]
[INFO] 

[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-jetty/target/resources/META-INF/plan.xml
[INFO] [car:package]
[INFO] snapshot org.apache.geronimo.plugins:geronimo-welcome:2.2-SNAPSHOT: 
checking for updates from apache-snapshots
[INFO] snapshot org.apache.geronimo.plugins:geronimo-welcome:2.2-SNAPSHOT: 
checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.geronimo.plugins:geronimo-welcome:2.2-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] Packaging module configuration: 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-jetty/target/resources/META-INF/plan.xml
[INFO] Started deployer: 
org.apache.geronimo.framework/geronimo-gbean-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/j2ee-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/jetty6-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/jasper-deployer/2.2-SNAPSHOT/car
[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-jetty/target/welcome-jetty-2.2-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-jetty/target/welcome-jetty-2.2-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/configs/welcome-jetty/2.2-SNAPSHOT/welcome-jetty-2.2-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] 

[INFO] Building Geronimo Plugins, Welcome :: Tomcat
[INFO]task-segment: [install]
[INFO] 

[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-tomcat/target/resources/META-INF/plan.xml
[INFO] [car:package]
[INFO] Packaging module configuration: 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-tomcat/target/resources/META-INF/plan.xml
[INFO] Started deployer: 
org.apache.geronimo.framework/geronimo-gbean-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/j2ee-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/tomcat6-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/jasper-deployer/2.2-SNAPSHOT/car
[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-tomcat/target/welcome-tomcat-2.2-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/welcome/welcome-tomcat/target/welcome-tomcat-2.2-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/configs/welcome-tomcat/2.2-SNAPSHOT/welcome-tomcat-2.2-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] 

[INFO] Building Geronimo Assemblies
[INFO]task-segment: [install]
[INFO] 

[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/assemblies/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/assemblies/assemblies/2.2-SNAPSHOT/assemblies-2.2-SNAPSHOT.pom
[INFO] 

[INFO] Building Geronimo Assemblies :: Boilerplate Minimal
[INFO]task-segment: [install]
[INFO] 

[INFO

[VOTE] Geronimo Server 2.1.1 Release

2008-04-23 Thread Joe Bohn

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

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

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.1

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-2.1.1-src.tar.gz

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be 
released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as 
the RELEASE_NOTES and source code archives for the release.


For your convenience, here are pointers to the urls for the 
distributions in zip format:

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-javaee5-2.1.1-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-minimal-2.1.1-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-javaee5-2.1.1-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-minimal-2.1.1-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-framework-2.1.1-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.1/

When the release vote is approved, these maven artifacts will be moved 
to the m2-ibiblio-rsync-repository at Apache.



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

I'll plan on calling this vote on Saturday evening (11 PM EST).

I will start tck runs shortly on these images


Joe Bohn


Re: [BUILD] trunk: Failed for Revision: 650855

2008-04-23 Thread Jason Dillon

Sorry, missed this one...

--jason


On Apr 23, 2008, at 9:01 PM, [EMAIL PROTECTED] wrote:


Geronimo Revision: 650855 built with tests included

See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080423/build-0900.log


See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080423/unit-test-reports

[INFO] Installing /home/geronimo/geronimo/trunk/plugins/welcome/ 
geronimo-welcome/target/geronimo-welcome-2.2-SNAPSHOT.war to /home/ 
geronimo/.m2/repository/org/apache/geronimo/plugins/geronimo-welcome/ 
2.2-SNAPSHOT/geronimo-welcome-2.2-SNAPSHOT.war
[INFO]  


[INFO] Building Geronimo Plugins, Welcome :: Jetty
[INFO]task-segment: [install]
[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: /home/geronimo/geronimo/trunk/plugins/welcome/ 
welcome-jetty/target/resources/META-INF/plan.xml

[INFO] [car:package]
[INFO] snapshot org.apache.geronimo.plugins:geronimo-welcome:2.2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.geronimo.plugins:geronimo-welcome:2.2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.geronimo.plugins:geronimo-welcome:2.2- 
SNAPSHOT: checking for updates from apache.snapshots
[INFO] Packaging module configuration: /home/geronimo/geronimo/trunk/ 
plugins/welcome/welcome-jetty/target/resources/META-INF/plan.xml
[INFO] Started deployer: org.apache.geronimo.framework/geronimo- 
gbean-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/j2ee-deployer/ 
2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/jetty6-deployer/ 
2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/jasper-deployer/ 
2.2-SNAPSHOT/car

[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: /home/geronimo/geronimo/trunk/plugins/welcome/ 
welcome-jetty/target/welcome-jetty-2.2-SNAPSHOT.car

[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/plugins/welcome/ 
welcome-jetty/target/welcome-jetty-2.2-SNAPSHOT.car to /home/ 
geronimo/.m2/repository/org/apache/geronimo/configs/welcome-jetty/ 
2.2-SNAPSHOT/welcome-jetty-2.2-SNAPSHOT.car

[INFO] [car:update-pluginlist]
[INFO]  


[INFO] Building Geronimo Plugins, Welcome :: Tomcat
[INFO]task-segment: [install]
[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: /home/geronimo/geronimo/trunk/plugins/welcome/ 
welcome-tomcat/target/resources/META-INF/plan.xml

[INFO] [car:package]
[INFO] Packaging module configuration: /home/geronimo/geronimo/trunk/ 
plugins/welcome/welcome-tomcat/target/resources/META-INF/plan.xml
[INFO] Started deployer: org.apache.geronimo.framework/geronimo- 
gbean-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/j2ee-deployer/ 
2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/tomcat6- 
deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/jasper-deployer/ 
2.2-SNAPSHOT/car

[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: /home/geronimo/geronimo/trunk/plugins/welcome/ 
welcome-tomcat/target/welcome-tomcat-2.2-SNAPSHOT.car

[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/plugins/welcome/ 
welcome-tomcat/target/welcome-tomcat-2.2-SNAPSHOT.car to /home/ 
geronimo/.m2/repository/org/apache/geronimo/configs/welcome-tomcat/ 
2.2-SNAPSHOT/welcome-tomcat-2.2-SNAPSHOT.car

[INFO] [car:update-pluginlist]
[INFO]  


[INFO] Building Geronimo Assemblies
[INFO]task-segment: [install]
[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/assemblies/pom.xml  
to /home/geronimo/.m2/repository/org/apache/geronimo/assemblies/ 
assemblies/2.2-SNAPSHOT/assemblies-2.2-SNAPSHOT.pom
[INFO]  


[INFO] Building Geronimo Assemblies :: Boilerplate Minimal
[INFO

Re: eclipse version on devtools page out of date?

2008-04-23 Thread Tim McConnell
Hi again Ted, Earlier this year I had added the ECLIPSE_AND_WTP.zip file was on 
unstable site for those who were having some difficulties downloading all the 
GEP prereqs. Those problems have since been fixed and that file is no longer 
needed, plus it's extremely out-of-date. So I've deleted it. Thanks for the 
reminder


Ted Kirby wrote:

The level of eclipse described on
http://geronimo.apache.org/development-tools.html is not now in sync
with the ant script to download eclipse.  I see the page refers to
v2.0.0, yet the ant script referred to is from trunk.  This raises two
questions:  1. Should there be instructions/versions of the page for
different levels of the plugin? 1.1, 2.0, 2.1?  In the v2.0.0 section,
the ant script link should be to 2.0.0 code, not trunk code.

Also, what is ECLIPSE_AND_WTP.zip on
http://people.apache.org/dist/geronimo/eclipse/unstable/?



--
Thanks,
Tim McConnell


Re: svn commit: r650430 - in /geronimo/server/trunk/plugins/clustering/farming: pom.xml src/main/plan/plan.xml

2008-04-23 Thread Donald Woods

Is this needed as part of the fix for GERONIMO-3970?


-Donald

[EMAIL PROTECTED] wrote:

Author: gdamour
Date: Tue Apr 22 02:46:42 2008
New Revision: 650430

URL: http://svn.apache.org/viewvc?rev=650430view=rev
Log:
Move cluster-repository and master-repository in the folder farming

Modified:
geronimo/server/trunk/plugins/clustering/farming/pom.xml
geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/clustering/farming/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/clustering/farming/pom.xml?rev=650430r1=650429r2=650430view=diff
==
--- geronimo/server/trunk/plugins/clustering/farming/pom.xml (original)
+++ geronimo/server/trunk/plugins/clustering/farming/pom.xml Tue Apr 22 
02:46:42 2008
@@ -86,8 +86,8 @@
 categoryClustering/category
 instance
 plugin-artifact
-copy-file relative-to=geronimo 
dest-dir=cluster-repository/copy-file
-copy-file relative-to=geronimo 
dest-dir=master-repository/copy-file
+copy-file relative-to=geronimo 
dest-dir=farmingcluster-repository/copy-file
+copy-file relative-to=geronimo 
dest-dir=farmingmaster-repository/copy-file
 config-xml-content load=false
 gbean name=NodeInfo
 attribute 
name=name#{clusterNodeName}/attribute

Modified: 
geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml?rev=650430r1=650429r2=650430view=diff
==
--- geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml 
(original)
+++ geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml Tue 
Apr 22 02:46:42 2008
@@ -21,7 +21,7 @@
 module 
xmlns=http://geronimo.apache.org/xml/ns/deployment-${geronimoSchemaVersion};
 
 gbean name=MasterRepository class=org.apache.geronimo.system.repository.Maven2Repository

-attribute name=rootmaster-repository//attribute
+attribute name=rootfarming/master-repository//attribute
 reference name=ServerInfo
 nameServerInfo/name
 /reference
@@ -55,7 +55,7 @@
 /gbean
 
 gbean name=ClusterRepository class=org.apache.geronimo.system.repository.Maven2Repository

-attribute name=rootcluster-repository//attribute
+attribute name=rootfarming/cluster-repository//attribute
 reference name=ServerInfo
 nameServerInfo/name
 /reference





smime.p7s
Description: S/MIME Cryptographic Signature


ianal-maven-plugin

2008-04-23 Thread Jason Dillon
Folks, I've moved the bits of the tools-maven-plugin which we were  
using to verify legal files in project artifacts over to the mojo  
project under the ianal-maven-plugin.


Testing that it works in server/trunk before I commit, but expect to  
see it there soon.


This stuff is going to be verifying the legal muck which gets pulled  
in from the maven-remote-resources-plugin.  Already found that the  
maven-rar-plugin requires hacks to make it work, but so far everything  
else looks happy.


 * * *

As I have time, I am also going to be adding source-level checks to  
the ianal-maven-plugin to make sure headers are in order and such, but  
thats when I have time...


Site is here (empty, pending some real docs at the moment):

http://mojo.codehaus.org/ianal-maven-plugin

And sources here:

https://svn.codehaus.org/mojo/trunk/sandbox/ianal-maven-plugin/

Its a GMaven-based plugin of course ;-)

--jason


[jira] Updated: (GERONIMODEVTOOLS-266) GEP automation testsuite

2008-04-23 Thread B.J. Reed (JIRA)

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

B.J. Reed updated GERONIMODEVTOOLS-266:
---

Attachment: GERONIMODEVTOOLS-259g.patch

the g patch is to catch up to the recent JAXB model open ejb changes

 GEP automation testsuite
 

 Key: GERONIMODEVTOOLS-266
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-266
 Project: Geronimo-Devtools
  Issue Type: Sub-task
Reporter: Tim McConnell
Assignee: Tim McConnell
 Attachments: GERONIMO-259a.patch, GERONIMODEVTOOLS-259b.patch, 
 GERONIMODEVTOOLS-259c.patch, GERONIMODEVTOOLS-259d.patch, 
 GERONIMODEVTOOLS-259e.patch, GERONIMODEVTOOLS-259f.patch, 
 GERONIMODEVTOOLS-259g.patch




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



[BUILD] branches/2.1: Failed for Revision: 650953

2008-04-23 Thread gawor
Geronimo Revision: 650953 built with tests included
 
See the full build-1400.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20080423/build-1400.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20080423/unit-test-reports
 
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 8 source files to 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/surefire-reports

---
 T E S T S
---
Running org.apache.geronimo.jetty6.deployment.JettyModuleBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.929 sec
Running org.apache.geronimo.jetty6.deployment.StartupOrderComparatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.apache.geronimo.jetty6.deployment.PlanParsingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec

Results :

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

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] Checking legal files in: geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-jetty6-builder/2.1.2-SNAPSHOT/geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
[INFO] 

[INFO] Building Geronimo Plugins, Jetty :: Deployer
[INFO]task-segment: [install]
[INFO] 

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/home/geronimo/geronimo/2.1/plugins/jetty/jetty6-deployer/target/classes/META-INF
[INFO] Copying 2 files to 
/home/geronimo/geronimo/2.1/plugins/jetty/jetty6-deployer/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Encountered \\n\ngbean name=\JettyWebBuilder\ 
class=\org.apache.geronimo.jetty6.deployment.JettyModuleBuilder\\n
attribute name=\defaultSessionTimeoutSeconds\1800/attribute\n
attribute 
name=\defaultWelcomeFiles\index.html,index.htm,index.jsp/attribute\n   
 attribute 
name=\jettyContainerObjectName\?name=JettyWebContainer/attribute\n
attribute 
name=\defaultLocaleEncodingMappings\\nar=ISO-8859-6\nbe=ISO-8859-5\nbg=ISO-8859-5\nca=ISO-8859-1\ncs=ISO-8859-2\nda=ISO-8859-1\nde=ISO-8859-1\nel=ISO-8859-7\nen=ISO-8859-1\nes=ISO-8859-1\net=ISO-8859-1\nfi=ISO-8859-1\nfr=ISO-8859-1\nhr=ISO-8859-2\nhu=ISO-8859-2\nis=ISO-8859-1\nit=ISO-8859-1\niw=ISO-8859-8\nja=Shift_JIS\nko=EUC-KR\nlt=ISO-8859-2\nlv=ISO-8859-2\nmk=ISO-8859-5\nnl=ISO-8859-1\nno=ISO-8859-1\npl=ISO-8859-2\npt=ISO-8859-1\nro=ISO-8859-2\nru=ISO-8859-5\nsh=ISO-8859-5\nsk=ISO-8859-2\nsl=ISO-8859-2\nsq=ISO-8859-2\nsr=ISO-8859-5\nsv=ISO-8859-1\ntr=ISO-8859-9\nuk=ISO
 -8859-5\nzh=GB2312\nzh_TW=Big5\n/attribute\nattribute 
name=\defaultMimeTypeMappings\\nwsdl=text/xml\n/attribute\n
references name=\DefaultServlets\\npattern\n
nameStaticContent/name\n/pattern\n/references\n 
   reference name=\JspServlet\\nnameJSPServlet/name\n   
 /reference\nreference name=\PojoWebServiceTemplate\\n
namePOJOTemplate/name\n/reference\nreference 
name=\SecurityBuilders\\nnameSecurityBuilder/name\n
/reference\nreferences name=\ServiceBuilders\\n
pattern\nnameGBeanBuilder/name\n/pattern\n  
  /references\nreferences name=\WebServiceBuilder\\n  
  pattern\nnameCXFBuilder/name\n/pattern\n  
  pattern\nnameAxis2Builder/na
 me\n/pattern\npattern\n
nameWebServiceBuilder/name\n/pattern\npattern\n 
   nameUnavailableWebServiceBuilder/name\n
/pattern\n/references\nreference 
name=\NamingBuilders\\n

[jira] Created: (GERONIMO-3984) Keystores portlet - Unlock keystore page shows wrong label on submit button

2008-04-23 Thread Vamsavardhana Reddy (JIRA)
Keystores portlet - Unlock keystore page shows wrong label on submit button
---

 Key: GERONIMO-3984
 URL: https://issues.apache.org/jira/browse/GERONIMO-3984
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 2.1, 2.1.1, 2.2
Reporter: Vamsavardhana Reddy
Assignee: Vamsavardhana Reddy
Priority: Minor
 Fix For: 2.1.x, 2.2


The submit button has label 'Unlock Private Key' instead of 'Unlock Keystore'.

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



Re: [BUILD] branches/2.1: Failed for Revision: 650953

2008-04-23 Thread Donald Woods

Sorry, fixed by r651010.

-Donald


[EMAIL PROTECTED] wrote:

Geronimo Revision: 650953 built with tests included
 
See the full build-1400.log file at http://people.apache.org/builds/geronimo/server/binaries/2.1/20080423/build-1400.log
 
 
See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.1/20080423/unit-test-reports
 
[INFO] [resources:testResources]

[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 8 source files to 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/surefire-reports

---
 T E S T S
---
Running org.apache.geronimo.jetty6.deployment.JettyModuleBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.929 sec
Running org.apache.geronimo.jetty6.deployment.StartupOrderComparatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.apache.geronimo.jetty6.deployment.PlanParsingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec

Results :

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

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] Checking legal files in: geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.1/plugins/jetty/geronimo-jetty6-builder/target/geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-jetty6-builder/2.1.2-SNAPSHOT/geronimo-jetty6-builder-2.1.2-SNAPSHOT.jar
[INFO] 

[INFO] Building Geronimo Plugins, Jetty :: Deployer
[INFO]task-segment: [install]
[INFO] 

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/home/geronimo/geronimo/2.1/plugins/jetty/jetty6-deployer/target/classes/META-INF
[INFO] Copying 2 files to 
/home/geronimo/geronimo/2.1/plugins/jetty/jetty6-deployer/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Encountered \\n\ngbean name=\JettyWebBuilder\ class=\org.apache.geronimo.jetty6.deployment.JettyModuleBuilder\\nattribute 
name=\defaultSessionTimeoutSeconds\1800/attribute\nattribute name=\defaultWelcomeFiles\index.html,index.htm,index.jsp/attribute\n
attribute name=\jettyContainerObjectName\?name=JettyWebContainer/attribute\nattribute 
name=\defaultLocaleEncodingMappings\\nar=ISO-8859-6\nbe=ISO-8859-5\nbg=ISO-8859-5\nca=ISO-8859-1\ncs=ISO-8859-2\nda=ISO-8859-1\nde=ISO-8859-1\nel=ISO-8859-7\nen=ISO-8859-1\nes=ISO-8859-1\net=ISO-8859-1\nfi=ISO-8859-1\nfr=ISO-8859-1\nhr=ISO-8859-2\nhu=ISO-8859-2\nis=ISO-8859-1\nit=ISO-8859-1\niw=ISO-8859-8\nja=Shift_JIS\nko=EUC-KR\nlt=ISO-8859-2\nlv=ISO-8859-2\nmk=ISO-8859-5\nnl=ISO-8859-1\nno=ISO-8859-1\npl=ISO-8859-2\npt=ISO-8859-1\nro=ISO-8859-2\nru=ISO-8859-5\nsh=ISO-8859-5\nsk=ISO-8859-2\nsl=ISO-8859-2\nsq=ISO-8859-2\nsr=ISO-8859-5\nsv=ISO-8859-1\ntr=ISO-8859-9\nuk=I

SO

 -8859-5\nzh=GB2312\nzh_TW=Big5\n/attribute\nattribute name=\defaultMimeTypeMappings\\nwsdl=text/xml\n/attribute\nreferences name=\DefaultServlets\\npattern\nnameStaticContent/name\n/pattern\n 
   /references\nreference name=\JspServlet\\nnameJSPServlet/name\n/reference\nreference name=\PojoWebServiceTemplate\\nnamePOJOTemplate/name\n/reference\nreference 
name=\SecurityBuilders\\nnameSecurityBuilder/name\n/reference\nreferences name=\ServiceBuilders\\npattern\nnameGBeanBuilder/name\n/pattern\n/references\nreferences 
name=\WebServiceBuilder\\npattern\nnameCXFBuilder/name\n/pattern\npattern\nnameAxis2Builder/

na

 me\n/pattern\npattern\nnameWebServiceBuilder/name\n/pattern\npattern\nnameUnavailableWebServiceBuilder/name\n/pattern\n/references\n

[jira] Updated: (GERONIMO-3984) Keystores portlet - Unlock keystore page shows wrong label on submit button

2008-04-23 Thread Vamsavardhana Reddy (JIRA)

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

Vamsavardhana Reddy updated GERONIMO-3984:
--

Attachment: GERONIMO-3984.patch

GERONIMO-3984.patch: Patches unlockKeystore.jsp and consolebase.properties.

Can someone tell me what to do about consolebase_zh.properties?

 Keystores portlet - Unlock keystore page shows wrong label on submit button
 ---

 Key: GERONIMO-3984
 URL: https://issues.apache.org/jira/browse/GERONIMO-3984
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1, 2.1.1, 2.2
Reporter: Vamsavardhana Reddy
Assignee: Vamsavardhana Reddy
Priority: Minor
 Fix For: 2.1.x, 2.2

 Attachments: GERONIMO-3984.patch


 The submit button has label 'Unlock Private Key' instead of 'Unlock Keystore'.

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



[DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Joe Bohn

Discussion thread for the Geronimo 2.1.1 Release vote.



[jira] Closed: (GERONIMO-3651) gshell should make it dead simple to run geronimo with remote debugging

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-3651.
--

   Resolution: Fixed
Fix Version/s: (was: 2.1.x)

Done... finally :-\

Nothing fancy here... but you can now:

{noformat}
geronimo/start-server --profile debug
{noformat}

which will flip on the standard debug flags.  This is done via the etc/rc.d 
script with:

{code}
// If the debug profile was selected, then append some debugging flags
if (command.profiles.contains('debug')) {
command.javaFlags  '-Xdebug'
command.javaFlags  
'-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000'
}
{code}

Maybe later we can work on making it easier for folks to change the values w/o 
changing the file... but for now this will do.



 gshell should make it dead simple to run geronimo with remote debugging
 ---

 Key: GERONIMO-3651
 URL: https://issues.apache.org/jira/browse/GERONIMO-3651
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: startup/shutdown
Affects Versions: 2.1, 2.1.x, 2.2
Reporter: David Jencks
Assignee: Jason Dillon
Priority: Blocker
 Fix For: 2.2


 we need some options for start-server so g. starts up with debugging.  I 
 think we should be able to set the port and suspend as persistent options in 
 the environment.

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



Added profile support to geronimo/start-server (aka easy debug flags)

2008-04-23 Thread Jason Dillon

Nothing fancy here... but you can now:

geronimo/start-server --profile debug
which will flip on the standard debug flags. This is done via the etc/ 
rc.d script with:


// If the debug profile was selected, then append some debugging flags
if (command.profiles.contains('debug')) {
command.javaFlags  '-Xdebug'
command.javaFlags  '- 
Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000'

}
Maybe later we can work on making it easier for folks to change the  
values w/o changing the file... but for now this will do.


--jason


Legal files in server/trunk, ianal m-r-r-p

2008-04-23 Thread Jason Dillon
Folks, I've updated server/trunk to build with the latest maven-remote- 
resources-plugin, using v1.4 of the jar resources plugin, which I  
understand generates the right bits.


I also moved the legal file checking bits out into a separate plugin,  
ianal-maven-plugin, hosted at the Mojo project, which now helps ensure  
our modules are spitting out artifacts with legal mumbo in them.


I've also go through and nuked almost all of the LICENSE.txt and  
NOTICE.txt files littered throughout the tree, most of them were the  
same anyways.  For those that had additions, I've added m-r-r-p  
configuration to append those critical legal details to the files  
which are included.


So now there are only the LICENSE.txt, NOTICE.txt in the top-level  
under server/trunk and the files which are included in the assemblies  
under assemblies/geronimo-boilerplate-minimal/src/main/underlay.  I  
did drop the .txt suffix on those files, which I have mixed feelings  
about... but it makes it easier to keep the ianal plugin (and  
configuration of it) simple since the m-r-r-p doesn't generate .txt  
extensions.


Had to add a few wee hacks, for all RAR modules and a few WAR and EAR  
modules to get the m-r-r-p generated files included... those plugins  
aren't really m-r-r-p friendly, but I gave Maven a kick in the ass to  
make it do my bidding as usual ;-)  And its nothing major, just a bit  
of a PITA... extra pom code blah.


 * * *

So, now server/trunk is *completely* from using the old genesis tools- 
maven-plugin.  Still using maven-maven-plugin, but I hope to fix that  
soon.  And then I'll re-craft genesis 2.x to reduce alot of the common  
pom muck we have in server/trunk/pom.xml.


Cheers,

--jason


[jira] Closed: (GERONIMO-3088) geroniom-activemq-ra's ra.xml is not kept in sync with the AMQ distribution

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-3088.
--

Resolution: Won't Fix

Apparently not a problem... based on comments recently from DJencks and his 
chat with Hiram about the spec.

 geroniom-activemq-ra's ra.xml is not kept in sync with the AMQ distribution
 ---

 Key: GERONIMO-3088
 URL: https://issues.apache.org/jira/browse/GERONIMO-3088
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 1.2, 2.0-M5
Reporter: Jason Dillon
Assignee: Jason Dillon
Priority: Minor

 Currently the geronimo-activemq-ra's (embedded AMQ RA) ra.xml is not kept in 
 sync with the AMQ dists activemq-rar.
 Should update the build to extract the ra.xml and include that for the 
 embedded ra.

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



[jira] Closed: (GERONIMO-2924) Upgrade to latest commons-io 1.3.1

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-2924.
--

Resolution: Invalid

Too old

 Upgrade to latest commons-io 1.3.1
 --

 Key: GERONIMO-2924
 URL: https://issues.apache.org/jira/browse/GERONIMO-2924
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: dependencies
Affects Versions: 2.0-M7
Reporter: Jason Dillon
Assignee: Jason Dillon
Priority: Minor



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



[jira] Commented: (GERONIMO-3978) Problem when Geronimo 2.1 server is started using start-server

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon commented on GERONIMO-3978:


This has something todo with JLine... looking into it more.

 Problem when Geronimo 2.1 server is started using start-server
 

 Key: GERONIMO-3978
 URL: https://issues.apache.org/jira/browse/GERONIMO-3978
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
 Environment: Win XP, G Tomcat 2.1
Reporter: Vamsavardhana Reddy
Assignee: Jason Dillon

 On Windows XP, if I start a Geronimo Tomcat 2.1 server using bin\start-server 
 from a command prompt, I am noticing that the server can not be shutdown 
 using Control+C.  So, I am using Admin Console to shutdown the server.  But 
 it does not return to command prompt unless I kill the java process from 
 Windows Task Manager.
 Jarek says, As a workaround, you can start gshell with -T false option and 
 then
 control-c worked fine while running the server in foreground.
 See http://www.mail-archive.com/dev@geronimo.apache.org/msg57308.html

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



[jira] Created: (GERONIMO-3985) Use SLF4J as the logging facade for Geronimo

2008-04-23 Thread Jason Dillon (JIRA)
Use SLF4J as the logging facade for Geronimo


 Key: GERONIMO-3985
 URL: https://issues.apache.org/jira/browse/GERONIMO-3985
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
Reporter: Jason Dillon
Assignee: Jason Dillon




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



[jira] Created: (GERONIMO-3986) Upgrade SLF4J to 1.5.0

2008-04-23 Thread Jason Dillon (JIRA)
Upgrade SLF4J to 1.5.0
--

 Key: GERONIMO-3986
 URL: https://issues.apache.org/jira/browse/GERONIMO-3986
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
Reporter: Jason Dillon




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



[jira] Created: (GERONIMO-3987) Upgrade Log4j to 1.2.15

2008-04-23 Thread Jason Dillon (JIRA)
Upgrade Log4j to 1.2.15
---

 Key: GERONIMO-3987
 URL: https://issues.apache.org/jira/browse/GERONIMO-3987
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
Reporter: Jason Dillon
Assignee: Jason Dillon




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



[jira] Closed: (GERONIMO-3987) Upgrade Log4j to 1.2.15

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-3987.
--

   Resolution: Fixed
Fix Version/s: 2.2

 Upgrade Log4j to 1.2.15
 ---

 Key: GERONIMO-3987
 URL: https://issues.apache.org/jira/browse/GERONIMO-3987
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Reporter: Jason Dillon
Assignee: Jason Dillon
 Fix For: 2.2




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



[jira] Assigned: (GERONIMO-3986) Upgrade SLF4J to 1.5.0

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon reassigned GERONIMO-3986:
--

Assignee: Jason Dillon

 Upgrade SLF4J to 1.5.0
 --

 Key: GERONIMO-3986
 URL: https://issues.apache.org/jira/browse/GERONIMO-3986
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Reporter: Jason Dillon
Assignee: Jason Dillon



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



[jira] Closed: (GERONIMO-3986) Upgrade SLF4J to 1.5.0

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-3986.
--

   Resolution: Fixed
Fix Version/s: 2.2

 Upgrade SLF4J to 1.5.0
 --

 Key: GERONIMO-3986
 URL: https://issues.apache.org/jira/browse/GERONIMO-3986
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Reporter: Jason Dillon
Assignee: Jason Dillon
 Fix For: 2.2




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



[jira] Closed: (GERONIMO-2401) Upgrade commons-logging to 1.1

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GERONIMO-2401.
--

   Resolution: Fixed
Fix Version/s: (was: Wish List)
   2.2

Going with SLF4J as the logging facade instead of the problematic Commons 
Logging API.

 Upgrade commons-logging to 1.1
 --

 Key: GERONIMO-2401
 URL: https://issues.apache.org/jira/browse/GERONIMO-2401
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: dependencies, Logging
Affects Versions: 1.2, 2.0-M5
Reporter: Jason Dillon
Assignee: Jason Dillon
 Fix For: 2.2


 Upgrade commons-logging to the latest release 1.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 Server 2.1.1 Release

2008-04-23 Thread Jarek Gawor
-1. GShell does not start up because the gsh-classworlds.conf file
still refers to 2.1.1-SNAPSHOT jars.

Jarek

On Wed, Apr 23, 2008 at 10:31 AM, Joe Bohn [EMAIL PROTECTED] wrote:
 All,
  I've prepared a 2.1.1 release candidate for your review and vote.

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

  When the release vote is approved, I will svn mv the code to
  https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.1

  An archive of this source code can be found here:

 http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-2.1.1-src.tar.gz

  http://people.apache.org/~jbohn/geronimo-2.1.1-dist/ contains the 10 Java
 EE, Minimal, and Framework server binary distributions to be released
 (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as the
 RELEASE_NOTES and source code archives for the release.

  For your convenience, here are pointers to the urls for the distributions
 in zip format:

 http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-javaee5-2.1.1-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-minimal-2.1.1-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-javaee5-2.1.1-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-minimal-2.1.1-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-framework-2.1.1-bin.zip

  The maven artifacts for the release can be found here:
  http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.1/

  When the release vote is approved, these maven artifacts will be moved to
 the m2-ibiblio-rsync-repository at Apache.


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

  I'll plan on calling this vote on Saturday evening (11 PM EST).

  I will start tck runs shortly on these images


  Joe Bohn



SLF4J over Commons Logging

2008-04-23 Thread Jason Dillon
Yo yo... we've talked about this before, though a while ago... but IMO  
its about time we drop Commons Logging like a rock and move over to  
SLF4J.


The API is mostly the same, though SLF4J has native support for things  
like:


log.trace()

And has additional varargs support for things like:

log.info(this is my foo: {}, foo)

I can dig up the old email I posted hella long ago if needed, but I  
think its time to switch over.  Its been on the shelf for too long  
already IMO.  I'm ready to start updating things to use the new API,  
but before I do I want to get a general consensus from the group.


So chime in... failure to chime in means you agree with me :-P

:-)

--jason


Re: [VOTE] Geronimo Server 2.1.1 Release

2008-04-23 Thread Jason Dillon

Barf, stupid gshell and its world of classes

Sorry 'bout dat... hopefully I can make that file go away soon, or at  
least become so small that its not a problem anymore :-\


--jason


On Apr 24, 2008, at 3:20 AM, Jarek Gawor wrote:


-1. GShell does not start up because the gsh-classworlds.conf file
still refers to 2.1.1-SNAPSHOT jars.

Jarek

On Wed, Apr 23, 2008 at 10:31 AM, Joe Bohn [EMAIL PROTECTED]  
wrote:

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

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

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.1

An archive of this source code can be found here:

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-2.1.1-src.tar.gz

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/ contains the  
10 Java

EE, Minimal, and Framework server binary distributions to be released
(framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as the
RELEASE_NOTES and source code archives for the release.

For your convenience, here are pointers to the urls for the  
distributions

in zip format:

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-javaee5-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-minimal-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-javaee5-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-minimal-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-framework-2.1.1-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.1/

When the release vote is approved, these maven artifacts will be  
moved to

the m2-ibiblio-rsync-repository at Apache.


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

I'll plan on calling this vote on Saturday evening (11 PM EST).

I will start tck runs shortly on these images


Joe Bohn





Re: [VOTE] Geronimo Server 2.1.1 Release

2008-04-23 Thread Jason Dillon
BTW, I'm about to commit a cli-testsuite, depending on if I can muster  
enough steam tonight to make it reality... which should help test the  
command-line interfaces to Geronimo better... or at least a start in  
that direction.


--jason


On Apr 24, 2008, at 3:20 AM, Jarek Gawor wrote:


-1. GShell does not start up because the gsh-classworlds.conf file
still refers to 2.1.1-SNAPSHOT jars.

Jarek

On Wed, Apr 23, 2008 at 10:31 AM, Joe Bohn [EMAIL PROTECTED]  
wrote:

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

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

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.1

An archive of this source code can be found here:

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-2.1.1-src.tar.gz

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/ contains the  
10 Java

EE, Minimal, and Framework server binary distributions to be released
(framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as the
RELEASE_NOTES and source code archives for the release.

For your convenience, here are pointers to the urls for the  
distributions

in zip format:

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-javaee5-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-minimal-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-javaee5-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-minimal-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-framework-2.1.1-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.1/

When the release vote is approved, these maven artifacts will be  
moved to

the m2-ibiblio-rsync-repository at Apache.


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

I'll plan on calling this vote on Saturday evening (11 PM EST).

I will start tck runs shortly on these images


Joe Bohn





Re: [VOTE] Geronimo Server 2.1.1 Release - CANCELLED

2008-04-23 Thread Joe Bohn

Grrr ... I'm sorry I missed that but glad you caught it.


I just did a full grep of all items in the source tree and this file 
contained the only references to 2.1.1-SNAPSHOT.  I'm generating new 
images will and start a new vote shortly.



Thanks,
Joe



Jarek Gawor wrote:

-1. GShell does not start up because the gsh-classworlds.conf file
still refers to 2.1.1-SNAPSHOT jars.

Jarek

On Wed, Apr 23, 2008 at 10:31 AM, Joe Bohn [EMAIL PROTECTED] wrote:

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

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

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.1

 An archive of this source code can be found here:

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-2.1.1-src.tar.gz

 http://people.apache.org/~jbohn/geronimo-2.1.1-dist/ contains the 10 Java
EE, Minimal, and Framework server binary distributions to be released
(framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as the
RELEASE_NOTES and source code archives for the release.

 For your convenience, here are pointers to the urls for the distributions
in zip format:

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-javaee5-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-jetty6-minimal-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-javaee5-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-tomcat6-minimal-2.1.1-bin.zip

http://people.apache.org/~jbohn/geronimo-2.1.1-dist/geronimo-framework-2.1.1-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.1/

 When the release vote is approved, these maven artifacts will be moved to
the m2-ibiblio-rsync-repository at Apache.


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

 I'll plan on calling this vote on Saturday evening (11 PM EST).

 I will start tck runs shortly on these images


 Joe Bohn







Re: SLF4J over Commons Logging

2008-04-23 Thread Donald Woods

+1

-Donald

Jason Dillon wrote:
Yo yo... we've talked about this before, though a while ago... but IMO 
its about time we drop Commons Logging like a rock and move over to SLF4J.


The API is mostly the same, though SLF4J has native support for things 
like:


log.trace()

And has additional varargs support for things like:

log.info(this is my foo: {}, foo)

I can dig up the old email I posted hella long ago if needed, but I 
think its time to switch over.  Its been on the shelf for too long 
already IMO.  I'm ready to start updating things to use the new API, but 
before I do I want to get a general consensus from the group.


So chime in... failure to chime in means you agree with me :-P

:-)

--jason



smime.p7s
Description: S/MIME Cryptographic Signature


[jira] Created: (GSHELL-110) Upgrade Mina to 1.1.7

2008-04-23 Thread Jason Dillon (JIRA)
Upgrade Mina to 1.1.7
-

 Key: GSHELL-110
 URL: https://issues.apache.org/jira/browse/GSHELL-110
 Project: GShell
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: Whisper
Reporter: Jason Dillon
Assignee: Jason Dillon
 Fix For: 1.0-alpha-2




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



[jira] Closed: (GSHELL-110) Upgrade Mina to 1.1.7

2008-04-23 Thread Jason Dillon (JIRA)

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

Jason Dillon closed GSHELL-110.
---

Resolution: Fixed

 Upgrade Mina to 1.1.7
 -

 Key: GSHELL-110
 URL: https://issues.apache.org/jira/browse/GSHELL-110
 Project: GShell
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: Whisper
Reporter: Jason Dillon
Assignee: Jason Dillon
 Fix For: 1.0-alpha-2




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



Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Kevan Miller


On Apr 23, 2008, at 3:19 PM, Joe Bohn wrote:


Discussion thread for the Geronimo 2.1.1 Release vote.



We should make a habit of cc:'ing user list on release votes.

Looking things over now. Afraid that there are some source files  
missing src license headers :-(


--kevan 


Re: eclipse version on devtools page out of date?

2008-04-23 Thread Tim McConnell
Hi again Ted, BTW, I like to use the trunk version of the ant script because it 
will usually download the latest version(s) of the WTP artifacts, which should 
work with any version of the GEP. However, I can see how that might cause some 
confusion. I'll fix it when I update the site after the upcoming release.


Ted Kirby wrote:

The level of eclipse described on
http://geronimo.apache.org/development-tools.html is not now in sync
with the ant script to download eclipse.  I see the page refers to
v2.0.0, yet the ant script referred to is from trunk.  This raises two
questions:  1. Should there be instructions/versions of the page for
different levels of the plugin? 1.1, 2.0, 2.1?  In the v2.0.0 section,
the ant script link should be to 2.0.0 code, not trunk code.

Also, what is ECLIPSE_AND_WTP.zip on
http://people.apache.org/dist/geronimo/eclipse/unstable/?



--
Thanks,
Tim McConnell


[jira] Updated: (GERONIMO-3651) gshell should make it dead simple to run geronimo with remote debugging

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3651:
---

Fix Version/s: 2.1.2

fixed in 2.1.2 by r651063.

 gshell should make it dead simple to run geronimo with remote debugging
 ---

 Key: GERONIMO-3651
 URL: https://issues.apache.org/jira/browse/GERONIMO-3651
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: startup/shutdown
Affects Versions: 2.1, 2.1.x, 2.2
Reporter: David Jencks
Assignee: Jason Dillon
Priority: Blocker
 Fix For: 2.1.2, 2.2


 we need some options for start-server so g. starts up with debugging.  I 
 think we should be able to set the port and suspend as persistent options in 
 the environment.

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



[jira] Updated: (GERONIMO-3700) alias command fails

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3700:
---

Fix Version/s: 2.1.2

merged into 2.1.2 with r651044

 alias command fails
 ---

 Key: GERONIMO-3700
 URL: https://issues.apache.org/jira/browse/GERONIMO-3700
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: general
Affects Versions: 2.1, 2.1.1
Reporter: Kevan Miller
Assignee: Jason Dillon
 Fix For: 2.1.2, 2.2


 Running the alias command fails with an IllegalStateException:
 [EMAIL PROTECTED]:/ alias
 ERROR IllegalStateException: Alias file 
 /Users/kevan/geronimo/server/trunk/assemblies/geronimo-framework/target/geronimo-framework-2.1-SNAPSHOT/bin/etc/aliases.xml
  does not exist
 Could be that Geronimo should be including this file in assemblies, or gshell 
 should create (if not present), or something else is wrong...

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



[jira] Updated: (GERONIMO-3970) Fail to delploy a web application to a WADI cluster

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3970:
---

Fix Version/s: (was: 2.1.x)
   2.1.2

merged in from trunk to 2.1.2 as r651060

 Fail to delploy a web application to a WADI cluster
 ---

 Key: GERONIMO-3970
 URL: https://issues.apache.org/jira/browse/GERONIMO-3970
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Clustering
Affects Versions: 2.1.1, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Assignee: Gianny Damour
 Fix For: 2.1.2, 2.2


 Deploy a web application to a WADI cluster with two nodes and get the 
 following exceptions:
 H:\geornimo server2\bindeploy --user system --password manager --port 110
 8 deploy --targets 
 org.apache.geronimo.configs/farming/2.1.1-SNAPSHOT/car?Servic
 eModule=org.apache.geronimo.configs/farming/2.1.1-SNAPSHOT/car,j2eeType=Configur
 ationStore,name=MasterConfigurationStore 
 f:\temp\servlet-examples-cluster-server
 2.war f:\temp\servlet-examples-cluster-plan.xml
 Using GERONIMO_BASE:   H:\geornimo server2
 Using GERONIMO_HOME:   H:\geornimo server2
 Using GERONIMO_TMPDIR: var\temp
 Using JRE_HOME:C:\Program Files\IBM\Java50\jre
 org.apache.geronimo.kernel.config.LifecycleException: start of 
 samples/servlet-e
 xamples-cluster-server1/1.0/war failed
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon
 figuration(SimpleConfigurationManager.java:566)
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon
 figuration(SimpleConfigurationManager.java:530)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:64)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(Refl
 ectionMethodInvoker.java:34)
 at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
 n.java:124)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
 java:867)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
 239)
 at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
 at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(Refl
 ectionMethodInvoker.java:34)
 at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
 n.java:124)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
 java:867)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
 239)
 at 
 org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBrid
 ge.java:172)
 at 
 com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImp
 l.java:231)
 at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
 at 
 com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
 BeanServerInterceptor.java:833)
 at 
 com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802
 )
 at 
 javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnecti
 onImpl.java:1423)
 at 
 javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectio
 nImpl.java:96)
 at 
 javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run
 (RMIConnectionImpl.java:1260)
 at 
 java.security.AccessController.doPrivileged(AccessController.java:275
 )
 at 
 javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(R
 MIConnectionImpl.java:1363)
 at 
 javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImp
 l.java:797)
 at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:309)
 at sun.rmi.transport.Transport$1.run(Transport.java:168)
 at 
 java.security.AccessController.doPrivileged(AccessController.java:275
 )
 at sun.rmi.transport.Transport.serviceCall(Transport.java:164)
 at 
 

Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Joe Bohn

Kevan Miller wrote:


On Apr 23, 2008, at 3:19 PM, Joe Bohn wrote:


Discussion thread for the Geronimo 2.1.1 Release vote.



We should make a habit of cc:'ing user list on release votes.

Looking things over now. Afraid that there are some source files missing 
src license headers :-(


--kevan


Thanks Kevan.  I'm anxiously awaiting your list.

I will copy the user list on the next rev of the vote.

Joe



[jira] Assigned: (GERONIMO-3983) Update JMS Resource portlet to show the Destination statistics

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods reassigned GERONIMO-3983:
--

Assignee: Donald Woods

 Update JMS Resource portlet to show the Destination statistics
 --

 Key: GERONIMO-3983
 URL: https://issues.apache.org/jira/browse/GERONIMO-3983
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
Reporter: Anish Pathadan
Assignee: Donald Woods
 Attachments: JMS Resource Portlet_Statistics.patch, screenshot-1.jpg


 Update the JMS Resource portlet to show the destination statistics such as 
 Consumer Count,Queue Size,Enqueue Count and Dequeue Count for each 
 Queues/Topics.

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



Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Jason Dillon
Barf... I'll see if I can make the ianal-maven-plugin check for this  
ASAP...


--jason


On Apr 24, 2008, at 4:04 AM, Kevan Miller wrote:



On Apr 23, 2008, at 3:19 PM, Joe Bohn wrote:


Discussion thread for the Geronimo 2.1.1 Release vote.



We should make a habit of cc:'ing user list on release votes.

Looking things over now. Afraid that there are some source files  
missing src license headers :-(


--kevan




[jira] Updated: (GERONIMO-3983) Update JMS Resource portlet to show the Destination statistics

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3983:
---

Fix Version/s: 2.2

 Update JMS Resource portlet to show the Destination statistics
 --

 Key: GERONIMO-3983
 URL: https://issues.apache.org/jira/browse/GERONIMO-3983
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
Reporter: Anish Pathadan
Assignee: Donald Woods
 Fix For: 2.2

 Attachments: JMS Resource Portlet_Statistics.patch, screenshot-1.jpg


 Update the JMS Resource portlet to show the destination statistics such as 
 Consumer Count,Queue Size,Enqueue Count and Dequeue Count for each 
 Queues/Topics.

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



[jira] Updated: (GERONIMO-3983) Update JMS Resource portlet to show the Destination statistics

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3983:
---

Patch Info: [Patch Available]

 Update JMS Resource portlet to show the Destination statistics
 --

 Key: GERONIMO-3983
 URL: https://issues.apache.org/jira/browse/GERONIMO-3983
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
Reporter: Anish Pathadan
Assignee: Donald Woods
 Fix For: 2.2

 Attachments: JMS Resource Portlet_Statistics.patch, screenshot-1.jpg


 Update the JMS Resource portlet to show the destination statistics such as 
 Consumer Count,Queue Size,Enqueue Count and Dequeue Count for each 
 Queues/Topics.

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



[jira] Updated: (GERONIMO-3976) Exceptions are thrown in Geronimo launch console when clicking Console Navigation -- Debug Views -- JNDI Viewer

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3976:
---

Fix Version/s: (was: 2.1.x)
   2.1.2

 Exceptions are thrown in Geronimo launch console when clicking Console 
 Navigation -- Debug Views -- JNDI Viewer
 ---

 Key: GERONIMO-3976
 URL: https://issues.apache.org/jira/browse/GERONIMO-3976
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.1, 2.2
 Environment: Windows
Reporter: YunFeng Ma
 Fix For: 2.1.2, 2.2


 The following exceptions are thrown in the launch console:
 javax.naming.NotContextException: geronimo/env/jdbc/ActiveDS
 at 
 org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContex
 t.java:167)
 at 
 org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContex
 t.java:617)
 at 
 org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContex
 t.java:158)
 at 
 org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContex
 t.java:603)
 at javax.naming.InitialContext.lookup(InitialContext.java:363)
 at 
 org.apache.openejb.core.ivm.naming.JndiUrlReference.getObject(JndiUrl
 Reference.java:34)
 at 
 org.apache.openejb.core.ivm.naming.Reference.getContent(Reference.jav
 a:40)
 at 
 org.apache.xbean.naming.context.ContextUtil.resolve(ContextUtil.java:
 61)
 at 
 org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContex
 t.java:118)
 at 
 org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContex
 t.java:603)
 at 
 org.apache.geronimo.console.jndiview.JNDIViewPortlet.buildContext(JND
 IViewPortlet.java:331)
 at 
 org.apache.geronimo.console.jndiview.JNDIViewPortlet.buildContext(JND
 IViewPortlet.java:333)
 at 
 org.apache.geronimo.console.jndiview.JNDIViewPortlet.buildContext(JND
 IViewPortlet.java:333)
 at 
 org.apache.geronimo.console.jndiview.JNDIViewPortlet.buildEJBModule(J
 NDIViewPortlet.java:187)
 at 
 org.apache.geronimo.console.jndiview.JNDIViewPortlet.getContextTree(J
 NDIViewPortlet.java:422)
 at 
 org.apache.geronimo.console.jndiview.JNDIViewPortlet.getJSONTrees(JND
 IViewPortlet.java:106)
 at 
 org.apache.geronimo.console.jndiview.JNDIViewPortlet.doView(JNDIViewP
 ortlet.java:70)
 at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247)
 at javax.portlet.GenericPortlet.render(GenericPortlet.java:175)
 at 
 org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208
 )
 at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:206)
 at 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
 atcher.java:654)
 at 
 org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
 ispatcher.java:557)
 at 
 org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
 patcher.java:481)
 at 
 org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPort
 letInvokerService.java:167)
 at 
 org.apache.pluto.core.DefaultPortletInvokerService.render(DefaultPort
 letInvokerService.java:101)
 at 
 org.apache.pluto.core.PortletContainerImpl.doRender(PortletContainerI
 mpl.java:173)
 at 
 org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:15
 2)
 at 
 jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspService(portlet_002ds
 kin_jsp.java:87)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:206)
 at 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
 atcher.java:654)
 at 
 org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
 ispatcher.java:557)
 at 
 org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
 patcher.java:481)
 at 
 org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary
 .java:968)
 at 
 

[jira] Updated: (GERONIMO-3975) PlanCreator fails to deploy an application when Geronimo is installed into a directory with white space

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3975:
---

Affects Version/s: (was: 2.1.1)
   2.1.2

 PlanCreator fails to deploy an application when Geronimo is installed into a 
 directory with white space
 ---

 Key: GERONIMO-3975
 URL: https://issues.apache.org/jira/browse/GERONIMO-3975
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.2, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Assignee: Shiva Kumar H R
 Fix For: 2.1.x, 2.2


 The following exceptions are thrown:
 16:48:55,328 ERROR [GetArchiveHandler] Illegal character in path at index 23: 
 fi
 le:/H:/geronimo server1/var/temp/geronimo-planCreator39270.tmpdir/WebAppJD
 BCAccess.war
 java.net.URISyntaxException: Illegal character in path at index 23: 
 file:/H:/geronimo 
 server1/var/temp/geronimo-planCreator39270.tmpdir/WebAppJDBCAccess.w
 ar
 at java.net.URI$Parser.fail(URI.java:2821)
 at java.net.URI$Parser.checkChars(URI.java:2994)
 at java.net.URI$Parser.parseHierarchical(URI.java:3078)
 at java.net.URI$Parser.parse(URI.java:3026)
 at java.net.URI.init(URI.java:590)
 at java.net.URL.toURI(URL.java:950)
 at 
 org.apache.geronimo.console.configcreator.JSR88_Util.createApplicatio
 nInfo(JSR88_Util.java:132)
 at 
 org.apache.geronimo.console.configcreator.JSR88_Util.parseWarReferenc
 es(JSR88_Util.java:144)
 at 
 org.apache.geronimo.console.configcreator.GetArchiveHandler.actionAft
 erView(GetArchiveHandler.java:90)
 at 
 org.apache.geronimo.console.MultiPagePortlet.processAction(MultiPageP
 ortlet.java:114)
 at 
 org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218
 )
 at 
 org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:145)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:206)
 at 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
 atcher.java:654)
 at 
 org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
 ispatcher.java:557)
 at 
 org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
 patcher.java:481)
 at 
 org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPort
 letInvokerService.java:167)
 at 
 org.apache.pluto.core.DefaultPortletInvokerService.action(DefaultPort
 letInvokerService.java:85)
 at 
 org.apache.pluto.core.PortletContainerImpl.doAction(PortletContainerI
 mpl.java:219)
 at 
 org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet
 .java:112)
 at 
 org.apache.pluto.driver.PortalDriverServlet.doPost(PortalDriverServle
 t.java:158)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:206)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
 alve.java:233)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
 alve.java:175)
 at 
 org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSu
 bjectValve.java:56)
 at 
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
 torBase.java:525)
 at 
 org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.
 invoke(GeronimoStandardContext.java:406)
 at 
 org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(Gero
 nimoBeforeAfterValve.java:47)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
 ava:128)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
 ava:102)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
 ve.java:109)
 at 
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
 563)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
 a:263)
 at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
 :844)
 at 
 

[jira] Resolved: (GERONIMO-3970) Fail to delploy a web application to a WADI cluster

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods resolved GERONIMO-3970.


Resolution: Fixed

Please reopen if patch from Gianny doesn't fix your problem.

 Fail to delploy a web application to a WADI cluster
 ---

 Key: GERONIMO-3970
 URL: https://issues.apache.org/jira/browse/GERONIMO-3970
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Clustering
Affects Versions: 2.1.1, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Assignee: Gianny Damour
 Fix For: 2.1.2, 2.2


 Deploy a web application to a WADI cluster with two nodes and get the 
 following exceptions:
 H:\geornimo server2\bindeploy --user system --password manager --port 110
 8 deploy --targets 
 org.apache.geronimo.configs/farming/2.1.1-SNAPSHOT/car?Servic
 eModule=org.apache.geronimo.configs/farming/2.1.1-SNAPSHOT/car,j2eeType=Configur
 ationStore,name=MasterConfigurationStore 
 f:\temp\servlet-examples-cluster-server
 2.war f:\temp\servlet-examples-cluster-plan.xml
 Using GERONIMO_BASE:   H:\geornimo server2
 Using GERONIMO_HOME:   H:\geornimo server2
 Using GERONIMO_TMPDIR: var\temp
 Using JRE_HOME:C:\Program Files\IBM\Java50\jre
 org.apache.geronimo.kernel.config.LifecycleException: start of 
 samples/servlet-e
 xamples-cluster-server1/1.0/war failed
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon
 figuration(SimpleConfigurationManager.java:566)
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon
 figuration(SimpleConfigurationManager.java:530)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:64)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(Refl
 ectionMethodInvoker.java:34)
 at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
 n.java:124)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
 java:867)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
 239)
 at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
 at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(Refl
 ectionMethodInvoker.java:34)
 at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
 n.java:124)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
 java:867)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
 239)
 at 
 org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBrid
 ge.java:172)
 at 
 com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImp
 l.java:231)
 at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
 at 
 com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
 BeanServerInterceptor.java:833)
 at 
 com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802
 )
 at 
 javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnecti
 onImpl.java:1423)
 at 
 javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectio
 nImpl.java:96)
 at 
 javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run
 (RMIConnectionImpl.java:1260)
 at 
 java.security.AccessController.doPrivileged(AccessController.java:275
 )
 at 
 javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(R
 MIConnectionImpl.java:1363)
 at 
 javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImp
 l.java:797)
 at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:309)
 at sun.rmi.transport.Transport$1.run(Transport.java:168)
 at 
 java.security.AccessController.doPrivileged(AccessController.java:275
 )
 at sun.rmi.transport.Transport.serviceCall(Transport.java:164)
 at 
 

[jira] Updated: (GERONIMO-3971) Error message during assembling a server

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3971:
---

Affects Version/s: (was: 2.1.x)
   2.1.2

 Error message during assembling a server
 

 Key: GERONIMO-3971
 URL: https://issues.apache.org/jira/browse/GERONIMO-3971
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Plugins
Affects Versions: 2.1.2, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Priority: Minor
 Fix For: 2.1.x, 2.2


 The following error message (3 lines) are reported on Geronimo launch console 
 during assembling a server:
 16:09:05,484 ERROR [LocalAttributeManager] Caught exception 
 java.io.FileNotFound
 Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
 utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
 onimo server1\var\temp\assembly\var\config\config-substitutions.properties
 16:09:05,500 ERROR [LocalAttributeManager] Caught exception 
 java.io.FileNotFound
 Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
 utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
 onimo server1\var\temp\assembly\var\config\config-substitutions.properties
 16:09:05,515 ERROR [LocalAttributeManager] Caught exception 
 java.io.FileNotFound
 Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
 utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
 onimo server1\var\temp\assembly\var\config\config-substitutions.properties

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



[jira] Updated: (GERONIMO-3974) Shutdown exceptions even for a clean Geronimo

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3974:
---

Affects Version/s: (was: 2.1.1)
   2.1.2

 Shutdown exceptions even for a clean Geronimo
 -

 Key: GERONIMO-3974
 URL: https://issues.apache.org/jira/browse/GERONIMO-3974
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: connector
Affects Versions: 2.1.2, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Priority: Minor
 Fix For: 2.1.x, 2.2


 Shutdown a clean Geronimo server, get the following exceptions:
 Geronimo Application Server started
 16:43:00,843 WARN  [GeronimoConnectionEventListener] connectionErrorOccurred 
 cal
 led with null
 java.sql.SQLException: No current connection.
 at 
 org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknow
 n Source)
 at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.Util.noCurrentConnection(Unknown Source)
 at org.apache.derby.impl.jdbc.EmbedConnection.checkIfClosed(Unknown 
 Sour
 ce)
 at org.apache.derby.impl.jdbc.EmbedConnection.getAutoCommit(Unknown 
 Sour
 ce)
 at 
 org.apache.derby.iapi.jdbc.BrokeredConnection.getAutoCommit(Unknown S
 ource)
 at 
 org.tranql.connector.jdbc.ConnectionHandle.rollback(ConnectionHandle.
 java:129)
 at 
 org.apache.activemq.store.jdbc.DefaultDatabaseLocker.stop(DefaultData
 baseLocker.java:78)
 at 
 org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.stop(JDBCPersis
 tenceAdapter.java:202)
 at 
 org.apache.activemq.store.journal.JournalPersistenceAdapter.stop(Jour
 nalPersistenceAdapter.java:254)
 at 
 org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:42)
 at 
 org.apache.activemq.broker.BrokerService.stop(BrokerService.java:443)
 at 
 org.apache.geronimo.activemq.BrokerServiceGBeanImpl.doStop(BrokerServ
 iceGBeanImpl.java:119)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBean
 Instance.java:1161)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(
 GBeanInstanceState.java:339)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:188)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.kernel.config.KernelConfigurationManager$Shutdown
 Hook.run(KernelConfigurationManager.java:316)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(Basi
 cKernel.java:668)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.jav
 a:645)
 at 
 org.apache.geronimo.kernel.KernelGBean.shutdown(KernelGBean.java:382)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:64)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)
 at 

[jira] Updated: (GERONIMO-3971) Error message during assembling a server

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3971:
---

Affects Version/s: 2.1.1
Fix Version/s: (was: 2.1.x)
   2.1.2

 Error message during assembling a server
 

 Key: GERONIMO-3971
 URL: https://issues.apache.org/jira/browse/GERONIMO-3971
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Plugins
Affects Versions: 2.1.1, 2.1.2, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Priority: Minor
 Fix For: 2.1.2, 2.2


 The following error message (3 lines) are reported on Geronimo launch console 
 during assembling a server:
 16:09:05,484 ERROR [LocalAttributeManager] Caught exception 
 java.io.FileNotFound
 Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
 utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
 onimo server1\var\temp\assembly\var\config\config-substitutions.properties
 16:09:05,500 ERROR [LocalAttributeManager] Caught exception 
 java.io.FileNotFound
 Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
 utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
 onimo server1\var\temp\assembly\var\config\config-substitutions.properties
 16:09:05,515 ERROR [LocalAttributeManager] Caught exception 
 java.io.FileNotFound
 Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
 utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
 onimo server1\var\temp\assembly\var\config\config-substitutions.properties

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



[jira] Updated: (GERONIMO-3975) PlanCreator fails to deploy an application when Geronimo is installed into a directory with white space

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3975:
---

Affects Version/s: (was: 2.1.2)
   2.1.1
Fix Version/s: (was: 2.1.x)
   2.1.2

 PlanCreator fails to deploy an application when Geronimo is installed into a 
 directory with white space
 ---

 Key: GERONIMO-3975
 URL: https://issues.apache.org/jira/browse/GERONIMO-3975
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.1, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Assignee: Shiva Kumar H R
 Fix For: 2.1.2, 2.2


 The following exceptions are thrown:
 16:48:55,328 ERROR [GetArchiveHandler] Illegal character in path at index 23: 
 fi
 le:/H:/geronimo server1/var/temp/geronimo-planCreator39270.tmpdir/WebAppJD
 BCAccess.war
 java.net.URISyntaxException: Illegal character in path at index 23: 
 file:/H:/geronimo 
 server1/var/temp/geronimo-planCreator39270.tmpdir/WebAppJDBCAccess.w
 ar
 at java.net.URI$Parser.fail(URI.java:2821)
 at java.net.URI$Parser.checkChars(URI.java:2994)
 at java.net.URI$Parser.parseHierarchical(URI.java:3078)
 at java.net.URI$Parser.parse(URI.java:3026)
 at java.net.URI.init(URI.java:590)
 at java.net.URL.toURI(URL.java:950)
 at 
 org.apache.geronimo.console.configcreator.JSR88_Util.createApplicatio
 nInfo(JSR88_Util.java:132)
 at 
 org.apache.geronimo.console.configcreator.JSR88_Util.parseWarReferenc
 es(JSR88_Util.java:144)
 at 
 org.apache.geronimo.console.configcreator.GetArchiveHandler.actionAft
 erView(GetArchiveHandler.java:90)
 at 
 org.apache.geronimo.console.MultiPagePortlet.processAction(MultiPageP
 ortlet.java:114)
 at 
 org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218
 )
 at 
 org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:145)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:206)
 at 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
 atcher.java:654)
 at 
 org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
 ispatcher.java:557)
 at 
 org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
 patcher.java:481)
 at 
 org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPort
 letInvokerService.java:167)
 at 
 org.apache.pluto.core.DefaultPortletInvokerService.action(DefaultPort
 letInvokerService.java:85)
 at 
 org.apache.pluto.core.PortletContainerImpl.doAction(PortletContainerI
 mpl.java:219)
 at 
 org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet
 .java:112)
 at 
 org.apache.pluto.driver.PortalDriverServlet.doPost(PortalDriverServle
 t.java:158)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:206)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
 alve.java:233)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
 alve.java:175)
 at 
 org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSu
 bjectValve.java:56)
 at 
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
 torBase.java:525)
 at 
 org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.
 invoke(GeronimoStandardContext.java:406)
 at 
 org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(Gero
 nimoBeforeAfterValve.java:47)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
 ava:128)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
 ava:102)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
 ve.java:109)
 at 
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
 563)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
 a:263)
 at 
 

[jira] Updated: (GERONIMO-3981) Fail to relaunch Geronimo after deploying an application to WADI cluster

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3981:
---

Affects Version/s: (was: 2.1.x)
   2.1.1
Fix Version/s: (was: 2.1.x)
   2.1.2

 Fail to relaunch Geronimo after deploying an application to WADI cluster
 

 Key: GERONIMO-3981
 URL: https://issues.apache.org/jira/browse/GERONIMO-3981
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Clustering
Affects Versions: 2.1.1
 Environment: Windows
Reporter: YunFeng Ma
 Fix For: 2.1.2


 1. Deploy  samples/servlet-examples-cluster-server1/1.0/war to a WADI cluster
 2. Stop Geronimo
 3. Relaunch Geronimo, failed with the following exception:
 {noformat}
 org.apache.geronimo.kernel.config.NoSuchConfigException: 
 samples/servlet-examples-cluster-server1/1.0/war
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.sort(SimpleConfigurationManager.java:456)
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.sort(SimpleConfigurationManager.java:448)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
 at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
 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.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$5ba39176.sort(generated)
 at 
 org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:152)
 at 
 org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:79)
 at 
 org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
 at 
 org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
 at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
 {noformat}

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



[jira] Updated: (GERONIMO-3974) Shutdown exceptions even for a clean Geronimo

2008-04-23 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-3974:
---

Affects Version/s: 2.1.1
Fix Version/s: (was: 2.1.x)
   2.1.2

 Shutdown exceptions even for a clean Geronimo
 -

 Key: GERONIMO-3974
 URL: https://issues.apache.org/jira/browse/GERONIMO-3974
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: connector
Affects Versions: 2.1.1, 2.1.2, 2.2
 Environment: Windows
Reporter: YunFeng Ma
Priority: Minor
 Fix For: 2.1.2, 2.2


 Shutdown a clean Geronimo server, get the following exceptions:
 Geronimo Application Server started
 16:43:00,843 WARN  [GeronimoConnectionEventListener] connectionErrorOccurred 
 cal
 led with null
 java.sql.SQLException: No current connection.
 at 
 org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknow
 n Source)
 at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.Util.noCurrentConnection(Unknown Source)
 at org.apache.derby.impl.jdbc.EmbedConnection.checkIfClosed(Unknown 
 Sour
 ce)
 at org.apache.derby.impl.jdbc.EmbedConnection.getAutoCommit(Unknown 
 Sour
 ce)
 at 
 org.apache.derby.iapi.jdbc.BrokeredConnection.getAutoCommit(Unknown S
 ource)
 at 
 org.tranql.connector.jdbc.ConnectionHandle.rollback(ConnectionHandle.
 java:129)
 at 
 org.apache.activemq.store.jdbc.DefaultDatabaseLocker.stop(DefaultData
 baseLocker.java:78)
 at 
 org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.stop(JDBCPersis
 tenceAdapter.java:202)
 at 
 org.apache.activemq.store.journal.JournalPersistenceAdapter.stop(Jour
 nalPersistenceAdapter.java:254)
 at 
 org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:42)
 at 
 org.apache.activemq.broker.BrokerService.stop(BrokerService.java:443)
 at 
 org.apache.geronimo.activemq.BrokerServiceGBeanImpl.doStop(BrokerServ
 iceGBeanImpl.java:119)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBean
 Instance.java:1161)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(
 GBeanInstanceState.java:339)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:188)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstan
 ceState.java:180)
 at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.ja
 va:563)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.ja
 va:423)
 at 
 org.apache.geronimo.kernel.config.KernelConfigurationManager$Shutdown
 Hook.run(KernelConfigurationManager.java:316)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(Basi
 cKernel.java:668)
 at 
 org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.jav
 a:645)
 at 
 org.apache.geronimo.kernel.KernelGBean.shutdown(KernelGBean.java:382)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:64)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:43)

Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Kevan Miller


On Apr 23, 2008, at 5:17 PM, Jason Dillon wrote:

Barf... I'll see if I can make the ianal-maven-plugin check for this  
ASAP...


That'd be good. Was going to add that. However, I think a release  
manager should still run RAT and make the report available for  
inspection by reviewers. I've found problems that the maven plugin was  
not identifying...


--kevan


Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Kevan Miller


On Apr 23, 2008, at 5:15 PM, Joe Bohn wrote:


Kevan Miller wrote:

On Apr 23, 2008, at 3:19 PM, Joe Bohn wrote:

Discussion thread for the Geronimo 2.1.1 Release vote.


We should make a habit of cc:'ing user list on release votes.
Looking things over now. Afraid that there are some source files  
missing src license headers :-(

--kevan


Thanks Kevan.  I'm anxiously awaiting your list.

I will copy the user list on the next rev of the vote.


svn ci --message Update files missing src license headers. Most were  
added post-2.1.0. One was a reverted change post-2.1.0.

Sending2.1/buildsupport/geronimo-assembly-archetype/pom.xml
Sending2.1/buildsupport/geronimo-assembly-archetype/src/main/ 
resources/META-INF/maven/archetype.xml
Sending2.1/buildsupport/geronimo-assembly-archetype/src/main/ 
resources/archetype-resources/pom.sample.xml
Sending2.1/buildsupport/geronimo-assembly-archetype/src/main/ 
resources/archetype-resources/pom.xml
Sending2.1/buildsupport/geronimo-plugin-archetype/src/main/ 
resources/META-INF/maven/archetype.xml
Sending2.1/buildsupport/geronimo-plugin-archetype/src/main/ 
resources/archetype-resources/pom.sample.xml
Sending2.1/buildsupport/geronimo-plugin-archetype/src/main/ 
resources/archetype-resources/pom.xml
Sending2.1/framework/modules/geronimo-commands/src/test/ 
resources/etc/aliases.xml
Sending2.1/plugins/monitoring/mconsole-ear/src/main/resources/ 
MonitoringClientDB.sql

Transmitting file data .
Committed revision 651078.

'merge -r 651077:651078 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1 
 .' should do the trick...


--kevan 


Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Joe Bohn

Kevan Miller wrote:


On Apr 23, 2008, at 5:15 PM, Joe Bohn wrote:


Kevan Miller wrote:

On Apr 23, 2008, at 3:19 PM, Joe Bohn wrote:

Discussion thread for the Geronimo 2.1.1 Release vote.


We should make a habit of cc:'ing user list on release votes.
Looking things over now. Afraid that there are some source files 
missing src license headers :-(

--kevan


Thanks Kevan.  I'm anxiously awaiting your list.

I will copy the user list on the next rev of the vote.


svn ci --message Update files missing src license headers. Most were 
added post-2.1.0. One was a reverted change post-2.1.0.

Sending2.1/buildsupport/geronimo-assembly-archetype/pom.xml
Sending
2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/META-INF/maven/archetype.xml 

Sending
2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.sample.xml 

Sending
2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.xml 

Sending
2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml 

Sending
2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.sample.xml 

Sending
2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml 

Sending
2.1/framework/modules/geronimo-commands/src/test/resources/etc/aliases.xml
Sending
2.1/plugins/monitoring/mconsole-ear/src/main/resources/MonitoringClientDB.sql 


Transmitting file data .
Committed revision 651078.

'merge -r 651077:651078 
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1 .' should 
do the trick...


Thanks Kevan.   Already integrated into the 2.1.1 branch.  I'll rebuild, 
generate new images, src, etc ... and start a new vote thread.


Joe


Re: Legal files in server/trunk, ianal m-r-r-p

2008-04-23 Thread David Jencks

THANKS!!

I didn't quite understand. do we need to push on the rar and war  
plugins for new, more m-r-r-p friendly releases?


david jencks

On Apr 23, 2008, at 12:43 PM, Jason Dillon wrote:

Folks, I've updated server/trunk to build with the latest maven- 
remote-resources-plugin, using v1.4 of the jar resources plugin,  
which I understand generates the right bits.


I also moved the legal file checking bits out into a separate  
plugin, ianal-maven-plugin, hosted at the Mojo project, which now  
helps ensure our modules are spitting out artifacts with legal mumbo  
in them.


I've also go through and nuked almost all of the LICENSE.txt and  
NOTICE.txt files littered throughout the tree, most of them were the  
same anyways.  For those that had additions, I've added m-r-r-p  
configuration to append those critical legal details to the files  
which are included.


So now there are only the LICENSE.txt, NOTICE.txt in the top-level  
under server/trunk and the files which are included in the  
assemblies under assemblies/geronimo-boilerplate-minimal/src/main/ 
underlay.  I did drop the .txt suffix on those files, which I have  
mixed feelings about... but it makes it easier to keep the ianal  
plugin (and configuration of it) simple since the m-r-r-p doesn't  
generate .txt extensions.


Had to add a few wee hacks, for all RAR modules and a few WAR and  
EAR modules to get the m-r-r-p generated files included... those  
plugins aren't really m-r-r-p friendly, but I gave Maven a kick in  
the ass to make it do my bidding as usual ;-)  And its nothing  
major, just a bit of a PITA... extra pom code blah.


* * *

So, now server/trunk is *completely* from using the old genesis  
tools-maven-plugin.  Still using maven-maven-plugin, but I hope to  
fix that soon.  And then I'll re-craft genesis 2.x to reduce alot of  
the common pom muck we have in server/trunk/pom.xml.


Cheers,

--jason




Re: SLF4J over Commons Logging

2008-04-23 Thread David Jencks

+higher than I can count :-)

thanks
david jencks

On Apr 23, 2008, at 1:25 PM, Jason Dillon wrote:

Yo yo... we've talked about this before, though a while ago... but  
IMO its about time we drop Commons Logging like a rock and move over  
to SLF4J.


The API is mostly the same, though SLF4J has native support for  
things like:


   log.trace()

And has additional varargs support for things like:

   log.info(this is my foo: {}, foo)

I can dig up the old email I posted hella long ago if needed, but I  
think its time to switch over.  Its been on the shelf for too long  
already IMO.  I'm ready to start updating things to use the new API,  
but before I do I want to get a general consensus from the group.


So chime in... failure to chime in means you agree with me :-P

:-)

--jason




Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread David Jencks
Maybe apache is not the place for these archetypes.I don't want  
users of these archetypes to have to include a NOTICE file crediting  
apache simply because they kick-started their project by using these  
archetypes before doing all the customization to actually make them  
work.


Should I move them to a codehaus mojo?

thanks
david jencks

On Apr 23, 2008, at 2:45 PM, Kevan Miller wrote:



On Apr 23, 2008, at 5:15 PM, Joe Bohn wrote:


Kevan Miller wrote:

On Apr 23, 2008, at 3:19 PM, Joe Bohn wrote:

Discussion thread for the Geronimo 2.1.1 Release vote.


We should make a habit of cc:'ing user list on release votes.
Looking things over now. Afraid that there are some source files  
missing src license headers :-(

--kevan


Thanks Kevan.  I'm anxiously awaiting your list.

I will copy the user list on the next rev of the vote.


svn ci --message Update files missing src license headers. Most  
were added post-2.1.0. One was a reverted change post-2.1.0.

Sending2.1/buildsupport/geronimo-assembly-archetype/pom.xml
Sending2.1/buildsupport/geronimo-assembly-archetype/src/main/ 
resources/META-INF/maven/archetype.xml
Sending2.1/buildsupport/geronimo-assembly-archetype/src/main/ 
resources/archetype-resources/pom.sample.xml
Sending2.1/buildsupport/geronimo-assembly-archetype/src/main/ 
resources/archetype-resources/pom.xml
Sending2.1/buildsupport/geronimo-plugin-archetype/src/main/ 
resources/META-INF/maven/archetype.xml
Sending2.1/buildsupport/geronimo-plugin-archetype/src/main/ 
resources/archetype-resources/pom.sample.xml
Sending2.1/buildsupport/geronimo-plugin-archetype/src/main/ 
resources/archetype-resources/pom.xml
Sending2.1/framework/modules/geronimo-commands/src/test/ 
resources/etc/aliases.xml
Sending2.1/plugins/monitoring/mconsole-ear/src/main/ 
resources/MonitoringClientDB.sql

Transmitting file data .
Committed revision 651078.

'merge -r 651077:651078 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1 
 .' should do the trick...


--kevan




[jira] Resolved: (GERONIMODEVTOOLS-291) Create 2.1.0 staging site

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell resolved GERONIMODEVTOOLS-291.


Resolution: Fixed

Resolved in both trunk and branches\2.1.0

 Create 2.1.0 staging site
 -

 Key: GERONIMODEVTOOLS-291
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-291
 Project: Geronimo-Devtools
  Issue Type: Sub-task
Reporter: Tim McConnell
Assignee: Tim McConnell
 Fix For: 2.1.0




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



[jira] Created: (GERONIMO-3988) complete instructions on putting FOP (Formatting Objects) jars into the Geronimo repository and including dependencies on these jars

2008-04-23 Thread ilango gurusamy (JIRA)
complete instructions on putting FOP (Formatting Objects) jars into the 
Geronimo repository and including dependencies on these jars


 Key: GERONIMO-3988
 URL: https://issues.apache.org/jira/browse/GERONIMO-3988
 Project: Geronimo
  Issue Type: Task
  Security Level: public (Regular issues)
  Components: deployment, documentation
Affects Versions: 2.1
 Environment: Windows XP, WIndows 2003 Network
Reporter: ilango gurusamy


IWhat is a series of steps needed to put the fop jars into the geronimo  
repository at appropraite locations  and if  the jars are in a maven repo would 
 I
use the same locations. How can one accomplish this? How would I include 
dependencies on these on these jars in  
my geronimo plan for the web application. My web application is part of a 
Business Process running the Apache ODE orchestration engine. I am looking to 
add printing capability from an XForm deployed from Eclipse into Gerinimo that 
host ODE, and several other applications. 
How can I configure Apache FOP with Geronimo?

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



[VOTE] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-23 Thread Tim McConnell
Hi, Please review and vote on the release of the Geronimo Eclipse Plugin 2.1.0 
RC1 (to correspond with the Geronimo 2.1.0 server release).


The deployable zip file is here:

 
http://people.apache.org/~mcconne/releases/2.1.0/RC1/geronimo-eclipse-plugin-2.1.0-deployable.zip


The update site zip file is here:

 http://people.apache.org/~mcconne/releases/2.1.0/RC1/ 
geronimo-eclipse-plugin-2.1.0-updatesite.zip


The current svn location is here (revision number 651108):

 
https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.0


The future svn location will be here (when approved):

 
https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.1.0

There is a rudimentary set of install instructions available at the URL below 
that will hopefully describe the necessary prereq(s) and steps required to 
install and run the GEP:


 
http://people.apache.org/~mcconne/releases/2.1.0/RC1/Geronimo_Eclipse_Plugin_2.1.0_Instructions-RC1.txt


Additionally, there is an ant build.xml file that can be used to download the 
prereq(s) for the GEP. It is documented in the instructions.
Finally, I've created a Staging Site that can used to test the update manager 
functions of Eclipse for downloading both the GEP itself and the Geronimo 
Server. This is also documented in the instructions. Please let me know if there 
are any questions.


The vote will conclude at 11:00 PM EST on Saturday, April 26th.

--
Thanks,
Tim McConnell


[DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-23 Thread Tim McConnell

Discussion thread for the Geronimo Eclipse Plugin 2.1.0 (RC1) Release vote.


[jira] Resolved: (GERONIMODEVTOOLS-323) Eclipse as a top-level directory in GEP zip file

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell resolved GERONIMODEVTOOLS-323.


Resolution: Fixed

This has been fixed along with the creation of the GEP 2.1.0 Staging site 
(i.e., GERONIMODEVTOOLS-291)

 Eclipse as a top-level directory in GEP zip file
 

 Key: GERONIMODEVTOOLS-323
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323
 Project: Geronimo-Devtools
  Issue Type: New Feature
  Components: eclipse-plugin
Affects Versions: 2.1.0
Reporter: Tim McConnell
Assignee: Tim McConnell
 Fix For: 2.1.0


 Jacek recommends that we use eclipse as the top-level directory in the GEP 
 assemblies to be more consistent with other Eclipse plugins

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



[jira] Resolved: (GERONIMODEVTOOLS-334) Download and Install fails, and hoses eclipse for plugin development

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell resolved GERONIMODEVTOOLS-334.


Resolution: Fixed

This has been fixed along with the creation of the GEP 2.1.0 Staging site 
(i.e., GERONIMODEVTOOLS-291) 

 Download and Install fails, and hoses eclipse for plugin development
 --

 Key: GERONIMODEVTOOLS-334
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.1.0
 Environment: windows
Reporter: Ted Kirby
Assignee: Tim McConnell
 Fix For: 2.1.0

 Attachments: download21problem.txt


 Following instructions for 
 http://geronimo.apache.org/developing-the-geronimo-eclipse-plugin-in-eclipse.html,
 I launched the plugin, defined a server, and used the download and install 
 button to download the server.  
 In the launching eclipse, I got these messages:
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
 installableRuntime: org.apache.geronimo.runtime.jetty.21
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -- Done loading 
 .installableRuntimes extension point --
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -- Loading 
 .installableRuntimes extension point --
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
 installableRuntime: org.apache.geronimo.runtime.tomcat.20
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
 installableRuntime: org.apache.geronimo.runtime.jetty.20
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
 installableRuntime: org.apache.geronimo.runtime.tomcat.21
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
 installableRuntime: org.apache.geronimo.runtime.jetty.21
 org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -- Done loading 
 .installableRuntimes extension point --
 Featureorg.apache.geronimo.installableruntime.tomcat.feature 2.1.0has 
 successfully been installed
 org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.468 -- 
 Server UI plugin stop --
 org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.468 Removing server 
 lifecycle listener [EMAIL PROTECTED] from Server resource manager
 org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.515 Removing runtime 
 lifecycle listener [EMAIL PROTECTED] from Server resource manager
 org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.640 -- 
 Server Core plugin shutdown --
 org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.640 Removing server 
 lifecycle listener [EMAIL PROTECTED] from Server resource manager
 Unhandled event loop exception during blocked modal context.
 org.eclipse.swt.SWTException: Failed to execute runnable 
 (java.lang.NullPointerException)
   at org.eclipse.swt.SWT.error(SWT.java:3563)
   at org.eclipse.swt.SWT.error(SWT.java:3481)
   at 
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
   at 
 org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158)
   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326)
   at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
   at 
 org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.run(TaskWizardPage.java:108)
   at 
 org.apache.geronimo.st.ui.internal.GeronimoRuntimeWizardFragment$1.widgetSelected(GeronimoRuntimeWizardFragment.java:209)
   at 
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
   at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
   at org.eclipse.jface.window.Window.open(Window.java:796)
   at 
 org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
   at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
   at 
 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
   at 
 org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
   at 
 org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
   at 

[jira] Updated: (GERONIMODEVTOOLS-198) Daytrader deployment exception in Eclipse

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell updated GERONIMODEVTOOLS-198:
---

Fix Version/s: (was: 2.1.0)
   2.1.x

 Daytrader deployment exception in Eclipse
 -

 Key: GERONIMODEVTOOLS-198
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-198
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.0
Reporter: Tim McConnell
Assignee: Tim McConnell
Priority: Minor
 Fix For: 2.1.x


 There is a deployment exception occurring in Eclipse when deploying 
 Daytrader, although it seems to be fairly benign since Daytrader ultimately 
 does deploy and seems to function correctly. 
 Booting Geronimo Kernel (in Java 1.5.0_12)...
 Module  1/31 org.apache.geronimo.configs/rmi-naming/2.1-SNAPSHOT/car  
started in  1.453s
 Module  2/31 org.apache.geronimo.configs/j2ee-server/2.1-SNAPSHOT/car 
started in   .359s
 Module  3/31 org.apache.geronimo.configs/transaction/2.1-SNAPSHOT/car 
started in   .875s
 Module  4/31 org.apache.geronimo.configs/j2ee-security/2.1-SNAPSHOT/car   
started in   .000s
 Module  5/31 org.apache.geronimo.configs/openejb/2.1-SNAPSHOT/car 
   INFO - Configuring Service(id=Default MDB Container, type=Container, 
 provider-id=Default MDB Container)
 INFO - Configuring Service(id=Default Stateless Container, type=Container, 
 provider-id=Default Stateless Container)
 INFO - Configuring app: 
 jar:file:/C:/TEMP/TRUNK/TC/repository/org/apache/geronimo/modules/geronimo-openejb/2.1-SNAPSHOT/geronimo-openejb-2.1-SNAPSHOT.jar!/org/apache/geronimo/openejb/
 INFO - Loaded Module: 
 jar:file:/C:/TEMP/TRUNK/TC/repository/org/apache/geronimo/modules/geronimo-openejb/2.1-SNAPSHOT/geronimo-openejb-2.1-SNAPSHOT.jar!/org/apache/geronimo/openejb/
 INFO - Assembling app: 
 jar:file:/C:/TEMP/TRUNK/TC/repository/org/apache/geronimo/modules/geronimo-openejb/2.1-SNAPSHOT/geronimo-openejb-2.1-SNAPSHOT.jar!/org/apache/geronimo/openejb/
 INFO - Jndi(name=MEJBGBean/MEJB/javax.management.j2ee.ManagementHome)
 INFO - Created Ejb(deployment-id=MEJBGBean/MEJB, ejb-name=MEJB, 
 container=Default Stateless Container)
 INFO - Configuring Service(id=Default Stateful Container, type=Container, 
 provider-id=Default Stateful Container)
 INFO - Configuring Service(id=Default BMP Container, type=Container, 
 provider-id=Default BMP Container)
 INFO - Configuring Service(id=Default CMP Container, type=Container, 
 provider-id=Default CMP Container)
  started in 11.328s
 Module  6/31 org.apache.geronimo.configs/j2ee-corba-yoko/2.1-SNAPSHOT/car 
started in  1.782s
 Module  7/31 org.apache.geronimo.configs/system-database/2.1-SNAPSHOT/car 
started in   .000s
 Module  8/31 org.apache.geronimo.configs/activemq-broker/2.1-SNAPSHOT/car 
started in   .000s
 Module  9/31 org.apache.geronimo.configs/activemq-ra/2.1-SNAPSHOT/car 
started in   .000s
 Module 10/31 org.apache.geronimo.configs/jasper/2.1-SNAPSHOT/car  
started in   .000s
 Module 11/31 org.apache.geronimo.configs/myfaces/2.1-SNAPSHOT/car 
started in   .016s
 Module 12/31 org.apache.geronimo.configs/tomcat6/2.1-SNAPSHOT/car 
   ERROR - Restricted listeners property file not found
  started in  3.172s
 Module 13/31 
 org.apache.geronimo.configs/geronimo-gbean-deployer/2.1-SNAPSHOT/car
 started in   .844s
 Module 14/31 org.apache.geronimo.configs/j2ee-deployer/2.1-SNAPSHOT/car   
started in   .516s
 Module 15/31 org.apache.geronimo.configs/connector-deployer/2.1-SNAPSHOT/car  
started in   .234s
 Module 16/31 
 org.apache.geronimo.configs/persistence-jpa10-deployer/2.1-SNAPSHOT/car 
 started in   .172s
 Module 17/31 org.apache.geronimo.configs/openejb-deployer/2.1-SNAPSHOT/car
started in   .219s
 Module 18/31 org.apache.geronimo.configs/client-deployer/2.1-SNAPSHOT/car 
started in   .250s
 Module 19/31 org.apache.geronimo.configs/axis2-deployer/2.1-SNAPSHOT/car  
started in   .312s
 Module 20/31 org.apache.geronimo.configs/axis-deployer/2.1-SNAPSHOT/car   
started in  1.672s
 Module 21/31 org.apache.geronimo.configs/javamail/2.1-SNAPSHOT/car
started in   .125s
 Module 22/31 org.apache.geronimo.configs/sharedlib/2.1-SNAPSHOT/car   
started in   .015s
 Module 23/31 org.apache.geronimo.configs/tomcat6-deployer/2.1-SNAPSHOT/car
started in   .187s
 Module 24/31 org.apache.geronimo.configs/jasper-deployer/2.1-SNAPSHOT/car 
started in   .063s
 Module 25/31 org.apache.geronimo.configs/myfaces-deployer/2.1-SNAPSHOT/car 

[jira] Updated: (GERONIMODEVTOOLS-283) Refactoring a Dynamic Web Project's name doesn't refactor it's artifact id context root

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell updated GERONIMODEVTOOLS-283:
---

Fix Version/s: (was: 2.1.0)
   2.1.x

 Refactoring a Dynamic Web Project's name doesn't refactor it's artifact id  
 context root
 -

 Key: GERONIMODEVTOOLS-283
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-283
 Project: Geronimo-Devtools
  Issue Type: Wish
  Components: eclipse-plugin
Reporter: Shiva Kumar H R
Assignee: Shiva Kumar H R
Priority: Minor
 Fix For: 2.1.x


 When a Dynamic Web Project with name say tt is created, a Geronimo 
 deployment plan geronimo-web.xml will get created with module-id as 
 default/tt-1.0.car and context-root as /tt. 
 When this project is re-factored to say tz, the module-id will still be the 
 same default/tt-1.0.car (note that artifact id is not re-factored from tt 
 to tz). The context-root also remains the same /tt. 
 Although this doesn't pose any problem, wouldn't it be better to refactor the 
 artifact-id  context-root to match the project name?

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



[jira] Updated: (GERONIMODEVTOOLS-223) J2EE module dependencies losting

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell updated GERONIMODEVTOOLS-223:
---

Fix Version/s: (was: 2.1.0)
   2.1.x

 J2EE module dependencies losting
 

 Key: GERONIMODEVTOOLS-223
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-223
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.2
 Environment: Eclipse 3.3 + GEP (win32)
Reporter: Tomasz Mazan
Assignee: Shiva Kumar H R
 Fix For: 2.1.x


 I got J2EE project + 2 EJB projects. J2EE project has defined module 
 dependencies - uses both of my ejb projects. From time to time it losts one 
 of dependency and I have to set it again using project properties.

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



[jira] Updated: (GERONIMODEVTOOLS-251) J2EE dependencies in an Enterprise Applicaition artifact not maintained across Eclipse restart (and undeploy/redploy cycle)

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell updated GERONIMODEVTOOLS-251:
---

Fix Version/s: (was: 2.1.0)
   2.1.x

 J2EE dependencies in an Enterprise Applicaition artifact not maintained 
 across Eclipse restart (and undeploy/redploy cycle)
 ---

 Key: GERONIMODEVTOOLS-251
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-251
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.0
Reporter: Tim McConnell
Assignee: Shiva Kumar H R
 Fix For: 2.1.x


 Reported by beyondjustin as below: 
 it's supposed to be like this:
 http://www.nabble.com/file/p13891278/3.jpg 
  
 But the second time I opened ecplise, it appeared like this:
 http://www.nabble.com/file/p13891278/2.jpg 

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



Re: svn commit: r650176 - in /geronimo/server/trunk: ./ assemblies/geronimo-boilerplate-minimal/ assemblies/geronimo-boilerplate-minimal/src/main/assembly/ assemblies/geronimo-boilerplate-minimal/src/

2008-04-23 Thread Donald Woods
Jason, could you explain this change a little.  Does this mean trunk now 
uses a private build of ANT from the groovy project at Codehaus? 
Shouldn't we just be using a ANT trunk-snapshot instead?


I'd like to merge this change in 2.1.2 to fix the Windows problem, but 
I'm a little weary on pulling in beta/snapshot code at this point



-Donald


[EMAIL PROTECTED] wrote:

Author: jdillon
Date: Mon Apr 21 08:41:52 2008
New Revision: 650176

URL: http://svn.apache.org/viewvc?rev=650176view=rev
Log:
(GERONIMO-3977) Use gmaven's ant 1.7.0 libraries which are compatible with 
Groovy and Windows

Modified:
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml

geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml

geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/underlay/etc/gsh-classworlds.conf
geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml
geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml?rev=650176r1=650175r2=650176view=diff
==
--- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml 
(original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml Mon 
Apr 21 08:41:52 2008
@@ -109,10 +109,17 @@
 /dependency
 
 dependency

+groupIdorg.codehaus.groovy.maven.support/groupId
+artifactIdant-1.7.0/artifactId
+/dependency
+
+!--

+dependency
 groupIdorg.apache.ant/groupId
 artifactIdant/artifactId
 /dependency
-
+--
+
 dependency

 groupIdorg.apache.ant/groupId
 artifactIdant-launcher/artifactId

Modified: 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml?rev=650176r1=650175r2=650176view=diff
==
--- 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml
 (original)
+++ 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml
 Mon Apr 21 08:41:52 2008
@@ -138,7 +138,6 @@
 includeorg.apache.yoko:yoko-rmi-spec/include
 /includes
 /dependencySet
-
 /dependencySets
 
 /assembly


Modified: 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/underlay/etc/gsh-classworlds.conf
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/underlay/etc/gsh-classworlds.conf?rev=650176r1=650175r2=650176view=diff
==
--- 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/underlay/etc/gsh-classworlds.conf
 (original)
+++ 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/underlay/etc/gsh-classworlds.conf
 Mon Apr 21 08:41:52 2008
@@ -26,7 +26,8 @@
 [gshell]
 load ${gshell.home}/etc
 load ${gshell.home}/lib/gshell/*.jar
-load ${gshell.home}/repository/org/apache/ant/ant/1.7.0/ant-*.jar
+load 
${gshell.home}/repository/org/codehaus/groovy/maven/support/ant-1.7.0/1.0-beta-4-SNAPSHOT/ant-1.7.0-*.jar
+#load ${gshell.home}/repository/org/apache/ant/ant/1.7.0/ant-*.jar
 load 
${gshell.home}/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-*.jar
 load 
${gshell.home}/repository/org/apache/geronimo/gshell/gshell-cli/1.0-alpha-1/gshell-cli-*.jar
 load 
${gshell.home}/repository/org/apache/geronimo/gshell/gshell-embeddable/1.0-alpha-1/gshell-embeddable-*.jar

Modified: geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml?rev=650176r1=650175r2=650176view=diff
==
--- geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml Mon Apr 
21 08:41:52 2008
@@ -72,9 +72,16 @@
 /dependency
 
 dependency

+groupIdorg.codehaus.groovy.maven.support/groupId
+artifactIdant-1.7.0/artifactId
+/dependency
+
+!--
+dependency
 groupIdorg.apache.ant/groupId
 artifactIdant/artifactId
 /dependency
+--
 
 dependency

 groupIdorg.apache.geronimo.framework/groupId

Modified: geronimo/server/trunk/pom.xml
URL: 

[jira] Updated: (GERONIMODEVTOOLS-57) When user configure server and put wrong password, no message is shown

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell updated GERONIMODEVTOOLS-57:
--

Fix Version/s: (was: 2.1.0)
   2.1.x

 When user configure server and put wrong password, no message is shown
 --

 Key: GERONIMODEVTOOLS-57
 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-57
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.x
 Environment: Win2K, Sun JDK 1.4.2, Eclipse 3.11 with WTP 1.0.1 and 
 latest daily build of eclipse plugin (20060130-0958)
Reporter: Edson Richter
Assignee: Tim McConnell
 Fix For: 2.1.x


 When developer configure a new server, it should select HTTP Port, RMI Port 
 and administration user and password. If user and/or password is wrong, when 
 Geronimo is started by developer, no message is shown about wrong user or 
 password, and status for server stay on starting forever (or, at least, 
 until timeout occur).
 Expected behaviour is if user or password is incorrect, a message is shown so 
 developer could correct this in server properties.

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



[jira] Updated: (GERONIMODEVTOOLS-203) No-harm error dialog while switching from Run-to-Debug or Debug-to-Run

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell updated GERONIMODEVTOOLS-203:
---

Fix Version/s: (was: 2.1.0)
   2.1.x

 No-harm error dialog while switching from Run-to-Debug or Debug-to-Run
 --

 Key: GERONIMODEVTOOLS-203
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-203
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0.0
Reporter: Shiva Kumar H R
Assignee: Shiva Kumar H R
 Fix For: 2.1.x


 Start server as usual. Once server has started, right click on the server and 
 select Debug. Server will now be stopped and restarted in Debug mode. 
 Although this succeeds, sometimes during the process it throws a confusing 
 error dialog saying Problem Occurred ... Server Apache Geronimo v2.0 Server 
 at localhost failed to start.
 Similarly scenario while switching back from Debug to Run modes.

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



[jira] Resolved: (GERONIMODEVTOOLS-280) Remove Runtime from the Server Runtime view

2008-04-23 Thread Tim McConnell (JIRA)

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

Tim McConnell resolved GERONIMODEVTOOLS-280.


Resolution: Fixed

Resolved again with a previous commit

 Remove Runtime from the Server Runtime view
 ---

 Key: GERONIMODEVTOOLS-280
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-280
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.1.0
Reporter: Jacek Laskowski
Assignee: Tim McConnell
 Fix For: 2.1.0


 Upon defining a new server runtime all Geronimos show as Apache Geronimo vX.Y 
 whereas Apache Geronimo v2.1 as Apache Geronimo v2.1 Runtime. Runtime should 
 be removed as it's inconsistent at the very least.

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



[jira] Commented: (GERONIMO-3984) Keystores portlet - Unlock keystore page shows wrong label on submit button

2008-04-23 Thread Vamsavardhana Reddy (JIRA)

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

Vamsavardhana Reddy commented on GERONIMO-3984:
---

Completed: At revision: 651153  in branches\2.1
Completed: At revision: 651154  in trunk (2.2)

Should this be considered for 2.1.1 too?
Still need to know what to do with consolebase_zh.properties :(

 Keystores portlet - Unlock keystore page shows wrong label on submit button
 ---

 Key: GERONIMO-3984
 URL: https://issues.apache.org/jira/browse/GERONIMO-3984
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1, 2.1.1, 2.2
Reporter: Vamsavardhana Reddy
Assignee: Vamsavardhana Reddy
Priority: Minor
 Fix For: 2.1.x, 2.2

 Attachments: GERONIMO-3984.patch


 The submit button has label 'Unlock Private Key' instead of 'Unlock Keystore'.

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