[jira] Updated: (GERONIMO-4609) Console could not display correctly on Chinese platfrom

2009-04-02 Thread Ivan (JIRA)

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

Ivan updated GERONIMO-4609:
---

Affects Version/s: 2.1.5
   2.1.4

It was caused by the newly added XSS security patch, the UTF-8 encoding is lost 
after we updated the response content.


> Console could not display correctly on Chinese platfrom
> ---
>
> Key: GERONIMO-4609
> URL: https://issues.apache.org/jira/browse/GERONIMO-4609
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.4, 2.1.5, 2.2
> Environment: IBM JDK 1.6
> Windows XP
>Reporter: Ivan
>Assignee: Ivan
>
> The console could not display correctly on Chinese platfrom.
> Not sure from which daily build, it occured. Still investigate it now.

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



[jira] Commented: (GERONIMO-4609) Console could not display correctly on Chinese platfrom

2009-04-02 Thread Ivan (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694907#action_12694907
 ] 

Ivan commented on GERONIMO-4609:


Commit the changes to trunk at rev:761195  and 2.1.5-snapshot at rev: 761196.
Do we still have a chance to add this changes to 2.1.4 ?

> Console could not display correctly on Chinese platfrom
> ---
>
> Key: GERONIMO-4609
> URL: https://issues.apache.org/jira/browse/GERONIMO-4609
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.4, 2.1.5, 2.2
> Environment: IBM JDK 1.6
> Windows XP
>Reporter: Ivan
>Assignee: Ivan
>
> The console could not display correctly on Chinese platfrom.
> Not sure from which daily build, it occured. Still investigate it now.

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



[jira] Created: (GERONIMO-4610) Can not create a broker on Linux platform

2009-04-02 Thread Ivan (JIRA)
Can not create a broker on Linux platform
-

 Key: GERONIMO-4610
 URL: https://issues.apache.org/jira/browse/GERONIMO-4610
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: ActiveMQ
Affects Versions: 2.2
 Environment: Ubuntu 8.04
JDK 1.6
Reporter: Ivan
Assignee: Ivan


Could not create a new broker while Geronimo 2.2 is running on Linux platform.
Report error  /var/activemq/conf/sdfsadf.xml (No such file or directory)

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



[jira] Assigned: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Rick McGuire (JIRA)

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

Rick McGuire reassigned GERONIMO-4611:
--

Assignee: Rick McGuire

> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Created: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Glenn MacGregor (JIRA)
Exchange IMAP problem
-

 Key: GERONIMO-4611
 URL: https://issues.apache.org/jira/browse/GERONIMO-4611
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: mail
 Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
Reporter: Glenn MacGregor


Mail component throws a NullPointerException during the login phase on an 
Exchange IMAP4 server.

tcpdump of transaction:

 >> a001 CAPABILITY
<< OK The Microsoft Exchange IMAP4 service is ready.
<< CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
NAMESPACE LITERAL+
<< a001 OK CAPABILITY completed.
>> a002 AUTHENTICATE PLAIN
<< +

Stacktrace:

10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
java.lang.NullPointerException
java.lang.NullPointerException
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
at 
org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
at 
org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
at javax.mail.Service.connect(Service.java:248)
at javax.mail.Service.connect(Service.java:91)
at 
org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
at 
org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)




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



[jira] Resolved: (GERONIMO-4610) Can not create a broker on Linux platform

2009-04-02 Thread Ivan (JIRA)

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

Ivan resolved GERONIMO-4610.


   Resolution: Fixed
Fix Version/s: 2.2

Commit the changes to trunk at revision: 761212

> Can not create a broker on Linux platform
> -
>
> Key: GERONIMO-4610
> URL: https://issues.apache.org/jira/browse/GERONIMO-4610
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: ActiveMQ
>Affects Versions: 2.2
> Environment: Ubuntu 8.04
> JDK 1.6
>Reporter: Ivan
>Assignee: Ivan
> Fix For: 2.2
>
>
> Could not create a new broker while Geronimo 2.2 is running on Linux platform.
> Report error  /var/activemq/conf/sdfsadf.xml (No such file or directory)

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



[jira] Commented: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Rick McGuire (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694943#action_12694943
 ] 

Rick McGuire commented on GERONIMO-4611:


Glenn, I've fixed the null pointer exception, but I don't have access to an 
Exchange server to verify the fix.  This is definitely the first time this IMAP 
implementation has been used against a server that supports fuller 
authentication mechanisms, so it' possible that this fix will just get us to 
the next problem with authentication.  Could you try out the version located 
here:

http://people.apache.org/~rickmcguire/javamail/

and let me know how things go?

Rick

> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Commented: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Glenn MacGregor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694944#action_12694944
 ] 

Glenn MacGregor commented on GERONIMO-4611:
---

Rick,

Thanks for the quick response.

I will test and let you know soon.

 Glenn

> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Commented: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Glenn MacGregor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694946#action_12694946
 ] 

Glenn MacGregor commented on GERONIMO-4611:
---

Rick,

You don't have permission to access 
/~rickmcguire/javamail/geronimo-javamail_1.4_mail-1.8-SNAPSHOT.jar on this 
server.

Trying to download the snapshot.

 Glenn

> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Commented: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Glenn MacGregor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694950#action_12694950
 ] 

Glenn MacGregor commented on GERONIMO-4611:
---

Rick,
I will test and let you know.

Thanks for the quick response.

 Glenn




> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Updated: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Glenn MacGregor (JIRA)

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

Glenn MacGregor updated GERONIMO-4611:
--

Comment: was deleted

(was: Rick,
I will test and let you know.

Thanks for the quick response.

 Glenn


)

> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Commented: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Rick McGuire (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694951#action_12694951
 ] 

Rick McGuire commented on GERONIMO-4611:


Oops, sorry about that.  Forgot to update the permissings.  This should be good 
now. 

> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Commented: (GERONIMO-4611) Exchange IMAP problem

2009-04-02 Thread Glenn MacGregor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694954#action_12694954
 ] 

Glenn MacGregor commented on GERONIMO-4611:
---

Rick,

I am testing this in servicemix-4 so I need to figure out how to generate a 
SMX4 bundle...Once I do that I will get back to you.

 Glenn

> Exchange IMAP problem
> -
>
> Key: GERONIMO-4611
> URL: https://issues.apache.org/jira/browse/GERONIMO-4611
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
> Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4
>Reporter: Glenn MacGregor
>Assignee: Rick McGuire
>
> Mail component throws a NullPointerException during the login phase on an 
> Exchange IMAP4 server.
> tcpdump of transaction:
>  >> a001 CAPABILITY
> << OK The Microsoft Exchange IMAP4 service is ready.
> << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE 
> NAMESPACE LITERAL+
> << a001 OK CAPABILITY completed.
> >> a002 AUTHENTICATE PLAIN
> << +
> Stacktrace:
> 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent| 
> common.endpoints.PollingEndpoint  222 | Caught exception while polling: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211)
> at 
> org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177)
> at 
> org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156)
> at javax.mail.Service.connect(Service.java:248)
> at javax.mail.Service.connect(Service.java:91)
> at 
> org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192)
> at 
> org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)

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



[jira] Created: (GERONIMO-4612) Incorrect level of org.omg.CORBA classes found. unable to start the server

2009-04-02 Thread arun muthuraj v (JIRA)
 Incorrect level of org.omg.CORBA classes found. unable to start the server
---

 Key: GERONIMO-4612
 URL: https://issues.apache.org/jira/browse/GERONIMO-4612
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
 Environment: RHEL 4, WASCE 2.1 
Reporter: arun muthuraj v


i am not able to start the Geronimo server, which comes along with WASCE. i am 
able to start the WASCE. but when ever i try to deploy i m getting an 
exception. so i tried start geronimo server by
java -jar server.jar( this i gave //bin
i also tried with 
java -Djava.endorsed.dirs=lib/endorsed -javaagent:jpa.jar -jar server.jar

but i getting the following exception.
[r...@master bin]#  java -Djava.endorsed.dirs=lib/endorsed -javaagent:jpa.jar 
-jar server.jar
Booting Geronimo Kernel (in Java 1.5.0_18)...
[]  40%  10s Starting 
org.apache.ger...2009-04-02 16:25:04,271 ERROR [NameService] Incorrect level of 
org.omg.CORBA classes found.
Likely cause is an incorrect java.endorsed.dirs configuration
2009-04-02 16:25:04,275 ERROR [GBeanInstanceState] Error while starting; GBean 
is now in the FAILED state: 
abstractName="org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car?ServiceModule=org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car,j2eeType=CORBANameService,name=NameServer"
org.apache.geronimo.gbean.InvalidConfigurationException: CORBA usage requires 
Yoko CORBA spec classes in java.endorsed.dirs classpath
at org.apache.geronimo.corba.NameService.doStart(NameService.java:168)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:998)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:541)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:120)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:176)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:254)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:294)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:555)
at 
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
at 
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
at 
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:562)
at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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$$a04957ed.startConfiguration()
at 
org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:162)
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.c

Re: Thinking about a 2.2 release

2009-04-02 Thread Donald Woods
Agree, that there is enough in trunk to warrant a 2.2 release before 
moving on to OSGi and JEE6 work items.


IMHO, any EE6 preview items should be installable plugins not included 
in the full JEE5 assemblies, especially given the legal restriction we 
have in the JPA2 Spec (and possibly other EE6 specs) that includes the 
2.(iii) clause "is made available for testing and evaluation purposes 
only", which effectively blocks us from releasing artifacts implementing 
those specs until they're finalized.



-Donald


David Jencks wrote:
I wonder if we should think about a 2.2 release based on javaee 5.  
Trunk has a lot of improvements over 2.1 and I think it would be good 
for our users to get something out before we do any really major 
osgi-related refactorings.


It would be great if we could provide javaee 6 previews for the stuff we 
have done but this seems less essential to me at the moment given the 
rapidly receding timeline for the ee6 spec.


Stuff that makes plugins a lot easier:

-- transitive dependencies from maven in car-maven-plugin
-- gbean annotations
-- classloader-per-jar (not yet in trunk)

updated external project support:

jaspi support (still needs tck)
jetty 7 (@eclipse, this will now be servlet 2.5 compliant)
activemq 5

potential ee6 features:

openejb ejb 3.1 support
connector 1.6 support
jetty 8 (proposed) servelt 3.0 support
openjpa jpa 2.0 support (??? not sure how far along this is)

I wonder if we can release these somewhat separately as early access 
plugins.


what do people think?

thanks
david jencks






Re: [VOTE] Release Geronimo Server 2.1.4 RC2

2009-04-02 Thread Ivan
Shall we still have a chance to add an additional fix ? Please refer to
https://issues.apache.org/jira/browse/GERONIMO-4609
Ivan

2009/4/2 David Jencks 

> too late to make a difference but as a gesture of encoragement
>
> +1
> david jencks
>
> On Mar 26, 2009, at 3:20 PM, Joe Bohn wrote:
>
>  All,
>>
>> I've prepared a second release candidate (RC2) of Geronimo Server 2.1.4
>> for your review and vote.
>>
>> The only differences from rc1 are:
>> - addition of a missing license header in
>> plugins/console/console-filter/src/main/resources/XSRF.js
>> - removal of an extraneous "(TBD)" in README.txt
>>
>>
>> The source for rc2 is Rev758842 from the following svn branch:
>>  https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.4/
>>
>> When the release vote is approved, I will svn mv the code to:
>>  https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.4/
>>
>> An archive of this source code can be found here:
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-2.1.4-src.tar.gz
>> OR
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-2.1.4-src.zip
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/contains
>>  the 10 server binary distributions to be released (framework,
>> tomcat/jetty, Java EE/Minimal, tar/zip) as well as the RELEASE_NOTES,
>> README, NOTICE, LICENSE, DISCLAIMER, and source code archives for the
>> release.  These extra txt files were included so that they could be
>> leveraged by GEP if necessary (they are also included in the assembly
>> images).
>>
>> For your convenience, here are pointers to the urls for the
>> distributions in zip format:
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-jetty6-javaee5-2.1.4-bin.zip
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-jetty6-minimal-2.1.4-bin.zip
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-tomcat6-javaee5-2.1.4-bin.zip
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-tomcat6-minimal-2.1.4-bin.zip
>>
>> http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-framework-2.1.4-bin.zip
>>
>>
>> The maven artifacts for the release can be found here:
>>  
>> http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.4-rc2/
>>
>> When the release vote is approved, these maven artifacts will be moved
>> to the m2-ibiblio-rsync-repository at Apache.
>>
>>
>> [ ] +1 Release Geronimo Server 2.1.4
>> [ ] 0 No opinion
>> [ ] -1 Do not release Geronimo Server 2.1.4 (please provide rationale)
>>
>>
>> The voting will be open for 72 hours or until sufficient input has been
>> received and the tck results have been verified.
>>
>> Thanks,
>> Joe
>>
>
>


-- 
Ivan


Re: [VOTE] Release Geronimo Server 2.1.4 RC2

2009-04-02 Thread Joe Bohn
No.  The vote has been concluded, the artifacts have been released and 
the release has been announced.


Joe


Ivan wrote:
Shall we still have a chance to add an additional fix ? Please refer to 
https://issues.apache.org/jira/browse/GERONIMO-4609

Ivan

2009/4/2 David Jencks >


too late to make a difference but as a gesture of encoragement

+1
david jencks


On Mar 26, 2009, at 3:20 PM, Joe Bohn wrote:

All,

I've prepared a second release candidate (RC2) of Geronimo
Server 2.1.4 for your review and vote.

The only differences from rc1 are:
- addition of a missing license header in
plugins/console/console-filter/src/main/resources/XSRF.js
- removal of an extraneous "(TBD)" in README.txt


The source for rc2 is Rev758842 from the following svn branch:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.4/

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

An archive of this source code can be found here:

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


OR

http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/geronimo-2.1.4-src.zip



http://people.apache.org/~jbohn/geronimo-2.1.4-dist-rc2/

contains the 10 server binary distributions to be released
(framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and
source code archives for the release.  These extra txt files
were included so that they could be leveraged by GEP if
necessary (they are also included in the assembly images).

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

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



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



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



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



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




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


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


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


The voting will be open for 72 hours or until sufficient input
has been received and the tck results have been verified.

Thanks,
Joe





--
Ivan




[jira] Resolved: (GERONIMO-4609) Console could not display correctly on Chinese platfrom

2009-04-02 Thread Ivan (JIRA)

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

Ivan resolved GERONIMO-4609.


   Resolution: Fixed
Fix Version/s: 2.2
   2.1.5

Since it is too late to add it to 2.1.4, close it. :-(

> Console could not display correctly on Chinese platfrom
> ---
>
> Key: GERONIMO-4609
> URL: https://issues.apache.org/jira/browse/GERONIMO-4609
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.4, 2.1.5, 2.2
> Environment: IBM JDK 1.6
> Windows XP
>Reporter: Ivan
>Assignee: Ivan
> Fix For: 2.1.5, 2.2
>
>
> The console could not display correctly on Chinese platfrom.
> Not sure from which daily build, it occured. Still investigate it now.

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



[jira] Resolved: (GERONIMO-4612) Incorrect level of org.omg.CORBA classes found. unable to start the server

2009-04-02 Thread Jarek Gawor (JIRA)

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

Jarek Gawor resolved GERONIMO-4612.
---

Resolution: Invalid

First of all, use the shell or batch scripts to start the server. Second, if 
you have to use the java command line to start the server make sure you specify 
the right paths. If you are executing from within the 'bin' directory the 
java.endorsed.dirs property should be set to "../lib/endorsed", for example: 
-Djava.endorsed.dirs=../lib/endorsed 
But you should really be using the scripts anyway which will ensure all the 
properties are set correctly. If you are getting some deployment exceptions 
that's a different issue. If you still see the deployment issue use WASCE forum 
or Geronimo user mailing list to post the problem.


>  Incorrect level of org.omg.CORBA classes found. unable to start the server
> ---
>
> Key: GERONIMO-4612
> URL: https://issues.apache.org/jira/browse/GERONIMO-4612
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
> Environment: RHEL 4, WASCE 2.1 
>Reporter: arun muthuraj v
>
> i am not able to start the Geronimo server, which comes along with WASCE. i 
> am able to start the WASCE. but when ever i try to deploy i m getting an 
> exception. so i tried start geronimo server by
> java -jar server.jar( this i gave //bin
> i also tried with 
> java -Djava.endorsed.dirs=lib/endorsed -javaagent:jpa.jar -jar server.jar
> but i getting the following exception.
> [r...@master bin]#  java -Djava.endorsed.dirs=lib/endorsed -javaagent:jpa.jar 
> -jar server.jar
> Booting Geronimo Kernel (in Java 1.5.0_18)...
> []  40%  10s Starting 
> org.apache.ger...2009-04-02 16:25:04,271 ERROR [NameService] Incorrect level 
> of org.omg.CORBA classes found.
> Likely cause is an incorrect java.endorsed.dirs configuration
> 2009-04-02 16:25:04,275 ERROR [GBeanInstanceState] Error while starting; 
> GBean is now in the FAILED state: 
> abstractName="org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car?ServiceModule=org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car,j2eeType=CORBANameService,name=NameServer"
> org.apache.geronimo.gbean.InvalidConfigurationException: CORBA usage requires 
> Yoko CORBA spec classes in java.endorsed.dirs classpath
> at org.apache.geronimo.corba.NameService.doStart(NameService.java:168)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:998)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:541)
> at 
> org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
> at 
> org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
> at 
> org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:120)
> at 
> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:176)
> at 
> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
> at 
> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:254)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:294)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
> at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:555)
> at 
> org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
> at 
> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
> at 
> org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
> at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:562)
> at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
> at 
>

Annotation Scraping in OSGi

2009-04-02 Thread David Blevins
Anyone ever manage to find out if there's any portable way to scrape a  
bundle for annotated classes? (note distinctly different than scraping  
a class for annotations)


Technically speaking there really is no portable way to do it now on  
top of any ClassLoader as getting a list of classes is not part of the  
standard ClassLoader API (even getting a list of URLs is not).  I have  
to expect that we might likely be looking at a similar situation.



-David



Re: Thinking about a 2.2 release

2009-04-02 Thread Joe Bohn
I agree.  It would seem prudent to get 2.2 released with javaee 5 and 
the improvements already in place.


I think it would be great if we could release the ee6 preview features 
as independent plugins (not sure if that is what you meant but that 
seems to be Donald's proposal).   I think that would simplify the 
release if possible and allow ee6 features to be worked and released 
after Geronimo 2.2.  However, I'm sure there is some upfront work to 
remove the integration that has already taken place.  I'm not sure if it 
is possible to release the ee 6 features independently but it would 
certainly be nice if we could.


Joe


David Jencks wrote:
I wonder if we should think about a 2.2 release based on javaee 5.  
Trunk has a lot of improvements over 2.1 and I think it would be good 
for our users to get something out before we do any really major 
osgi-related refactorings.


It would be great if we could provide javaee 6 previews for the stuff we 
have done but this seems less essential to me at the moment given the 
rapidly receding timeline for the ee6 spec.


Stuff that makes plugins a lot easier:

-- transitive dependencies from maven in car-maven-plugin
-- gbean annotations
-- classloader-per-jar (not yet in trunk)

updated external project support:

jaspi support (still needs tck)
jetty 7 (@eclipse, this will now be servlet 2.5 compliant)
activemq 5

potential ee6 features:

openejb ejb 3.1 support
connector 1.6 support
jetty 8 (proposed) servelt 3.0 support
openjpa jpa 2.0 support (??? not sure how far along this is)

I wonder if we can release these somewhat separately as early access 
plugins.


what do people think?

thanks
david jencks








Re: Annotation Scraping in OSGi

2009-04-02 Thread Davanum Srinivas

I've been looking for one too. no luck yet.

-- dims

On 04/02/2009 01:40 PM, David Blevins wrote:

Anyone ever manage to find out if there's any portable way to scrape a
bundle for annotated classes? (note distinctly different than scraping a
class for annotations)

Technically speaking there really is no portable way to do it now on top
of any ClassLoader as getting a list of classes is not part of the
standard ClassLoader API (even getting a list of URLs is not). I have to
expect that we might likely be looking at a similar situation.


-David



[BUILD] trunk: Failed for Revision: 761486

2009-04-02 Thread gawor
Geronimo Revision: 761486 built with tests included
 
See the full build-2100.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090402/build-2100.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090402
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 36 minutes 7 seconds
[INFO] Finished at: Thu Apr 02 21:39:58 EDT 2009
[INFO] Final Memory: 678M/967M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090402/logs-2100-tomcat/test.log
 
 
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:2.2-SNAPSHOT: checking 
for updates from codehaus-snapshots
[INFO] Using assembly artifact: 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.2-SNAPSHOT:provided
[INFO] Using geronimoHome: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-tomcat6-javaee5-2.2-SNAPSHOT
[INFO] Installing assembly...
[INFO] Expanding: 
/home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-tomcat6-javaee5/2.2-SNAPSHOT/geronimo-tomcat6-javaee5-2.2-SNAPSHOT-bin.zip
 into /home/geronimo/geronimo/trunk/testsuite/target
[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-logs/org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log
[INFO] Waiting for Geronimo server...
[INFO] Geronimo server started in 0:00:42.008
[INFO] [shitty:install {execution: default}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/2.2-SNAPSHOT/testsuite-2.2-SNAPSHOT.pom
[INFO] [shitty:test {execution: default}]
[INFO] Starting 36 test builds
[INFO] 
[INFO] 
---
[INFO] 
[INFO] commands-testsuite/deploy  RUNNING
[INFO] commands-testsuite/deploy  SUCCESS (0:00:59.018) 
[INFO] commands-testsuite/gshell  RUNNING
[INFO] commands-testsuite/gshell  SUCCESS (0:00:27.909) 
[INFO] commands-testsuite/jaxws   RUNNING
[INFO] commands-testsuite/jaxws   SUCCESS (0:00:33.104) 
[INFO] commands-testsuite/shutdownRUNNING
[INFO] commands-testsuite/shutdownSUCCESS (0:00:15.874) 
[INFO] concurrent-testsuite/concurrent-basic  RUNNING
[INFO] concurrent-testsuite/concurrent-basic  SUCCESS (0:06:15.085) 
[INFO] console-testsuite/advanced RUNNING
[INFO] console-testsuite/advanced SUCCESS (0:01:29.283) 
[INFO] console-testsuite/basicRUNNING
[INFO] console-testsuite/basicSUCCESS (0:01:53.859) 
[INFO] corba-testsuite/corba-helloworld   RUNNING
[INFO] corba-testsuite/corba-helloworld   SUCCESS (0:00:49.576) 
[INFO] corba-testsuite/corba-marshal  RUNNING
[INFO] corba-testsuite/corba-marshal  SUCCESS (0:00:46.798) 
[INFO] corba-testsuite/corba-mytime   RUNNING
[INFO] corba-testsuite/corba-mytime   SUCCESS (0:00:42.567) 
[INFO] deployment-testsuite/deployment-tests  RUNNING
[INFO] deployment-testsuite/deployment-tests  SUCCESS (0:00:31.174) 
[INFO] deployment-testsuite/jca-cms-tests RUNNING
[INFO] deployment-testsuite/jca-cms-tests SUCCESS (0:00:31.506) 
[INFO] deployment-testsuite/manifestcp-tests  RUNNING
[INFO] deployment-testsuite/manifestcp-tests  SUCCESS (0:00:33.664) 
[INFO] enterprise-testsuite/ejb-tests RUNNING
[INFO] enterprise-testsuite/ejb-tests SUCCESS (0:00:48.014) 
[INFO] enterprise-testsuite/jms-tests RUNNING
[INFO] enterprise-testsuite/jms-tests SUCCESS (0:00:55.329) 
[INFO] enterprise-testsuite/jpa-tests RUNNING
[INFO] enterprise-testsuite/jpa-tests SUCCESS (0:00:49.336) 
[INFO] enterprise-testsuite/sec-clientRUNNING
[INFO] enterprise-testsuite/sec-clientSUCCESS (0:00:26.453) 
[INFO] enterprise-testsuite/sec-tests RUNNING
[INFO] enterprise-testsuite/sec-tests SUCCESS (0:00:48.689) 
[INFO] security-testsuite/test-security   RUNNING
[INFO] security-testsuite/test-security   FAILURE (0:00:37.696) Java 
returned: 1
[INFO] web-testsuite/test-2.1-jspsRUNNING
[INFO] web-testsuite/test-2.1-jspsSUCCESS (0:00:30.202) 
[INFO] web-testsuite/test-2.5-servletsRUNNING
[INFO] web-testsuite/test-2.5

[jira] Assigned: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-04-02 Thread Ivan (JIRA)

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

Ivan reassigned GERONIMODEVTOOLS-555:
-

Assignee: Ivan  (was: Tim McConnell)

> Generated  geronimo-plugin.xml file is empy after converting application to 
> plugin
> --
>
> Key: GERONIMODEVTOOLS-555
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 2.2.0, 2.1.4
> Environment: SunJDk 1.6
>Reporter: viola.lu
>Assignee: Ivan
> Fix For: 2.2.0, 2.1.4
>
> Attachments: 555.patch, 555new_214branch.patch, 555new_trunk.patch
>
>
> 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
> 2.Open defined server, and launch convert apps to plugins 
> 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
> ,but check geronimo-plugin.xml, it's empty.

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



[jira] Resolved: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-04-02 Thread Ivan (JIRA)

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

Ivan resolved GERONIMODEVTOOLS-555.
---

Resolution: Fixed

Commit the update patch to 2.1.4 rev 761504 and trunk rev 761505. Thanks for 
Delos Dai for the patch !

> Generated  geronimo-plugin.xml file is empy after converting application to 
> plugin
> --
>
> Key: GERONIMODEVTOOLS-555
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 2.2.0, 2.1.4
> Environment: SunJDk 1.6
>Reporter: viola.lu
>Assignee: Tim McConnell
> Fix For: 2.2.0, 2.1.4
>
> Attachments: 555.patch, 555new_214branch.patch, 555new_trunk.patch
>
>
> 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
> 2.Open defined server, and launch convert apps to plugins 
> 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
> ,but check geronimo-plugin.xml, it's empty.

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



Re: Develop a Geronimo Quartz Plugin

2009-04-02 Thread Ivan
Hi, Martin:
 1. About the workload of the migration, it depends on, if we only need
some basic function, it will be simple. But if we wish to support EJB
invocation or something else, there will be a lot to be done, And I guess
most of the 20 classes needs to be rewirte, I thougth it may be better if we
start it from nothing. Actually, I paid some time for it in the past, but
stop on it due to some reasons,
 2. From my view,  it is not with high priority, anyway, it is just an
add-one for Geronimo.  But the earlier we finish it, the better it will be.
 3. The reason we need the function is that we wish we could
add/config/execute those jobs in the Geronimo. From the
https://issues.apache.org/jira/browse/GERONIMO-4140, you could see some
ideas about it.
 a. Through gbean configuration xml, we could config some jobs, also
connect them with triggers.
 b. In the console, it is better that we have a page used for
invoking the job/configuring the triggers/adding new jobs etc
 c. It will be better that we could support EJB invoking in the job,
so that we need to do some injection works while deploying the service
module.
 In the next few days, I wish I could add some codes to the sandbox,
so that you could refer to them.
Could anyone give more comments on it ?
Thanks !
   Ivan



2009/4/3 Мартин Бенков 

> Hello again,
>
> I've read part of the documentation and downloaded the sources. I looked
> mainly in the quartz's source.
> Currently I have no idea how should I proceed with this task, but judging
> from the size of the plugin(less than 20 classes), I think It's not going to
> be very difficult to solve it. Is the task with high priority.
>
> Also the deadline for the summer of code applications is tomorrow and I'd
> be very thankful if you give me a hint where to start.
>
> 2009/3/31 Ivan 
>
>  Hi, Martin Benkov:
>>  Very appreciated with your interest in the idea. Since you have 3
>> years experience with java, I think you should be OK.
>>  If you have used Geronimo in the past, that would be better
>>  Quartz plugin is introduced in Geronimo 1.*, while in the Geronimo
>> 2.*, it is not updated. So we wish to update the Quartz plugin to the 2.*.
>>  Before you begin the work, I suggest that
>>  1. Subscribe the geronimo dev maillist, so that the discussion could
>> be seen by all the members, and someone may give some good suggestions.
>>  2. Read some articles in the Geronimo wiki (
>> http://geronimo.apache.org/documentation.html), following the
>> instructions, you could know how to build the developement envorionment, how
>> the plugin works 
>>  3. Check out the source codes from geroniom trunk (
>> https://svn.apache.org/repos/asf/geronimo/server/trunk), I wish to create
>> the plugin based on the trunk
>>  4. You could also check out the old quartz plugin codes from
>> https://svn.apache.org/repos/asf/geronimo/sandbox/quartz-plugin
>>  But it could not work in the new Geronimo 2.*, only can refer to
>> how it works in the past.
>>  5. If you finally decided to be involved in it, maybe you need to
>> register in the google's website.
>>  Thanks!
>>   Ivan
>>
>>
>>
>> 2009/3/31 Мартин Бенков 
>>
>> Hello,
>>>
>>> I'm willing to attend SoC this year. I have 3 years experience with java
>>> and year and a half with J2EE(I've worked at SAP Labs Bulgaria in the team
>>> responsible for the JMS specification)
>>>
>>> My main concern is am I appropriate for this task. If yes where can I
>>> find more information about this Quartz plugin.
>>>
>>> I'm looking forward to hearing from you.
>>>
>>> Regards,
>>> Martin Benkov
>>
>>
>>
>>
>> --
>> Ivan
>>
>
>
>
> --
> Regards,
> Martin Benkov
>



-- 
Ivan


[jira] Created: (GERONIMO-4613) Database Configuration Pool Wizard does not provide the UI for providing connectionProperties in the case of Oracle thin driver type

2009-04-02 Thread Hearty Raphael (JIRA)
Database Configuration Pool Wizard does not provide the UI for providing 
connectionProperties in the case of Oracle thin driver type


 Key: GERONIMO-4613
 URL: https://issues.apache.org/jira/browse/GERONIMO-4613
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: databases
Affects Versions: 2.1.3, 2.1.1
 Environment: WinXP,Solaris,Linux
Reporter: Hearty Raphael


I am not able to configure the connectionProperties for Oracle10g using 
DatabasePool Configuration Wizard provided by Geronimo 2.1.3

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