hi, it seems that Weblogic doesn't recognise your architecture.

I had similar problem with path to java shared libraries (*.so) (it
wasn't WebLogic related)

Try look inside WebLogic shell configs. There may be any reference to
that so library.

Weblogic 8.1 see  <weblogicRoot>/weblogic81/common/bin  (this I have
in Windows xp, but the path should be same for unix systems too)
Weblogic 9.2        <weblogicRoot>/weblogic92/.......

try uname to get your platform name and if it is not same with sparcv9
copy sparcv9/* to directory according uname

Regards,
Zdenek

On Tue, Feb 19, 2008 at 1:16 AM, TheBert <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>  I am using xfire in a  Java program on unix. when i was invoking this
>  program that invoke a webservice , I had an exception of this type:
>
>  Failed to invoke end componentFailed to do invoke for operation
>  queryProviderSearchjavax.ejb.EJBException: EJB Exception: :
>  java.lang.NoClassDefFoundError at
>  javax.crypto.Cipher.getInstance(DashoA12275) at
>  org.apache.xml.security.encryption.XMLCipher.getInstance(Unknown Source) at
>  
> org.apache.ws.security.message.WSSecEncrypt.doEncryption(WSSecEncrypt.java:409)
>  at
>  
> org.apache.ws.security.message.WSSecEncrypt.encryptForExternalRef(WSSecEncrypt.java:357)
>  at
>  
> com.emergis.common.api.RxEncryptionOutHandler.invoke(RxEncryptionOutHandler.java:112)
>  at
>  org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
>  at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79) at
>  org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114) at
>
>
>  I resolve this issue by modifying my
>  /export/home/weblogic/bea/jdk150_04/jre/lib/security/sunpkcs11-solaris.cfg
>  file like this:
>
>  #library = /usr/lib/$ISA/libpkcs11.so
>  library = /usr/lib/sparcv9/libpkcs11.so
>
>
>
>  but now, when the code is executed in an EJB in weblogic, I got the same
>  stack trace as above.
>  Can somebody help me please!!!!
>
>
>  --
>  View this message in context: 
> http://www.nabble.com/XFire-and-WebLogic-EJB-tp15550826p15550826.html
>  Sent from the XFire - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to