IPlanet web server crash 6.0SP5

Hi all,
I am getting the following errors in iPlanet web server
Platform details: Sun solaris, SPARC, 8, iPlanet 6.0 SP5
Pls let me know how to fix this porblem
Error details
Error 1:
catastrophe ( 7455): Server crash detected (signal SIGSEGV)
info ( 7455): Crash occurred in NSAPI SAF validate_session_policy
info ( 7455): Crash occurred in function xmlFreeNodeList from module /opt/SUNWam/lib/libxml2.so.2
failure ( 7454): Child process admin thread is shutting down
Error 2:
catastrophe ( 529): Server crash detected (signal SIGBUS)
info ( 529): Crash occurred in NSAPI SAF validate_session_policy
info ( 529): Crash occurred in function xmlFreeProp from module /opt/SUNWam/lib/libxml2.so.2
failure ( 522): Child process admin thread is shutting down
Error 3:
catastrophe (13576): Server crash detected (signal SIGILL)
info (13576): Crash occurred in NSAPI SAF NSServletService
failure (29922): Child process admin thread is shutting down
Error 4:
catastrophe (11097): Server crash detected (signal SIGSEGV)
info (11097): Crash occurred in function __0fLPollManagerNAddConnectionR6KConnectionUi from module /app/iws605/bin/https/lib/libns-httpd40.so
Error 5
catastrophe (27403): Server crash detected (signal SIGSEGV)
info (27403): Crash occurred in NSAPI SAF NSServletService
info (27403): Crash occurred in function memset from module /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1

Hi
I am also getting the following error.
Jawwad ,Can you please let me know did your problem got solved , what was the solution
Any help will be highly appreciated
[26/Apr/2004:09:09:04] failure ( 5958): Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.la
ng.OutOfMemoryError
[26/Apr/2004:09:09:07] failure ( 5958): Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.la
ng.OutOfMemoryError
[26/Apr/2004:09:09:14] catastrophe ( 5958): Server crash detected (signal SIGSEGV)
[26/Apr/2004:09:09:14] info ( 5958): Crash occurred in function __0fLPollManagerNAddConnectionR6KConnectionUi from module /opt/app/bstwkwww/
iplanet60/bin/https/lib/libns-httpd40.so
Thanks and regards
Shikhar

Similar Messages

  • IPlanet Web Server crashes when uploading a file of size 15 MB

    Hi
    Setup is iPlanet Web Server 6.0 with iPlanet App Server 6.5. A servlet is used to upload files using multipart form data. The web server restarts itself when tried to upload a huge file (approx 15 MB). The error log says
    Catastrophe (600) Web server crashed.
    Any help is appreciated
    Thanks in advance
    Rajesh

    yeah its working fine. Thank you very much..
    But it would be better if we provide the chunklength rather than using a zero to upload the file fastly.

  • Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout).

    Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout). It is as if the server has decided that the client has timed out during the file upload. The default setting is 30 seconds for AcceptTimeout in the magnus.conf file. This should be ample to get the file across, even increasing this to 2 minutes just produces the same error after 2 minutes. Any help appreciated. Apologies if this is not the correct forum for this, I couldn't see one for iPlanet and Web, many thanks, Kieran.

    Hi,
    You didnt mention which version of IWS. follow these steps.
    (1)Goto Web Server Administration Server, select the server you want to manage.
    (2)Select Preference >> Perfomance Tuning.
    (3)set HTTP Persistent Connection Timeout to your choice (eg 180 sec for three minutes)
    (4) Apply changes and restart the server.
    *Setting the timeout to a lower value, however, may    prevent the transfer of large files as timeout does not refer to the time that the connection has been idle. For example, if you are using a 2400 baud modem, and the request timeout is set to 180 seconds, then the maximum file size that can be transferred before   the connection is closed is 432000 bits (2400 multiplied by 180)
    Regards
    T.Raghulan
    [email protected]

  • Global data in a servlet using iPlanet Web Server

    Our configuration is an Applet->Servlet->JNI->C/C++ code.
    We have C code that does a number of lengthy mathematical calculations. This C code not only uses its own global variables but, it is also comprised of numerous subroutines that all call each other, reading and writing global C variables as they go. These globals are all isolated to the C code shareable object (.so) library that is included using the LoadLibrary call when the servlet is initialized.
    The problem is that in a multi-user environment (3-5 simultaneous users) we need to have each user have their own "copy" of the servlet (and the C code) so that users will not be accessing each other's global data. We can NOT have only one copy of the C code and define it as synchronized because the calculations that are performed can take a very long time and we can not hold off user requests while the firs user finishes.
    Our hope is that there is a way to configure the iPlanet Web server such that each new user that starts up a copy of the Applet/Servlet combination will get their own "space" so that they can work independently of any other user. We have at most 20 users of this system and only 3-5 simultaneous users so we should not have a problem with memory or CPU speed.
    If anyone has a solution, I would greatly appreciate it!

    The C library is shareable. But you don't want it to be shared. That's your question summarized, isn't it?
    You probably can't prevent it from being shared, so to prevent multiple use of it you would have to queue up the requests to be done one at a time. WynEaston's suggestion of having the servlet implement SingleThreadModel would help, but I believe the servlet spec allows servers to run multiple copies of a servlet that does that (as opposed to running a single copy in multiple threads).
    Your other alternative is to rewrite the math in Java, or at least in some object-oriented language where you don't need global variables (which are the source of your problem). All right, I can already hear you saying "But that wouldn't be as fast!" Maybe not, but that isn't everything. Now you have a problem in queueing theory: do you want a single server that's fast, but jobs have to wait for it, or do you want multiple servers that aren't as fast, but jobs don't have to wait? That's a question you would have to evaluate based on the usage of your site, and it isn't an easy one.

  • Can iDSIE (Meta-directory) be used as a single authentication point from iPlanet Web Server for multiple databases using direct "or" indirect connectors?

    Basically, the latest release of iPlanet Web Server forces the user/group information source to be an LDAP database. Currently, the user accounts are in Active Directory, NT, Oracle and NetWare Directory Service in this heterogeneous environment.
    What I am looking for is a meta-directory product which can do two things:
    1-Single authentiation point for users in mulitple databases from iPlanet Web Server.
    2-Single administration point for all of the databases listed above.
    For example, can I add/modify/delete a user account at the meta-directory level and have this propagate to all of the databases listed above reducing the administration to one meta-directory product?

    With an Virtual Directory solution, you can authenticate Iplanet Web Server against nearly anything including any LDAPv3 Directory Server, Microsoft Active Directory, Windows NT Domains, Oracle RDBMS, IBM DB2 RDBMS, Microsoft SQL, and others.
    All of this is done dynamically and doesn't require any heavyweight synchronization process. The Virtual Directory acts as a dynamic schema / DIT / data translation engine for different types of repositories.
    OctetString's Virtual Directory Engine is one such example. You can download a 30 day evaluation copy at:
    http://www.octetstring.com
    It will take you all of 30 minutes to get iPlanet Web Server authenticated against and using groups from things like Oracle RDBMS, Windows NT Domains, or Active Directory.

  • Using iPlanet Web Server 6.0 (with ASP or JSP), is it possible to create a StarOffice, Word or Acrobat document using a template and merging it with data from a database (say Oracle)?

     

    Hi,
    It is possible, But it has to be done through codes and iPlanet Web Server has nothing to do with it. But if you want to create the word document by ASP you have to install ASP plugin like ChilliASP (from Chilisoft) with iPlanet Web Server.Merging with database can be done through your code.
    To know more abt creating word doc through ASP try this link
    http://web.ukonline.co.uk/vance/code/aspworddoc.pdf
    Regards,
    T.Raghulan.

  • Works in Tomcat but not in iPlanet Web server

    I have a servlet which first generates a form which has one input field, when user fills in the text field and submits the form it is posted to same servlet. The posted data is processed and redirected to another servlet. Everything works fine on Tomcat3.2 but fails to work on iPlanet web server and throws HTTP Error 500.
    Can someone help me with this? What might be the problem?

    Don't know whey it worked in Tomcat and not in iPlanet, but the reason is because I missed '/' in getRequestDispatcher() methoc
    public RequestDispatcher getRequestDispatcher(java.lang.String path)
    The pathname must begin with a "/" and is interpreted as relative to the current context root.

  • Plumtree portal server (v5.0.1) hosted on iPlanet Web Server (v6.0)

    Has anyone tried to port the Plumtree Corporate Portal v5.0.1 portal server component to iPlanet Enterprise Web Server 6.0 (aka SunONE Web Server, v6.0 )? Plumtree doesn't support this, but I am trying to merge a custom SSO authenticator to the Plumtree portal (v5.0.1). The authenticator runs as a plug-in to SunONE Web Server and has been in place on our customer's web site for a long time now.
    I have this working great in with SSL turned off, but I am having a difficult time getting past an error when I turn on SSL. I can get the portal server to run fine with SSL turned on through Tomcat on the same machine, using the same certificate and JRE. I can also get the SunONE server to run other servlet applications fine with SSL turned on. However, there appears to be either: (1) an incompatibility between SunONE's NSServlet plug-in that handles servlets and the Plumtree framework classes that set up replies via SSL, or (2) a configuration error in my setup somewhere. I'm hoping that (2) is the real culprit, but I've tried just about everything I can think of, and haven't been able to resolve this problem.
    The server starts up fine and I can load non-portal content without a problem. But when I log in, the portal's main community page that should be returned is not being returned to the client. PTSpy (a debugging aid for the Plumtree portal) doesn't indicate any problems, so I know the content is being built by the portal correctly, but the built page is never being sent back to the requesting client.
    Here is the error that gets logged to my SunONE server's error log:
    [29/Dec/2003:15:05:53] failure ( 2772): Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.lang.NoClassDefFoundError: javax/net/ssl/SSLSocket
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:793)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:702)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:583)
    at java.net.URL.openStream(URL.java:960)
    at org.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:149)
    at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:493)
    at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:314)
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1097)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:195)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
    at com.plumtree.openfoundation.xml.dom.XPBuilder.LoadDocumentFromURI(XPBuilder.java:203)
    at com.plumtree.xpshared.jsutil.JSRegistry.LookupJSComponentVersions(JSRegistry.java:243)
    at com.plumtree.xpshared.jsutil.JSRegistry.GetJSComponentVersions(JSRegistry.java:184)
    at com.plumtree.xpshared.jsutil.JSRegistry.GetJSComponent(JSRegistry.java:465)
    at com.plumtree.xpshared.jsutil.JSRegistry.GetJSComponent(JSRegistry.java:444)
    at com.plumtree.uiinfrastructure.statichelpers.ConfigHelper.GetCommonJSIncludes(ConfigHelper.java:1330)
    at com.plumtree.uiinfrastructure.form.AFormAS.DisplayCommonJavaScript(AFormAS.java:59)
    at com.plumtree.portalpages.common.uiparts.PlumtreeAS.DisplayCommonJavaScript(PlumtreeAS.java:88)
    at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayHead(PlumtreeDP.java:599)
    at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:112)
    at com.plumtree.portaluiinfrastructure.activityspace.Interpreter.ProcessDisplayPageOrRedirect(Interpreter.java:816)
    at com.plumtree.portaluiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1589)
    at com.plumtree.portaluiinfrastructure.activityspace.Interpreter.DoService(Interpreter.java:448)
    at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:141)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
    at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061)
    at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)It looks like a Java classpath issue, but I've verified (even in the same log file with java debugging turned on) that the SSLSocket class is getting loaded. I've even tried moving the specification of the jar file containing this class (jsse.jar, part of the JRE) to the beginning and end of my classpath setting.
    I'm using the same JRE that is bundled with the Tomcat release supplied with my Plumtree 5.0.1 installation (1.4.1_02). I can't get the JRE that came bundled with the SunONE v6.0 release to work at all.
    I've posted a similar message on a couple other forums (Java and iPlanet-related, as well as on Plumtree's customer forum) and haven't found an answer yet. Does anyone have any ideas?

    In case anyone else experiences this, I have apparently stumbled upon an issue with iPlanet's handling a specified JRE/JDK instead of the supplied JDK in iPlanet Web Server v6.0, SP5, though I found a way around it to resolve my problem.
    I had been specifying a different JRE to run with through the administrative server manager. However, even though I was specifying to load all the JRE's jar files in my classpath setting, iPlanet was only loading the rt.jar file for my specified JRE. With verbose logging turned on, the error log was indicating that the other classpath specified jar files were being loaded, but apparently they were not being used. The JDK that was released with iPlanet appears to be being used for all other JRE classes outside of those defined in rt.jar. Since the JDK supplied with the iPlanet release didn't contain jsse.jar, which contains SSL support, it was not being loaded and was causing the problem I was seeing.
    Instead of specifying the JRE of a different JDK that I was using, I changed the global setting in the administrative server manager to override the entire JDK. This has resolved my problem.
    So if you specify a JRE to override the iPlanet supplied JDK/JRE, it appears that only the rt.jar file of the specified JRE will be loaded, and the jar files associated with the iPlanet-supplied JRE will be used for all other classes. Specification of a complete JDK to override the supplied one will resolve this.

  • Iplanet web server 6.0 ACL question

    Hi,
    I am using ACLs to protect some of my URLs in iplanet web server 6.0.
    I am getting one problem. Its not a problem actually but would like to know how to avoid authenticating the users 2 times.
    In my ACL file, when ever I create an entry for a path, I am getting the following by default.
    authenticate (user,group) {
    database = "default";
    method = "basic";
    My entry is like this with the above lines.
    acl "path=/www/develop/itsecurity/admin";
    authenticate (user,group) {
    database = "default";
    method = "basic";
    allow absolute (all)
    (user = "modadmin");
    allow absolute (all)
    (user = "itsecadm");
    deny (all)
    (user = "anyone");
    Now if the entry is like this with
    authenticate (user,group) {
    database = "default";
    method = "basic";
    after the first line, then whenever that particulaar user "itsecadm" tries to access the URL, he gets userid and password dialogue box. After entring into the page, if he tries to access or click any other link, it is asking the userid and password again.If he gives this second time, next time onwards it is not asking userid and password.
    But When I remove the lines
    authenticate (user,group) {
    database = "default";
    method = "basic";
    from the file for that particular entry, it is not asking 2nd time userid/password.
    Could you please tel me why this happening. Why this entry is created whenever I am adding a new one into ACL file?
    Is any one facing the similar problem with iplanet web server 6.0 ACL files?
    Thanks & Regards
    Murthy

    Hi,
    Thank you for your suggestion. I have tried with your option also. Still I am getting the second time userid/password dialogue box.
    Is there any other solution to avoid the second time user authentication dialogue box?
    Do you want to see the ACL file?
    Thanks & Regards,
    Murthy

  • Iplanet  web server 7 -how to get more information when a certificate is untrusted ?

    Hi
    When a client tries to access to iplanet 7.0.15, we only get a line in the errors log with a simple error., for instance SSL_ERROR_UNKOWN_CA_ALERT...
    We would like to know if it is possible to configure iplanet to get more information about this request..
    iPLANET is receiving requests from a lot of clients and sometime it is difficult to identify the source of a error without more information..
    We would like have similar information that access log shows when certificate is valid
    We get the same information with log-level = info or finest..
    Thanks
    Uge

    Hi Uge,
    Setting the iPlanet Web Server log level to 'finest' will give you more information, but it is very verbose, and you still might not get the information you are looking for. You might want to try 'fine' or 'finer' first to see if either of those gives you the information you  need.
    With regards to the above error, SSL_ERROR_UNKOWN_CA_ALERT, this means that the client presented a certificate in the SSL handshake that was signed by a CA that the Web Server doesn't have in it's certificate database. In order to ensure the Web Server is kept upto date with the latest set of public CA certificates, I would recommend you upgrade to the latest version.
    If you know that the certificates the clients are using are from an internal CA, you need to ensure the Root CA Certificate from that internal CA is installed in the Web Servers certificate database as a trusted certificate.
    regards
    Tracey

  • Oracle iPlanet Web Server 7 - Configuration Failed

    Hi There,
    Installing Oracle iPlanet Web Server
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installation Summary
    Product Status Information
    1. Oracle iPlanet Web Server Configuration Failed View log file
    1. View log file
    2. Done
    Jul 5, 2011 4:29:16 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 4:30:19 AM com.sun.web.installer.web.actions.PostInstall_core
    install
    INFO: Start core server configuration
    Jul 5, 2011 4:30:19 AM com.sun.web.installer.web.actions.PostInstall_core
    installJDK
    SEVERE: JDK copy failed
    Jul 5, 2011 4:52:36 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 4:55:00 AM com.sun.web.installer.web.actions.PostInstall_core
    install
    INFO: Start core server configuration
    Jul 5, 2011 4:57:07 AM com.sun.web.installer.web.actions.PostInstall_core
    configureServer
    INFO: Invoking the server configuration script
    Jul 5, 2011 4:57:08 AM com.sun.web.installer.web.actions.PostInstall_core
    configureServer
    WARNING: The backend configurator failed
    Jul 5, 2011 5:15:10 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 5:15:46 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 5:16:43 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 5:21:37 AM com.sun.web.installer.web.actions.PostInstall_core
    install
    What could be the problem?

    [root@local java]$ ls
    default jdk1.6.0_02 jdk1.6.0_20 jdk1.6.0_26 latest
    [root@local java]# ./setup --javahome /usr/java/jdk1.6.0_26
    Product : Oracle iPlanet Web Server
    Location : /opt/oracle/webserver7
    Disk Space : 231.37 MB
    Administration Command Line Interface
    Server Core
    Start Administration Server [yes/no] [yes] {"<" goes back, "!" exits}:
    Ready to Install
    1. Install Now
    2. Start Over
    3. Exit Installation
    What would you like to do [1] {"<" goes back, "!" exits}? 1
    Installing Oracle iPlanet Web Server
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installation Summary
    Product Status Information
    1. Oracle iPlanet Web Server Configuration Failed View log file
    1. View log file
    2. Done
    What would you like to do [2] {"!" exits}?
    I can not see the option.

  • Is there a restriction on length of Http request posted to a Iplanet Web Server ?

    I am submitting an Http Request by POST method to my server. The request will be received and forwarded by Iplanet Web Server to a clustered Weblogic environment, which will then be handled by Java Servlets. The problem I am facing is that when the length of the request shoots up to around 2000 bytes, NES doesn't receive and forward the request to Weblogic. There is no fixed cut-off for the length, it keeps fluctuating.
    I observed the following after hitting the server hundreds of times with Http Requests that vary in length.
    1) If length of Request is below 1500 bytes, request always goes through successfully.
    2) In a range of 1500 bytes to 2000 bytes, request fails most of the times. (Around 80 %)
    3) Requests with length above 2000K invariably fail, though it just worked for a 2.4K request on one occasion (out of some 100 hits)
    Note that by "length of request", I mean the data I post through Http Request (I just have a single parameter in Http request having the literal "XML" as key and a well formed XML document as value. That is equivalent to submitting a HTML form just having a text area called "XML" containing a XML document. )
    I presume that the length of actual Http Request is slightly greater than that of XML (probably by around 100 bytes).
    My Iplanet documentation says that the upper limit on the length of a POST Http Request is 64 K, which is way above the value (2-3 K) at which I am facing the problem.

    Hi Ganesh
    Did you check the HTTP Persistent timeout of your server? Check the value which has been set up by default. Try increasing the timeout value and try again.
    follow these steps it might solve your problem:
    (1)Goto Web Server Administration Server, select the server you want to manage.
    (2)Select Preference >> Perfomance Tuning.
    (3)set HTTP Persistent Connection Timeout to your choice (eg 180 sec for three minutes)(note : if you are posting large amount of data or file increase the value accordingly)
    (4) Apply changes and restart the server.
    *Setting the timeout to a lower value, however, may    prevent the transfer of large files as timeout does not refer to the time that the connection has been idle. For example, if you are using a 2400 baud modem, and the request timeout is set to 180 seconds, then the maximum file size that can be transferred before   the connection is closed is 432000 bits (2400 multiplied by 180)
    If this doesnot solve your problem notify me
    regards
    T.Raghulan
    [email protected]

  • Hyperion 7.0 report web server crashing

    env: Windows 2000, Weblogic 7.0.2, Sql server. 06-04 00:45:22 ERROR MultiSegCubeView     JobId: 6306-04 00:45:22 ERROR MultiSegCubeView     ADM Exception occured: mou1wnhp07/Vrsn/Main/olauritsen/Error(1013013) Active Database Needed To Execute This Command06-04 00:45:22 ERROR MultiSegCubeView     com.hyperion.ap.APException: [1033] Native: 1013013 [Fri Jun 04 00:45:22 2004]mou1wnhp07/Vrsn/Main/olauritsen/Error(1013013) Active Database Needed To Execute This Command     at com.hyperion.ap.adm.HssEnvironment.createException(HssEnvironment.java:173)     at com.hyperion.ap.adm.HssConnSession.HssAdmGetErrors(HssConnSession.java:1455)     at com.hyperion.ap.adm.HssConnSession.HssQryPerformOperation(HssConnSession.java:974)     at com.hyperion.ap.adm.HssConnSessionWrapper.HssQryPerformOperationEx2(HssConnSessionWrapper.java:1042)     at com.hyperion.ap.adm.HssConnSessionWrapper.HssQryPerformOperation(HssConnSessionWrapper.java:2924)     at com.hyperion.ap.adm.HssQryCubeView.performOp(HssQryCubeView.java:1475)     at com.hyperion.reporting.haradm.MultiSegCubeView.execute(Unknown Source)     at com.hyperion.reporting.results.ExecGrid.executeGridObject(Unknown Source)     at com.hyperion.reporting.results.ExecReport.executeReport(Unknown Source)     at com.hyperion.reporting.reportserver.FetchInstanceThread.runDesign(Unknown Source)     at com.hyperion.reporting.reportserver.FetchInstanceThread.run(Unknown Source)After this the web server crashes. Any help will be appreciated.Thanks,

    In http://service.sap.com/swdc . Go to Downloads -> SAP Distribution Center -> SAP Cryptographc software
    Then Download:
    SAP Business Planning & Consolidation 5.1 and higher.
    This Zip file contains both 6.0 and 6.5 XceedZip.dll versions
    Kind Regards

  • Web Server Crash..Error Code 52

    Hello,
    Web server crashed and keep getting an error code 52 any insight on why would be greatly appreaciated.
    Thanks!
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:48:31 on Thu Jun 14 13:00:16 2007
    Additional information is available in:
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.dump
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error code: 52
    Error Message: Null pointer exception in native code
    Version : BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 ari-38120-20041118-1131-win-ia32
    Threads / GC : Native Threads, GC strategy: gencon
    : mmHeap->data = 0x10020000, mmHeap->top = 0x20020000
    : mmStartCompaction = 0x11420000, mmEndCompaction = 0x12820000
    Number CPUs : 4
    Tot Phys Mem : 17178947584
    OS version : Microsoft Windows Server 2003 Service Pack 1 (Build 3790)
    State : JVM is running
    Command Line : -Xms256m -Xmx256m -Xnoclassgc -Xgc:gencon -DEAS_HOME=\\nydfs1\root\APPDATA\HyperionEssbase -DARBORPATH=D:\Hyperion\EAS\Server -DEAS_LOG_LEVEL=9999 -DEAS_LOG_LOCATION=d:\hyperion\EASadvancedlogs.txt -Djava.class.path=D:\bea\jrockit81sp4_142_05\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar; -Dweblogic.Name=HEAS_Server -Dweblogic.management.username=admin -Dweblogic.ProductionModeEnabled= -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy -Dweblogic.management.password=keep_out -Dweblogic.management.startmode=WinSvc exit
    Environment : JAVA_HOME=(null), java.home=D:\bea\jrockit81sp4_142_05\jre, java.class.path=D:\bea\jrockit81sp4_142_05\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;, java.library.path=D:\bea\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\bea\WEBLOG~1\server\bin;D:\bea\jrockit81sp4_142_05\jre\bin;D:\bea\jrockit81sp4_142_05\bin;D:\bea\WEBLOG~1\server\bin\oci920_8;D:\Hyperion\Essbase\bin;D:\Hyperion\EAS\Server\bin;d:\hyperion\essbase\bin;c:\sybase\ocs-12_5\lib3p;c:\sybase\ocs-12_5\bin;c:\sybase\ocs-12_5\dll;c:\program files\veritas\netbackup\bin\;c:\program files\support tools\;c:\program files\windows resource kits\tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;c:\program files\common files\morgan stanley shared;c:\program files\perl\bin;c:\program files\ibm\director\bin;c:\program files\microsoft sql server\80\tools\binn\;d:\bea\jrockit81sp4_142_05\bin;c:\program files\openafs\1.3.81.0\bin
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x0716ECAC/0x0716EDC8):
    Converted EIP: 0b2210c4
    EAX = ffffffff EBX = 00000000
    ECX = 0716f608 EDX = 00000062
    ESI = 0716f978 EDI = 03afb86c
    EIP = 0b6410c4 ESP = 0716f094
    EBP = 0716f0a4 EFL = 00010286
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 003b GS = 0000
    Stack:
    0716f094 :00000062 00000001 00000000 0b64fb04 0716f610 0b64886b
    0716f0ac :ffffffff 0716f608 00000062 00000001 00000000 0b64fb04
    0716f0c4 :03afb86c 0716f978 03afb874 71b2446b 71b2449c 0003b500
    0716f0dc :00a67ff8 00000000 00000000 00000ae9 0716f07c 00001108
    0716f0f4 :0716ff48 71b45fcc 71b26538 ffffffff 71b26530 71b26599
    0716f10c :00000c58 0716f28c 00000010 00000000 00000000 00000000
    0716f124 :00000000 00000000 00a675d0 00a67ff8 0716f180 71c039ce
    0716f13c :00000c58 0716f28c 00000010 00000000 71c02572 00a67ff8
    0716f154 :00a675d0 71c039f6 02362868 0003b500 00000000 00a67dc0
    0716f16c :00a61e90 00000000 ffffffff 00000000 00000000 0716f2b4
    0716f184 :0a671000 00000c58 0716f28c 00000010 02362868 00000008
    0716f19c :77bd8970 023b8880 0716f3cc 030d0000 0716f1bc 00000001
    0716f1b4 :7c8302b3 000cf148 0716f29c 7c82f9c1 00090928 7c82f9dd
    0716f1cc :000cf150 08562948 00030000 031e1290 0000136b 0716f204
    0716f1e4 :7c81e602 00030000 031e1290 031e1290 00030000 03110000
    0716f1fc :03110000 020d0000 0716f24c 7c81ede1 0000136b 011e1290
    0716f214 :00000000 00030000 031e1290 00000000 00000de8 031ea000
    0716f22c :031c2f98 03110000 00000000 00000000 00000000 000001ae
    0716f244 :00030000 00000000 00030000 0716f330 7c8300c6 00030608
    0716f25c :00030000 023b64e8 00030000 00000000 00030000 0716f350
    0716f274 :7c8300c6 00030608 7c82f9dd 02362868 023b64f0 02362868
    0716f28c :023c2280 023b64e8 7c82f9e0 ffffffff 7c82f9dd 00030178
    0716f2a4 :00090000 00000000 00000000 023b8878 08562948 00000000
    0716f2bc :7fee3000 7fee3000 000be254 00030000 00030178 030d0000
    0716f2d4 :023b64f0 00000101 01010000 0716f228 023b8880 00000000
    0716f2ec :7c82f680 7c82f9e0 ffffffff 7c82f9dd 77bbcef6 00030000
    0716f304 :00000000 00000000 00009b58 0000136b 01010001 0716f260
    0716f31c :023b64f0 00030000 00000000 7c82f9e0 00000428 00000085
    0716f334 :0101cef6 0716f280 00000000 0716f388 7c82f680 7c82f9e0
    0716f34c :ffffffff 7c82f9dd 77bbcef6 00030000 00000000 77bbcefb
    0716f364 :02362868 00000000 02362868 77ba20e8 ffffffff 77bbcefb
    0716f37c :0b446e91 0716f390 00a40000 7c8302e7 00a406e8 0716f5b8
    0716f394 :7c82fadf 7c82fb23 00000005 00000005 03afb874 0b4417c3
    0716f3ac :023b64f0 023b64f0 0716f3cc 0b547f99 00000000 023b64f0
    0716f3c4 :02360928 000fde84 0716f930 0b648562 02362868 023b64f0
    0716f3dc :03afb86c 0716f984 03afb874 00000000 085625f8 00000108
    0716f3f4 :000bf1c0 00000068 08562568 00090000 00000000 000d62d8
    0716f40c :00000030 00000006 000113e4 0716f360 00001108 0716f52c
    0716f424 :7c82f680 7c82f9e0 ffffffff 7c82f9dd 71ae1790 00090000
    0716f43c :00000000 000d62d8 00000400 00000200 71ae17a1 0716f52c
    0716f454 :00000000 0716f528 00000000 08561ec0 0716f5d8 0716f5e0
    0716f46c :0716f5dc 01000000 00000022 71ae12c3 08562608 08562a30
    0716f484 :08560000 00000000 08562568 00000110 00000022 000113e4
    0716f49c :3d5746ef 0716f4dc 71ae1871 00001108 00000400 00000200
    0716f4b4 :00000300 00000001 0716f4ec 00000002 08562948 08562948
    0716f4cc :00000000 0716f500 71b23fe4 000cf150 00002000 00000e5c
    0716f4e4 :0096ec55 0a2227e0 0096ec55 0716f997 0716f4e8 124ba990
    0716f4fc :0096ec98 0bb92f30 03afb7f4 0716f620 71b24086 00000002
    0716f514 :08562948 085629f0 00000000 fffffff8 124ba990 03afb7f4
    0716f52c :03afb7f4 03afbf10 0090f5b3 03afb768 03afb7f4 00000001
    0716f544 :03afb768 00983012 03afb768 03afb7f4 02b3a7e8 03afb7f4
    0716f55c :02b3ce64 00950d70 03afb7f4 03afb880 00000000 00000000
    0716f574 :0716f4e8 01121ba0 0716f997 00000000 0000016d 03d91500
    0716f58c :0a2227e0 ffffffff 0716f4e8 00000000 00000000 00000000
    0716f5a4 :00000000 124ba990 0716f4e8 03afb7f4 03afb768 00951c61
    0716f5bc :03afb7f4 03d71378 0bb92f30 0716f9b8 0716f614 03afb768
    0716f5d4 :00951c83 03afb86c 0716f978 085dea10 03afb880 0716ff01
    0716f5ec :0716f638 0bcc0dad 03afb7f4 00001770 0bcd1810 0bcd1868
    0716f604 :00000000 0bcd1850 00000000 0716f638 0bcc0dc9 ffffffff
    0716f61c :00000000 0716f940 0716f924 0716f958 0bcd1850 00000000
    0716f634 :0bcd1810 0716f970 0bcb0683 03afb7f4 ffffffff 00000000
    0716f64c :0716f940 0716f924 0716f958 0716f67c 03afb87c 00000001
    0716f664 :00973188 00000e00 1510eee8 15a6ac08 00000001 00000001
    0716f67c :03afb768 01201a0b 00000e00 1510eee8 00000001 0293dab0
    0716f694 :03afb87c 00000000 00000000 00000000 00000000 1510eee8
    0716f6ac :00000001 01201a66 00000001 1510eed8 03afb768 03afb768
    0716f6c4 :01201994 00000000 00000001 15a6abf0 00000001 00002000
    0716f6dc :0120192d 15a6aaa0 012018fd 01201795 15a6aaa1 15a6aaa0
    0716f6f4 :13a0c010 00000000 1510eed8 15a6ab10 15a6aaa0 012016ef
    0716f70c :1510eed8 00000001 00000000 15a6ab10 15a6ab10 01201619
    0716f724 :15a6aaf8 079dc246 15a6aafd 13a94c58 15a6aaa0 079dc1ed
    0716f73c :079dc1ab 15a6aaa5 15a6aaa0 13a0c010 124bd8d8 00000000
    0716f754 :079dc10f 088707d4 15a6aaa0 124bc798 124bc780 15a62898
    0716f76c :00000000 15a62899 15a62718 15a62898 124bc798 0a2218db
    0716f784 :124bc798 15a62899 124bc780 15a62718 124bc780 15a62898
    0716f79c :0a221832 124bc780 124bc230 15a62880 15a6289d 000fde84
    0716f7b4 :03afb768 0716f7c0 0096ec55 0a221750 0096ec55 0716f997
    0716f7cc :0716f7c0 15a62898 0096ec98 0bb92380 03afb7f4 0716f8f8
    0716f7e4 :0096ec98 00000007 124bc1c8 fffffffe 00000002 fffffffd
    0716f7fc :15a62898 71ae1168 00090000 fffffff8 1766f108 00000080
    0716f814 :03afb7f4 00000001 124bc1c8 7fee3000 03afb878 fffffff8
    0716f82c :00000002 000fde84 0090f5b3 03afb768 00000000 00000000
    0716f844 :00000000 124bc1c8 0716f7c0 01121ba0 0716f997 124bc198
    0716f85c :03afb874 00950d70 0a221750 00000001 0716f7c0 00000002
    0716f874 :00000002 0000001c 00000000 15a62898 0716f7c0 03afb7f4
    0716f88c :03afb768 00951c61 03afb7f4 03d1bf20 0bb92380 00a48e54
    Code:
    0b640fc4 :00000000 00000000 00000000 00000000 00000000 00000000
    0b640fdc :00000000 00000000 00000000 00000000 00000000 00000000
    0b640ff4 :00000000 00000000 00000000 90c3c033 90909090 90909090
    0b64100c :90909090 81ec8b55 000474ec 0c458b00 7703f883 8524ff62
    0b641024 :0b64108c f0040d8b a1660b64 0b64f000 558d646a c752519a
    0b64103c :10009445 89660b64 45c69845 15ff00fe 0b64c2a0 8d08558b
    0b641054 :fffb8c85 944d8dff e8525150 0000a532 b018c483 5de58b01
    0b64106c :8b000cc2 e8500845 0000a518 b004c483 5de58b01 32000cc2
    0b641084 :5de58bc0 90000cc2 0b64106f 0b641028 0b64107b 0b64107b
    0b64109c :90909090 8bec8b55 c0850845 a0b80775 5d00102c 1c4d8bc3
    0b6410b4 :5118558b 52144d8b 5110558b 520c4d8b 5251108b 00a7d5e8
    0b6410cc :18c48300 9090c35d 90909090 90909090 90909090 8bec8b55
    0b6410e4 :c0850c45 458b2175 08558b10 8d500a6a 046a144d 68046a51
    0b6410fc :00102ca1 a496e852 c4830000 33c35d1c 90c35dc0 51ec8b55
    0b641114 :56084d8b 64f01468 6a006a0b 08458d01 5150626a 00a775e8
    0b64112c :18c48300 4575c085 8b08558b f6850c75 c704428b 0002fc45
    0b641144 :21750000 14680a6a 8d0b64f0 046afc4d 68046a51 00102ca1
    0b64115c :a43ae850 c4830000 75c0851c 08558b10 04428b56 a456e850
    0b641174 :c4830000 e58b5e08 9090c35d 51ec8b55 085d8b53 2c685756
    0b64118c :6a0b64f0 8d016a00 626a0845 03e85350 830000a7 c08518c4
    0b6411a4 :008e850f 4d8b0000 0c7d8b08 418bff85 fc45c704 00000002
    0b6411bc :0a6a2175 64f02c68 fc558d0b 6a52046a 2ca16804 e8500010
    Loaded modules:
    (* denotes the module causing the exception)
    0x7c800000-0x7c8bffff C:\WINDOWS\system32\ntdll.dll
    0x77e40000-0x77f41fff C:\WINDOWS\system32\kernel32.dll
    0x77380000-0x77411fff C:\WINDOWS\system32\USER32.dll
    0x77c00000-0x77c48fff C:\WINDOWS\system32\GDI32.dll
    0x77f50000-0x77febfff C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000-0x77ceefff C:\WINDOWS\system32\RPCRT4.dll
    0x71af0000-0x71b11fff C:\WINDOWS\system32\ShimEng.dll
    0x75e60000-0x75e86fff C:\WINDOWS\system32\apphelp.dll
    0x003d0000-0x003e3fff C:\WINDOWS\AppPatch\AcMSReg.dll
    0x76290000-0x762acfff C:\WINDOWS\system32\IMM32.DLL
    0x62d80000-0x62d88fff C:\WINDOWS\system32\LPK.DLL
    0x75490000-0x754f0fff C:\WINDOWS\system32\USP10.dll
    0x77ba0000-0x77bf9fff C:\WINDOWS\system32\msvcrt.dll
    0x10000000-0x10016fff C:\WINDOWS\system32\sysmodule.1.1.dll
    0x005c0000-0x005e0fff C:\WINDOWS\AppPatch\Custom_MsReg.dll
    0x77b90000-0x77b97fff C:\WINDOWS\system32\VERSION.dll
    0x00600000-0x0069bfff C:\WINDOWS\system32\advapi32.5.2.3790.1830.dll
    0x00830000-0x00a33fff D:\bea\jrockit81sp4_142_05\jre\bin\jrockit\jvm.dll
    0x76aa0000-0x76accfff C:\WINDOWS\system32\WINMM.dll
    0x7c8d0000-0x7d0d3fff C:\WINDOWS\system32\SHELL32.dll
    0x77da0000-0x77df1fff C:\WINDOWS\system32\SHLWAPI.dll
    0x71c00000-0x71c16fff C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000-0x71bf7fff C:\WINDOWS\system32\WS2HELP.dll
    0x7c340000-0x7c395fff C:\WINDOWS\system32\MSVCR71.dll
    0x77420000-0x77522fff C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.2778_x-ww_A8F04F11\comctl32.dll
    0x00b30000-0x00b48fff D:\bea\jrockit81sp4_142_05\jre\bin\java.dll
    0x00b50000-0x00b5dfff D:\bea\jrockit81sp4_142_05\jre\bin\verify.dll
    0x76f50000-0x76f62fff C:\WINDOWS\system32\Secur32.dll
    0x71b20000-0x71b60fff C:\WINDOWS\System32\mswsock.dll
    0x76ed0000-0x76efefff C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000-0x76f76fff C:\WINDOWS\System32\winrnr.dll
    0x76f10000-0x76f3dfff C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000-0x76f87fff C:\WINDOWS\system32\rasadhlp.dll
    0x07d50000-0x07d55fff D:\bea\jrockit81sp4_142_05\jre\bin\ioser12.dll
    0x5f270000-0x5f2c8fff C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000-0x71ae7fff C:\WINDOWS\System32\wshtcpip.dll
    0x09ea0000-0x09ea4fff D:\bea\weblogic81\server\bin\wlntio.dll
    0x0a210000-0x0a219fff D:\Hyperion\eas\server\bin\jmaxl.dll
    0x0b3d0000-0x0b43efff D:\Hyperion\EAS\Server\bin\ESSAPINU.dll
    0x0a650000-0x0a677fff D:\Hyperion\EAS\Server\bin\ESSNETU.dll
    0x0aca0000-0x0acb0fff D:\Hyperion\EAS\Server\bin\ESSUTLU.dll
    0x0b340000-0x0b397fff D:\Hyperion\EAS\Server\bin\globlc32.dll
    0x0b2d0000-0x0b2d6fff D:\Hyperion\EAS\Server\bin\ESSGLOBU.dll
    0x0b440000-0x0b450fff D:\Hyperion\EAS\Server\bin\ESSSDU.dll
    0x71bb0000-0x71bb8fff C:\WINDOWS\system32\WSOCK32.dll
    0x0b540000-0x0b581fff D:\Hyperion\EAS\Server\bin\ESSOTLSU.dll
    0x0b590000-0x0b5a3fff D:\Hyperion\EAS\Server\bin\ESSOPGN.dll
    0x0b5b0000-0x0b5ddfff D:\Hyperion\EAS\Server\bin\ESSSHRU.dll
    0x77670000-0x777a3fff C:\WINDOWS\system32\ole32.dll
    0x0b2e0000-0x0b2e7fff D:\Hyperion\EAS\Server\bin\ESSSECU.dll
    0x0b600000-0x0b63efff D:\Hyperion\EAS\Server\bin\essmaxlu.dll
    0x0b640000-0x0b652fff* D:\Hyperion\EAS\Server\bin\ESSOTLNU.dll
    0x0bc00000-0x0bc20fff D:\Hyperion\eas\server\bin\EssCoreJni.dll
    0x0b520000-0x0b534fff D:\Hyperion\eas\server\bin\DataPrepJni.dll
    0x0bca0000-0x0bcd4fff D:\Hyperion\eas\server\bin\OutlineJni.dll
    0x0c1d0000-0x0c290fff D:\bea\jrockit81sp4_142_05\jre\bin\dbghelp.dll
    0x76b70000-0x76b7afff C:\WINDOWS\system32\psapi.dll
    Java Thread ID = 0x00006a80, lastJavaFrame = 0x0716F994, Name = ExecuteThread: '199' for queue: 'weblogic.kernel.Default'
    Thread Stack Trace:
    at EssOtlQueryMembersByName+43()@0x0B64886B
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_setMemberInfo@20+9309()@0x0BCC0DC9
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_getMemberAncestorsQueryEx@28+259()@0x0BCB0683
    at com/essbase/eas/essbase/api/jni/OutlineJni.getMemberAncestorsQueryEx(Native Method)@0x0B318E00
    at com/essbase/eas/essbase/server/outline/ViewPrimitives.getMemberAncestorsEx(Unknown Source)@0x0B318D93
    at com/essbase/eas/essbase/server/outline/ViewLogic.getMemberAncestorsEx(Unknown Source)@0x0B318BEB
    at com/essbase/eas/essbase/server/outline/OutlineViewCommandListener.getMemberAncestorsEx(Unknown Source)@0x0B318B5E
    at jrockit/reflect/NativeMethodInvoker.invoke0(Native Method)@0x0115D030
    at jrockit/reflect/NativeMethodInvoker.invoke(Unknown Source)@0x0115D1B8
    at jrockit/reflect/VirtualNativeMethodInvoker.invoke(Unknown Source)@0x011E7AA0
    at java/lang/reflect/Method.invoke(Unknown Source)@0x0115C760
    at com/essbase/eas/framework/server/application/AbstractCommandListener.handleEvent(Unknown Source)@0x0A23FB64
    at com/essbase/eas/framework/server/application/DefaultCommandDispatcher.dispatchEvent(Unknown Source)@0x0A23F926
    at com/essbase/eas/framework/server/application/DefaultEventController.handleEvent(Unknown Source)@0x0A23EC9E
    at com/essbase/eas/framework/server/application/EventDispatcherWorkListener.handleEvent(Unknown Source)@0x0A23F782
    at com/essbase/eas/framework/server/application/DefaultWorkDispatcher.dispatchEvent(Unknown Source)@0x0A23EF10
    at com/essbase/eas/framework/server/application/DefaultEventController.handleEvent(Unknown Source)@0x0A23EC9E
    at com/essbase/eas/framework/server/application/DefaultApplication.generateWorkEvent(Unknown Source)@0x0A23EB36
    at com/essbase/eas/framework/server/application/DefaultServlet.handleRequest(Unknown Source)@0x0A23E57F
    at com/essbase/eas/server/AppManServlet.doPost(Unknown Source)@0x0A23C856
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:760)@0x0B3CB7E3
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:853)@0x0B3CB5BE
    at weblogic/servlet/internal/ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)@0x0B3CB565
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:419)@0x0B3CA791
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:315)@0x0B3CA4D8
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)@0x0B3CA488
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)@0x03464968
    at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121)@0x034648EA
    at weblogic/servlet/internal/WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)@0x0B3C6B30
    at weblogic/servlet/internal/ServletRequestImpl.execute(ServletRequestImpl.java:2644)@0x0B3C6540
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:219)@0x0782E0E0
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:178)@0x0354552A
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x011266F3
    --- End of stack trace
    Additional information is available in:
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.dump
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    ===== END DUMP ===============================================================

    Top of stack trace is:
    at EssOtlQueryMembersByName+43()@0x0B64886B
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_setMemberInfo@20+9309()@0x0BCC0DC9
    Looks like the crash is caused by the Essbase JNI
    drivers. I suggest you contact Hyperion for help.
    -- Henrik

  • Connection timeout when using iPlanet web-server uses Weblogic 6.1 proxy server to proxy requests to an HTTP server

    Hi all,
    My configuration is as follows: I have an iPlanet web-server that uses a WebLogic
    6.1 (sp1) server to proxy requests to another HTTP server. The HTTP request runs
    for 120 seconds. This causes Weblogic to timeout after a while. The error I get
    is as follows:
    <Aug 25, 2003 3:37:09 PM GMT+00:00> <Warning> <HttpClient> <Couldn't open connection
    java.net.ConnectException: Connection timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
    at java.net.Socket.<init>(Socket.java:273)
    at java.net.Socket.<init>(Socket.java:127)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:194)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:254)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:117)
    at weblogic.net.http.HttpClient.New(HttpClient.java:149)
    at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:109)
    at com.db.gmr.dcm.DebtIssueServlet.getVectorFromConnection(DebtIssueServle
    t.java:285)
    at com.db.gmr.dcm.IssuesUSThread.run(IssuesUSThread.java:29)
    >
    I get the same error when I added the following plug-in configuration parameters
    (in obj.conf):
    ConnectTimeoutSecs="170" ConnectRetrySecs="170".
    What do I need to do to extend this timeout? Any help you can provide will be
    greatly appreciated..
    Thanks
    Manish

    Hi all,
    My configuration is as follows: I have an iPlanet web-server that uses a WebLogic
    6.1 (sp1) server to proxy requests to another HTTP server. The HTTP request runs
    for 120 seconds. This causes Weblogic to timeout after a while. The error I get
    is as follows:
    <Aug 25, 2003 3:37:09 PM GMT+00:00> <Warning> <HttpClient> <Couldn't open connection
    java.net.ConnectException: Connection timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
    at java.net.Socket.<init>(Socket.java:273)
    at java.net.Socket.<init>(Socket.java:127)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:194)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:254)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:117)
    at weblogic.net.http.HttpClient.New(HttpClient.java:149)
    at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:109)
    at com.db.gmr.dcm.DebtIssueServlet.getVectorFromConnection(DebtIssueServle
    t.java:285)
    at com.db.gmr.dcm.IssuesUSThread.run(IssuesUSThread.java:29)
    >
    I get the same error when I added the following plug-in configuration parameters
    (in obj.conf):
    ConnectTimeoutSecs="170" ConnectRetrySecs="170".
    What do I need to do to extend this timeout? Any help you can provide will be
    greatly appreciated..
    Thanks
    Manish

Maybe you are looking for