Pb with Iplanet 3.6 SP7 (OK with 3.6 no SP)

Hi
First sorry but my english is bad !!.
I have a problem when a server of my society try to connect with another server through Iplanet proxy.
In the access log file :
10.107.116.102 - - [15/Jun/2005:09:56:21 +0200] "CONNECT re7bam.targetserver.fr:443 HTTP/1.0" 400 0 "-" "-" CONNECT connect://re7bam.targetserver.fr:443 - "-" 0 0 0 0 0 0 0 0 125 - - - - -
In the error log file :
[15/Jun/2005:09:56:21] failure: for host 10.107.116.102, http-parse-request reports: while scanning proxy HTTP headers, read failed, error is Op�ration r�ussie.
I haven't this problem with Iplanet 3.6 (no service pack) with the same configurations files. Our server use a specific tool to connect.
Are there diagnostic tools for my problem ?
Any suggestions/recommendations are mostly welcome !!!

Unfortunately, since your code is doing a "CONNECT" instead of a "GET" there is no way to see the actual url that the tool is requesting. The connect statement is basically telling the proxy that the client wants to start its own session to the remote server. The proxy doesn't participate in the http part of the CONNECT request.
The only ways you can see the actual client requests are if you control either the client or server side. If you control the server side, then you can simply look in the webserver log file. If you only control the client side (and its a special tool) then you have to figure out a way to get the tool's writer to log his/her requests somewhere. (if you have control of the server side, and have a copy of the keys, then potentially you can decrypt the traffic in ethereal or ssldump)
There are other man in the middle techniques also, but they involve setting up a type of reverse proxy that terminate and re-creates the ssl session. (i think one such tool is called grinder)
This is strange, yes
-rich

Similar Messages

  • JDK 1.4.1_07 / iPlanet 6.0 SP7

    Does JDK 1.4.1_07 run with iPlanet 6.0 SP7? The problem I am experiencing is a module that I am implementing is looking for a class, javax.crypto.interfaces.DHPublicKey. This class supposively is part of JDK 1.4.1 and it's in jce.jar under <JRE>/lib directory. I was wondering why iPlanet is throwing the following error out? Any ideas....
    [24/Feb/2004:11:36:03] failure ( 2436): Internal error: Unexpected error condition thrown (java.lang.NoClassDefFoundError: javax/crypto/interfaces/DHPublicKey,javax/crypto/interfaces/DHPublicKey), stack: java.lang.NoClassDefFoundError: javax/crypto/interfaces/DHPublicKey
         at com.baltimore.jpkiplus.x509.utils.TBSCertificate.fromASN1Object([DashoPro-V1.3-013000])
         at com.baltimore.jpkiplus.x509.utils.TBSCertificate.<init>([DashoPro-V1.3-013000])
         at com.baltimore.jpkiplus.x509.JCRYPTO_X509Certificate.fromASN1Object([DashoPro-V1.3-013000])
         at com.baltimore.jpkiplus.x509.JCRYPTO_X509Certificate.fromDER([DashoPro-V1.3-013000])
         at com.baltimore.jpkiplus.x509.JCRYPTO_X509Certificate.<init>([DashoPro-V1.3-013000])
         at com.baltimore.jpkiplus.x509.X509CertificateFactoryImpl.engineGenerateCertificate([DashoPro-V1.3-013000])
         at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:389)

    Hi,
    JDK 1.41_xx is supported (see the Release Notes of the iws6.0sp7)
    Did you stop and start your web-server instance in order to pick up the new 1.4.1 JRE ?
    I think only a non-1.4.1 JRE would not pick up the jce.jar in t.he /lib directory.
    Also, in Global Settings, Configure JRE/JDK make sure that the field JRE Runtime Libpath is set to blank (default).
    regards,

  • Jsp on iplanet 6.0 sp7 error: unable to load jsp class

    I am having trouble to install astraweb on iplanet with following error
    [06/Apr/2005:08:46:38] info (21397): WebApp service: uri = /astraweb/ contextPath = /astraweb servletPath = /index.jsp pathInfo = null servletName = jsp
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log:JspEngine --> /index.jsp
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log: ServletPath: /index.jsp
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log: PathInfo: null
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log: RealPath: /opt/iplanet60sp7/docs/astraweb/index.jsp
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log: RequestURI: /astraweb/
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log: QueryString: null
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log:Classpath according to the Servlet Engine is: /opt/iplanet60sp7/docs/astraweb/WEB-INF/classes:/opt/iplanet60sp7/docs/astraweb/WEB-INF/lib/Basej4.jar:/opt/iplanet60sp7/docs/astraweb/WEB-INF/lib/commons-fileupload-1.0.jar:/opt/iplanet60sp7/docs/astraweb/WEB-INF/lib/hsi.jar:/opt/iplanet60sp7/docs/astraweb/WEB-INF/lib/net.jar:/opt/iplanet60sp7/docs/astraweb/WEB-INF/lib/oreilly.jar:
    [06/Apr/2005:08:46:38] info (21397): JSP11 Log:unable to load jsp class: jsps.index_jsp
    [06/Apr/2005:08:46:38] failure (21397): Internal error: exception thrown from the servlet service function (uri=/astraweb/): java.lang.NullPointerException, Stack: java.lang.NullPointerException
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.isJspFileModified(JspServlet.java:231)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:199)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$4(JspServlet.java:171)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:486)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:596)
    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:1058)
    at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)
    Any idea? Thanks

    In the course of your troubleshooting to date, have you worked through the following document, Jeff?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • Problems with JNDI between JSP and EJB

    Good morning:
    I've got a problem related to EJB and JNDI.
    I want to run methods of an EJB that is in Weblogic, from a JSP that runs IPlanet. When I try to execute getInitialContext() I catch a NamingException. The error description is :Cannot instantiate class: weblogic.jndi.T3InitialContextFactory
    I have this code in the JSP:
    Context initialCtx;
    initialCtx = getInitialContext();
    private InitialContext getInitialContext() throws NamingException
    Properties p = new Properties();
    (Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.T3InitialContextFactory");
    (Context.PROVIDER_URL,"t3://atlas:7001");
    InitialContext ctx = null;
    ctx = new InitialContext(p);
    return ctx;
    Configuration:
    JSP runs in IPlanet 4.1 SP7
    EJB runs in a Weblogic 5.1. Atlas it's the server name
    IPlanet and Weblogic runs on differents machines.
    Can anybody help me?
    Thanks in advance
    David

    I have two weblogic jars (weblogicaux.jar and one service pack of weblogic) in the iplanet classpath.
    I don't know if I have to configure Weblogic with any special parameter (RMI/IIOP) or something similar in IPlanet.
    Can anybody help me?
    Thanks.

  • Problem with CGI

    Hi !! i have a problem a CGI program
    i have HP-UX and iPlanet 6.0 sp7
    the messages error is :
    [13/Dec/2005:12:00:08] failure (15319): for host 201.133.170.120 trying to POST /scripts/cgiclnt/ASSGJ40N5L3KHEYBC6R4COI/ND004__, cgi_scan_headers reports: the CGI program /opt/c735/010/docs/bancanet/scripts/cgiclnt did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)
    any idea ?

    http://www.softintegration.com/support/faq/cgi.html
    might be helpful

  • J2EE deployment error in iPlanet 6.0 SP2

    My J2EE application works fine in iPlanet 6.1, however when I try to deploy it in iPlanet 6.0 SP2, I get the following error. To me it looks like some configuration error as it deploys fine in iPlanet 6.1. Is there any setting that needs to be changed in the 6.0 webserver to run J2EE applications?
    Thanks.
    [16/Jun/2004:22:24:40] info ( 630): Adding web application
    (/TripReportsSearch) at (/netscape/iplanet/servers/bin/https/webapps/TripReportsSearch)
    [16/Jun/2004:22:28:25] failure ( 630): vs(https-polo)SAX
    parser fatal error: External entity not found:
    "http://java.sun.com/dtd/web-app_2_3.dtd". in
    file:/netscape/iplanet/servers/bin/https/webapps/TripReportsSearch/WEB-INF/web.xml at line
    number 5.
    [16/Jun/2004:22:28:25] warning ( 630): vs(https-polo)Error
    parsing web-app deployment descriptor
    /netscape/iplanet/servers/bin/https/webapps/TripReportsSearch/WEB-INF/web.xml: External entity
    not found: "http://java.sun.com/dtd/web-app_2_3.dtd"..
    [16/Jun/2004:22:28:25] failure ( 630): vs(https-polo)Cannot
    create web application context path = /TripReportsSearch, at dir =
    /netscape/iplanet/servers/bin/https/webapps/TripReportsSearch;
    [16/Jun/2004:22:28:25] info ( 630): Successfully initialized web
    application environment (web-apps.xml) for virtual server
    (https-polo)

    Hi,
    I ran into similar problem with Iplanet 6.0 SP7. Have you found out any solution for this?
    External entity not found: "http://java.sun.com/dtd/web-app_2_3.dtd"

  • Iplanet error: Aborting JVM

    Hi
    We have problem with iplanet IWS41_SP12 ( SunOS 5.6 Generic_105181-34) and java version 1.3.1
    The web server generates a "An unexpected exception has been detected in native code outside the VM" and restarts
    The problem is in the call to
    com.netscape.server.http.servlet.NSServletRequest.getParameter
    Any idea?
    Thanks in advance

    I'm having this same problem on HP-UX.
    Has anyone solved it?
    "Guna" <[email protected]> wrote in message
    news:9mlo8n$[email protected]..
    >
    Hi,
    We have a setup like this :
    iPlanet 4.1 sp7 on Sun Solaris 7
    All required patches of Solaris applied.
    SSL enabled with Server side digital certificate
    Rainbow CryptoSwift Card (An Encryption Accelerator Card )
    Everything works fine except these lines in the Error log :
    Aborting JVM
    Exiting JVM due to : jvm_abort() and jvm.exitOnAbort > 0
    JVM exit statistics : AttachedThreads/Max = 0/1, ActiveThreads/Max = 0/1
    And the following lines in the /var/adm/messages file :
    webservername last messages repeated 5 times
    webservername uxwdog [231] : server terminated [signal 9] : watchdog is
    restarting it
    Any help will be highly appreciated.
    TIA
    Sarath

  • HTTP500 error when loading jsp in SunOne (iPlanet) 6.1 SP2

    war file extracts and runs under iPlanet 6.0 SP7 on the same server and another server, however, I get the following errors in the error log when I attempt to load pages via the installation on SunOne (iPlanet) 6.1 SP2. Did 6.1 change how it compiles JSP pages or are there specific settings that need to be set in 6.1 that was not needed in 6.0?
    [06/Jul/2004:12:26:35] failure (18984): for host 10.8.16.243 trying to GET /LoginResponse.jsp, service-j2ee reports: ApplicationDispatcher[] WEB2649: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: WEB4000: Unable to compile class for JSP /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:8: 'class' or 'interface' expected import javax.servlet.*; ^ /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:9: 'class' or 'interface' expected import javax.servlet.http.*; ^ /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:10: 'class' or 'interface' expected import javax.servlet.jsp.*; ^ /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:11: 'class' or 'interface' expected import org.apache.jasper.runtime.*; ^ 4 errors at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:764) at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspServlet.java:624) at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:401) at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363) at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:772) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:471) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:382) at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:443) at jsps.LoginResponse_jsp._jspService(_LoginResponse_jsp.java:114) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:675) at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:447) at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363) at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161) at com.iplanet.ias.web.WebContainer.service(WebContainer.java:578)
    [06/Jul/2004:12:26:35] failure (18984): for host 10.8.16.243 trying to GET /LoginResponse.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: WEB4000: Unable to compile class for JSP /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:8: 'class' or 'interface' expected import javax.servlet.*; ^ /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:9: 'class' or 'interface' expected import javax.servlet.http.*; ^ /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:10: 'class' or 'interface' expected import javax.servlet.jsp.*; ^ /opt/SunWebSrv/https-webinstance/ClassCache/https-webinstance/_jsps/_tree/_www_treeview_jsp.java:11: 'class' or 'interface' expected import org.apache.jasper.runtime.*; ^ 4 errors at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:764) at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspServlet.java:624) at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:401) at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363) at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:772) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:471) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:382) at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:443) at jsps.LoginResponse_jsp._jspService(_LoginResponse_jsp.java:114) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:675) at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:447) at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363) at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161) at com.iplanet.ias.web.WebContainer.service(WebContainer.java:578)
    ****************************************************

    Also, to note....
    the deploy of the war file is going to /SunOne/installedApps/webinstance instead of the default locations.

  • IPlanet-WebServer-Enterprise/4.1SP12 LDAP Limit

    Hi all,
    is it a licence limitation that the iPlanet-WebServer can't display only 1000 objects on a LDAP Server ?
    How can i extend this limit ?
    Best Regards
    Heiko Geist

    Hi,
    You can find the release note for iPlanet Web Server SP7 from the following link
    http://docs.sun.com/?p=/doc/816-5676-10
    Srini

  • Release notes for iPlanet-WebServer-Enterprise/4.1SP7

    Hi,
    Where can i get the release notes, known bugs and fixes for iPlanet-WebServer-Enterprise/4.1SP7.
    Plesae reply back.
    Thanx
    Shiva

    Hi,
    You can find the release note for iPlanet Web Server SP7 from the following link
    http://docs.sun.com/?p=/doc/816-5676-10
    Srini

  • Java Applets

    I'm using iPlanet 4.1 SP7 on a Sun box. Since I can't get it to serve Java
    applets, I've been using Apache Jakarta. From what I was told this
    webserver can handle this, you just have to set the JDK info instead of the
    JRE info. I did that and things died. I'm guessing it was because iPlanet
    is still not compatible with Java's JDK 1.3.1. I went back to 1.2.1 and it
    was fine. Although when I try and serve pages it just gives me an error
    similar to a misconfigured CGI script. Can someone explain how to set this
    up properly? Also, do you need to set the webserver to run as root in order
    to get this working? Thanks.
    STeve

    I am having exactly the same problems from my banking site.
    Take a look at my posts to see if there is anything that might help you, I have still not resolved the problem yet!!!!
    http://discussions.apple.com/thread.jspa?threadID=1213633

  • Java.lang.NullPointerException: IWSHttpSession: Session attribute name or v

    Hi ,
    I could deploy Web module (war) file on iPlanet 6.0 sp7. But when I try to run the app in the browser, I get the following error :
    Has anyone come across this same issue?
    Thanks.
    Peter
    p.s. I do not have this issue with Sun One 7.0 Ap Server.
    Start of Server Log
    [30/Jun/2004:09:59:15] info ( 1540): successful server startup
    [30/Jun/2004:09:59:15] info ( 1540): iPlanet-WebServer-Enterprise/6.0SP8 B04/20/2004 07:13
    [30/Jun/2004:09:59:15] info ( 1540): Installing a new configuration
    [30/Jun/2004:09:59:15] info ( 1540): [LS ls1] http://gutierc, port 90 ready to accept requests
    [30/Jun/2004:09:59:15] info ( 1540): A new configuration was successfully installed
    [30/Jun/2004:09:59:15] info ( 1540): Internal error: unable to create JVM
    [30/Jun/2004:09:59:15] failure ( 1540): Failure to load JVM (check your JRE)
    [30/Jun/2004:09:59:15] failure ( 1540): Late initialization failed: Error running init function(late) NSServletLateInit: unknown error
    [30/Jun/2004:09:59:15] info ( 1540):  Suspend Httpd Service
    [30/Jun/2004:10:04:29] info (  508): successful server startup
    [30/Jun/2004:10:04:29] info (  508): iPlanet-WebServer-Enterprise/6.0SP8 B04/20/2004 07:13
    [30/Jun/2004:10:04:29] info (  508): Installing a new configuration
    [30/Jun/2004:10:04:30] info (  508): [LS ls1] http://gutierc, port 90 ready to accept requests
    [30/Jun/2004:10:04:30] info (  508): A new configuration was successfully installed
    [30/Jun/2004:10:04:32] info (  508): Using the Java HotSpot(TM) Server VM v1.3.1_12 from Sun Microsystems Inc.
    [30/Jun/2004:10:04:32] info (  508): Java VM classpath: c:/program1/sun/iPlanet/Servers/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/NSServletLayer.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/NSJavaUtil.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/AdminNativeUtil.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/NSJavaMiscUtil.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/servlet.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/servlet-2.3-filters-api.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/jsp092.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/jaxp.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/crimson.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/xalan.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/jspengine.jar;
    [30/Jun/2004:10:04:32] info (  508): Loading IWSSessionManager by default.
    [30/Jun/2004:10:04:32] info (  508): IWSSessionManager: Maximum number of sessions is 1000
    [30/Jun/2004:10:04:33] info (  508): Successfully initialized web application environment (web-apps.xml) for virtual server (https-gutierc)
    [30/Jun/2004:10:40:36] warning (  508): for host 172.20.37.58 trying to GET /AFOWeb/start.do, send-file reports: can't find c:/program1/sun/iPlanet/Servers/docs-90/AFOWeb/start.do (File not found)
    [30/Jun/2004:12:18:51] info (  508):  Suspend Httpd Service
    [30/Jun/2004:12:18:52] info (  508): vs(https-gutierc)Closing the web applications
    [30/Jun/2004:12:19:03] info ( 1848): successful server startup
    [30/Jun/2004:12:19:03] info ( 1848): iPlanet-WebServer-Enterprise/6.0SP8 B04/20/2004 07:13
    [30/Jun/2004:12:19:03] info ( 1848): Installing a new configuration
    [30/Jun/2004:12:19:03] info ( 1848): [LS ls1] http://gutierc, port 90 ready to accept requests
    [30/Jun/2004:12:19:03] info ( 1848): A new configuration was successfully installed
    [30/Jun/2004:12:19:04] info ( 1848): Using the Java HotSpot(TM) Server VM v1.3.1_12 from Sun Microsystems Inc.
    [30/Jun/2004:12:19:04] info ( 1848): Java VM classpath: c:/program1/sun/iPlanet/Servers/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/NSServletLayer.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/NSJavaUtil.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/AdminNativeUtil.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/NSJavaMiscUtil.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/servlet.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/servlet-2.3-filters-api.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/jsp092.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/jaxp.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/crimson.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/xalan.jar;c:/program1/sun/iPlanet/Servers/bin/https/jar/jspengine.jar;
    [30/Jun/2004:12:19:04] warning ( 1848): msg_badAlias
    [30/Jun/2004:12:19:04] info ( 1848): Loading IWSSessionManager by default.
    [30/Jun/2004:12:19:04] info ( 1848): IWSSessionManager: Maximum number of sessions is 1000
    [30/Jun/2004:12:19:05] info ( 1848): Adding web application (/AFOWeb) at (C:/Program1/sun/iPlanet/Servers/docs-90/AFOWeb)
    [30/Jun/2004:12:19:06] info ( 1848): Loading IWSSessionManager by default.
    [30/Jun/2004:12:19:06] info ( 1848): IWSSessionManager: Maximum number of sessions is 1000
    [30/Jun/2004:12:19:12] info ( 1848): vs(https-gutierc)servlet 'action' class = 'org.apache.struts.action.ActionServlet' loaded in context = '/AFOWeb'
    [30/Jun/2004:12:19:12] info ( 1848): action: init
    [30/Jun/2004:12:19:21] info ( 1848): Successfully initialized web application environment (web-apps.xml) for virtual server (https-gutierc)
    [30/Jun/2004:12:20:58] failure ( 1848): Internal error: servlet service function had thrown ServletException (uri=/AFOWeb/start.do): javax.servlet.ServletException: IWSHttpSession: Session attribute name or value is null, stack: javax.servlet.ServletException: IWSHttpSession: Session attribute name or value is null
         at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:937)
         at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1071)
         at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:999)
    , root cause: java.lang.NullPointerException: IWSHttpSession: Session attribute name or value is null
         at com.iplanet.server.http.session.IWSHttpSession.setAttribute(IWSHttpSession.java:494)
         at com.infinity.imaging.afo.presentation.action.DoStartAction.execute(DoStartAction.java:45)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:937)
         at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1071)
         at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:999)

    I am not sure if this solved the problem.
    But now, I am using Sun One Web Server 6.1 sp1.
    You can download it from
    http://wwws.sun.com/software/download/products/4000635d.html
    Try using this and see if the problem gets resolved.
    Peter.

  • JDK setup help

    I am on a Sun Solaris system running iPlanet 4.1 SP7 and have Sun JDK 1.2.1
    installed(/usr/java). Was using 1.3.1 but shutdown and the admin were a
    nightmare. I am working on this demo that places the applet in a directory
    off the document root of:
    star/WEB-INF/classes/com/stardeveloper/servlets/TestServlet.class
    They tell you to serve it as:
    http://localhost:8080/star/servlet/com.stardeveloper.servlets.TestServlet
    The class file is in the star/WEB-INF/classes/com/stardeveloper/servlets
    directory and has a package tag at the top of:
    package com.stardeveloper.servlets;
    The demo shows how to do things using TomCat which I am NOT using as I am
    using iPlanet instead. Can someone help me with the different JDK path
    settings in the admin and whatever else I need to do in order to serve this
    file as they demo it? I'm new at this kind of Java application so any help
    would be much appreciated. Thanks.
    Steve

    Actually, remove all references to the taglib from your web.xml file.
    They don't have to be there.
    All you need to run JSTL are two jar file in the web-inf/lib directory:
    standard.jar, jstl.jar
    The tld files are bundled with them.

  • "What does "Error receiving connection (Not connected)" mean in the error log file?"

    Hello
    In reply to my earlier posting, I am using iplanet 4.1 sp7 on Solaris 8 (sparc). We are using https. Does this help matters?
    Thanks
    Mark

    That error message means the client either disconnected without sending any data (SSL and non SSL connections) or disconnected before completing the SSL handshake (SSL connections only).

  • "Error creating JVM" in iPlanet Web Server 4.1SP7 when configured with JDK

    I need to configure iPlanet Web Server 4.1SP7 to execute JSP/Servlets on itself and lookup EJBs kept on IBM Websphere Application Server 4.0.1, both running on different servers with Sun Solaris.
    Whenever, I try to configure iPlanet Web Server 4.1 SP7 to use IBM's JDK 1.3.0 (provided with WAS 4.0) to lookup an EJB, iPlanet server stops as soon as it starts, giving:
    [07/Feb/2003:11:52:38] info ( 2788): Internal error: unable to create JVM acquire failed1:52:38] info ( 2788): NSServletSession::(late)init - JVMControl:: [07/Feb/2003:11:52:38] failure ( 2788): Failure to load JVM (check your JRE) on(late) NSServletLateInit: unknown error): conf_init: Error running init function
    Evenif, I configure it using Sun's JDK 1.4.0.03, iPlanet wS keeps on giving "Exiting JVM" in the error log..
    Now, I want to know, which JVMs are supported by iPlanet Web Server 4.1 SP7, that can be used to lookup deployed components (EJBs/Datasource) on Websphere Application Server 4.0.1?
    Regards,
    Vaibhav
    [email protected]

    I think you are running into this:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F8322&zone_32=-Xrs%2A%20
    Thanks
    Manish

Maybe you are looking for

  • HELP - Guest Log In on File Sharing Suddenly Disabled (Grey Out)?

    Hello all. This is my office MacPro, we have a pool of Macs running graphics and also Avid software. We file share with local network through Apple File Sharing. By default we would be able to turn on our own Mac's file sharing, and other user would

  • Reg: Intercompany Billing Scenarios

    Dear Experts, Can anybody provide me the concepts of the following processess in "Inter Company Billing" :- a. Triangular Billing b. Quadrangular Billing c. Re- Invoicing. Rewards will be provided for suitable answers. Regards, Goutam.

  • Announcing SWF2Go Pro 2.6 and free trial download

    Hello everyone, I am glad to announce a new update of SWF2Go Professional. We are now offering a full-featured trial as well. I you have missed, SWF2Go is the best Adobe Flash Lite packager for Symbian platform available in market today. Follow the l

  • Dynamic Link isn't updating properly when I render my timeline.

    Hi guys. I'm having this problem where AE comps I link to in my PP timeline show up correctly in Premiere, but don't render correctly. It always renders out to a previous version of the linked composition, so if I make last minute changes to lower th

  • ITS Content Cannot Sync Because Apple TV could not contact the iTune Store

    No wonder it's still a hobby. Once again, I woke up to discover that all my synced iTS content had simply disappeared from my Apple TVs [third time this has happened with over 100gb of content), and neither one of them was appearing in my iTunes "con