Wildcard certifications in Weblogic 5.1,SP8

Has anyone had success in using Thawte's wildcard SSL certificates which are supposed to work with weblogic and allow for multiple sub domains? We have many subdomains running from one weblogic instance that is also clustered across several servers tied to 1 virtual IP address for load balancing. Basically, any advice on using and obtaining SSL certs INEXPENSIVELY to support many subdomains would be appreciated.

Pratik Chatterjee wrote:
Hi,
We are using weblogic connection pool for Oracle 8i databases. For some reason, if the database goes down for only a few hours (after which it becomes available again), then the connection pool automatically refreshes all its connections. As a result our java applications get data normally after the database is back up.
However, we had a very long period of database down (about 24 hours) in production recently and finally when the database became available then we noticed that our java applications were not getting data from the database. Apparently weblogic server did NOT refresh its connections in pool (it seems that after a long period of databse down, the server gave up and did not attempt to refresh connections). We just restarted the weblogic servers in production and that resolved the issue. If you encountered similar issues in the past (with WEblogic 5.1 sp8) and happen to know the resolution then please let us know.
Also, someone in our company reported that if the database servers are down when the weblogic servers are started then weblogic does not create the connection pool at all. As a result if the database became available some time after the weblogic server started, then the java applications didn't get data (even after the DB because available). Again, if you know about this issue and the resolution, please let us know.
Thanks,
PratikHi. If the pool is defined with an initial capacity > 0, then when weblogic starts up,
if it can't create that minimum number of connections, then the pool will not be created
at all. If the initial capacity is zero, then the pool will be created whether or not
the DBMS is up. Once a pool exists, if it needs a connection it will try to create one
and will throw an exception to the application if it can't. Do you have test-connections-on-reserve
set? You should. That would always ensure you get a good connection if it's possible to
provide one.
Joe

Similar Messages

  • IPlanet 4.0 and Weblogic 5.10 SP8

    I'm using iPlanet 4.0 as a web server and Weblogic 5.10 SP8 as an application server.
    Everything is OK when the line "weblogic.httpd.enable=true" is written in the
    weblogic.properties file.
    When I replace "true" by "false", it declares an error :
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization
    will not help
    and the request SHOULD NOT be repeated. If the request method was not HEAD and
    the server
    wishes to make public why the request has not been fulfilled, it SHOULD describe
    the reason for
    the refusal in the entity. This status code is commonly used when the server
    does not wish to
    reveal exactly why the request has been refused, or when no other response is
    applicable.
    Is it possible to put weblogic.httpd.enable=false to use Weblogic without its
    HTTP Server, and only as an application server ?

    The certification was recently completed. It is in the process of being
    placed on the web site. At that point, it will be officially supported.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Venkat K" <[email protected]> wrote in message
    news:399035f4$[email protected]..
    Hello,
    Is the NSAPI plugin provided with Weblogic 5.1 Server compatible with
    iPlanet 4.1? The Weblogic documentation doesn't seem to be clear to me on
    this one. We plan to run in this setup on Solaris 8.
    Any details on this are appreciated.
    Thanks in advance and Best Regards,
    Venkat K.

  • Weblogic 5.1 SP8 on WIN NT Hangs

    Hi,
    I have the following configuration being tested for load.
    Weblogic 5.1 SP8, Windows NT, Java 1.2.2, Oracle 8.1.6.
    I am running load scripts that access JSP. There are about 15 users doing
    fixed number of different things repeatedly i.e. they login, do a few things
    and logout. Everything runs fine for about 1 to 2 hours and after that I
    observe CPU at 100 % and users cannot do anything. I took the thread dump,
    but this does not reveal any user doing any CPU intesive operations. All the
    JSP being accessed do finite number of things that take finite time. I do
    not see anything that should make the CPU shoot up to 100 %. Do you have any
    suggestions on how to debug this problem ? I am enclosing the thread dump
    (do you think it is odd that all threads are waiting on signal dispatcher).
    Would really appreciate some suggestions.
    Thanks,
    Mihir
    Full thread dump Classic VM (JDK-1.2.2-W, native threads):
    "HighPriority TimeEventGenerator" (TID:0x6bd85f8,
    sys_thread_t:0x24c7fdc8, state:CW, native ID:0x648) prio=9
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java, Compiled
    Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    "ListenThread" (TID:0x632eb98, sys_thread_t:0x24ed8f80, state:R, native
    ID:0x94) prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java, Compiled Code)
    at java.net.ServerSocket.implAccept(ServerSocket.java, Compiled Code)
    at java.net.ServerSocket.accept(ServerSocket.java, Compiled Code)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java, Compiled Code)
    "NBExecuteThread-1" (TID:0x6323590, sys_thread_t:0x2245f660, state:CW,
    native ID:0x4b4) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "NBExecuteThread-0" (TID:0x6323300, sys_thread_t:0x2245e530, state:CW,
    native ID:0x618) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-14" (TID:0x6323218, sys_thread_t:0x22448ff0, state:R,
    native ID:0x260) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-13" (TID:0x63230e0, sys_thread_t:0x22448e80, state:MW,
    native ID:0x534) prio=5
    at java.lang.reflect.Method.invoke(Native Method)
    at com.mycompany.expr.fn.Invoke.eval(Invoke.java, Compiled Code)
    at
    com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
    Compiled Code)
    at jsp._myapp._login._jspService(_login.java, Compiled Code)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java, Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-12" (TID:0x6322fb0, sys_thread_t:0x22448d10, state:R,
    native ID:0x540) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-11" (TID:0x6322e78, sys_thread_t:0x22448ba0, state:R,
    native ID:0x5cc) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-10" (TID:0x6322a98, sys_thread_t:0x22448a30, state:R,
    native ID:0x3ec) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-9" (TID:0x6322968, sys_thread_t:0x2244a0a0, state:R,
    native ID:0x47c) prio=5
    "ExecuteThread-8" (TID:0x6322838, sys_thread_t:0x22449f30, state:MW,
    native ID:0x550) prio=5
    at java.lang.reflect.Method.invoke(Native Method)
    at
    com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
    Compiled Code)
    at jsp._myapp._login._jspService(_login.java, Compiled Code)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java, Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-7" (TID:0x6322708, sys_thread_t:0x22449dc0, state:MW,
    native ID:0x6c0) prio=5
    "ExecuteThread-6" (TID:0x63225d0, sys_thread_t:0x22449c50, state:MW,
    native ID:0x624) prio=5
    "ExecuteThread-5" (TID:0x6322520, sys_thread_t:0x22449ae0, state:MW,
    native ID:0x6dc) prio=5
    "ExecuteThread-4" (TID:0x6322370, sys_thread_t:0x2244ed68, state:MW,
    native ID:0x60c) prio=5
    at java.lang.reflect.Method.invoke(Native Method)
    at
    com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
    Compiled Code)
    at jsp._myapp._login._jspService(_login.java, Compiled Code)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java, Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-3" (TID:0x6322240, sys_thread_t:0x2244ebf8, state:R,
    native ID:0x62c) prio=5
    "ExecuteThread-2" (TID:0x6321fb8, sys_thread_t:0x2244ea88, state:R,
    native ID:0x6c4) prio=5
    "ExecuteThread-1" (TID:0x6321d30, sys_thread_t:0x22447930, state:MW,
    native ID:0x53c) prio=5
    "ExecuteThread-0" (TID:0x63217c0, sys_thread_t:0x2242fac8, state:MW,
    native ID:0x6a0) prio=5
    "TimeEventGenerator" (TID:0x63141c8, sys_thread_t:0x2242bb48, state:CW,
    native ID:0x5c0) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java, Compiled
    Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    "SpinnerRandomSource" (TID:0x6313b30, sys_thread_t:0x223c0de8, state:CW,
    native ID:0x6ac) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "SymcJIT-LazyCompilation-1" (TID:0x61afc60, sys_thread_t:0x219a5d48,
    state:CW, native ID:0x6bc) prio=1
    at SymantecJITCompilationThread.DoCompileMethod(Native Method)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
    Code)
    "SymcJIT-LazyCompilation-0" (TID:0x61afca8, sys_thread_t:0x219a4c18,
    state:CW, native ID:0x640) prio=1
    at SymantecJITCompilationThread.DoCompileMethod(Native Method)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
    Code)
    "SymcJIT-LazyCompilation-PA" (TID:0x61afc70, sys_thread_t:0x219a3ae8,
    state:CW, native ID:0x6a8) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
    Code)
    "Finalizer" (TID:0x61a9320, sys_thread_t:0x2105dfe0, state:CW, native
    ID:0x3cc) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0x61a93b0, sys_thread_t:0x2105c638, state:CW,
    native ID:0x6b8) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0x61a93e0, sys_thread_t:0x21059408, state:R,
    native ID:0x498) prio=5
    "main" (TID:0x61a91e0, sys_thread_t:0x2f5f90, state:CW, native ID:0x710)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:107)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Monitor Cache Dump:
    weblogic.time.common.internal.TimeTable@6BD8660/6F2AFE8: <unowned>
    Waiting to be notified:
    "HighPriority TimeEventGenerator" (0x24c7fdc8)
    java.net.PlainSocketImpl@6BDBA70/7357B08: owner "ListenThread"
    (0x24ed8f80) 1 entry
    oracle.jdbc.driver.OraclePreparedStatement@5E403B8/D4CF580: owner
    "ExecuteThread-8" (0x22449f30) 1 entry
    weblogic.kernel.ExecuteThread@6323590/7A400B0: <unowned>
    Waiting to be notified:
    "NBExecuteThread-1" (0x2245f660)
    weblogic.t3.srvr.T3Srvr@61CE7B0/6FC2158: <unowned>
    Waiting to be notified:
    "main" (0x2f5f90)
    SymantecJITCompilationThread@61AFCA8/6EB0288: <unowned>
    Waiting to be notified:
    "SymcJIT-LazyCompilation-PA" (0x219a3ae8)
    com.mycompany.server.proxy.MycompanyProxyBeanEOImpl@5F6FCE0/CBCB850:
    owner "ExecuteThread-8" (0x22449f30) 1 entry
    weblogic.security.SpinnerThread@6313B30/79AEB20: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x223c0de8)
    java.lang.ref.ReferenceQueue$Lock@61A9338/6E786E8: <unowned>
    Waiting to be notified:
    "Finalizer" (0x2105dfe0)
    oracle.jdbc.ttc7.TTC7Protocol@63653F0/6FFF008: owner "ExecuteThread-1"
    (0x22447930) 1 entry
    java.lang.Object@62FCAA8/6FB1388: owner "ExecuteThread-4" (0x2244ed68) 1
    entry
    java.lang.ref.Reference$Lock@61A93C0/6E78228: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x2105c638)
    weblogic.kernel.ExecuteThread@6323300/7A3F210: <unowned>
    Waiting to be notified:
    "NBExecuteThread-0" (0x2245e530)
    weblogic.time.common.internal.TimeTable@6314D88/79BB7C8: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x2242bb48)
    weblogic.jdbc.common.internal.ConnectionEnv@63652E8/6FFDF70: owner
    "ExecuteThread-1" (0x22447930) 1 entry
    oracle.jdbc.driver.OracleStatement@5E3EF90/D4DD8C0: owner
    "ExecuteThread-1" (0x22447930) 1 entry
    Registered Monitor Dump:
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Lazy Queue Lock: <unowned>
    Waiting to be notified:
    "SymcJIT-LazyCompilation-0" (0x219a4c18)
    "SymcJIT-LazyCompilation-1" (0x219a5d48)
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method List Monitor: <unowned>
    SymcJIT Lock: <unowned>
    utf8 hash
    table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x21059408) 1 entry
    Waiting to enter:
    "ExecuteThread-13" (0x22448e80)
    "ExecuteThread-8" (0x22449f30)
    "ExecuteThread-7" (0x22449dc0)
    "ExecuteThread-6" (0x22449c50)
    "ExecuteThread-5" (0x22449ae0)
    "ExecuteThread-4" (0x2244ed68)
    "ExecuteThread-1" (0x22447930)
    "ExecuteThread-0" (0x2242fac8)
    Thread queue lock: owner "Signal dispatcher" (0x21059408) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x21059408) 1 entry

    Going through the thread dump
    1. it looks like you are not using the Performance Packs (check if
    weblogic.system.nativeIO.enable = true in weblogic.properties)
    2. since it happens only after about an hour the garbage collector might be
    busy which consumes the processor, try using incremental GC while you start
    the weblogic server. This could be done with -Xincgc flag.
    Hope and wish this solves your problem.
    - Nirmal R.
    "Michael Reiche" <[email protected]> wrote in message
    news:[email protected]...
    It looks like the Symantec JIT Compiler is busy compiling methods andthat
    the ExecuteThreads (your JSPs) are waiting for them to finish so they can
    execute a method (presumably the method that the JIT is busy compiling) -
    just a guess.
    You may want to try a different JVM - maybe 1.3.0
    You could try turning off JIT - then your app would run impossibly slow,but
    it would still run.
    If you have any large methods - you could try and make them smaller - JVMs
    have a hard time with large/complex methods - especially nested try/catch
    blocks.
    There's no need to cross post - a lot of people read all the groups.
    Mike
    "Mihir Mehta" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I have the following configuration being tested for load.
    Weblogic 5.1 SP8, Windows NT, Java 1.2.2, Oracle 8.1.6.
    I am running load scripts that access JSP. There are about 15 users
    doing
    fixed number of different things repeatedly i.e. they login, do a fewthings
    and logout. Everything runs fine for about 1 to 2 hours and after that
    I
    observe CPU at 100 % and users cannot do anything. I took the threaddump,
    but this does not reveal any user doing any CPU intesive operations. Allthe
    JSP being accessed do finite number of things that take finite time. I
    do
    not see anything that should make the CPU shoot up to 100 %. Do you haveany
    suggestions on how to debug this problem ? I am enclosing the thread
    dump
    (do you think it is odd that all threads are waiting on signaldispatcher).
    Would really appreciate some suggestions.
    Thanks,
    Mihir
    Full thread dump Classic VM (JDK-1.2.2-W, native threads):
    "HighPriority TimeEventGenerator" (TID:0x6bd85f8,
    sys_thread_t:0x24c7fdc8, state:CW, native ID:0x648) prio=9
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,Compiled
    Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.ja
    va
    , Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    "ListenThread" (TID:0x632eb98, sys_thread_t:0x24ed8f80, state:R,native
    ID:0x94) prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java, Compiled Code)
    at java.net.ServerSocket.implAccept(ServerSocket.java, Compiled Code)
    at java.net.ServerSocket.accept(ServerSocket.java, Compiled Code)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java, Compiled Code)
    "NBExecuteThread-1" (TID:0x6323590, sys_thread_t:0x2245f660,
    state:CW,
    native ID:0x4b4) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "NBExecuteThread-0" (TID:0x6323300, sys_thread_t:0x2245e530,state:CW,
    native ID:0x618) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-14" (TID:0x6323218, sys_thread_t:0x22448ff0, state:R,
    native ID:0x260) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-13" (TID:0x63230e0, sys_thread_t:0x22448e80,
    state:MW,
    native ID:0x534) prio=5
    at java.lang.reflect.Method.invoke(Native Method)
    at com.mycompany.expr.fn.Invoke.eval(Invoke.java, Compiled Code)
    at
    com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
    Compiled Code)
    at jsp._myapp._login._jspService(_login.java, Compiled Code)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java, Compiled Code)
    atweblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-12" (TID:0x6322fb0, sys_thread_t:0x22448d10, state:R,
    native ID:0x540) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-11" (TID:0x6322e78, sys_thread_t:0x22448ba0, state:R,
    native ID:0x5cc) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-10" (TID:0x6322a98, sys_thread_t:0x22448a30, state:R,
    native ID:0x3ec) prio=5
    at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
    Compiled Code)
    atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-9" (TID:0x6322968, sys_thread_t:0x2244a0a0, state:R,
    native ID:0x47c) prio=5
    "ExecuteThread-8" (TID:0x6322838, sys_thread_t:0x22449f30, state:MW,
    native ID:0x550) prio=5
    at java.lang.reflect.Method.invoke(Native Method)
    at
    com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
    Compiled Code)
    at jsp._myapp._login._jspService(_login.java, Compiled Code)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java, Compiled Code)
    atweblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-7" (TID:0x6322708, sys_thread_t:0x22449dc0, state:MW,
    native ID:0x6c0) prio=5
    "ExecuteThread-6" (TID:0x63225d0, sys_thread_t:0x22449c50, state:MW,
    native ID:0x624) prio=5
    "ExecuteThread-5" (TID:0x6322520, sys_thread_t:0x22449ae0, state:MW,
    native ID:0x6dc) prio=5
    "ExecuteThread-4" (TID:0x6322370, sys_thread_t:0x2244ed68, state:MW,
    native ID:0x60c) prio=5
    at java.lang.reflect.Method.invoke(Native Method)
    at
    com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
    Compiled Code)
    at jsp._myapp._login._jspService(_login.java, Compiled Code)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    >
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java, Compiled Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java, Compiled Code)
    atweblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    "ExecuteThread-3" (TID:0x6322240, sys_thread_t:0x2244ebf8, state:R,
    native ID:0x62c) prio=5
    "ExecuteThread-2" (TID:0x6321fb8, sys_thread_t:0x2244ea88, state:R,
    native ID:0x6c4) prio=5
    "ExecuteThread-1" (TID:0x6321d30, sys_thread_t:0x22447930, state:MW,
    native ID:0x53c) prio=5
    "ExecuteThread-0" (TID:0x63217c0, sys_thread_t:0x2242fac8, state:MW,
    native ID:0x6a0) prio=5
    "TimeEventGenerator" (TID:0x63141c8, sys_thread_t:0x2242bb48,state:CW,
    native ID:0x5c0) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,Compiled
    Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    "SpinnerRandomSource" (TID:0x6313b30, sys_thread_t:0x223c0de8,state:CW,
    native ID:0x6ac) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "SymcJIT-LazyCompilation-1" (TID:0x61afc60, sys_thread_t:0x219a5d48,
    state:CW, native ID:0x6bc) prio=1
    at SymantecJITCompilationThread.DoCompileMethod(Native Method)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
    Code)
    "SymcJIT-LazyCompilation-0" (TID:0x61afca8, sys_thread_t:0x219a4c18,
    state:CW, native ID:0x640) prio=1
    at SymantecJITCompilationThread.DoCompileMethod(Native Method)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
    Code)
    "SymcJIT-LazyCompilation-PA" (TID:0x61afc70,sys_thread_t:0x219a3ae8,
    state:CW, native ID:0x6a8) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
    Code)
    "Finalizer" (TID:0x61a9320, sys_thread_t:0x2105dfe0, state:CW,native
    ID:0x3cc) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, CompiledCode)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, CompiledCode)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0x61a93b0, sys_thread_t:0x2105c638,
    state:CW,
    native ID:0x6b8) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0x61a93e0, sys_thread_t:0x21059408,state:R,
    native ID:0x498) prio=5
    "main" (TID:0x61a91e0, sys_thread_t:0x2f5f90, state:CW, nativeID:0x710)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:107)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Monitor Cache Dump:
    weblogic.time.common.internal.TimeTable@6BD8660/6F2AFE8: <unowned>
    Waiting to be notified:
    "HighPriority TimeEventGenerator" (0x24c7fdc8)
    java.net.PlainSocketImpl@6BDBA70/7357B08: owner "ListenThread"
    (0x24ed8f80) 1 entry
    oracle.jdbc.driver.OraclePreparedStatement@5E403B8/D4CF580: owner
    "ExecuteThread-8" (0x22449f30) 1 entry
    weblogic.kernel.ExecuteThread@6323590/7A400B0: <unowned>
    Waiting to be notified:
    "NBExecuteThread-1" (0x2245f660)
    weblogic.t3.srvr.T3Srvr@61CE7B0/6FC2158: <unowned>
    Waiting to be notified:
    "main" (0x2f5f90)
    SymantecJITCompilationThread@61AFCA8/6EB0288: <unowned>
    Waiting to be notified:
    "SymcJIT-LazyCompilation-PA" (0x219a3ae8)
    com.mycompany.server.proxy.MycompanyProxyBeanEOImpl@5F6FCE0/CBCB850:
    owner "ExecuteThread-8" (0x22449f30) 1 entry
    weblogic.security.SpinnerThread@6313B30/79AEB20: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x223c0de8)
    java.lang.ref.ReferenceQueue$Lock@61A9338/6E786E8: <unowned>
    Waiting to be notified:
    "Finalizer" (0x2105dfe0)
    oracle.jdbc.ttc7.TTC7Protocol@63653F0/6FFF008: owner
    "ExecuteThread-1"
    (0x22447930) 1 entry
    java.lang.Object@62FCAA8/6FB1388: owner "ExecuteThread-4"(0x2244ed68)
    1
    entry
    java.lang.ref.Reference$Lock@61A93C0/6E78228: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x2105c638)
    weblogic.kernel.ExecuteThread@6323300/7A3F210: <unowned>
    Waiting to be notified:
    "NBExecuteThread-0" (0x2245e530)
    weblogic.time.common.internal.TimeTable@6314D88/79BB7C8: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x2242bb48)
    weblogic.jdbc.common.internal.ConnectionEnv@63652E8/6FFDF70: owner
    "ExecuteThread-1" (0x22447930) 1 entry
    oracle.jdbc.driver.OracleStatement@5E3EF90/D4DD8C0: owner
    "ExecuteThread-1" (0x22447930) 1 entry
    Registered Monitor Dump:
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Lazy Queue Lock: <unowned>
    Waiting to be notified:
    "SymcJIT-LazyCompilation-0" (0x219a4c18)
    "SymcJIT-LazyCompilation-1" (0x219a5d48)
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method List Monitor: <unowned>
    SymcJIT Lock: <unowned>
    utf8 hash
    table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x21059408) 1 entry
    Waiting to enter:
    "ExecuteThread-13" (0x22448e80)
    "ExecuteThread-8" (0x22449f30)
    "ExecuteThread-7" (0x22449dc0)
    "ExecuteThread-6" (0x22449c50)
    "ExecuteThread-5" (0x22449ae0)
    "ExecuteThread-4" (0x2244ed68)
    "ExecuteThread-1" (0x22447930)
    "ExecuteThread-0" (0x2242fac8)
    Thread queue lock: owner "Signal dispatcher" (0x21059408) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x21059408) 1 entry

  • Is there any Certifications for Weblogic Portals ?

    Hi
    Is there any Certifications for Weblogic Portals ?
    like RHCE, JCP, MCSE ...
    Thanks & Regards,
    Siva VP,
    [email protected]

    Check out this link:
    http://certification.bea.com/certification/dev_certification.jsp

  • WebLogic Security in sp8

    "There is a security issue with the JDK that we are using, 1.2.2_05a. It can only be exploited in certain circumstances. I have some questions that I can not find an answer to on ASK BEA:1. Is WebLogic 5.1 sp8 vulnerable to the exploit described in Sun Security Bulletin

    为了方便Weblogic用户管理JKS证书,我发布了一个Eclipse插件,代号SecureX,该插件将集成Keytool, Axis数字签名,加密,和SSO/SSL向导,目前版本为1.0.0,改自于KeytoolGUI1.6版本。
    作了不少的增强,原来的版本已经停止开发并被作者商业化,开源版本以后将由我提供:)
    SecureX 的URL: http://www.blogjava.net/openssl/archive/2006/03/17/35781.html
    关于SecureX,请参看http://www.blogjava.net/openssl/archive/2006/02/08/29886.aspx
    该Project遵循GPL,参见https://sourceforge.net/projects/securex/
    源代码将在2.0发布到SF。
    代替Keytool的图形化界面,增加了数字签名功能,原来的版本来自于Keytool Gui 1.6(基于SWing),我重写了SWT界面,集成到SecureX并以SecureX为基础,不断扩展Java Security功能,包括加密,签名,SSO向导,SSL向导之类的功能。
    下载:
    http://www.blogjava.net/Files/openssl/plugins.part1.rar
    http://www.blogjava.net/Files/openssl/plugins.part2.rar
    http://www.blogjava.net/Files/openssl/plugins.part3.rar
    http://www.blogjava.net/Files/openssl/plugins.part4.rar
    http://www.blogjava.net/Files/openssl/plugins.part5.rar
    http://www.blogjava.net/Files/openssl/plugins.part6.rar
    http://www.blogjava.net/Files/openssl/plugins.part7.rar
    下载完毕后,解压到plugins目录,然后找到
    其子目录SecureX_1.0.0
    然后,将其整个Copy到Eclipse目录下的Plugin目录下,重启Eclipse,
    然后点击菜单项Securex下KeyTool,就可以运行。
    如对SecureX有兴趣,请加入SecuritySite群(14966586)或者email给我:openssl(at)163.com

  • Weblogic 5.1 SP8 with JDK1.3 installed as an NT Service Fails

    I've just completed the installation of sp8 of Weblogic Server. I used wlconfig to set the environment parameters as outlined in the sp8_readme.html file. I have Weblogic Server installed as a NT Service. When I start the service with Weblogic configured to use JDK1.2 it works just fine. However, when I switch Weblogic to use the JDK1.3, using wlconfig, I receive an Application error stating:"The instruction at "0x04e4d0d6" referenced memory at "0x00000000". The memory could not be written."If I start the WEblogic Server from the command line and configure the environment to use the JDK1.3, everything works fine. It's only when you are trying to run the Weblogic server as an NT Service.Any suggestions?

    I don't think this problem was specific at all to SP8 - I ran into
    this with an earlier version of the fixpack and just decided to run it
    from the startweblogic.cmd file, instead. I never did try to set the
    compiler to none as you did. BTW - it wasn't just as a service that
    this problem existed for me - it also happened if you used the program
    shortcut to start the server - i.e. any way you started it that used
    those registry settings would experience the problem.
    How has the stability been under 1.3 - have you seen any problems with
    that? I was running with 1.3 and the Sun Server Hotspot VM and the
    server kept crashing after just a few pages being displayed from my
    site. This problem could have also been the -noclassgc switch though
    since with that switch I was still seeing the problem under 1.2 - just
    not as fast.
    On Tue, 23 Jan 2001 09:49:05 -0800, "Christopher A. Mathrusse"
    <[email protected]> wrote:
    Seeing as no one has come up with a solution for me, I thought I would at
    least post the fix. If you use JDK1.3 with WLS and are running the server as
    an NT Service, you will need to set your JAVA_HOME value to the JDK1.3 using
    wlconfig, and then set your java.compiler=NONE using
    wlconfig -Djava.copiler=NONE. After completing these changes, WLS will run
    as a service with JDK1.3.
    "Christopher Mathrusse" <[email protected]> wrote in
    message news:[email protected]...
    I've just completed the installation of sp8 of Weblogic Server. I usedwlconfig to set the environment parameters as outlined in the
    sp8_readme.html file. I have Weblogic Server installed as a NT Service. When
    I start the service with Weblogic configured to use JDK1.2 it works just
    fine. However, when I switch Weblogic to use the JDK1.3, using wlconfig, I
    receive an Application error stating:"The instruction at "0x04e4d0d6"
    referenced memory at "0x00000000". The memory could not be written."If I
    start the WEblogic Server from the command line and configure the
    environment to use the JDK1.3, everything works fine. It's only when you are
    trying to run the Weblogic server as an NT Service.Any suggestions?

  • Why only associate certification for Weblogic 11g?

    I am wondering why there is no OCP path for weblogic 11g only a OCA? There is both a OCP and OCA for App server 10g - an end of life product and yet for the current product there is only an OCA.
    Which seems a little odd. Can you please explain? When can we expect an OCP level path for wblogic 11g.
    Cheers!
    Dave

    Hi Dave,
    The best explanation I have for that is just that it was a business decision. I'm sorry I can't give you a better answer. Perhaps there will be an OCP level in the next version.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • IIS 4.0 with weblogic 5.1 sp8, URGENT

    Hi,
    I m running Weblogic 5.1(runs on port 7001) on NT 4.0 with IIS 4.0(runs on
    port 80) with IIS plugin configured properly.
    I can access or run http://www.myhost.com/hello.jsp Hello.jsp is compiled
    by weblogic and returned by back to IIS(browser). However if I access
    http://www.myhost.com/portal/signin.jsp. signin.jsp is compiled by weblogic
    and returned by back to browser through IIS. But my url get change in
    between. It becomes http://www.myhost.com:7001/portal/index.jsp. How Can I
    fix it so that every request is through webserver.
    Any help,

    Hey KP,
    Try redirect by extension instead of redirect by path.
    I tried redirect jsp, gif, and jpg by extension using WLS6SP1/
    EFS3.5(Solaris) and IIS4(NT) and I didn't have any problem with
    the 7001 port number. By the way, have you tried using https to
    request /portal/index.jsp with WLS6 on either NT or
    Solaris platform? My web server (either iplanet or iis) cannot
    render the result return by the WLS and displays "Internal
    Server failure, NSAPI plugin. Cannot continue." when I tried
    https://www.myhost.com/portal/index.jsp or
    https://www.myhost.com/portal/diag.jsp.
    Do you know what's wrong? Help!
    Tony
    "K.P. Patel" <[email protected]> wrote:
    Hi,
    I m running Weblogic 5.1(runs on port 7001) on NT 4.0 with IIS 4.0(runs
    on
    port 80) with IIS plugin configured properly.
    I can access or run http://www.myhost.com/hello.jsp Hello.jsp is compiled
    by weblogic and returned by back to IIS(browser). However if I access
    http://www.myhost.com/portal/signin.jsp. signin.jsp is compiled by weblogic
    and returned by back to browser through IIS. But my url get change in
    between. It becomes http://www.myhost.com:7001/portal/index.jsp. How
    Can I
    fix it so that every request is through webserver.
    Any help,

  • Certification for Weblogic 8.1

    First of all, please excuse me for the re-posting of the same topic about JMS. It was due to an error in my navigator. It was not my intention. :.-(
    And now, the question. I've seen that Coherence is certified for Weblogic 7.0, but is it also certified for Weblogic 8.1? If not, which version will be?
    Thanks and please, excuse me once again for posting error.
    BYe

    Hi Ignacio,
    Coherence works well with WebLogic 8.1.
    If you are using the clustered session replication, there is a one-line change you need to make to the Servlet 2.3 module for session replication. In the constructor for the CoherenceRequest class, change the following line:
    initializeMaxInactive();
    to:
    m_iMaxInActive = 30 * 60; // however many seconds until expiry
    This work-around is for WebLogic 8.1.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Coherence: Easily share live data across a cluster!

  • Certification of WebLogic on Linux on Z10

    Hi ,
    I need to know if weblogic server 11g is certified on Linux on IBM System z10.
    Thanks.

    Hi,
    According to Oracle Martix from 07-01-2010, Your OS is certified for Oracle AS 10gR3 (10.1.3.5+).
    Regrards,
    Hamdy

  • Weblogic 10 g certification

    I am planning to prepare for this exam and am not able to find any books online for 10g or any concrete training material. Even if it is a few differet books thats fine but I don't see anything past weblogic 8.
    Exam Number:     1Z0-108
    Associated Certifications:     Oracle WebLogic Server 10g System Administrator Certified Expert
    Do you know which one books or online material I can access besides the oracle class?
    Thanks

    user9938780 wrote:
    I am planning to prepare for this exam and am not able to find any books online for 10g or any concrete training material. Even if it is a few differet books thats fine but I don't see anything past weblogic 8.
    Exam Number:     1Z0-108
    Associated Certifications:     Oracle WebLogic Server 10g System Administrator Certified Expert
    Do you know which one books or online material I can access besides the oracle class?
    ThanksThere is a book currently due out in UK 2009/11/09 (might slip) Professional Oracle WebLogic Server (Robert Patrick et. at.) ISBN-13 978-0470484302. I can only guess its contents have some relevance.
    There is information arround the Oracle website including (this is not exhaustive):
    - [http://download.oracle.com/docs/cd/E12839_01/index.htm]
    - [http://download.oracle.com/docs/cd/E15051_01/wls.htm]
    - [http://www.oracle.com/technology/obe/fusion_middleware/wls103/index.html]
    The information I have give does not relate directly to the certification topics.

  • Weblogic server Certification

    Hi Folks,
    Which one is the latest certification in weblogic server. Is it 10g or later has come..
    Also can any one suggest which books to refer for this.
    What is the market share of weblogic server in application servers according to latest
    survey.
    Thanks in advance
    Regards
    Manish

    Manish Ramteke wrote:
    Hi Folks,
    Which one is the latest certification in weblogic server. Is it 10g or later has come..Refer to : [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=140]
    Also can any one suggest which books to refer for this.There are several certfications in WeblogicServer ... useful would be to say of which you are focusing I cannot answer this anyway.
    What is the market share of weblogic server in application servers according to latest
    survey.A little off topic ....
    Try:
    [http://emeapressoffice.oracle.com/Content/Detail.asp?ReleaseID=3284&NewsAreaID=2]
    not sure why you were unable to find this or something like it .... you probably need to conisider to take search engine training if you regularly feel need to ask questions like this.
    >
    Thanks in advance
    Regards
    Manish

  • Installation problem of Weblogic 5.1 on Tru64 5.1

    It has been mentioned in Release notes that Weblogic 5.1 works with jdk1.2.2
    on Tru64 Unix version 5.1.
    The following were the activities carried out on Compaq Tru64 OS :
    1.Weblogic 5.1 server and Weblogic 5.1 SP8 has been downloaded (specifying the
    option for non Win32 users while downloading) from BEA website and unzipped
    using the jar utility.
    2.OS version used is
    $ uname -a
    OSF1 xp1000 V5.1 732 alpha
    3.java version used is "1.2.2-6"
    Classic VM (build J2SDK.v.1.2.2:04/26/2000-09:58, native threads, jit_122).
    4.The PATH and LD_LIBRARY_PATH environmental variables are set to :
    echo $PATH
    .:/usr/bin:/usr/opt/java122/bin
    $ echo $LD_LIBRARY_PATH
    /usr/lib:/weblogic/lib/tru64unix:/weblogic/lib:/usr/opt/java122/bin
    5.Java class path has been updated to include Path of weblogic510sp8boot.jar
    and Weblogic class path has been updated to include weblogic510sp8.jar as
    recommended in the service pack release notes.
    6.The options recommended (to resolve known issues with Compaq Alpha on
    Weblogic 5.1)in BEA site has also been taken care in java startup
    script in startWebLogic.sh.
    Known Issues with Compaq Alpha on WebLogic 5.1 (as in Bea site)
    JDK 1.2.2 is a supported JVM when using Weblogic 5.1 on a Tru64 Unix platform.
    However, the WebLogic Server's startup script needs to be modified in order
    for the server to start properly. The JIT(Just-In-Time compiler) must be
    turned off; whereby the -Djava.compiler directive needs to be passed to the
    JVM and the JIT disabled.
    For example:
    /usr/opt/java122/bin/java -Djava.compiler= -ms128m -mx128m -classpath
    ./classes/boot -Dweblogic.class.path=./license:./classes:./lib/weblogicaux.jar:
    ./myserver/serverclasses -Djava.security.manager -Djava.security.policy==
    weblogic.policy weblogic.Server
    The error observed while starting the script startweblogic.sh is :
    $ ./startWebLogic.sh
    LD_LIST=/weblogic/lib/tru64unix
    2224:/bin/ksh: /sbin/loader: Fatal Error: Cannot map library /weblogic/lib/tru64unix
    7. The files existent in this directory are :
    weblogic/lib/tru64unix
    $ ls
    libmuxer.so libwlenv.so zac_tru64unix
    libproxy.so mod_wl.so zac_tru64unix_g
    libweblogicunix1.so oci805_7
    [problem.txt]

    Can you post your startWebLogic.sh script?
    BALAKRISHNAN GANESH wrote:
    It has been mentioned in Release notes that Weblogic 5.1 works with jdk1.2.2
    on Tru64 Unix version 5.1.
    The following were the activities carried out on Compaq Tru64 OS :
    1.Weblogic 5.1 server and Weblogic 5.1 SP8 has been downloaded (specifying the
    option for non Win32 users while downloading) from BEA website and unzipped
    using the jar utility.
    2.OS version used is
    $ uname -a
    OSF1 xp1000 V5.1 732 alpha
    3.java version used is "1.2.2-6"
    Classic VM (build J2SDK.v.1.2.2:04/26/2000-09:58, native threads, jit_122).
    4.The PATH and LD_LIBRARY_PATH environmental variables are set to :
    echo $PATH
    .:/usr/bin:/usr/opt/java122/bin
    $ echo $LD_LIBRARY_PATH
    /usr/lib:/weblogic/lib/tru64unix:/weblogic/lib:/usr/opt/java122/bin
    5.Java class path has been updated to include Path of weblogic510sp8boot.jar
    and Weblogic class path has been updated to include weblogic510sp8.jar as
    recommended in the service pack release notes.
    6.The options recommended (to resolve known issues with Compaq Alpha on
    Weblogic 5.1)in BEA site has also been taken care in java startup
    script in startWebLogic.sh.
    Known Issues with Compaq Alpha on WebLogic 5.1 (as in Bea site)
    JDK 1.2.2 is a supported JVM when using Weblogic 5.1 on a Tru64 Unix platform.
    However, the WebLogic Server's startup script needs to be modified in order
    for the server to start properly. The JIT(Just-In-Time compiler) must be
    turned off; whereby the -Djava.compiler directive needs to be passed to the
    JVM and the JIT disabled.
    For example:
    /usr/opt/java122/bin/java -Djava.compiler= -ms128m -mx128m -classpath
    /classes/boot -Dweblogic.class.path=./license:./classes:./lib/weblogicaux.jar:
    /myserver/serverclasses -Djava.security.manager -Djava.security.policy==
    weblogic.policy weblogic.Server
    The error observed while starting the script startweblogic.sh is :
    $ ./startWebLogic.sh
    LD_LIST=/weblogic/lib/tru64unix
    2224:/bin/ksh: /sbin/loader: Fatal Error: Cannot map library /weblogic/lib/tru64unix
    7. The files existent in this directory are :
    weblogic/lib/tru64unix
    $ ls
    libmuxer.so libwlenv.so zac_tru64unix
    libproxy.so mod_wl.so zac_tru64unix_g
    libweblogicunix1.so oci805_7
    Name: problem.txt
    problem.txt Type: Plain Text (text/plain)
    Encoding: base64

  • How to get the weblogic.httpd.session.timeoutSecs value in a JSP file

    Hi,
              We are using Weblogic 5.1 SP8. We set weblogic.httpd.session.timeoutSecs=900 in the weblogic.properties file. How can I get this value in a JSP file if I don't use java.util.Properties to parse the properties file?
              Can I use session.getValue(sessionName) to get it? If so, what is the session name for this property?
              Thanks.
              Frank
              

    I think something like this should work:
              T3ServicesDef services = T3Services.getT3Services();
                   services.config().getProperty("weblogic.httpd.session.timeoutSecs");
              Frank Yu <[email protected]> wrote:
              > Hi,
              > We are using Weblogic 5.1 SP8. We set weblogic.httpd.session.timeoutSecs=900 in the weblogic.properties file. How can I get this value in a JSP file if I don't use java.util.Properties to parse the properties file?
              > Can I use session.getValue(sessionName) to get it? If so, what is the session name for this property?
              > Thanks.
              > Frank
              Dimitri
              

  • Create outgoing SSL connections in WebLogic 4.5.1 using JSSE

    Hi,
    Does anyone know how to create outgoing SSL connections from a WLS 4.5.1 using
    JSSE.
    I've implemented an application using JSSE for POSTing data to an HTTPS server
    that requires client authentication and it worked fine. But when used inside the
    WebLogic server it doesn't work, because the WLS SSL classes are used instead
    of the JSSE ones. It returns a "java.io.IOException: Alert: fatal handshake_failure".
    If the ssl.enable property is set to false probably it will work, but I need it
    set to true. Does anyone a way to solve this problem?
    Thanks in advance.

    Hi,
    I also need to do the same in weblogic 5.1 (sp8). I know
    it is not possible with JSSE, but how do I achieve with
    weblogic implementation of Https? I am getting "Non
    supported cipher requested" error. How do I remove this message. It will be
    of great help if someone can list
    down the configuration step in weblogic. I am trying
    to find it in weblogic documentation but no success so far.
    Thanks in advance for your help!
    - Rishi
    "Jerry" <[email protected]> wrote in message
    news:[email protected]..
    Hi Nuno,
    I don't think that you can use JSSE to make outgoing SSL connections inWLS 4.5.1 because
    of the many conflicts between JSSE and the WLS SSL classes
    In versions of 5.1 (such as sp9 and up), and also 6.0 and 6.1, BEA gotrid of these
    conflicts to make the use of JSSE possible with WebLogic to do outgoingSSL.
    In 4.5.1, I believe you are out of luck.
    Joe Jerry
    Nuno Carvalho wrote:
    Hi,
    Does anyone know how to create outgoing SSL connections from a WLS 4.5.1
    using
    JSSE.
    I've implemented an application using JSSE for POSTing data to an HTTPSserver
    that requires client authentication and it worked fine. But when usedinside the
    WebLogic server it doesn't work, because the WLS SSL classes are usedinstead
    of the JSSE ones. It returns a "java.io.IOException: Alert: fatalhandshake_failure".
    If the ssl.enable property is set to false probably it will work, but Ineed it
    set to true. Does anyone a way to solve this problem?
    Thanks in advance.

Maybe you are looking for

  • How to proxy messages from client?

    Hello, i have a problem on how am i gonna proxy the messages from a sender client, to be sent to it's requested client recipient... clientA(want talk to clientB) --> server(sent to clientB) --> clientB(receive) and of course vice versa.. what should

  • New Nano and iPod Camera Connector?

    I just bought the new iPod Nano (3rd generation) and the iPod Camera Connector. The iPod is not recognizing the camera connector. When I connect the camera connector to the iPod, I get this message: "Unsupported accessory is not supported". The geniu

  • How to execute multiple sql query in one time?

    HI I'm trying to convert my sql project In Oracle. In sql i could run multiple select statement/query in once and they return in multiple table result respectively. but in oracle its not executed. like: sqlQry := "Select * from abc; select * from qwe

  • New Computer--iPad Won't Sync

    Frustration with a capital F. A couple of weeks ago I bought a new desk top. All my iPods are doing fine with the transfer of my iTunes library to the new computer. I thought everything was fine with my iPad. It synced a couple of new TV shows and so

  • Pls help to correct my code

    Hai Java Guru. I am new to java , i got an exception while i practicing on packages. I did a program which have two packages and one of them have a function, And i access this function from other packages , and i got a run time error like NoclassDeff