You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Noseda Anne (JIRA)" <ji...@apache.org> on 2007/06/22 11:17:33 UTC

[jira] Created: (SM-972) authenticationService is null - Several SA deployed on the same instance of Smx

authenticationService is null - Several SA deployed on the same instance of Smx
-------------------------------------------------------------------------------

                 Key: SM-972
                 URL: https://issues.apache.org/activemq/browse/SM-972
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-soap
    Affects Versions: 3.1
         Environment: Linux Redhat EL 4
            Reporter: Noseda Anne
            Priority: Blocker


We've deployed 2 sa on the same instance of Smx.
There both work when they are deployed alone.

But when they are deployed together, the second sa returns the following error :

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value>soapenv:Receiver</soapenv:Value>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text xml:lang="en">java.lang.IllegalArgumentException: authenticationService is null</soapenv:Text>
</soapenv:Reason>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

Then, we send a request to the first sa, it works then to the second sa and the error changes :

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value>soapenv:Receiver</soapenv:Value>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text xml:lang="en">java.lang.SecurityException: Endpoint is not authorized for this user</soapenv:Text>
</soapenv:Reason>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

It seems something is overwrited ...


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


[jira] Commented: (SM-972) authenticationService is null - Several SA deployed on the same instance of Smx

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39510 ] 

Guillaume Nodet commented on SM-972:
------------------------------------

Fix at rev 550456.
Please reopen the issue if the problem still exist.

> authenticationService is null - Several SA deployed on the same instance of Smx
> -------------------------------------------------------------------------------
>
>                 Key: SM-972
>                 URL: https://issues.apache.org/activemq/browse/SM-972
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-soap
>    Affects Versions: 3.1
>         Environment: Linux Redhat EL 4
>            Reporter: Noseda Anne
>            Assignee: Guillaume Nodet
>            Priority: Blocker
>             Fix For: 3.2
>
>
> We've deployed 2 sa on the same instance of Smx.
> There both work when they are deployed alone.
> But when they are deployed together, the second sa returns the following error :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.IllegalArgumentException: authenticationService is null</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> Then, we send a request to the first sa, it works then to the second sa and the error changes :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.SecurityException: Endpoint is not authorized for this user</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> It seems something is overwrited ...

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


[jira] Resolved: (SM-972) authenticationService is null - Several SA deployed on the same instance of Smx

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SM-972.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2
         Assignee: Guillaume Nodet

> authenticationService is null - Several SA deployed on the same instance of Smx
> -------------------------------------------------------------------------------
>
>                 Key: SM-972
>                 URL: https://issues.apache.org/activemq/browse/SM-972
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-soap
>    Affects Versions: 3.1
>         Environment: Linux Redhat EL 4
>            Reporter: Noseda Anne
>            Assignee: Guillaume Nodet
>            Priority: Blocker
>             Fix For: 3.2
>
>
> We've deployed 2 sa on the same instance of Smx.
> There both work when they are deployed alone.
> But when they are deployed together, the second sa returns the following error :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.IllegalArgumentException: authenticationService is null</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> Then, we send a request to the first sa, it works then to the second sa and the error changes :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.SecurityException: Endpoint is not authorized for this user</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> It seems something is overwrited ...

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


[jira] Reopened: (SM-972) authenticationService is null - Several SA deployed on the same instance of Smx

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reopened SM-972:
--------------------------------


Needs to be fixed in 3.1.2 too

> authenticationService is null - Several SA deployed on the same instance of Smx
> -------------------------------------------------------------------------------
>
>                 Key: SM-972
>                 URL: https://issues.apache.org/activemq/browse/SM-972
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-soap
>    Affects Versions: 3.1
>         Environment: Linux Redhat EL 4
>            Reporter: Noseda Anne
>            Assignee: Guillaume Nodet
>            Priority: Blocker
>             Fix For: 3.2
>
>
> We've deployed 2 sa on the same instance of Smx.
> There both work when they are deployed alone.
> But when they are deployed together, the second sa returns the following error :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.IllegalArgumentException: authenticationService is null</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> Then, we send a request to the first sa, it works then to the second sa and the error changes :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.SecurityException: Endpoint is not authorized for this user</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> It seems something is overwrited ...

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


[jira] Updated: (SM-972) authenticationService is null - Several SA deployed on the same instance of Smx

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-972:
-------------------------------

    Fix Version/s: 3.1.2

> authenticationService is null - Several SA deployed on the same instance of Smx
> -------------------------------------------------------------------------------
>
>                 Key: SM-972
>                 URL: https://issues.apache.org/activemq/browse/SM-972
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-soap
>    Affects Versions: 3.1
>         Environment: Linux Redhat EL 4
>            Reporter: Noseda Anne
>            Assignee: Guillaume Nodet
>            Priority: Blocker
>             Fix For: 3.1.2, 3.2
>
>
> We've deployed 2 sa on the same instance of Smx.
> There both work when they are deployed alone.
> But when they are deployed together, the second sa returns the following error :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.IllegalArgumentException: authenticationService is null</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> Then, we send a request to the first sa, it works then to the second sa and the error changes :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.SecurityException: Endpoint is not authorized for this user</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> It seems something is overwrited ...

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


[jira] Resolved: (SM-972) authenticationService is null - Several SA deployed on the same instance of Smx

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SM-972.
--------------------------------

    Resolution: Fixed

URL: http://svn.apache.org/viewvc?view=rev&rev=550790


> authenticationService is null - Several SA deployed on the same instance of Smx
> -------------------------------------------------------------------------------
>
>                 Key: SM-972
>                 URL: https://issues.apache.org/activemq/browse/SM-972
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-soap
>    Affects Versions: 3.1
>         Environment: Linux Redhat EL 4
>            Reporter: Noseda Anne
>            Assignee: Guillaume Nodet
>            Priority: Blocker
>             Fix For: 3.1.2, 3.2
>
>
> We've deployed 2 sa on the same instance of Smx.
> There both work when they are deployed alone.
> But when they are deployed together, the second sa returns the following error :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.IllegalArgumentException: authenticationService is null</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> Then, we send a request to the first sa, it works then to the second sa and the error changes :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.SecurityException: Endpoint is not authorized for this user</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> It seems something is overwrited ...

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