|
Home > Archive > WebSphere Application Server > November 2005 > Errors in EJB lookup from Websphere application to EJBs deployed on Weblogic
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Errors in EJB lookup from Websphere application to EJBs deployed on Weblogic
|
|
| Sanjay Melinamani 2005-11-18, 5:54 pm |
| Hi All,
I have some issues / errors related to Weblogic 7.x EJB lookup from our new
WAS 5.x application.
I followed the instructions at the following URL to write a J2SE client.
http://e-docs.bea.com/wls/docs81/rm...p2.html#1066292
If I use Weblogic's context by putting weblogic.jar in the EAR, the
application fails to load without giving any errors. So, I removed
weblogic.jar.
I am using J2SE client configuration by using
"com.sun.jndi.cosnaming.CNCtxFactory" instead of
"weblogic.jndi.WLInitialContextFactory" for JNDI lookup with IIOP protocol
for lookup instead of weblogic's T3 protocol.
Now I get the following errors.
JSAS1477W: SECURITY CLIENT/SERVER CONFIG MISMATCH:
The client security configuration (sas.client.props or outbound settings in
GUI) does not support the server security configuration for the following
reasons:
ERROR 1: JSAS0607E: The client requires SSL Confidentiality but the server
does not support it.
ERROR 2: JSAS0610E: The server requires SSL Integrity but the client does
not support it.
ERROR 3: JSAS0612E: The client requires client (e.g., userid/password or
token), but the server does not support it.
minor code: 0
completed: No
at
com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityConnectionInterceptor. getConnectionKey(SecurityConnectionInter
ceptor.java:1770)
Please check the following URL for its explanation.
http://publib.boulder.ibm.com/infoc...b_secprobs.html
Basically it says as one of the solution is,
a.. In ERROR 3, the client requires client authentication through a user id
and password, but the server does not support this type of client
authentication. Either the client or the server needs to change the
configuration. To change the client configuration, modify the
SAS.CLIENT.PROPS file for a pure client or change the outbound configuration
for the server in the Security GUI. To change the configuration for the
target server, modify the inbound configuration in the Security GUI.
I am not sure what is the reason for these errors? Let me know the solution
to fix this error.
Also, Please provide me with instructions to deploy a Weblogic client in
Websphere.
Thanks,
Sanjay Melinamani
| |
| Sanjay Melinamani 2005-11-21, 5:54 pm |
| Does any IBM Websphere support people look into these groups?
Thanks,
Sanjay
"Sanjay Melinamani" <smelinam@cisco.com> wrote in message
news:dlku0p$afqs$1@news.boulder.ibm.com...
> Hi All,
> I have some issues / errors related to Weblogic 7.x EJB lookup from our
> new WAS 5.x application.
>
> I followed the instructions at the following URL to write a J2SE client.
> http://e-docs.bea.com/wls/docs81/rm...p2.html#1066292
>
> If I use Weblogic's context by putting weblogic.jar in the EAR, the
> application fails to load without giving any errors. So, I removed
> weblogic.jar.
>
> I am using J2SE client configuration by using
> "com.sun.jndi.cosnaming.CNCtxFactory" instead of
> "weblogic.jndi.WLInitialContextFactory" for JNDI lookup with IIOP protocol
> for lookup instead of weblogic's T3 protocol.
>
> Now I get the following errors.
>
> JSAS1477W: SECURITY CLIENT/SERVER CONFIG MISMATCH:
> The client security configuration (sas.client.props or outbound settings
> in GUI) does not support the server security configuration for the
> following reasons:
> ERROR 1: JSAS0607E: The client requires SSL Confidentiality but the server
> does not support it.
> ERROR 2: JSAS0610E: The server requires SSL Integrity but the client does
> not support it.
> ERROR 3: JSAS0612E: The client requires client (e.g., userid/password or
> token), but the server does not support it.
> minor code: 0
> completed: No
> at
> com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityConnectionInterceptor. getConnectionKey(SecurityConnectionInter
ceptor.java:1770)
>
>
> Please check the following URL for its explanation.
> http://publib.boulder.ibm.com/infoc...b_secprobs.html
>
> Basically it says as one of the solution is,
> a.. In ERROR 3, the client requires client authentication through a user
> id and password, but the server does not support this type of client
> authentication. Either the client or the server needs to change the
> configuration. To change the client configuration, modify the
> SAS.CLIENT.PROPS file for a pure client or change the outbound
> configuration for the server in the Security GUI. To change the
> configuration for the target server, modify the inbound configuration in
> the Security GUI.
>
> I am not sure what is the reason for these errors? Let me know the
> solution to fix this error.
> Also, Please provide me with instructions to deploy a Weblogic client in
> Websphere.
>
> Thanks,
> Sanjay Melinamani
>
>
>
|
|
|
|
|