...Which version of WebLogic are you using? 7.0.2.0? -What does your
"<WLS_HOME>/logs/log.txt" say?
Are you using Windows or Solaris or something else? -I use Windows.
You are using the WebLogic-internal JDK 1.3.1_06?
Have you done anything to the "<WLS_HOME>/JDK 1.3.1_06/jre/lib/security/java.security"
file or anything it points to?
Would you mind showing me the invocation of the Java VM and WebLogic for the setup,
which you say works with Certicom-SSL - something like the below - as performed by
"startWebLogic"/"startWebLogic.cmd"?
How have you set the system-property "java.protocol.handler.pkgs"?? Have you done
anything to set it? From within my code, mine shows -
java.protocol.handler.pkgs: weblogic.utils|weblogic.utils|weblogic.net|weblogic.
management
- and to the best of my knowledge, it is good enough, if "weblogic.net" is included
(as I read it - the alternative to "com.sun.net.ssl.internal.www.protocol").
(I am still wondering why the [EMAIL PROTECTED]@&*�%!!!)
Regards,
Morten S. Mortensen
-----
C:\bea\user_projects\wlidomain5>"C:\bea\jdk131_06\bin\java" -version
java version "1.3.1_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Client VM (build 1.3.1_06-b01, mixed mode)
C:\bea\user_projects\wlidomain5>"C:\bea\jdk131_06\bin\java" -hotspot "-XX:MaxPer
mSize=131072k" -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_soc
ket,server=y,suspend=y,address=5005 -Dssl.debug=true -Dweblogic.StdoutDebugEnabl
ed=true -Xmx256m -classpath ";;;C:\bea\weblogic700\integration\lib\wlicommon.jar
;C:\bea\weblogic700\server\lib\weblogic_sp.jar;C:\bea\weblogic700\server\lib\web
logic.jar;C:\bea\weblogic700\server\lib\xmlx.jar;C:\bea;C:\bea\weblogic700\integ
ration\lib\wliserver.jar;C:\bea\jdk131_06\lib\tools.jar;C:\bea\weblogic700\integ
ration\lib\wli-aux.jar;C:\bea\user_projects\wlidomain5\applications\DefaultWebAp
p_myserver\WEB-INF\classes;C:\bea\weblogic700\server\..\samples\server\eval\poin
tbase\lib\pbserver42ECF183.jar;C:\bea\weblogic700\server\..\samples\server\eval\
pointbase\lib\pbclient42ECF183.jar;C:\bea\weblogic700\server\..\samples\server\e
val\pointbase\lib\pbtools42ECF183.jar;" -Dweblogic.servlet.ClasspathServlet.dis
ableStrictCheck=true -Dwli.bpm.server.evaluator.supportsNull=false -Dweblogic.ma
nagement.username=admin -Dweblogic.management.password=admin2000 -Dweblogic.Name
=myserver5 -Dweblogic.RootDirectory=C:\bea\user_projects\wlidomain5 -Djava.secur
ity.policy=C:\bea\weblogic700\server\lib\weblogic.policy -Dweblogic.management.d
iscover=true -Dweblogic.ProductionModeEnabled= weblogic.Server
Starting WebLogic Server...
-----
-----Oprindelig meddelelse-----
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sendt: 8. juli 2003 12:59
Til: [EMAIL PROTECTED]
Emne: RE: Axis 1.1 + WebLogic 7.0 + Sun-JSSE/Certicom-SSL
>On the mailing-list, a couple of weeks back, I see a few people asking about the
>combination of >Axis, WebLogic and HTTPS. But no real answers, I guess.
>I am fighting in the same arena.
I was the one asking that question, but you are right, no answers. :(
>I am implementing a connector running under a WebLogic "WLI Domain". It works well
>with Suns
> JSSE - I just had to put jcert.jar, jnet.jar and jsse.jar in front of the classpath.
Wow. I couldn't make this work. :( If I leave jsse in the lib directories, the SSL
connection fails. :( I wonder if putting it in front of other classes solves the
problem,
but I surely will try it. No other modifications needed you say ? Even the Weblogic
support
could not answer my questions related to this issue. :(
>I would very much like to have the internal BEA/Certicom-SSL-implementation work,
>too!!!
It worked for me without a problem.
>IF ANYONE KNOWS WHAT MIGHT TRIGGER THIS "NoClassDefFoundError" - the use of the
>Sun SSL-provider, that is - I WOULD BE PLEASED TO HEAR ABOUT IT!
Are you sure it is not registered statically in java.security file ? But I guess that
would not
throw you an exception. No other ideas. :(
Br, Geza