Two Questions About SSL

When I try to stablish a secure connection (via
https://localhost:7002/AdminMain) the console gives me this error (please
see
below), which is the same when I run . startWebLogic.sh to start it.
Two questions:
1.- What is this problem about?
2.- Even with this error, I can see AdminMain in secure mode. Should I be
worried about the
error?
I'm using Weblogic Server Manager 5.1.0 04/03/2000 17:13:23 #66825 (without
any service pack) on a Red Hat Linux 6.2 Machine & jdk 1.2.2
Thanks in advance
Sergio Rios Mendoza
Departamento de Sistemas
Corporativo de Servicios Grupo Comercial Mexicana
PS: this is the error:
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:529)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Tue Nov 14 15:31:51 CST 2000:<I> <ServletContext-General> AdminMain: init
Tue Nov 14 15:31:54 CST 2000:<I> <ServletContext-General> servletimages:
init
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

When I try to stablish a secure connection (via
https://localhost:7002/AdminMain) the console gives me this error (please
see
below), which is the same when I run . startWebLogic.sh to start it.
Two questions:
1.- What is this problem about?
2.- Even with this error, I can see AdminMain in secure mode. Should I be
worried about the
error?
I'm using Weblogic Server Manager 5.1.0 04/03/2000 17:13:23 #66825 (without
any service pack) on a Red Hat Linux 6.2 Machine & jdk 1.2.2
Thanks in advance
Sergio Rios Mendoza
Departamento de Sistemas
Corporativo de Servicios Grupo Comercial Mexicana
PS: this is the error:
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:529)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Tue Nov 14 15:31:51 CST 2000:<I> <ServletContext-General> AdminMain: init
Tue Nov 14 15:31:54 CST 2000:<I> <ServletContext-General> servletimages:
init
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at
COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
ve.java)
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at
COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at
weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
at weblogic.security.SSL.Handshake.input(Handshake.java:109)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at
weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at
weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at
weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
6)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Similar Messages

  • My first two questions about SSL

    When I try to stablish a secure connection (via
    https://localhost:7002/AdminMain) the console gives me this error (please
    see
    below), which is the same when I run . startWebLogic.sh to start it.
    Two questions:
    1.- What is this problem about?
    2.- Even with this error, I can see AdminMain in secure mode. Should I be
    worried about the
    error?
    I'm using Weblogic Server Manager 5.1.0 04/03/2000 17:13:23 #66825 (without
    any service pack) on a Red Hat Linux 6.2 Machine & jdk 1.2.2
    Thanks in advance
    Sergio Rios Mendoza
    Departamento de Sistemas
    Corporativo de Servicios Grupo Comercial Mexicana
    PS: this is the error:
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:529)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Tue Nov 14 15:31:51 CST 2000:<I> <ServletContext-General> AdminMain: init
    Tue Nov 14 15:31:54 CST 2000:<I> <ServletContext-General> servletimages:
    init
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    That error about "no jsafe" occurs if you have not applied any service
    pack at all ( as you have said ). Get the latest SP ( SP6 ) and it
    should go away.
    John
    Sergio Rios Mendoza wrote:
    >
    When I try to stablish a secure connection (via
    https://localhost:7002/AdminMain) the console gives me this error (please
    see
    below), which is the same when I run . startWebLogic.sh to start it.
    Two questions:
    1.- What is this problem about?
    2.- Even with this error, I can see AdminMain in secure mode. Should I be
    worried about the
    error?
    I'm using Weblogic Server Manager 5.1.0 04/03/2000 17:13:23 #66825 (without
    any service pack) on a Red Hat Linux 6.2 Machine & jdk 1.2.2
    Thanks in advance
    Sergio Rios Mendoza
    Departamento de Sistemas
    Corporativo de Servicios Grupo Comercial Mexicana
    PS: this is the error:
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:529)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Tue Nov 14 15:31:51 CST 2000:<I> <ServletContext-General> AdminMain: init
    Tue Nov 14 15:31:54 CST 2000:<I> <ServletContext-General> servletimages:
    init
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Two questions about Risk Management 2.0

    hi experts,
    Please find below two questions about Risk Management:
    -In SPRO, Risk Management>Create top node: after completing information and executing I have this error:
    Error in the ABAP Application Program
    The current ABAP program "/ORM/ORM_CREATE_TOP_NODES" had to be terminated
    because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "/ORM/SAPLORM_API_SERVICES " in
    include "/ORM/LORM_API_SERVICESU10 " in
    line 97:
    "Bei PERFORM bzw. CALL FUNCTION "GET_ORGUNIT_THRESHOLDS" ist der Aktual"
    "parameter "I_ORGUNIT_ID" zum Formalparameter "IV_ORGUNIT_ID" inkompati"
    "bel."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "/ORM/ORM_CREATE_TOP_NODES" had to be terminated
    because it has
    come across a statement that unfortunately cannot be executed.
    Do you know where it could come from?
    -On the Portal>Risk Management
    when I click in a link under the risk management menu(activities and risks, risk report, document risk,...) i alway have an internal server error:
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Do we have to set up some customizing points before accessing these links?
    Thank you !
    Regards,
    Julien

    Hi Julien ,
    I have the same error what u described as :-
    -On the Portal>Risk Management
    when I click in a link under the risk management menu(activities and risks, risk report, document risk,...) i alway have an internal server error:
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Do we have to set up some customizing points before accessing these links?    "
    Are you able to solve this. Please let me know how to resolve this???
    Thanks
    Regards,
    Atul

  • Two Questions about Airport Express

    All, I am a recent convert to using a Mac so bear with me.
    I have two questions about the Airport Express.
    Question if I buy one in the USA, I will visiting this week on holiday,can I use it the UK with a UK adaptor/apple plug?
    Can the Express be used with my current wireless network, using a Netgear DG834G V4, I have read lots in the forums about putting a $ sign in front of the WPA password?
    Any help and advice gratefully received.

    Tesserax wrote:
    Hello andixbox. Welcome to the Apple Discussions!
    Question if I buy one in the USA, I will visiting this week on holiday,can I use it the UK with a UK adaptor/apple plug?
    Yes, but at least two things to consider:
    o The US version of the 802.11n AirPort Express Base Station (AXn) only supports radio channels 1-11 in the 802.11g radio mode. Channels 12-14, used in other countries outside the US will not be available.
    o The AXn supports both the 2.4 and 5 GHz radio bands for 802.11n. The 5 GHz band is restricted in certain countries (like the UK) so operating in this mode may get you unwanted attention.
    That should be okay then because the Netgear broadcasts on channels 1-11. I hadn't appreciated the 5 Ghz band, but having checked both US and UK Apple sites the techspecs both mention 2.4 Ghz and 5 Ghz.
    Can the Express be used with my current wireless network, using a Netgear DG834G V4, I have read lots in the forums about putting a $ sign in front of the WPA password?
    If your intent is to have the AXn join the Netgear as a wireless client, then yes it should work. The "$" requirement was for WEP. This shouldn't be necessary for WPA or WPA2.
    I intended to use the AXn as an range extender, but you mention wireless client, is that something different?

  • Two questions about SG300 DHCP server

    Hi,
    I have two questions about the DHCP server on the SG300:
    On the Address Binding page, what does the "Declined" state mean? I have a NAS device that won't pull an address, and I think that the entry with a state of "Declined" corresponds to this device. It was previously pulling an address from a RV180, so the only difference is that it is now connected to the SG300. I worked around this by manually setting the address on the NAS device, but this won't scale if I run into a lot of other devices that can't pull an address.
    I configured a static address binding for a WAP321 and found that instead of pulling the configured address that it pulled a dynamic address. I checked the Address Binding page and see that the dynamic entry that corresponds with the WAP321 has a Client Identifier rather than a MAC address. I changed the static entry for the WAP321 to use the client identifier displayed in the dynamic entry, and now the WAP321 pulls the configured static address. Is this expected behavior?
    Thanks,
    Bob

    With the SX300/500 it is required the client identifier, it doesn't automatically insert it. If static DHCP is made on the switch and you didn't need client identifier, that is more or less fortunate behavior for you
    So to answer this question, the expected behavior is to configure client identifier for static DHCP entry.
    -Tom
    Please mark answered for helpful posts
    http://blogs.cisco.com/smallbusiness/

  • Two questions about the new iWeb

    Hi
    I've got two questions about the new iWeb.
    1. Is it possible to blog online now? Meaning adding a new blog entry without having to be on your own Mac? This is a feature I've been waiting for since iWeb first was released.
    2. Is it possible to choose the format of images? Earlier editions had the option to "optimize" images but that meant it changed it into .png meaning the site got a lot heavier than if .jpg was used. And since I have relatives who still only have an isdn connection I need to be able to have the website as light as possible.
    thanks

    Ah well... thanks for the quick answer
    Message was edited by: Guðlogi

  • Two Questions about Adobe CS6

    I've recently begun editing a film project and have two questions about Adobe Premiere Pro CS6 that I was hoping someone could answer.
    1. Is there any way to remove the lens edges in a video clip? (without comprimising the quality of it that much)
    2. Is there a way I can put a color filter over clips? (I'm looking for a kind of an old 70s gold-ish filter)
    Thanks

    1. Is there any way to remove the lens edges in a video clip? (without comprimising the quality of it that much)
    Yes.
    It will depend on the degree of lens edge intrusion into the frame,
    but an enlargement of 5-10% or so is not a big problem.
    2. Is there a way I can put a color filter over clips? (I'm looking for a kind of an old 70s gold-ish filter)
    Oh, yeah...  lots of options (including many 3rd party plugins).
    Premiere color correction
    FAQ: How do I learn Premiere Pro?
    http://forums.adobe.com/thread/878529?tstart=0
    Getting Started with Premiere Pro CS6
    http://www.video2brain.com/en/getting-started-with-premiere-pro
    Adobe Premiere Pro Help and tutorials
    http://helpx.adobe.com/premiere-pro/topics.html
    Premiere Pro CS5-CS6 Reference
    (.pdf 12 MB download)
    http://helpx.adobe.com/pdf/premiere_pro_reference.pdf

  • Two questions about the Nokia 920 to Nokia experts...

    Hi,
    I am considering the Nokia 920 for replacing my Apple 4. However I have two questions that nobody in a phoneshop can answer. Furthermore I can test it myself as about all Nokia 920 in shops seems to be a dummy for showroom purposes.
    Therefore I would appreciate it if somebody can answer these two questions:
    1. Which versions of MS-Office can be read on the Nokia 920? 
    2. I have heard there are some difficulties with the Nokia 920 to watch Youtube movies. Is this true? If so, what is  the solution of Nokia. If have heard to load a Metro app that solves these Youtube problems.
    I have seen many videos by now about the Nokia 920 but none does cover really these questions. Thanks for taking the time to write me an answer.
    Regards,
    Jan
    Solved!
    Go to Solution.

    Works with Office 2010 at least.
    There is at least the latest MS Youtube app to stream video without problems.

  • Two questions about my "new" used Macbook

    Hello everyone,
    I recently bought a Macbook for my wife from craigslist. It is a early 2008 model (http://www.everymac.com/systems/apple/macbook/stats/macbook-core-2-duo-2.2-white -13-late-2007-santa-rosa-specs.html). I have two questions regarding its use.
    1. I know a video adapter is available for these computers. Is there a cable that can connect the video out on the macbook to a TV that has only a RCA input?
    2. I noticed (a little late) that the mouse button on the trackpad is a little chintzy. It takes quite a bit of effort to press the button and it appears to stick a little. I currently have the trackpad configured to accept clicks, however I would like to fix the button if possible. Has anyone had any success with changing the mouse button?
    Thanks.

    Thanks for the response. I went to the apple store and picked up the cable yesterday. It works perfectly. I cleaned the area around the trackpad button a little and it seems to have eased a little. I will try putting the piece of paper in there and see if it gets better.
    I have a follow up question regarding the video out to a CRT TV. Does anyone know what resolution works best for this kind of low-tech TV? I tried 800X600 and 1024X768 last night and neither one seemed TV-like. Should I try a lower resolution? I am trying to stream hulu from my computer directly into my TV.
    Thanks.

  • Two questions about my new Mac Pro

    Just got my new Mac Pro up and running and have two questions (issues)
    First, I had to buy the DVI to ADC Display adapter to hook up my Cinema Display but now I can't turn the computer on from the monitor like I use to. Is that right? It's no big deal to have to turn it on at the computer itself, just wondering if anybody else is having this happen.
    Also, the audio out at the back of the computer doesn't work. I've tried plugging in my speaker as well as my headset and nothing. If I plug either of those into the headset jack in the front of the computer all is well. Any thoughts?
    Otherwise, I sure do love my Mac Pro!
    Thanks.
    jamie

    I had to buy the DVI to ADC Display adapter to hook up my Cinema Display but now I can't turn the computer on from the monitor like I use to. Is that right?
    ADC has pins for power control and the power light. DVI does not have these signals so the display's power button cannot turn on the computer when used with a DVI to ADC adapter.

  • Two questions about of usage of LDAP  in SAP XI-context

    Hello!
    I would like to know whether an LDAP adapter is existing for SAP XI or not?
    It is important for the answer of the following two questions:
    <b>a) Does the solution have Active Directory integration for accessing employee information?      (Yes/No) 
    b)Does the solution have Active Directory integration for accessing employee hierarchy? (Yes/No)      </b>
    Can someone help me by answering the questions above.
    Thank you!
    Regards

    I do not think that there is a LDAP Adapter for XI.
    However, SAP NW has its own LDAP database. There are tools available integrating this LDAP with an external LDAP databse. For example, program RSLDAPSYNC_USER enables synchronizing the User information with the LDAP server.
    Transaction LDAP allows you to define which specific user information is to be integrated.
    I am not sure if there is an option to integrate employee hierarchy. You can check with the transaction LDAP.
    Note that none of this has anything specific to XI. It is available with the NetWeaver itself.
    Good Luck,
    Bhanu

  • Two questions about Preview

    In earlier OS versions, particularly on the MacWorld website, I was able to find a workaround so that PDFs do not automatically open in Safari - and that they are downloaded and pop-up immediately in Preview. Here are my two questions:
    1. Does anyone know of a new workaround for Lion - so that, when I engage a PDF link, it opens directly in Preview?
    2. Preview is now a far-less impressive software, without a "save as" command as well as a few other changes that make no sense. does anyone know a way to modify Preview to add back these functions?
    Thanks so much for any help. would love to share this on my blog once I get it answered.
    Will

    thanks CT.
    1. Couldn't find that menu item in preferences - I'm probably just dense.
    2. Figured. don't like some of the macro changes they made to the OS - perplexing to say the least. Preview is a dog now.

  • Two questions about WSSE

    Hi all,
    I came across the Web Service Security tutorial (Investigate.jws) that comes with WebLogic Workshop. Now I've two questions:
    - How can I test a web service that requires encryption in the request since the test client that Workshop generates doesn't seem to take care of the <encryptionRequired> tag I added to the <wsSecurityIn> element of the WSSE file?
    - How can I expose my WS to a changing set of customers without redeploying the service if I have to declare client aliases (at least) in the WSSE file?
    Can somebdy help solve these issues?
    Regards.
    Antonio.

    You can set usage limits from your my verizon page by purchasing Family Base for 5.00 a month. As for checking your my verizon usage, if your cycle date is really the 12th then it should track your usage from the 13th-12th of every month, like this month for example your my verizon should show you usage from 10/13/2013-11/12/2013.

  • Two questions about the PSD file format specicaition

    I'm a programmer dealing with a project to parse PSD files. When reading the official file format specification, I found that some fields of the file are not clarified:
    1. There is a rectangle structure containing 4 fields: top, left, buttom, right. I wanna know whether these 4 fields can be negative values and is there a rule that the buttom shoud be larger than the top and the right shoud be larger than the left
    2. The PSD file contains a color mode section. But if the color mode is RGB, the color mode section contians no data but a 4-byte length field whose value is set to 0. This is true for files in RGB mode 8-bit channel. But after convert the files to RGB mode 32-bit channel using photoshop, the whole color mode section is no long exist.
    These two questions may be somehow technical, I would be thankful if someone can give me a hand.

    1) was covered in the documentation at one time.  Yes, many of them can be negative, that's why they're signed values.  Valid rectangles will have the bottom greater than the top, and the right greater than the left. But you can also have empty rectangles, and sometimes invalid rectangles (because the values don't matter).
    2) Not sure what you're asking...  color mode is just a single enumeration for RGB, CMYK, etc.

  • Two questions about defining class, pls help me

    Hi, guys. I'm green hand and here are two questions puzzled me several days.
    We know such example as below is a case of cyclic inheritance
    class Base extends Base{     
    But I can't figure out why below is a case of cyclic inheritance too
    class Base{
    class Derived extends Base{
    class Base{
    I can't find the clue of cyclic inheritance. It's quite different from the case that a class extends itself or its subclass.
    Another question is why the inner class can't have the same name of outer?
    class Base{
    class Base{          
    The compiler says Base is already defined in unnamed package. As it says, the inner class is defined in the
    unnamed package, but we know below is correct.
    class Base{
    class Basic{          
    class Derived {
    class Basic{
    We know it's correct. But as the compiler says above, the different two inner class Basic are both defined in the
    unnamed package. Why it's valid and why above is invalid?

    Hi,
    Can you tell us which product (s) you are referring to ? Can you also tell us the nature of your business requirements so that we can offer some suggestions ?
    Regards,
    Sandeep

Maybe you are looking for

  • Changing to time-dependent hierarchie of 0CUSTOMER

    Dear Experts, I like to change 0CUSTOMER to "entire hierarchie is time-dependent" <b>without losing any existing hierarchy or data</b>. Is that somehow possible? I tried changing the Radio Button, but could not activate the InfoObject; <i>"The Hierar

  • Why are the rules not working correctly?

    I have a rule, for example, that recognizes emails coming From: my address (a copy coming in from a forum) and also To: the forum address. It does 3 things to the message: 1. puts in on a folder in Mail (folder created for that purpose). 2. puts back

  • How to create transformations in BI content

    hi, while doing lo extraction , i have used data source 2lis_11_vaitm and cube 0sd_c05. I have replicated the datasource in BI, can anyone tell me how to create transformations to the data target which is 0sd_c05.

  • How I attatch a Datafile with higher SCN in to a Lower SCN Database

    I have Five Datafile. I am working in Oracle 8 Database. One of my datafile Scn is Higher than the other four datafiles. Because that higher SCN Datafile contain the actual Data. I have no backup of that one. Once the database crash then I copy all t

  • SAPScript Language SR

    Hi, i tried to create an existing form in a new language with transaction SE71. The original language is German (DE), the new language should be Serbian (SR). If i try this, a short dump is raised: "INVALID_TEXT_ENVIROMENT". On the system, Serbian is