Re: DBMS Realm and Weblogic as Web Server

 

oops , forgot the link
http://www.weblogic.com/docs51/examples/security/rdbmsrealm/Package-examples.security.rdbmsrealm.html
"Rahul Rele" <[email protected]> wrote:
>
I think this link will give you all the answers.
Andre Barnes <[email protected]> wrote:
How did you configure the RDBMS realm? How does it know
what table name and fields the realm is to use?

Similar Messages

  • Using weblogic as web server for Enterprise Manager can someone pls help?

    hello,
    can i have your help on this?
    i want to use Weblogic as web server instead of apache in the structure of Enterprise Manager 10g R3?
    have any of you try this? can someone please provide me some link related to how to configure Weblogic as web server for Enterprise Manager.
    Many thanks in advance
    Cheers,
    Cosmin

    You'll probably have better luck posting in the Enterprise Manager forum:
    Enterprise Manager

  • Using Weblogic as web server for Enterprise Manager 10g R3?

    hello,
    can i have your help on this?
    i want to use Weblogic as web server instead of apache in the structure of Enterprise Manager 10g R3?
    have any of you try this? can someone please provide me some link related to how to configure Weblogic as web server for Enterprise Manager.
    Many thanks in advance
    Cheers,
    Cosmin

    Im dont think its possible to do this with enterpise manager (Dbcosole), It might be possible with GRID .. have a look here
    http://www.oracle.com/technology/products/wag/index.html

  • Apache and Java System Web server

    Is it possible to run Apache Web Server and Java System Web Server on the same computer or is one of them which has to run.

    Sure it can be run simultaneously as long as they don�t share the same Socket (pair of IP-Address/TCP-Port).
    But the question is does it make sense at all - what would you get from Apache which is not there in SJS WS?

  • Help for Installing PHP and Sun One Web Server

    Hi
    I tried to install PHP 5.1.4 and Sun One Web Server 6.1. I am not able to complete this and got stuck. All the available materials in net seems to flow above my head.
    It will be very helpful if someone could let me know the step by step configuration a bit brief for the same.
    Thanks in advance
    Kathirvel Balakrishnan

    Hi Craig
    I am following these steps,
    1st step : Installing PHP on the WindowsNT server (NT users only)
    Copy the php files on your server
    Get the php zip file
    Copy the php files under a directory (for example : d:php4)
    (be careful don't use c:Program Filesphp because of the space between Program and Files
    copy php4ts.dll to c:winnt and msvcrt.dll if you don't already have it on your system
    Edit php.ini-dist
    rename php.ini-dist to php.ini
    Edit php.ini : Indicate in which directory you have copied youre php files. (extension_dir = d:php4extensions ; directory in which the loadable extensions (modules) reside.)
    copy php.ini in winnt directory (php.ini is parsed in my config)
    Matthias Kramer told me that he had to move php.ini to <path-to-netscape-server>/https-servername/config for it to be parsed
    Make a file association under Windows NT
    In a DOS Window, type assoc .php=PHPScript
    ftype PHPScript=d:php4php.exe %1 %*
    Test the 1st step
    Create a C:test.php file with a single line like <? echo("Nothing to write"); ?>
    Create a C:test.bat file with 2 lines test.php
    pause
    double-clic on test.bat
    If you see something like X-Powered-By: PHP/4.0.3
    Content-type: text/html
    Nothing to write
    then the NT association works!!
    2nd step : Configuring Netscape Enterprise Server or iPlanet for PHP4 with nsapi (NT & UNIX)
    Unix users only
    Compile PHP as follows: ./configure --with-nsapi=/usr/local/netscape/server4 --enable-libgcc
    make
    make install
    Add LD_LIBRARY_PATH=<libdir> to your Netscape server startup script
    where <libdir> is the full path to the directory where libstdc++.so.2.10.0 is located (usually /usr/local/lib)
    Add a mime-type to the Netscape Server
    In the Netscape Administration console chose Preferences|Mime Types
    Add a new type called magnus-internal/x-httpd-php for exts=php
    Click here for screenshot
    Stop your Web Server
    Make a copy of obj.conf located in: <path-to-netscape-server>/https-servername/config
    Modify obj.conf
    There are several section in obj.conf
    At the end of the Init section of obj.conf (necessarely after mime type init),
    place this two lines For NT users
    Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="d:/php4/sapi/php4nsapi.dll"
    Init fn="php4_init" errorString="Failed to initialise PHP!"
    For Unix users
    Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/usr/local/netscape/server4/bin/libphp4.so"
    Init fn="php4_init" errorString="Failed to initialise PHP!"
    In The < Object name="default" > section,
    place this line (necessarely after all 'ObjectType' and before all 'AddLog' lines) Service fn="php4_execute" type="magnus-internal/x-httpd-php"
    Add a new object called x-httpd-php <Object name="x-httpd-php">
    ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
    Service fn=php4_execute
    </Object>
    Restart your Web Server
    Test the 2nd step
    Put the test.php file in the document root of your server
    Then type http://server/test.php
    If you can see "nothing to write" in your browser then it works!
    AS mentioned in step 1,
    I am not getting the PHP message.
    I am installing it in my laptop, it has no IP, is that has to do something with this.
    Please guide me from here.
    Thanks in advance
    Kathirvel

  • WebLogic as Web Server Installation using WebLogic Express

    Hi all,
    I am in a process of installing WebLogic Web server. I downloaded WebLogic Express from bea site, and it turns out to be the same bin file that I had used for WebLogic Server installation. During the installation, I did not come across an specific steps meant for WebLogic Express (which is a web server + servlet/jsp container)
    Can some one please guide me at the earlier as regards installation steps for WebLogic Web Server,
    Regards,

    Jim,
    I am trying to set up WLS 9.1 and got this error.
    Could you help me with this? Why I am getting it?
    Thanks!
    Marvin
    ####<Jan 16, 2008 10:54:13 PM EST> <Error> <HTTP> <netwave8888> <MedRecServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1200542053359> <BEA-101359> <The servlet weblogic.servlet.AsyncInitServlet init method failed while it was run in the background. The exception was: java.lang.ExceptionInInitializerError.
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    org.apache.commons.logging.LogConfigurationException: java.lang.reflect.InvocationTargetException
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
         at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    java.lang.reflect.InvocationTargetException
         at jrockit.reflect.NativeConstructorInvoker.newInstance([Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
         at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    java.lang.NoClassDefFoundError: org/apache/log4j/LogManager
         at org.apache.log4j.Category.getInstance(Category.java:514)
         at org.apache.commons.logging.impl.Log4JCategoryLog.<init>(Log4JCategoryLog.java:104)
         at jrockit.reflect.NativeConstructorInvoker.newInstance([Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
         at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    >
    ####<Jan 16, 2008 10:54:13 PM EST> <Info> <Management> <netwave8888> <MedRecServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1200542053609> <BEA-141052> <The auto deployment poller has started.>

  • {Q} Debuging Servlets with VCafe 4.0 using WebLogic as WEB server

    Hi,
              I am trying to set up VCafe 4.0 to debug servlets deployed on WebLogic 5.1.
              I don't have any problem with default servlet debugging, but I don't know
              how to tell VCafe that my WEB Server isWebLogic. Any ideas?
              Greg Mirsky
              

    What edition of VCafe is required?
              Enterprise, Professional or standard. I am now using JBuilder and anyone has
              experience comparing it with VCafe.
              Jonathan
              Don Reamey wrote:
              > Start the EJB Server from within Cafe ( you must have an EJB project open),
              > also have your servlet project open.
              >
              > Once the EJB server has been started from with in Cafe, select attach to
              > process from the file menu.
              >
              > Attach to your server and set a break point in your sevlet.
              >
              > Go to the browser of your choice and run your application as normal.
              >
              > The break point should get hit and you can start stepping.
              >
              > The same procedure works for JSP's as long as you have the
              > keepgenerated=true.
              >
              > Don Reamey
              > www.ibexone.com
              >
              > "Greg Mirsky" <[email protected]> wrote in message
              > news:[email protected]..
              > > Hi,
              > > I am trying to set up VCafe 4.0 to debug servlets deployed on WebLogic
              > 5.1.
              > > I don't have any problem with default servlet debugging, but I don't know
              > > how to tell VCafe that my WEB Server isWebLogic. Any ideas?
              > > Greg Mirsky
              > >
              > >
              > >
              

  • IPlanet 4.1 and Weblogic 5.1 Server

    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.

    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's  web server

    Which web server is used with WebLogic application server ? I mean with the default installation ? For Oracle Application Server, Oracle HTTP server was the default ?

    WebLogic Server serves HTTP traffic through it's own Servlet engine and does not require a separate web server. If you want to front-end WebLogic Server with another HTTP server or a hardware load balancer, then you are welcome to use the HTTP server plugins. Both Apache and IIS plugins are available with WLS 10.3
    http://edocs.bea.com/wls/docs103/plugins/overview.html#wp1033185

  • Step by Step of how to Install and configure the Web Server Core 2008 R2

    I encoutred a couple of problems installing a Web Server Core 2008 R2 edition including the remote connection and for people who are encountring the error :
    "The WinRM client cannot complete the operation within the time specified" or the error : " Could not connect to the specified
    computer. Details: Unable to connect to the remote server "   I think those couple of video will be helpfull,
    so I decided to record and share this experience with you by producing the server core from A  to Z to avoid the headache that I encountred
    during my experience. The lab environment is vmware but you can use hyper v or even physical lab if you want as  the steps are the
    same
    http://www.youtube.com/playlist?list=PLzayUN5B2cXMoyziV4oUs94P6EZT6QVmc
    watch?v=5z1NiWUJdGU  Wipe generation
    watch?v=Q3BoLkWWAC4  hard disk preparation
    watch?v=lOPvy-cn0Uk  server core installation
    watch?v=gTnOUJfRkDg  configure the web server
    watch?v=0ofvknXMNsc  install .net framework in the webserver
    watch?v=K4ADBzZeM6E  install the web server role
    watch?v=oGHC0sbe17Y  remote control the server
    watch?v=SpzAsRkjV40  continue the remote configuration
    watch?v=XjPD8U_y29I  Create and alias for the web server
    watch?v=Pim1T6z6DJM  Configure a Win 7 machine to control
    Enjoy  the vids
    The complexity resides in the simplicity Follow me at: http://smartssolutions.blogspot.com

    Hi MASNSN,
    Thanks for your sharing =)

  • Running WebLogic as Web Server

              Hi,
              Please help!
              I am using WebLogic as a Web Server.
              For some reason, I cannot access HMTL files in myserver/public_html folder.
              What should be added/modified in order for this to work?
              Thanks a lot,
              -Yuri
              [weblogic.properties]
              

    Check "documentRoot" variable in your property file. It should point to:
              C:\weblogic\myserver\public_html & you should have all your html files
              under that directory. This holds true if you're using the default
              configuration.
              Yuri Sokolovski wrote:
              > Hi,
              >
              > Please help!
              >
              > I am using WebLogic as a Web Server.
              > For some reason, I cannot access HMTL files in myserver/public_html folder.
              > What should be added/modified in order for this to work?
              >
              > Thanks a lot,
              >
              > -Yuri
              >
              > ------------------------------------------------------------------------
              > Name: weblogic.properties
              > weblogic.properties Type: Plain Text (text/plain)
              > Encoding: base64
              

  • Weblogic as web server

    Is there any hints to get Weblogic up & running on port 80 as a web server?
    We have IIS working fine, but this is a development box that just needs to
    be viewed & doesn't need IIS. We're not using servlets either. Instead of
    pointing my client to http://www.abc.com:7001/index.jsp , I'd like to point
    them to http://www.abc.com/index.jsp & have them see the same thing.
    Are there a few commands that I need to put in the weblogic.properties file?

    change the following property in your weblogic.properties file.
    weblogic.system.listenPort=80
    Kumar
    Mike Kendzierski wrote:
    Is there any hints to get Weblogic up & running on port 80 as a web server?
    We have IIS working fine, but this is a development box that just needs to
    be viewed & doesn't need IIS. We're not using servlets either. Instead of
    pointing my client to http://www.abc.com:7001/index.jsp , I'd like to point
    them to http://www.abc.com/index.jsp & have them see the same thing.
    Are there a few commands that I need to put in the weblogic.properties file?[att1.html]

  • Oracle error ORA-00600 when using Oracle 10g and Sun One Web Server 6.1

    I have a java application that was running under Solaris 8 and Oracle 9i. I am trying to get it up and running on a new server that is configured with Solaris 9 and Oracle 10g. Whenever the application tries to connect to the database it receives the following error: ORA-00600 [ttcgcshnd-1][0]. My research indicates that this is an internal Oracle error that represents a low level unexpected condition. I have looked through my configuration for the Web Server and I have not been able to determine the cause of this problem. My DBA tells me that we have the latest patch installed for Oracle! Has anyone encountered this problem before? Any help would be greatly appreciated!

    If the problem is also present in a SWING app, i.e. outside the web server, then it is porbably something external to the webserver.
    I think you should ensure that the driver and database are compatible with each other. It is very likely that you need a new jdbc driver for the new database.
    download from here http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101020.html
    try the ojdbc14.jar

  • NetBeans and Sun ONE Web Server 6.1

    I have a JSP / Beans / Servlet Web application working in Tomcat on my local machine, a Macintosh laptop. I used NetBeans to create it all, and everything works fine there. I have tried to upload everything to another computer (Solaris based) which is running Sun ONE Web Server 6.1, but am having problems.
    I uploaded the WAR file that NetBeans created, and uploaded the 'web' directory that NetBeans created. I can access HTML files from that web folder, but when I ask it to go to the first page, index.jsp, it has a problem with the beans. In my JSP file I do:
    <jsp:useBean id="db" class="drc.database" scope="session" />
    It seems to be having problems loading that class. What do I need to do? Here is the error code:
    [04/Aug/2005:17:15:36] fine (15708):      for host 129.147.40.215 trying to GET /index.jsp, ntrans-j2ee reports: mapped uri "/index.jsp" in context "" to resource "jsp"
    [04/Aug/2005:17:15:36] fine (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: context = StandardEngine[null].StandardHost[drc].StandardContext[]
    [04/Aug/2005:17:15:36] fine (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: contextPath =
    [04/Aug/2005:17:15:36] fine (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: wrapper = StandardEngine[null].StandardHost[drc].StandardContext[].StandardWrapper[jsp]
    [04/Aug/2005:17:15:36] fine (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: servletPath = /index.jsp
    [04/Aug/2005:17:15:36] fine (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: pathInfo = null
    [04/Aug/2005:17:15:36] info (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): JspEngine --> /index.jsp
    [04/Aug/2005:17:15:36] info (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): ServletPath: /index.jsp
    [04/Aug/2005:17:15:36] info (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): PathInfo: null
    [04/Aug/2005:17:15:36] fine (15708):      for host 0.0.0.0 trying to GET /index.jsp, ntrans-j2ee reports: mapped uri "/index.jsp" in context "" to resource "jsp"
    [04/Aug/2005:17:15:36] info (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): RealPath: /www/html/drc/index.jsp
    [04/Aug/2005:17:15:36] info (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): RequestURI: /index.jsp
    [04/Aug/2005:17:15:36] info (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): QueryString: null
    [04/Aug/2005:17:15:36] failure (15708):      for host 129.147.40.215 trying to GET /index.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
         org.apache.jasper.JasperException: WEB4000: Unable to compile class for JSPWEB4124:
         An error occurred at line: 3 in the JSP file: /index.jsp
         WEB4126: Generated servlet error:
         /opt/SUNWwbsvr/https-kesin.Central.Sun.COM/ClassCache/drc/default-webapp/_jsps/_index_jsp.java:66: package drc does not exist
         drc.database db = null;
         ^
         WEB4124:
         An error occurred at line: 3 in the JSP file: /index.jsp
         WEB4126: Generated servlet error:
         /opt/SUNWwbsvr/https-kesin.Central.Sun.COM/ClassCache/drc/default-webapp/_jsps/_index_jsp.java:69: package drc does not exist
         db= (drc.database)
         ^
         WEB4124:
         An error occurred at line: 3 in the JSP file: /index.jsp
         WEB4126: Generated servlet error:
         /opt/SUNWwbsvr/https-kesin.Central.Sun.COM/ClassCache/drc/default-webapp/_jsps/_index_jsp.java:74: package drc does not exist
         db = (drc.database) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "drc.database");
         ^
         3 errors
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:764)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspServlet.java:624)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:412)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:578)

    it is certifying / authenticating that the secured
    web site is owned by the genune party and the
    transactions with the party is doing through a
    encrypted format.
    Am i correct up to this???Correct, that is what SSL/certificates are for.
    >
    Then my dowt is that
    Is it possible to make my server SSL enabled with
    h out using any certificate ????( the documents you
    are given is telling about certificates)No it is not possible - the whole idea behind SSL communication is that it is based on TRUSTED secure communication. If a client can not check validity of server's certificate it is not trusted any more.
    It might not seem to be the case when you create a self-signed certificate, but it really is so. In case of a self signed certificate you(i.e your browser) trust yourself with whatever you do with your application on your webserver.
    After all can I install some certificates lateron ??
    If you really need SSL with your webserver you have to either create a self signed certificate, see this: http://sial.org/howto/openssl/self-signed/
    or request a test certificate from www.verisign.com or www.thawtee.com

  • The threads increase and the iPlanet Web Server 6.1SP5 restart itself

    Hi all,
    i becoming crazy, with my web servers.
    I have 3 front-end balanced servers with the same configuration:
    SunOS 5.9 Generic_118558-22 sparc SUNW,Sun-Fire-V240, 4GB RAM.
    iPlanet Web Server is 6.1 SP5
    Then the problem is:
    - When i start my Web Servers there arn't errors, but during the day, the threads (shown by "top" under under column THR) that in mornig are 300~400 increases until becoming 750~850 and one or more of them restart itself automatically; therefore my head has ordered to the society that supplies us the monitoring service to restart duning the night the web servers at a distance of little minutes in order to avoid the hang of the webs.
    How I can avoid the increment of the threads?
    Every suggestion is appreciated.
    Thanks in advance
    ---// /log/errors
    [30/Nov/2006:12:48:04] info (19508): CORE3282: stdout: 56993093 [service-j2ee-389] ERROR net.sf.ehcache.store.DiskStore - S
    ocQuotateStudiResultCache: Elements cannot be written to disk store because the spool thread has died.
    [30/Nov/2006:12:48:08] info (19508): CORE3282: stdout: 56997238 [service-j2ee-410] ERROR net.sf.ehcache.store.DiskStore - S
    ocQuotateStudiResultCache: Elements cannot be written to disk store because the spool thread has died.
    [30/Nov/2006:12:48:11] info (19508): CORE3282: stdout: 56999997 [service-j2ee-93] ERROR com.inferentiadnm.fwaext.service.dow
    nload.DownloadRightNisDealingFree - L'avviso 2006/17681.pdf non ? valido.
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: 57001322 [service-j2ee-177] ERROR FWA - com.borsaitaliana.service.Di
    splayMTF2LevDif com.inferentiadnm.display.dao.BorsaException: - FATAL EXCEPTION DURING DAO EXECUTION
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: Caused by:
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: com.icteam.IfsBridgerv7.rvbusrv7.BusException: Bridge::com.icteam.Ifs
    Bridgerv7.rvbusrv7.BusException: submit: TibrvException[error=19,message=Out of memory]
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:437)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:465)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:454)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submitAndGetAnswers(Bridge.java:45
    9)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:236)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:364)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:349)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2Lev.getData(Abs
    tractManager2Lev.java:74)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2LevInt.getData(
    AbstractManager2LevInt.java:29)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.ManagerMTF2Lev.elaboraTemplate(
    ManagerMTF2Lev.java:76)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.AbstractDisplay2Lev.executeCommonServic
    e(AbstractDisplay2Lev.java:84)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.DisplayMTF2LevDif.executeService(Displa
    yMTF2LevDif.java:67)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.RequestHandlerModeler.loadModel(
    RequestHandlerModeler.java:53)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.AbstractResourceModeler.getModel
    (AbstractResourceModeler.java:134)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA
    ccessorImpl.java:25)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at java.lang.reflect.Method.invoke(Method.java:324)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.VectorSortInterceptor.invoke(
    VectorSortInterceptor.java:105)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.ReflectiveMethodInvocation.proc
    eed(ReflectiveMethodInvocation.java:144)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDy
    namicAopProxy.java:174)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at $Proxy1.getModel(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.schedastrumento.ETFBusinessMo
    del.execute(ETFBusinessModel.java:54)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.invok
    eBusinessModel(DelegateMapBusinessModel.java:72)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.execu
    te(DelegateMapBusinessModel.java:52)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.EventDrivenController.handle(EventDri
    venController.java:115)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractCommandController.han
    dleRequestInternal(AbstractCommandController.java:79)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractController.handleRequ
    est(AbstractController.java:128)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapte
    r.handle(SimpleControllerHandlerAdapter.java:44)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doDispatch(Disp
    atcherServlet.java:684)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doService(Dispa
    tcherServlet.java:625)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.serviceWrapper(F
    rameworkServlet.java:386)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkS
    ervlet.java:346)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:787)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invokeServletServic
    e(StandardWrapperValve.java:771)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrap
    perValve.java:322)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardContextValve.invoke(StandardCont
    extValve.java:212)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostVal
    ve.java:209)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIP
    rocessor.java:161)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: com.icteam.IfsBridgerv7.rvbusrv7.BusException: Bridge::com.icteam.Ifs
    Bridgerv7.rvbusrv7.BusException: submit: TibrvException[error=19,message=Out of memory]
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:437)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:465)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:454)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submitAndGetAnswers(Bridge.java:45
    9)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:236)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:364)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:349)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2Lev.getData(Abs
    tractManager2Lev.java:74)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2LevInt.getData(
    AbstractManager2LevInt.java:29)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.ManagerMTF2Lev.elaboraTemplate(
    ManagerMTF2Lev.java:76)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.AbstractDisplay2Lev.executeCommonServic
    e(AbstractDisplay2Lev.java:84)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.DisplayMTF2LevDif.executeService(Displa
    yMTF2LevDif.java:67)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.RequestHandlerModeler.loadModel(
    RequestHandlerModeler.java:53)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.AbstractResourceModeler.getModel
    (AbstractResourceModeler.java:134)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA
    ccessorImpl.java:25)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at java.lang.reflect.Method.invoke(Method.java:324)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.VectorSortInterceptor.invoke(
    VectorSortInterceptor.java:105)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.ReflectiveMethodInvocation.proc
    eed(ReflectiveMethodInvocation.java:144)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDy
    namicAopProxy.java:174)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at $Proxy1.getModel(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.schedastrumento.ETFBusinessMo
    del.execute(ETFBusinessModel.java:54)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.invok
    eBusinessModel(DelegateMapBusinessModel.java:72)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.execu
    te(DelegateMapBusinessModel.java:52)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.EventDrivenController.handle(EventDri
    venController.java:115)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractCommandController.han
    dleRequestInternal(AbstractCommandController.java:79)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractController.handleRequ
    est(AbstractController.java:128)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapte
    r.handle(SimpleControllerHandlerAdapter.java:44)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doDispatch(Disp
    atcherServlet.java:684)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doService(Dispa
    tcherServlet.java:625)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.serviceWrapper(F
    rameworkServlet.java:386)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkS
    ervlet.java:346)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:787)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invokeServletServic
    e(StandardWrapperValve.java:771)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrap
    perValve.java:322)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardContextValve.invoke(StandardCont
    extValve.java:212)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostVal
    ve.java:209)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIP
    rocessor.java:161)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: 57001323 [service-j2ee-177] ERROR com.inferentiadnm.fwaext.service.Re
    questHandlerModeler - Unable to load data from model DisplayMTF2LevDif
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: com.inferentiadnm.display.dao.BorsaException: com.borsaitaliana.servi
    ce.DisplayMTF2LevDif - FATAL EXCEPTION DURING DAO EXECUTION
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: Caused by:
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: com.icteam.IfsBridgerv7.rvbusrv7.BusException: Bridge::com.icteam.Ifs
    Bridgerv7.rvbusrv7.BusException: submit: TibrvException[error=19,message=Out of memory]
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:437)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:465)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:454)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submitAndGetAnswers(Bridge.java:45
    9)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:236)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:364)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:349)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2Lev.getData(Abs
    tractManager2Lev.java:74)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2LevInt.getData(
    AbstractManager2LevInt.java:29)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.ManagerMTF2Lev.elaboraTemplate(
    ManagerMTF2Lev.java:76)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.AbstractDisplay2Lev.executeCommonServic
    e(AbstractDisplay2Lev.java:84)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.DisplayMTF2LevDif.executeService(Displa
    yMTF2LevDif.java:67)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.RequestHandlerModeler.loadModel(
    RequestHandlerModeler.java:53)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.AbstractResourceModeler.getModel
    (AbstractResourceModeler.java:134)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA
    ccessorImpl.java:25)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at java.lang.reflect.Method.invoke(Method.java:324)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.VectorSortInterceptor.invoke(
    VectorSortInterceptor.java:105)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.ReflectiveMethodInvocation.proc
    eed(ReflectiveMethodInvocation.java:144)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDy
    namicAopProxy.java:174)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at $Proxy1.getModel(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.schedastrumento.ETFBusinessMo
    del.execute(ETFBusinessModel.java:54)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.invok
    eBusinessModel(DelegateMapBusinessModel.java:72)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.execu
    te(DelegateMapBusinessModel.java:52)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.EventDrivenController.handle(EventDri
    venController.java:115)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractCommandController.han
    dleRequestInternal(AbstractCommandController.java:79)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractController.handleRequ
    est(AbstractController.java:128)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapte
    r.handle(SimpleControllerHandlerAdapter.java:44)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doDispatch(Disp
    atcherServlet.java:684)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doService(Dispa
    tcherServlet.java:625)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.serviceWrapper(F
    rameworkServlet.java:386)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkS
    ervlet.java:346)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:787)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invokeServletServic
    e(StandardWrapperValve.java:771)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrap
    perValve.java:322)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardContextValve.invoke(StandardCont
    extValve.java:212)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIP
    rocessor.java:161)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: com.icteam.IfsBridgerv7.rvbusrv7.BusException: Bridge::com.icteam.Ifs
    Bridgerv7.rvbusrv7.BusException: submit: TibrvException[error=19,message=Out of memory]
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:437)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:465)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submit(Bridge.java:454)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.icteam.IfsBridgerv7.Bridge.submitAndGetAnswers(Bridge.java:45
    9)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:236)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:364)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.display.dao.DaoDisplayIFSImpl.getData(DaoDispla
    yIFSImpl.java:349)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2Lev.getData(Abs
    tractManager2Lev.java:74)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.AbstractManager2LevInt.getData(
    AbstractManager2LevInt.java:29)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.display.manager.ManagerMTF2Lev.elaboraTemplate(
    ManagerMTF2Lev.java:76)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.AbstractDisplay2Lev.executeCommonServic
    e(AbstractDisplay2Lev.java:84)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.DisplayMTF2LevDif.executeService(Displa
    yMTF2LevDif.java:67)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.RequestHandlerModeler.loadModel(
    RequestHandlerModeler.java:53)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.AbstractResourceModeler.getModel
    (AbstractResourceModeler.java:134)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA
    ccessorImpl.java:25)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at java.lang.reflect.Method.invoke(Method.java:324)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.VectorSortInterceptor.invoke(
    VectorSortInterceptor.java:105)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.ReflectiveMethodInvocation.proc
    eed(ReflectiveMethodInvocation.java:144)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDy
    namicAopProxy.java:174)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at $Proxy1.getModel(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.schedastrumento.ETFBusinessMo
    del.execute(ETFBusinessModel.java:54)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.invok
    eBusinessModel(DelegateMapBusinessModel.java:72)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.execu
    te(DelegateMapBusinessModel.java:52)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.EventDrivenController.handle(EventDri
    venController.java:115)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractCommandController.han
    dleRequestInternal(AbstractCommandController.java:79)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractController.handleRequ
    est(AbstractController.java:128)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapte
    r.handle(SimpleControllerHandlerAdapter.java:44)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doDispatch(Disp
    atcherServlet.java:684)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.DispatcherServlet.doService(Dispa
    tcherServlet.java:625)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.serviceWrapper(F
    rameworkServlet.java:386)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkS
    ervlet.java:346)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:787)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invokeServletServic
    e(StandardWrapperValve.java:771)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrap
    perValve.java:322)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardContextValve.invoke(StandardCont
    extValve.java:212)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostVal
    ve.java:209)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline
    .java:509)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIP
    rocessor.java:161)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.service.DisplayMTF2LevDif.executeService(Displa
    yMTF2LevDif.java:75)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.RequestHandlerModeler.loadModel(
    RequestHandlerModeler.java:53)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.inferentiadnm.fwaext.service.AbstractResourceModeler.getModel
    (AbstractResourceModeler.java:134)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA
    ccessorImpl.java:25)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at java.lang.reflect.Method.invoke(Method.java:324)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.VectorSortInterceptor.invoke(
    VectorSortInterceptor.java:105)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.ReflectiveMethodInvocation.proc
    eed(ReflectiveMethodInvocation.java:144)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDy
    namicAopProxy.java:174)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at $Proxy1.getModel(Unknown Source)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.service.schedastrumento.ETFBusinessMo
    del.execute(ETFBusinessModel.java:54)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.invok
    eBusinessModel(DelegateMapBusinessModel.java:72)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.compat.DelegateMapBusinessModel.execu
    te(DelegateMapBusinessModel.java:52)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at com.borsaitaliana.framework.EventDrivenController.handle(EventDri
    venController.java:115)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractCommandController.han
    dleRequestInternal(AbstractCommandController.java:79)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.AbstractController.handleRequ
    est(AbstractController.java:128)
    [30/Nov/2006:12:48:12] info (19508): CORE3282: stdout: at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapte
    r.handle(SimpleControllerHandlerAdapter.java:44)
    [30/Nov/200

    Try this:
    http://knowledgebase.iplanet.com/ikb/kb/articles/7622.html
    Hope it helps!
    Thanks

Maybe you are looking for

  • Duplicate Sales Order Check run

    Hi all, How to run a duplicate sales order check report? Thank you Vinu

  • NVidia v1.0-8756 released!

    http://www.nvidia.com/object/linux_display_ia32_1.0-8756.html wrote: Linux Display Driver - IA32 Version: 1.0-8756 Operating System: Linux IA32 Release Date: April 7, 2006 Release Highlights     * Adds support for GeForce 7300, GeForce 7400 Go, GeFor

  • Query for Number generation

    hi all,        Does anyone have an Query which i can use for generating an automatic generation of Number in sales order. Suppose whenever sales order add it generate no. serially like 01,02,03........... and so on in UDF. thanks and regards rahul

  • Best practice for fonts/typefaces in iBooks

    I was wondering if there is any limitations when making iBooks? Web? Fun? English? Traditional? etc...

  • Subscription, change, one product to creative cloud, education staff

    I have a current 12-month commitment for Dreamweaver. I received an e-mail about Creative Cloud for teachers and students at $19.99. My questions: Can I upgrade my subscription from Dreamweaver to CC? As a staff member ([email protected]) can I get t