Is the jsp forward tag fails in iplanet application server sp2?

11/Feb/2002 17:55:41:2] error: Exception: SERVLET-compile_failed: Failed in compiling template: /EinsWebTool/QueryScreen.jsp, Parse error in JSP parser. Missing endtag: /jsp:forward
Exception Stack Trace:
java.lang.Exception: Parse error in JSP parser. Missing endtag: /jsp:forward
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at com.netscape.jsp.JSP.parseBlock(Compiled Code)
at com.netscape.jsp.JSP.parseReqDisp(Unknown Source)
at com.netscape.jsp.JSP.parseTag(Compiled Code)
at com.netscape.jsp.JSP.parseNext(Compiled Code)
at com.netscape.jsp.JSP.parseBlock(Compiled Code)
at com.netscape.jsp.JSP.parse(Unknown Source)
at com.netscape.jsp.JSP.compile(Unknown Source)
at com.netscape.server.servlet.jsp.JSPCompiler.JSPtoJava(Unknown Source)
at com.netscape.server.servlet.jsp.JSPCompiler.compileJSP(Compiled Code)
at com.netscape.server.servlet.jsp.JSPCompiler.compileOrLoadJSP(Unknown Source)
at com.netscape.server.servlet.jsp.JSPCompiler.compileInstance(Unknown Source)
at com.netscape.server.servlet.jsp.JSPCompiler.compileInstance(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callJspCompiler(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUri(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUriRestrictOutput(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformRequestDispatcher.forward(Unknown Source)
at com.netscape.jsp.PageContextImpl.forward(Unknown Source)
at jsp.APPS.EinsWebTool.Login._jspService(Compiled Code)
at jsp.APPS.EinsWebTool.Login.service(Login.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source)
at com.netscape.server.servlet.servletrunner.ServletRunner.callJSP(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callJspCompiler(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUri(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUriRestrictOutput(Unknown Source)
at com.netscape.server.servlet.platformhttp.PlatformRequestDispatcher.forward(Unknown Source)
at com.netscape.server.servlet.jsp.JSPRunner.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source)
at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)

Hi,
Yes, I was able to code this sucessfully and got it working. Here is the code I used...
<%
String fortune = (String) request.getAttribute("fortune_string");
%>
<HTML>
<HEAD><TITLE>Fortune Sample Application</TITLE></HEAD>
<BODY BGCOLOR=#FFFFFF>
<H2>The Oracular Servlet greets you!</H2>
<p>
Your fortune is...
<%= fortune%>
<p>
<p>
<hr size=0>
<p>
<FONT SIZE=2>Sample Applications
<jsp:forward page="/ias-samples/index.html">
</jsp:forward>
</BODY>
</HTML>
and I got it working. I believe the code is missing some tag, which I tried, but got error in KJS like...
[15/Feb/2002 11:23:49:7] info: --------------------------------------
[15/Feb/2002 11:23:49:7] info: jsp.APPS.fortune.fortune: init
[15/Feb/2002 11:23:49:7] info: --------------------------------------
Null text data??
2002-02-15 11:24:16 - error-the file '\fortune.jsp' generated the following pars
e exception: org.apache.jasper.compiler.ParseException: C:\iplanet\ias6\ias\APPS
\fortune\fortune\fortune.jsp(17,0) Expected "param" tag with "name" and "value"
attributes after the "params" tag.
In your case, I suspect, either the parser is not able to convert the .jsp file appropriately, or some inappropriate tag. If this doesn't help please send me your code & I can help you on this regard.
Regards
Raj
[email protected]

Similar Messages

  • How do i pass a url with query string using the jsp:forward tag

    This snippet of code gives a 403 error
    <jsp:forward page="testpage.jsp?test=1" />
    How do i rectify it?

    Well better way to go about for the job is to use
    setAttribute("name","value");method in the first page
    and then in next page use method
    String s=getAttribute("name");to retreive the value.
    Url rewritting or using Query String has some disadvantages ,which are handled by above mentioned approach.
    Ashish

  • Difference between jsp forward tag and sendRedirect

    I would like to know the difference between jsp forward tag and sendRedirect.
    Please explain with a suitable example if possible ...
    glenn

    See: http://java.oreilly.com/news/jsptips_1100.html (number 4)

  • Is the jsp:plugin tag supported in Weblogic 5.1?

    I am running Weblogic 5.1 and I can't get the <jsp:pluging> tag to work.
              The server is not even translating the tag to anything usefull. When I do a
              'View Source' in the browser, the tag is exactly as I wrote it in the page.
              Is this feature supported in 5.1. I've tried the phonebook example and it
              doesn't work either. All my other JSP pages work just fine.
              Any help would be appreciated...
              Steven Carter
              Senior Software Developer
              VideoSpheres Inc.
              Office: 613-270-9646 Ext. 3025
              FAX: 613-271-9442
              e-mail:[email protected]
              

    Thanks for your response! Yes it was a typo in the message :). Would you have any idea why it is not working for me? Any special configuration required? A property I don't have correctly set in the properties file? I've tried the phonebook example shipped with the product and it doesn't work.
              "Kumar Allamraju" <[email protected]> wrote in message news:[email protected]..
              I never tested it myself. But i think we do support
              in 5.1 . Shouldn't it be <jsp:plugin>
              Was it a typo?
              Steven Carter wrote:
              I am running Weblogic 5.1 and I can't get the <jsp:pluging> tag to work.
              The server is not even translating the tag to anything usefull. When I do a
              'View Source' in the browser, the tag is exactly as I wrote it in the page.
              Is this feature supported in 5.1. I've tried the phonebook example and it
              doesn't work either. All my other JSP pages work just fine.
              Any help would be appreciated...
              Steven Carter
              Senior Software Developer
              VideoSpheres Inc.
              Office: 613-270-9646 Ext. 3025
              FAX: 613-271-9442
              e-mail:[email protected]
              [att1.html]
              

  • Need help with the jsp:useBean tag

    Dear Fellow Java/JSP developers:
    I am trying to use the <jsp:useBean> tag in a jsp that displays the values from a javaBean that gets populated by another class.
    <%@ page contentType="text/html" pageEncoding="UTF-8"%>
    <%@ page import = "java.util.ArrayList"%>
    <%@ page import = "java.util.Iterator"%>
    <%@ page import = "salattimes.CalendarParse" %>
    <%@ page import = "salattimes.Salat" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JSP Page</title>
        </head>
        <body>
            <jsp:useBean id="test" scope="session" class="calendar.Time" />
            <% CalendarParse sTime = new CalendarParse();
                Time mytime = sTime.runExample();%>
            <%=mytime.getA() %>
            <%=mytime.getB() %>
            <%=mytime.getC() %>
            <%=mytime.getD() %>
            <%=mytime.getE() %>
        </body>
    </html>However, up to now, I am only able to display the values on my JSP page using the scriptlet
    <% CalendarParse sTime = new CalendarParse();
                Time mytime = sTime.runExample();%> to declare and create the object (the method call sTime.runExample(); populates the fields in the Java Bean), and the expressions:
    <%=mytime.getA() %>
             <%=mytime.getB() %>
             <%=mytime.getC() %>
             <%=mytime.getD() %>
             <%=mytime.getE() %>to present the values on the screen. What I would like to do is assign the object that I create to a javaBean reference declared in a <jsp:useBean> tag as follows:
    <jsp:useBean id="test" scope="session" class="calendar.Time" />
            <% CalendarParse sTime = new CalendarParse();
                test = sTime.runExample();%>and then present the values stored in the bean to the JSP page as follows:
    <jsp:getProperty name="test" property="a" />
            <jsp:getProperty name="test" property="b" />
            <jsp:getProperty name="test" property="c" />
            <jsp:getProperty name="test" property="d" />
            <jsp:getProperty name="test" property="e" />
            <jsp:getProperty name="test" property="f" />Is this possible? When I try the above, I get "null" as my output on the screen. When I try the first approach listed above, I get the values I am looking for. Is there a way to accomplish this using the <jsp:useBean> approach?
    Thanks to all those who reply.
    Sincerely;
    Fayyaz

    The code:
    <jsp:useBean id="calendar" class="calendar.CalendarParse" scope="session"/>
    <c:set var="time" value="${calendar.time}"/>Would be roughly equivalant to:
    calendar.CalendarParse calendar = new calendar.CalendarParse();
    Object time = calendar.getTime();I assumed that the CalendarParse object was in the calendar package because that was were your Time class was (when you used <jsp:useBean id="test" scope="session" class="calendar.Time" />"), but when I look back at your original post I see I was wrong and the use of calendar as both the incorrect package and the variable name was confusing. To make the code more similar to your original post the code should have read:
    <jsp:useBean id="sTime" class="salattimes.CalendarParse"/>
    <c:set var="myTime" value="${sTime.time}" scope="session"/>
    ${myTime.a}
    ${myTime.b}
    ${myTime.c}
    etc...Here is an explanation of the parts:
             /* name of the variable */  /* fully qualified class name, package.className */
    <jsp:useBean id="sTime"           class="salattimes.CalendarParse"/>
      /* name of the new object from bean */  /* source of object, variable.property */    /* Scope of new object */
    <c:set var="myTime"              value="${sTime.time}"             scope="session"/>
    /* data to display variable.property */
    ${myTime.a}Where a 'property' in a bean is defined as a method in the form of getProperty(). So the 'time' property is getTime() and the 'a' property is getA().

  • Sql server services give error the remote procedure call failed [0x800706be] in sql server 2008

    sql server services give error the remote procedure call failed [0x800706be] in sql server 2008.
    To resolve this issue, I executed the following mofcomp command in command prompt to re-register the *.mof files:
    mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof".
    but it does not work.
    Plz give the exact soln to solve this error.

    sql server services give error the remote procedure call failed [0x800706be] in sql server 2008.
    To resolve this issue, I executed the following mofcomp command in command prompt to re-register the *.mof files:
    mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof".
    but it does not work.
    Plz give the exact soln to solve this error.
    So when you tried starting SQL server service it gave the error right  ?  or when you click on SQL server services in SQL server configuration manager(SSCM) you get this error. Can you be more clear.  As far as I read your question it has something
    to do with permission. Close SSCM window and this time  right click on SQL server configuration manager and select run as administrator and check if you can see SQL server services
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Context lookup problem in iplanet application server 6.0 sp3?

    Hi all,
    I am writing codes in the following enviornment, iplanet application server 6.0 sp3 with iplanet web server 4.1 sp7 in Window 2000.
    When I tried to login to the system, error occured when i try to lookup context for my session bean.
    The error message is as follows:
    login_process.jsp: Home / Remote Error:String index out of range: -7
    [10/Apr/2002 18:09:10:5] error: Exception: SERVLET-execution_failed: Error in ex
    ecuting servlet JSPRunnerSticky: java.util.EmptyStackException
    Exception Stack Trace:
    java.util.EmptyStackException
    at java.util.Stack.peek(Stack.java:86)
    at java.util.Stack.pop(Stack.java:68)
    at com.netscape.server.deployment.AppComponentDescriptorUtil.popCurrentAppComponent(Unknown Source)
    at com.netscape.server.servlet.servletrunner.AppInfo.popWebAppDescriptor(Unknown Source)
    at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source)
    at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    could anyone suggest a method to solve the problem?
    Thx very much!

    There is a major security breach in authenticating
    iPlanet Web Server 6.0 SP3 and SP4 using Sun ONE
    Directory Server. Using a valid user id, any
    password except null string would allow user access
    the restricted resources. iPlanet Web Server 6.0 SP5
    and 4.1 SP12 worked fine with similar configuration.Did you get an answer for this?
    We are having the exact same problems with our iPlanet Web server 6.0 SP3.
    thank you.

  • Can't Load 3rd Party JDBC in iPlanet Application Server

    I am trying to use a 3rd Party Type 4 Oracle JDBC driver to connect to a database in iPlanet Application Server 6.0 SP3. I used the jdbcsetup.exe tool to register the driver and used the iAS Administrative Tool to Register the Datasource.
    External JDBC Driver Parameters:
    Driver Type: OracleConnectionPoolDataSource
    Driver Classname: oracle.jdbc.pool.OracleConnectionPoolDataSource
    Driver Classpath: c:\src\jdbc\lib\classes111.zip
    DataSource Registration Parameters:
    JNDI Name: OracleConnectionPoolDataSource
    DriverType: OracleConnectionPoolDataSource
    DatabaseURL: jdbc:oracle:thin:@decipher:1521:csi
    Code to Access datasource (Note: dsName=OracleConnectionPoolDataSource):
    try {
    // Define JNDI InitialContext object.
    InitialContext ctx = new InitialContext();
    ds = (DataSource)ctx.lookup("jdbc/" + dsName);
    dbConn = ds.getConnection();
    //requires all sql Statements to be manually commit(ed)
    dbConn.setAutoCommit(false);
    if(dbConn!=null)
         System.out.println("Getting a connection from dds.");
    catch (Exception e){
         e.printStackTrace();
    The Error that I am getting:
    [22/Aug/2002 15:43:51:9] info: RLOPMGR-005: OracleConnectionPoolDataSource: CALLBACK FAILED: CreateObject
    java.sql.SQLException: A. Couldn't load or create 3rd party class: oracle.jdbc.pool.OracleConnectionPoolDataSource
    at com.netscape.server.jdbc.Driver.connect(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.createNewConnection(Unknown Source)
    at com.netscape.server.jdbc.ProxyEvaluation.createObject(Unknown Source)
    at com.kivasoft.rlop.ObjectPool.reserveObjectnative(Native Method)
    at com.kivasoft.rlop.ObjectPool.reserveObject(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getFromPool(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getConnection(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
    I would greatly appreciate any help on why I am getting this error. I am desparate!

    I'm sorry but I'm not an expert......
    As you know Classes12.zip contains two dir "javax" and "oracle".
    So my path for driver is "/servers/jdbc/classes12.zip (or wath is contains).
    In classpath variable in iasenv.ksh I put /servers/jdbc but it doesn't work.
    I tried with /servers/jdbc/oracle/driver.....the same
    Can you help me again
    Thank you very much!
    Massimiliano

  • Deploying war file on iplanet application server 6.5

    Hi ,
    We are trying to deploy WebObjects application on Iplanet Application server server 6.5.
    Steps we tried for deployment :
    1) War file generated by WebObjects.
    2) Started IPlanet Application server.
    3) Opened the War file in the deployment tool.
    4) Verified that the WAR file to be deployed using the verify option in the deployment tool(Verified successfully)
    5) We tried to save the archive, then it throws an error saying "
    "Invalid entry compressed size (expected 52 bytes but got 51 bytes)".
    We ignored this message and proceeded further by clicking on OK.
    6) Deployed the WAR file using the deploy option
    7) In the deploy message box, it diplays that the application was deployed successfully.
    Then we tried to access the application by trying the following url : " http://localhost/NASApp/<CONTEXT NAME>/WebObjects/<APPLICATION NAME>"
    (eg : http://localhost/NASApp/SampleApplication/WebObjects/SampleApplication.woa>)
    We are getting the error saying that " GXError". We are not sure whether the the above mentioned url is the correct way to access the application !
    What we think the problem in deployment is
    i) because of error while saving the WAR file (Invalid entry compressed size (expected 52 bytes but got 51 bytes)
    ii) URL not appropriate
    Other observations :
    We tried to deploy to deploy sample application on Iplanet Application server. All these sample applications are deployed properly without the above mentioned error message. All these application are accessed by typing following url : " http:localhost/NASApp/<CONTEXT NAME>/<APPLICATION NAME>". IN all the sample application, url contains "NASApp" . We are not sure what this stand for and maps to. What we assumed is that it maps to the the iplanet app document root i.e "installedroot/ias6/ias/App"
    The exception throw while saving the WAR file is " com.iplanet.ias.tools.buzz.util.ArchiveHandlerException"
    Has any body who has tried this can help us?
    Thanks,
    Raju and Venkatesh

    Hi,
    First of all the application you are trying is from a WebObjects application server. I don't know how they package the modules and what is the format/file structure. I just went to their site, though they say that the WebObjects applications can be deploy on any J2EE Application server but still how they package and how they write the xml descriptors is not known.
    Looking at your exception it seem that first it is something to do the war/jar archive file compression thing (as the deployment tool is not able to read the complete file) then comes the deployment descriptors.
    I tried to get a few sample application from their site but I couldn't fine any, it will be great help if you can provide a WebObjects sample app to me (mail it to [email protected]).
    Regarding the NASApp string in URL, it has nothing to do with document root of iAS and also installedroot/ias6/ias/APPS dir is not the document root of iPlanet app server, this is the place where it save/explodes all the archives (ear).
    See iPlanet App server don't have any HTTP daemon to listen to the HTTP requests, so it needs a web server with a plugin (web connector) to forward the HTTP requests meant for iAS, and this NASApp string in the URL is the key to that.
    All the URLs are first send to the iAS plugin (as configured in web server's obj.conf file) and plugin look for this NASApp string (configurable), if it is there in the URL then it converts the HTTP request and send it to iAS over a proprietary protocol (KCP), otherwise it gives the request as it is to web server to process it.
    The NASApp string is a iAS registry parameter which you can change any time. And generally the context root part of the URL is the war file name (by default). So the typical URL for any web application (MyWeb.war) will be:
    http://<host>:<port>/NASApp/MyWeb/<Servlet_name>.
    I don't know why that extension "*.woa" is there. So if you send me a sample war file, I will be able to try it out.
    Please feel free to ask further questions.
    Sanjeev,
    Developer Support, Sun ONE Application Server-India.

  • Forms builder & iPlanet Application Server

    Is it posible to use files generated with Forms Builder (*.fmx) under the iPlanet Application Server (SUN)?.
    Thanks,
    Cristina.

    Hi Ronald,
    I have to do an application based in web forms to manage a data base stored in Oracle 9i.
    First I thought to do it using the Forms Builder.
    The company require standard J2EE and use only the iPlanet Application Server, although use Database Oracle 9i don't use the app Oracle.
    Is there not any possibility to use the Forms Builder?
    Since I can't use the forms generated with Forms Builder into the Sun App, I think a solucion is to do the forms with JSP.
    What do you think about??.
    Regards
    Thanks
    Cristina.

  • Preinstaller failing at install Application Server Role, Web Server (IIS) Role

    Hi, 
     I am trying to install SharePoint 2013 on Windows 2008 R2. I have database MS SQL Server 2012 on the same machine itself. My SharePoint Preinstaller fails at installing Application server and Web server roles.. Even though the roles get created, they
    don't complete because ASP.Net activation fails. Here is my log:
    2013-04-08 16:12:08 - Processor architecture is (9)
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 - Common Startup
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2013-04-08 16:12:08 - The value is...
    2013-04-08 16:12:08 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2013-04-08 16:12:08 - Trying to remove the startup task if there is any.
    2013-04-08 16:12:08 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2013-04-08 16:12:08 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2013-04-08 16:12:08 - Locating the following command line arguments file:
    2013-04-08 16:12:08 - E:\PrerequisiteInstaller.Arguments.txt
    2013-04-08 16:12:08 - Error: This file does not exist
    2013-04-08 16:12:08 - Details of the current operating system:
    2013-04-08 16:12:08 - Major version number of the operating system: (6)
    2013-04-08 16:12:08 - Minor version number of the operating system: (1)
    2013-04-08 16:12:08 - Build number of the operating system: (0X1DB1=7601)
    2013-04-08 16:12:08 - Major version number of the latest Service Pack: (1)
    2013-04-08 16:12:08 - Minor version number of the latest Service Pack: (0)
    2013-04-08 16:12:08 - Platform ID of the operating system: (2)
    2013-04-08 16:12:08 - Product suites available on the operating system: (0X112=274)
    2013-04-08 16:12:08 - Product type of the operating system: VER_NT_SERVER
    2013-04-08 16:12:08 - Product type: (10)
    2013-04-08 16:12:08 - OS type: (0)
    2013-04-08 16:12:08 - Configuring the application's property sheet...
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Windows Management Framework 3.0
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 - PowerShellVersion
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2013-04-08 16:12:08 - The value is...
    2013-04-08 16:12:08 - 3.0
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 - CTPVersion
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2013-04-08 16:12:08 - Could not find or unable to read CTPVersion key
    2013-04-08 16:12:08 - The prerequisite above is already installed
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Microsoft .NET Framework 4.5
    2013-04-08 16:12:08 - Reading the following DWORD value/name...
    2013-04-08 16:12:08 - Install
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Windows Identity Foundation (KB974405)
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 -
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2013-04-08 16:12:08 - The value is...
    2013-04-08 16:12:08 - 6.1.7600.0
    2013-04-08 16:12:08 - The prerequisite above is already installed
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2013-04-08 16:12:08 - Reading version of the following file...
    2013-04-08 16:12:08 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2013-04-08 16:12:08 - The version is...
    2013-04-08 16:12:08 - 1.0.3010.0
    2013-04-08 16:12:08 - The prerequisite above is already installed
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 - Version
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2013-04-08 16:12:08 - The value is...
    2013-04-08 16:12:08 - 10.51.2500.0
    2013-04-08 16:12:08 - A higher version of the prerequisite above is already installed
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Windows Server AppFabric
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 - ProductVersion
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\AppFabric\V1.0
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Windows Identity Foundation (KB974405)
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 -
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Microsoft Information Protection and Control Client
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 -
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2013-04-08 16:12:08 - The value is...
    2013-04-08 16:12:08 - 1.0.621.117
    2013-04-08 16:12:08 - A higher version of the prerequisite above is already installed
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Microsoft WCF Data Services 5.0
    2013-04-08 16:12:08 - Reading the following string value/name...
    2013-04-08 16:12:08 - Version
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2013-04-08 16:12:08 - Check whether the following prerequisite is installed:
    2013-04-08 16:12:08 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2013-04-08 16:12:08 - Reading the following DWORD value/name...
    2013-04-08 16:12:08 - IsInstalled
    2013-04-08 16:12:08 - from the following registry location...
    2013-04-08 16:12:08 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2013-04-08 16:12:08 - The value is (1)
    2013-04-08 16:12:08 - The prerequisite above is already installed
    2013-04-08 16:12:14 - Beginning download/installation
    2013-04-08 16:12:14 - Created thread for installer
    2013-04-08 16:12:14 - Beginning download of Microsoft .NET Framework 4.5
    2013-04-08 16:12:14 - http://go.microsoft.com/fwlink/?LinkID=250950
    2013-04-08 16:12:15 - Size of download of "Microsoft .NET Framework 4.5" in bytes is "1005568"
    2013-04-08 16:12:15 - Download of "Microsoft .NET Framework 4.5" completed successfully
    2013-04-08 16:12:15 - Installing Microsoft .NET Framework 4.5
    2013-04-08 16:12:15 - "C:\Users\SPAdmin\AppData\Local\Temp\NETB7E9.tmp.exe" /q /norestart
    2013-04-08 16:15:27 - Install process returned (0)
    2013-04-08 16:15:27 - [In HRESULT format] (0)
    2013-04-08 16:15:27 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\SPAdmin\AppData\Local\Temp\PreAAB0.tmp.XML"
    2013-04-08 16:15:28 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:29 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:30 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:31 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:32 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:33 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:34 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:35 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:36 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:37 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:38 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:39 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:40 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:41 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:42 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:43 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:44 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:45 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:46 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:47 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:48 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:49 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:50 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:51 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:52 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:53 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:54 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:55 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:56 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:57 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:58 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:15:59 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:00 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:01 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:02 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:03 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:04 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:05 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:06 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:07 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:08 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:09 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:10 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:11 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:12 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:14 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:15 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:16 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:17 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:18 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:19 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:20 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:21 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:22 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:23 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:24 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:25 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:26 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:27 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:28 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:29 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:30 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:31 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:32 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:33 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:34 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:35 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:36 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:37 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:38 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:39 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:40 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:41 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:42 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:43 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:44 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:45 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:46 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:47 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:48 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:49 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:50 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:50 - Install process returned (0)
    2013-04-08 16:16:50 - [In HRESULT format] (0)
    2013-04-08 16:16:50 - "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe" -i
    2013-04-08 16:16:51 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:52 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:53 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:54 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:55 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:56 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:57 - Request for install time of Application Server Role, Web Server (IIS) Role
    2013-04-08 16:16:57 - Install process returned (0)
    2013-04-08 16:16:57 - [In HRESULT format] (0)
    2013-04-08 16:16:57 - "C:\Windows\system32\cscript.exe" "C:\Windows\system32\iisext.vbs" /enext "ASP.NET v4.0.30319"
    2013-04-08 16:16:58 - Install process returned (-2146646015)
    2013-04-08 16:16:58 - [In HRESULT format] (-2146646015)
    2013-04-08 16:16:58 - Error when enabling ASP.NET v4.0.30319
    2013-04-08 16:16:58 - Last return code (-2146646015)
    2013-04-08 16:16:58 - Reading the following DWORD value/name...
    2013-04-08 16:16:58 - Flags
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 - PendingFileRenameOperations
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SYSTEM\CurrentControlSet\Control\Session Manager
    2013-04-08 16:16:58 - Reading the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2013-04-08 16:16:58 - Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    2013-04-08 16:16:58 - Last return code (-2146646015)
    2013-04-08 16:16:58 - Options for further diagnostics: 1. Look up the return code value 2. Download the prerequisite manually and verify size downloaded by the prerequisite installer. 3. Install the prerequisite manually from the given location without any command line options.
    2013-04-08 16:16:58 - Cannot retry
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Windows Management Framework 3.0
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 - PowerShellVersion
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2013-04-08 16:16:58 - The value is...
    2013-04-08 16:16:58 - 3.0
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 - CTPVersion
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2013-04-08 16:16:58 - Could not find or unable to read CTPVersion key
    2013-04-08 16:16:58 - The prerequisite above is already installed
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Microsoft .NET Framework 4.5
    2013-04-08 16:16:58 - Reading the following DWORD value/name...
    2013-04-08 16:16:58 - Install
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2013-04-08 16:16:58 - The value is (1)
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 - Version
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2013-04-08 16:16:58 - The value is...
    2013-04-08 16:16:58 - 4.5.50709
    2013-04-08 16:16:58 - The release version of .NET 4.5 is installed.
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Windows Identity Foundation (KB974405)
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 -
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2013-04-08 16:16:58 - The value is...
    2013-04-08 16:16:58 - 6.1.7600.0
    2013-04-08 16:16:58 - The prerequisite above is already installed
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2013-04-08 16:16:58 - Reading version of the following file...
    2013-04-08 16:16:58 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2013-04-08 16:16:58 - The version is...
    2013-04-08 16:16:58 - 1.0.3010.0
    2013-04-08 16:16:58 - The prerequisite above is already installed
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 - Version
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2013-04-08 16:16:58 - The value is...
    2013-04-08 16:16:58 - 10.51.2500.0
    2013-04-08 16:16:58 - A higher version of the prerequisite above is already installed
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Windows Server AppFabric
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 - ProductVersion
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\AppFabric\V1.0
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Windows Identity Foundation (KB974405)
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 -
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Microsoft Information Protection and Control Client
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 -
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2013-04-08 16:16:58 - The value is...
    2013-04-08 16:16:58 - 1.0.621.117
    2013-04-08 16:16:58 - A higher version of the prerequisite above is already installed
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Microsoft WCF Data Services 5.0
    2013-04-08 16:16:58 - Reading the following string value/name...
    2013-04-08 16:16:58 - Version
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2013-04-08 16:16:58 - Check whether the following prerequisite is installed:
    2013-04-08 16:16:58 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2013-04-08 16:16:58 - Reading the following DWORD value/name...
    2013-04-08 16:16:58 - IsInstalled
    2013-04-08 16:16:58 - from the following registry location...
    2013-04-08 16:16:58 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2013-04-08 16:16:58 - The value is (1)
    2013-04-08 16:16:58 - The prerequisite above is already installed
    2013-04-08 16:17:07 - Opening log file
    2013-04-08 16:17:07 - Opened action for user
    2013-04-08 16:17:07 - C:\Users\SPAdmin\AppData\Local\Temp\prerequisiteinstaller.2013.04.08-16.12.08.log
    2013-04-08 16:17:56 - Return code (-2146646015)
    2013-04-08 16:17:56 - It is recommended that you keep your Windows operating system up to date on http://windowsupdate.microsoft.com
    I tried solutions for all previous posts that I could find. Can anybody help me out?
    Thanks 
    Abdel

    Please help!!!  I am going on 9 days now trying to install SharePoint 2013 onto a VM.  I have tried Hyper-V and VMWare and am getting the same result with both.
    Running Windows 8.1  with 16 GBs of RAM.
    The pre-req installer will not install anything!!  And I get this error:
    The tool was unable to install Application
    Server Role, Web Server (IIS) Role
    So I installed the Web Server IIS Role and restart...   still no luck
    Then I ran this command: 
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i -enable
    And get this message: "This option is not supported on this version of the operating system. Admins should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Windows Features On/Off dialog....
    9 days of cussing and pulling my hair out...  please someone help..  I just want to run the Pre-Req installer and install SharePoint on a VM Machine. 
    Any help would be appreciated!!  Thanks in advance!
    I just want to confirm that I'm facing exactly the same problem.
    Currently, Microsoft SharePoint Server 2013 is not supported for installation on computers running the Windows Server 2012 R2 operating
    system. 
    http://support.microsoft.com/kb/2891274/

  • IPlanet Application Server 6.0 Service Pack 3 Test Drive

    Hi,
    We are trying to port an existing web-app (runs on WebLogic and JBoss)
    to the iPlanet Application Server platform.
    We can deploy our app, but cannot access it once it is deployed.
    Is the iPlanet Application Server 6.0 Service Pack 3 Test Drive "cripple
    ware" or is it a fully functioning trial which allows you deploy new
    apps to it?
    Thank You,
    Eric Kahler

    Hello,
    If the issue is looking up the bean and you are looking up the bean as you
    would with JBoss or BEA:
    String beanName = "Bean";
    ctx = InitialContext();
    ctx.lookup( beanName );
    then you might have the problem there. Atleast this is what we have found
    with beans needing to be convered. Change the lookup to be ctx.lookup
    ("ejb/" + beanName ); and you might be better. I haven't tried it on JBoss
    or Bean but ctx.lookup( "java:comp/env/ejb/" + beanName) might work on all
    the different app servers
    TTYL, Jeff
    "Eric Kahler" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    We are trying to port an existing web-app (runs on WebLogic and JBoss)
    to the iPlanet Application Server platform.
    We can deploy our app, but cannot access it once it is deployed.
    Is the iPlanet Application Server 6.0 Service Pack 3 Test Drive "cripple
    ware" or is it a fully functioning trial which allows you deploy new
    apps to it?
    Thank You,
    Eric Kahler

  • What is different between setup.exe and ezsetup.exe for iPlanet Application server 6.0 SP3?

    iPlanet Application server 6.0 SP3 for windows versions.

    Hi,
    setup.exe has 3 types of installation modes, namely, express, typical and custom. But the ezsetup doesn't asks these questions. The difference between them are..
    Setup.exe - Express - Asks fewer questions like, iAS username password, directory server username, password, product key etc
    Setup.exe - Typical - Asks for same questions as of Express setup and few more additional questions and allows you to install iAS and use a directory server which is already installed.
    Setup.exe - Custom - The most complicated and the highly interactive installation where it requiress 32-33 inputs from the user and fully customisable.
    EzSetup.Exe - Doesn't have any sub option, doesn't allow you to use the existing directory server or web server, all it asks is 2 questions..., which directory to install and the product key.
    Hope this helps.
    Regards
    Raj

  • Iplanet application server 6.5 on windows xp

    I'm trying to install iplanet application server 6.5 on windows xp. but for some reason it just hangs at the end of the install. Leaving my no choice but to quit the instalation. Has anyone sucessfully install 6.5 on xp? and could anyone help? would be appreciated.
    Thanks in advance...

    I've just spent a day or two mucking around with getting the iPlanet 6.5 Application Server install running with IIS on XP, and have got as far as having the "fortune" application running. I also encountered the "hanging installation" problem on my 5th or 6th reinstallation. Here is my checklist of things to do:
    1. As has been pointed out earlier, you must have a static IP address assigned to the machine you are installing on.
    2. You should set up IIS before installing iPlanet - during the install you'll be prompted to set up the Web Connector for IIS.
    3. If you find that the install hangs at the end (seems to be in the middle of building the Start Menu shortcuts), then deinstall from the Control Panel | Add Remove Software and run the install in Windows 2000 compatibility mode - this article lays out how to start applications in compatibility mode:
    http://www.microsoft.com/windowsxp/using/games/expert/durham_og.mspx
    4. You need to switch IIS to run in-process as per these instructions:
    http://docs.sun.com/source/816-5788-11/app1.html#14411
    see the section "Registering the Plug-in on IIS 5.0 running on Windows 2000".
    Note that in XP the tab is called "Directory" rather than "Virtual Directory" and ensure that you grant Execute Permission to both Scripts and Executables (default is just Scripts I think)
    5. You need to grant security permissions to the registry key
    \\local machine\\software\\iplanet\\Appserver\\6.0\\CCS0\\HTTPAPI
    as per the post by Vaidyanathan Iyer :
    http://swforum.sun.com/jive/thread.jspa?threadID=20660&tstart=90
    Regards

  • URL Rewriting Session ID Length in iPlanet Application Server

    Hi there,
    Does anyone know what the maximum length of the session ID value is when
    using URL rewriting/encoding for session tracking (i.e.: ";jessionid=1234"
    appended to the end of the URL) with iPlanet Application Server 6.0's
    servlet container (or any previous versions)?
    Does the length vary or is it fixed? And does WebSphere encode server or
    failover information into the ID? WebLogic for instance, encodes the
    primary and secondary failover servers into the ID when running in a
    cluster)?
    And finally, is there any way to restrict or specify the maximum length of
    the session ID?
    I ask this due to a limitation with some WAP clients & gateways which
    prevents the URL from exceeding 128 characters.
    Any info on this issue from iPlanet staff or anyone else is much
    appreciated.
    <background-info>
    Please see the following links if you'd like some additional background:
    http://e-docs.bea.com/wls/docs60/////wap/wapdev.html#1024984
    under the heading "Session Tracking" at the bottom
    http://groups.google.com/groups?hl=en&safe=off&th=eb7f38aa5086972e,13&seekm=
    8gaki8%247d5%241%40newsgroups.bea.com#p
    </background-info>
    Regards,
    Sasha Haghani

    Sasha Haghani wrote:
    Hi there,
    Does anyone know what the maximum length of the session ID value is when
    using URL rewriting/encoding for session tracking (i.e.: ";jessionid=1234"
    appended to the end of the URL) with iPlanet Application Server 6.0's
    servlet container (or any previous versions)?
    I'm fairly certain that it is fixed. 18 for the attibute, 16 for the value, plus
    1 for the equals. (Plus 1 for the ? if it didn't already exist.)
    So 35 or 36 depending on how you count it. Someone needs to verify this and
    check my counting though.
    >
    Does the length vary or is it fixed? And does WebSphere encode server or
    failover information into the ID? WebLogic for instance, encodes the
    primary and secondary failover servers into the ID when running in a
    cluster)?I don't know what WebSphere does. iAS does not encode failover information in
    the ID. Because of the way session is propogated, no server information needs to
    be embedded in the id.
    >
    And finally, is there any way to restrict or specify the maximum length of
    the session ID?No.

Maybe you are looking for