Web Server delivering 403 Error

Hi all
I've gone through a Mountain Lion Server setup including DNS and all seems to be operating except for the web server.
In Server Admin the website server starts but delivers to the browser a 403 Forbidden page with the following content:
Forbidden
You don't have permission to access / on this server.
Refering to the logs the following error is thrown up:
(13) Permission denied: /Library/Server/Web/Data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
I can't find a ".htaccess" file on that path and infacvt I've set "Who Can Access" to everyone.
When I create a .htaccess file this location and give it 775 access permissions over root|wheel the same error is reported. When .htaccess is or isn't there the Allow overides using .htaccess files in Advanced settings makes not difference checked or unchecked.
Any ideas where I can start looking? I've doubled checked the DNS and all seems to resolve OK.
Cheers
Wayne

The .htaccess file is hidden, that is because the file name starts with a dot.
Just open Terminap.app in the /Programs/Utilities folder and enter:
sudo rm /Library/Server/Web/Data/.htaccess
This removes the file you cannot find. Try opening your web site afterwards.

Similar Messages

  • WIS 30280 - Webi Server Memory Full Error

    We are getting "WIS - 30280 - Webi Server memory full error" when a report is scheduled in XI R2. When the same report is refreshed it works fine.
    Restarting webi didnot help the issue. I have searched in various forums about chaning the registry entry but in vain.
    Please suggest where to go next.
    Thanks

    Hi
    do you have other WebI reports which can be scheduled without a problem?
    Can you please check the memory consumption of the WebI report and the WebI job servers while the report is run (through the scheduler).
    Can you consider updating to SP5?
    Regards,
    Stratos

  • Error attempting to write location redirection to web server (Windows NT error number -2147467259 occurred)

    I'm seeing an error pop up on a development server... error
    2408:
    "Error attempting to write location redirection to web server
    (Windows NT error number -2147467259 occurred)"
    Any idea what this is? I can't seem to find anything
    solid.

    I'm having the same problem but it just started.  Logged in last week from work computer running IE 8.0.8 with no problems.  Today I keep getting problem connecting to server.   Clicking on the error indicator gets me the same error.
    Message: Object expected
    Line: 5
    Char: 1963
    Code: 0
    URI: https://setup.icloud.com/ajax_sender.html
    Tried clearing browser history,cookies, etc.. nothing works.

  • Application Server Role, Web Server (IIS): configuration error

    I am installing file en_sharepoint_server_2013_with_sp1_x64_dvd_3823428.iso on a Windows Server 2012 R2 that is a Virtual Machine in VMWare. After mounting the file I run prerequisiteinstaller.exe, which errors with:
    Application Server Role, Web Server (IIS): configuration error
    After some research I am pointed to KB2771431. I download Hotfix file Windows8-RT-KB2771431-x64.msu, which it says is for Windows Server 2012 but when attempting to install I get error:
    The update is not applicable to your computer.
    My question is where do I go from here?

    Can you try to install the most recent .NET Framework updates?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Web server returns 403 after I enabled FTP server

    Hi --
    My web server has started returning a 403, coincidentally after I activated Server's FTP service.
    This is what shows up in the error log:
    Permission denied: /Library/Server/Web/Data/Sites/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
    There is no .htaccess file in the Sites directory, however.
    I added an empty one readable by owner, group, everyone (-rw-r--r--   1 <me>  wheel    0 Oct 15 16:42 .htaccess).
    And I turned off the FTP service.
    But I still get the same error.
    Mods look ok to my eye, which is unreliable:
    $ pwd
    /Library/Server/Web/Data/Sites/Default
    $ ls -alG
    total 296
    drwxr-xr-x+ 21 root     wheel     714 Oct  9 15:57 .
    drwxr-x---   3 <me>     wheel     102 Oct 15 16:44 ..
    drwxr-xr-x+  2 root     wheel      68 Mar 10  2013 NetBoot
    -rw-r--r--+  1 root     wheel  102749 Feb  1  2013 Server.png
    Whoops.

    Oh, no: Sites' mods are totally wrong, of course. It needs to be world-executable.
    I did this to fix:
    sudo chmod o+x /Library/Server/Web/Data/Sites

  • Crystal Reports XI and Sun One 6.1 web server SP 5 Error finding JNDI name

    I am trying to create a Crystal Reports XI report in a JSP using Sun One 6.1 Web server sp 5.
    At this point I am getting the error �Error finding JNDI name� on Sun One
    The application will run on Netbeans/Tomcat
    I have done the following:
    I edited CRConfig.xml
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>

    <DataDriverCommon>
         <JavaDir>C:\Program Files\Java\j2re1.4.2_10\bin</JavaDir>
    <Classpath>C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14.jar;�</Classpath>

    <JDBC>
         <CacheRowSetSize>100</CacheRowSetSize>
         <JDBCURL>jdbc:oracle:thin:@10.10.10.10:1521:dev</JDBCURL>
         <JDBCClassName>oracle.jdbc.driver.OracleDriver</JDBCClassName>
         <JDBCUserName>lab_ro</JDBCUserName>
         <JNDIURL></JNDIURL>

    </JDBC>
    I created a report using JDBC (JNDI) connection and have the JNDI Connection set to the name of DATA.
    The report works just fine in Crystal Reports.
    Then in Netbeans I created an application and it runs in the Tomcat part of Netbeans
    In context.xml I have:
    <Context path="/BOEnterpriseTest3">
    <Resource name="jdbc/dev" auth="Container" type="javax.sql.DataSource"
    driverClassName="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:thin:@10.10.10.10:1521:dev"
    username="theuserid" password="thepassword" maxActive="20" maxIdle="10" maxWait="-1"/>
    </Context>
    In web.xml I have
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>crystalreportviewers11</param-value>
    </context-param>

    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    <resource-ref>
    <description>jdbc:oracle:thin:@10.10.10.10:1521:dev</description>
    <res-ref-name>jdbc/dev10g</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Application</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-ref>
    <description>jdbc:oracle:thin:@10.10.10.10:1521:dev</description>
    <res-ref-name>Data</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Application</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    </web-app>
    in web-inf\sun-web.xml I have
    <sun-web-app>
    <resource-ref>
    <res-ref-name>jdbc/dev10g</res-ref-name>
    <jndi-name>Data</jndi-name>
    </resource-ref>
    </sun-web-app>
    I have copied all of Common Files\Business Objects\3.0\java\lib and Common Files\Business Objects\3.0\java\lib\external to the lib folder
    I have copied crystalreportviewers11 to the root of my web application
    I have tried to load the JNDI information and display the report
    <%@page pageEncoding="UTF-8"
    import="com.crystaldecisions.reports.reportengineinterface.*,
    com.crystaldecisions.report.web.viewer.*,
    javax.naming.*,
    javax.sql.*,
    java.sql.*"%>
    <%
    InitialContext initContext = new InitialContext();
    DataSource source = (DataSource) initContext.lookup("java:comp/env/jdbc/dev10g");
    Context initCtx = new InitialContext();
    Context envCtx = (Context) initCtx.lookup("java:comp/env");
    try{
         // Look up our data source
    DataSource ds = (DataSource)initCtx.lookup("Data");
    out.println("found ds under jdbc/Data");
    catch ( NamingException e ){
    // Look up our data source
    DataSource ds = (DataSource) initContext.lookup("java:comp/env/jdbc/dev10g");
    initCtx.bind("Data", ds);     
    out.println("found ds under java:com/env:jdbc/Data - bound into root initial context for Crystal to find");
    %>
    <%
    //Use the relative path to the report; the physical or full qualified URL cannot be used.
    String reportName = "useridincluded.rpt";
    //Database username and password
    String userName = "theuserid";
    String password = "thepassword";
    //check to see if the Report Source Session Variable already exist
    Object reportSource = session.getAttribute("Report1");
    // Create a new ConnectionInfos and ConnectionInfo object
    com.crystaldecisions.sdk.occa.report.data.ConnectionInfos connectionInfos = new com.crystaldecisions.sdk.occa.report.data.ConnectionInfos();
    com.crystaldecisions.sdk.occa.report.data.ConnectionInfo connectionInfo = new com.crystaldecisions.sdk.occa.report.data.ConnectionInfo();
    //Set username and password for the report's database
    connectionInfo.setUserName(userName);
    connectionInfo.setPassword(password);
    //Add object to collection
    connectionInfos.add(connectionInfo);
    //---------- Create a ReportClientDocument -------------
    com.crystaldecisions.reports.sdk.ReportClientDocument reportClientDocument = new com.crystaldecisions.reports.sdk.ReportClientDocument();
    //---------- Set the path to the location of the report soruce -------------
    //Open report.
    reportClientDocument.open(reportName, 0);
    //Get the report source
    reportSource = reportClientDocument.getReportSource();
    //---------- Create the viewer and render the report -------------
    //create the CrystalReportViewer object
    com.crystaldecisions.report.web.viewer.CrystalReportViewer crystalReportViewer = new com.crystaldecisions.report.web.viewer.CrystalReportViewer();
    //set the reportsource property of the viewer
    crystalReportViewer.setReportSource(reportSource);
    //set the DB logon into the viewer
    crystalReportViewer.setDatabaseLogonInfos(connectionInfos);
    //set viewer attributes
    crystalReportViewer.setOwnPage(true);
    crystalReportViewer.setOwnForm(true);
    crystalReportViewer.refresh();
    //set the CrystalReportViewer print mode
    //crystalReportViewer.setPrintMode(com.crystaldecisions.report.web.viewer.CrPrintMode.ACTIVEX);
    crystalReportViewer.setPrintMode(com.crystaldecisions.report.web.viewer.CrPrintMode.PDF);
    //process the report
    crystalReportViewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);
    %>
    On the Sun One Web server
    On the Java Tab
    JDBC Connection Pools
    Pool Name = dev10g
    Class name = oracle.jdbc.pool.OracleDataSource
    User id = theuserid
    url = 10.10.10.10
    password=thepassword
    JDBC Resources
    JNDI Name=dev10g
    Pool = dev10g
    I get the error finding JNDI name � how do I tell Sun One where the JNDI is to make Crystal Reports work?

    I tried the following to test the JNDI
    I am trying to do JNDI in Sun One Web server 6.1 sp 5 but I seem to be missing an important part. I get two different errors based on the JSP code, �Cannot retrieve data source: javax.naming.NamingException: Cannot create resource instance� or �Cannot retrieve data source: javax.naming.NamingException: Cannot create resource instance�.
    Context.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/BOTest">
      <Resource name="jdbc/dev10g" auth="Container" type="javax.sql.DataSource"
    driverClassName="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:thin:@10.10.10.10:1521:dev10g"
    username="userid" password="password" maxActive="20" maxIdle="10" maxWait="-1"/>
      <Resource name="Data" auth="Container" type="javax.sql.DataSource"
    driverClassName="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:thin:@10.10.10.10:1521:dev10g"
    username="userid" password="password" maxActive="20" maxIdle="10" maxWait="-1"/>
    </Context>Sun-one.xml:
    <sun-web-app>
    <context-root>BOTest</context-root>
    <resource-ref>
    <res-ref-name>jdbc/dev10g</res-ref-name>
    <jndi-name>jdbc/dev10g</jndi-name>
    </resource-ref>
    </sun-web-app>web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app
        PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
        <session-config>
            <session-timeout>
                30
            </session-timeout>
        </session-config>
        <welcome-file-list>
         <welcome-file>
                index.jsp
            </welcome-file>
        </welcome-file-list>
        <resource-ref>
            <description>jdbc:oracle:thin:@10.10.10.10:1521:dev10g</description>
            <res-ref-name>jdbc/dev10g</res-ref-name>
            <res-type>javax.sql.DataSource</res-type>
            <res-auth>Application</res-auth>
            <res-sharing-scope>Shareable</res-sharing-scope>
        </resource-ref>
        <resource-ref>
            <description>jdbc:oracle:thin:@10.10.10.10:1521:dev10g</description>
            <res-ref-name>Data</res-ref-name>
            <res-type>javax.sql.DataSource</res-type>
            <res-auth>Application</res-auth>
            <res-sharing-scope>Shareable</res-sharing-scope>
        </resource-ref>
    </web-app>server.xml has:
    <RESOURCES>
    - <JDBCCONNECTIONPOOL name="dev10g" datasourceclassname="oracle.jdbc.pool.OracleDataSource" steadypoolsize="8" maxpoolsize="32" poolresizequantity="2" idletimeout="300" maxwaittime="60000" connectionvalidationrequired="off" connectionvalidationmethod="auto-commit" validationtablename="" failallconnections="off" transactionisolationlevel="read-uncommitted" isolationlevelguaranteed="off">
      <PROPERTY name="URL" value="jdbc:oracle:thin:@10.45.3.197:1521:dev10g" />
      <PROPERTY name="User" value="lab_ro" />
      <PROPERTY name="Password" value="0asphalt1" />
      </JDBCCONNECTIONPOOL>
      <JDBCRESOURCE jndiname="jdbc/dev10g" poolname="dev10g" enabled="on" />
      <JDBCRESOURCE jndiname="Data" poolname="dev10g" enabled="on" />
    - <JDBCCONNECTIONPOOL name="Data" datasourceclassname="oracle.jdbc.pool.OracleDataSource" steadypoolsize="8" maxpoolsize="32" poolresizequantity="2" idletimeout="300" maxwaittime="60000" connectionvalidationrequired="off" connectionvalidationmethod="auto-commit" validationtablename="" failallconnections="off" transactionisolationlevel="read-uncommitted" isolationlevelguaranteed="off">
      <PROPERTY name="User" value="lab_ro" />
      <PROPERTY name="URL" value="jdbc:oracle:thin:@10.45.3.197:1521:dev10g" />
      <PROPERTY name="Password" value="0asphalt1" />
      </JDBCCONNECTIONPOOL>
      <JDBCRESOURCE jndiname="jdbc/Data" poolname="Data" enabled="on" />
      <JDBCRESOURCE jndiname="dev10g" poolname="dev10g" enabled="on" />
      </RESOURCES>I am getting the following error: �Cannot retrieve data source: javax.naming.NamingException: Cannot create resource instance�
    With the following code:
    <%@page
       import="java.io.*,
               javax.sql.*,
               javax.naming.*,
               java.sql.*,
               java.util.*"%>
    <%
    Context init;
    Context ctx;
    DataSource datasource;
    Connection con;
    try
    init = new InitialContext();
    Context envCtx = (Context) init.lookup("java:comp/env");
    datasource = (DataSource)  envCtx.lookup("jdbc/dev10g");
    catch(NamingException ex)
        out.print("Cannot retrieve data source: " + ex.toString(true));
        return;
    try
        con = datasource.getConnection();
    catch (Exception e)
      out.print("Cannot retrieve connection: " + e.toString());
      return;
    try
        PreparedStatement pstmt = con.prepareStatement("SELECT PROJNO FROM MATERIALSLAB.VW_ASPHALTHEADERINFO");
        ResultSet results = pstmt.executeQuery();
        while (results.next())
        out.println(results.getString(1));
    catch(Exception ex)
    out.print("Got connection, can't execute query: " + ex.toString());
    return;
    %>I get the following error: Cannot retrieve data source: javax.naming.NamingException: Cannot create resource instance
    With the following code:
    <%@page
       import="java.io.*,
               javax.sql.*,
               javax.naming.*,
               java.sql.*,
               java.util.*"%>
    <%
    Context init;
    Context ctx;
    DataSource datasource;
    Connection con;
    try
        init = new InitialContext();
        ctx = (Context) init.lookup("java:comp/env");
        datasource = (DataSource) ctx.lookup("jdbc/dev10g");
    catch(NamingException ex)
        out.print("Cannot retrieve data source: " + ex.toString(true));
        return;
    try
        con = datasource.getConnection();
    catch (Exception e)
      out.print("Cannot retrieve connection: " + e.toString());
      return;
    try
        PreparedStatement pstmt = con.prepareStatement("SELECT PROJNO FROM MATERIALSLAB.VW_ASPHALTHEADERINFO");
        ResultSet results = pstmt.executeQuery();
        while (results.next())
        out.println(results.getString(1));
    catch(Exception ex)
    out.print("Got connection, can't execute query: " + ex.toString());
    return;
    %>

  • 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

  • Web Server 6.1 Error failure (  967): HTTP3068: Error receiving request

    Hi I have install Sun web server 6.1 on my T2000 system with solaris 10, the web server run the Siebel CRM application, but it is tooooo slow to bring the first page. Takes about 6.07 sec to bring the login page. The log files of the web server gives me a lot of +"failure ( 967): HTTP3068: Error receiving request"+.
    Please I need you help

    Hello Dear Friend Urgent Programmer
    I'am Alfonso Franco member of Sun Developer
    that is requested your questions Look:
    1 - Please check out your System is ready to download this iPlanet Web Server 6.1
    2- Suppose that you System is ready needs to
    configure your setup add/remove program in
    you computer that matches with the Web Server
    3- if continue the problem error after this
    analize very fine the problem and for end
    we going to create the exact library and
    port in it's Servers with a Java Program Database .
    well my friend expect that thoses advice may serve something to solve this
    problem for more contact to [email protected] to follow helping sincerely as "Good Programmer "

  • Sun One Web Server Start Up Error

    I have added filters in my application. I get the below error when I try to restart my application from Sun One Web Server,
    info: CORE3282: stdout: PARSE error at line 6 column 10
    info: CORE3282: stdout: org.xml.sax.SAXParseException: Element type "filter" must be declared.
    failure: ContextConfig[] WEB3524: Parse error in application web.xml
    org.xml.sax.SAXParseException: Element type "filter" must be declared.
    at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1016)
    at org.apache.xerces.validators.common.XMLValidator.reportRecoverableXMLError(XMLValidator.java:1252)
    at org.apache.xerces.validators.common.XMLValidator.validateElementAndAttributes(XMLValidator.java:2721)
    at org.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:823)
    at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1222)
    at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:380)
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:908)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:314)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:89)
    at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:275)
    at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:312)
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1005)
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:257)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3702)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: ContextConfig[]: WEB3525: Occurred at line 6 column 10
    failure: ContextConfig[]: WEB3541: Marking this application unavailable due to previous error(s)
    failure: WebModule[]: WEB2705: Context startup failed due to previous errors
    failure: WebModule[]: WEB2720: Error initializing naming context for context
    javax.naming.NamingException: WEB3880: Unknown context name : StandardEngine[null].StandardHost[https-sitarmor84].StandardContext[]
    at org.apache.naming.ContextBindings.bindThread(ContextBindings.java:207)
    at org.apache.catalina.core.StandardContext.bindThread(StandardContext.java:4123)
    at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3811)
    at com.iplanet.ias.web.WebModule.stop(WebModule.java:329)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3782)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    Please help.

    Which version of Sun web server are you using? Is it 6.1, 7.0 or 7.0 Update2.
    6.1 supports Servlet 2.3 spec. 7.0 supports Servlet 2.4 spec and 7.0 Update 1 and 2 support Servlet 2.5.
    Servlet 2.3 is DTD based and Servlet 2.4 onwards are schema based.
    The DTD or schema will be right after XML prolog in web.xml.
    You can use one of the following:
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
    I am sure your web.xml is not correctly written for the DTD/schema used.
    If you take care of that I am sure th problem will go away.
    If not, let us know if your webapp's WEB-INF/lib has xerces.jar.

  • IPlanet Web Server 6.1 ERROR ,URGENT

    I've Installed iPlanet Web Server 6.1 in Solaris 9 I have installed iPlanet 6.0 too its working good but 6.1 is sending this error when strating up.
    warning: CORE3283: stderr: There was an error trying to initialize the HPI library.
    warning: CORE3283: stderr: Please check your installation, HotSpot does not work correctly
    warning: CORE3283: stderr: when installed in the JDK 1.2 Solaris Production Release, or
    warning: CORE3283: stderr: with any JDK 1.1.x release.
    catastrophe: CORE4005: Internal error: unable to create JVM
    failure: CORE4009: Failed to load JVM (check your JRE)
    failure: CORE3187: Late initialization failed: Error running init function load-modules: initialization of /aplicaciones/bin/https/lib/libj2eeplugin.so failed
    Can enybody Help me with this???
    THANX!!

    Hello Dear Friend Urgent Programmer
    I'am Alfonso Franco member of Sun Developer
    that is requested your questions Look:
    1 - Please check out your System is ready to download this iPlanet Web Server 6.1
    2- Suppose that you System is ready needs to
    configure your setup add/remove program in
    you computer that matches with the Web Server
    3- if continue the problem error after this
    analize very fine the problem and for end
    we going to create the exact library and
    port in it's Servers with a Java Program Database .
    well my friend expect that thoses advice may serve something to solve this
    problem for more contact to [email protected] to follow helping sincerely as "Good Programmer "

  • System Web Server Daemon startup error

    Hello,
    I recently installed the electrical power management package into my LabVIEW 2012 installation. Ever since, I have been getting an error upon startup of my system that says "System Web Server Daemon has encountered a problem and needs to close.  We are sorry for the inconvenience." I have since uninstalled the electrical power measurement package and done a system restore to before it was installed and the error still comes up. I don't seem to be having trouble with LabVIEW as I have used it successfully since, but this error is connected with the NI software. Anyone have similar issues?
    Some more information in the error window:
    AppName: systemwebserver.exe     AppVer: 12.0.0.49152     ModName: systemwebserver.exe
    ModVer: 12.0.0.49152     Offset: 00001715
    Some system information:
    Windows XP Professional Edition SP3, 2048MB RAM, LabVIEW 2012, Circuit Design Suite 11.0
    Thanks in advance!

    I did that after you suggested playing around with those settings. I thought manual mode would stop the service from starting, but the error still happened. I disabled the service and the error no longer happens when I restart, but only because the program doesn't try to start. But like I said, this doesn't solve the problem.
    I would really like to find a real sollution to this problem, not just a band-aid for it. I am sure that this service is designed to do something, and disabling it likely causes some disfunction in LabVIEW that I am unaware of at this time.
    Thanks for the help thus far. At least I don't have to see the error message every time I restart!

  • Sunone web server http3068 ssl error (not connected)

    Hi,
    Does any one know in what scenarios this ssl error on the web server may be generated? it's web server 6.1.
    28/Oct/2004:10:29:31] failure (14732): HTTP3068: Error receiving request from 170.35.229.252 (Not connected)
    any response is really appriciated
    thanks :)
    Alok

    I don't know why you are seeing those errors, I've not tested using IBM LDAP. For your second question about adding jar file, you can try specifying the path settings using the Admin Server GUI . JVM Path Settings option exists under Java tab in the admin gui for the instance that you are managing. Let us know how it goes for you.
    Thanks
    Manish

  • Web Server 6.1SP4 errors on start

    After installing and configuring JES Web Server 6.1 SP4, every time I start it up, I get the following output:
    info: CORE3016: daemon is running as super-user
    info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_01] from [Sun Microsystems Inc.]
    info: WEB0100: Loading web module in virtual server [https-hostname] at [amconsole]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    info: WEB0100: Loading web module in virtual server [https-hostname] at [amserver]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    info: WEB0100: Loading web module in virtual server [https-hostname] at [ampassword]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    info: WEB0100: Loading web module in virtual server [https-hostname] at [amcommon]
    info: WEB0100: Loading web module in virtual server [https-hostname] at [search]
    failure: WebModule[amserver]: WEB2783: Servlet /amserver threw load() exceptionjavax.servlet.ServletException: WEB2778: Servlet.init() for servlet LoginLogoutMapping threw exception
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:949)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133) at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500) at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    ----- Root Cause -----
    java.lang.ExceptionInInitializerError
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133) at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500) at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    Caused by: java.lang.NullPointerException
    at com.sun.identity.common.FQDNUtils.<init>(FQDNUtils.java:71)
    at com.sun.identity.authentication.service.AuthD.<clinit>(AuthD.java:165)
    ... 14 more
    info: HTTP3072: [LS ls1] http://hostname:80 ready to accept requests
    startup: server started successfully
    Any ideas as to what's causing this?
    TIA

    The exception that you report seems to be identity server related. Is this web server configured for use as a Identity Server? If yes, you should post this question at:
    http://swforum.sun.com/jive/forum.jspa?forumID=79
    Thanks
    Manish

  • Cannot get my password to work in "Embedded Web Server" password timeout error message

    When i go to any of the tabs in "Embedded Web Server" browser. it ask for a password and it will not accept the password. is there anyway to reset the password to default.

    Mike,
    I would suggest to verify that the server response goes back through the ACE module.
    curr conns : 3 , hit count : 5
    dropped conns : 0
    client pkt count : 6 , client byte count: 384
    server pkt count : 0 , server byte count: 0 <===
    As you can see, ACE sees no response from the server itself.
    Gilles.

  • Web Sharing Permission 403 error after 10.5.3 Update

    Personal Web Sharing was working fine on my iMac under 10.5.2. Had no problems web surfing to http://mymachine.whatever.com/~username and getting anything I put in my ~/Sites directory.
    A while ago I upgraded to 10.5.3. I didn't notice at the time, but apparently that upgrade broke Personal Web Sharing. Ive checked this on two machines, each running 10.5.3 and both are non-functional.
    Basic facts
    - Apache is running
    - browsing to http://mymachine.whatever.com/ returns the normal Apache "it worked" page.
    - according to the httpd.conf, mod_userdir.so is loaded by default.
    - extra/httpd-userdir.conf is being included, and that has the apache
    UserDir Sites
    directive in it.
    - permissions on my ~/Sites directory are drwxr-xr-x+
    which should mean any program on the box should be able to read it.
    I am a bit puzzled by the "+" on the end, which seems to indicate extended permissions, but I've so far been unable to figure out what command displays those extended permissions.
    - The apache error.log is logging
    Permission denied: access to /~username/
    which seems to indicate a file system level access problem. But everything looks in order, permission wise to me.
    - running Repair Permissions from Disk Utility had no effect
    - apachectl configtest reports the config is ok, and the error.log doesn't throw any errors on startup.
    Anyone have any ideas?
    Jeff

    I have the same problem, but the permissions on my userdir are already drwxr-xr-x+ and I still get a "You don't have permission to access /~userdir on this server" when I try to browse to http://ipaddress/~userdir although http://ipaddress works fine. Also if I put a cgi script into /Library/WebServer/CGI-Executables and try to access that with http://ipaddress/CGI-Executables/mycgi.cgi I get a 404 Not Found error.

Maybe you are looking for

  • Not able to call action of a button

    Hi All RIght now i am facing a very strange issue. In my applictaion if on my page i drop a buttion and add action for that button. If i add a SOP(System.out.println()) in that action i am able to see that in my back end means action is called. But o

  • Putting a row into a pageable cache failed with error 9 and error message

    Hi Guys,              I am fetting the follwoing message when the job is scheduled. Putting a row into a pageable cache failed with error <9> and error message <Db::put: Bad file descriptor> I read the forum and Manoj has suggested to one of the foru

  • Settings So I Can Leave Headet w/ Mic plugged

    Hey all, just installed Blaster Li've 24bit and see that it has three audio outs and one mic input, but when I plug my main speakers into the main audio output line , I am unable to use my headet w/ mic for teamspeak while playing. How can I have my

  • Utility to Move Custom Package from one instance to another

    Hi, I wanted to know that in EBS if we have any Forms Personalization or if we have added any custom Concurrent Program then using "FNDLOAD" utility we can easily transfer it from one instance to another. Similar to that is there any utility which we

  • ID tries to open files on startup

    Every time I open InDesign CS6 ID attempts to open phantom documents that had been previously open. I say phantom because the documents do not open but I see a dialog that states it is opening them and Universal Type Client 4.01 will open the related