Weblogic 8.1.6.0 JSP version

What version of JSP is Weblogic 8.1.6.0 running?
According to documentation:
http://download.oracle.com/docs/cd/E13222_01/wls/docs81/jsp/intro.html#49347
it's 1.2
but when I execute the following in a JSP page
<%= JspFactory.getDefaultFactory().getEngineInfo().get SpecificationVersion() %>
it prints 1.1
Thanks

WLS 8.1 supports both JSP 1.1 and JSP 1.2
http://download.oracle.com/docs/cd/E13222_01/wls/docs81/notes/new.html#1184292

Similar Messages

  • Problem connecting weblogic 5.1 to AS400 DB2 version

    Hi All,
    I am having problem connecting from a weblogic server 5.1 version on win2000 machine to AS400 DB2 version using iToolbox jdbc driver "com.ibm.as400.access.AS400JDBCDriver".The following is the weblogic connectionpool :
    weblogic.jdbc.connectionPool.DBPool=\
    url=jdbc:as400://3.3.111.111/MySchema,\
    driver=com.ibm.as400.access.AS400JDBCDriver,\
    loginDelaySecs=10,\
    initialCapacity=1,\
    maxCapacity=10,\
    capacityIncrement=1,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshTestMinutes=10,\
    props=user=xxx;password=xxx
    weblogic.allow.reserve.weblogic.jdbc.connectionPool.DBPool=\
    everyone
    I am getting the following exception:
    Fri Jan 28 05:38:16 EST 2005:<E> <JDBC Pool> Failed to create connection pool "DBPool"
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.lang.IllegalMonitorStateException: current thread not owner
         at com.ibm.as400.access.PortMapper.getServerSocket(PortMapper.java:150)
         at com.ibm.as400.access.AS400ImplRemote.signonConnect(AS400ImplRemote.java:1831)
         at com.ibm.as400.access.AS400ImplRemote.signon(AS400ImplRemote.java, Compiled Code)
         at com.ibm.as400.access.AS400.sendSignonRequest(AS400.java:2581)
         at com.ibm.as400.access.AS400.promptSignon(AS400.java, Compiled Code)
         at com.ibm.as400.access.AS400.signon(AS400.java:3375)
         at com.ibm.as400.access.AS400.connectService(AS400.java:821)
         at com.ibm.as400.access.AS400JDBCConnection.setProperties(AS400JDBCConnection.java:2764)
         at com.ibm.as400.access.AS400JDBCDriver.prepareConnection(AS400JDBCDriver.java:1040)
         at com.ibm.as400.access.AS400JDBCDriver.initializeConnection(AS400JDBCDriver.java, Compiled Code)
         at com.ibm.as400.access.AS400JDBCDriver.connect(AS400JDBCDriver.java:355)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:146)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:108)
         at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java, Compiled Code)
         at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java, Compiled Code)
         at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:330)
         at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java, Compiled Code)
         at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:255)
         at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
         at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java, Compiled Code)
         at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    Can anyone let me know is there any problem with connection pool configuration or do i have to make any configuration changes on DB2.Why is it throwing current thread not a owner.
    Pl help.

    Hi Joe,
    Can i use jdk1.3.1 version with weblogic 5.1 version to get rid of this problem or will this change in jvm will effect my existing production applications?
    -thanks
    bharani
    Hi Joe,
    Yes the same code put into jsp scriplet is also
    throwing the error
    "java.lang.IllegalMonitorStateException: current
    thread not owner".It would be really wonderfull if
    you can get some info on the stacktrace.The version
    of jdk we are using is jdk1.2.2, is the problem
    anyway related with the jdk version as the standalone
    program i have tested ran on jdk1.3.1 and jdk1.4
    versions.
    Thanking you in advance,
    -bharani
    bharani noudu wrote:
    Hi Joe,
    Thanks for the quick reply.As per your suggestion
    i
    am able to run a simple 15 line
    standalone program with jdk versions of jdk1.3.1and jdk1.4.1 and jt400.jar in the
    classpath, but i am not able to use the sameconfiguration details in the connection
    pool created in weblogic or the same code pasted
    in
    JSP.Both are throwing the exception
    that "current thread is not a owner".Is thisanything related with the web container
    implementation of weblogic 5.1 or the jdk
    version
    of weblogic 5.1 ?
    Can you please help.I am pasting the code i usedbelow for your reference.
    Hi. If you can put this code in a JSP it throwsthe
    "current thread" exception?
    Even if there's no pool?
    I would contact IBM or post to their newsgroups to
    explain the stacktrace.
    The Driver.connect() call just takes a URL and
    properties (user and password).
    There's nothing a user could do to cause such a
    problem.
    java.lang.IllegalMonitorStateException: current
    thread not owner
    at
    com.ibm.as400.access.PortMapper.getServerSocket(PortMa
    pper.java:150)
    at
    com.ibm.as400.access.AS400ImplRemote.signonConnect(AS4
    00ImplRemote.java:1831)
    at
    com.ibm.as400.access.AS400ImplRemote.signon(AS400ImplR
    emote.java, Compiled Code)
    at
    com.ibm.as400.access.AS400.sendSignonRequest(AS400.jav
    a:2581)
    at
    com.ibm.as400.access.AS400.promptSignon(AS400.java,
    Compiled Code)
    atcom.ibm.as400.access.AS400.signon(AS400.java:3375)
    at
    com.ibm.as400.access.AS400.connectService(AS400.java:8
    21)
    at
    com.ibm.as400.access.AS400JDBCConnection.setProperties
    (AS400JDBCConnection.java:2764)
    at
    com.ibm.as400.access.AS400JDBCDriver.prepareConnection
    (AS400JDBCDriver.java:1040)
    at
    com.ibm.as400.access.AS400JDBCDriver.initializeConnect
    ion(AS400JDBCDriver.java, Compiled Code)
    at
    com.ibm.as400.access.AS400JDBCDriver.connect(AS400JDBC
    Driver.java:355)
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    public class TestDb2 {
         public static void main(String[] args) {
         Connection connection = null;
         try{               
         DriverManager.registerDriver(newcom.ibm.as400.access.AS400JDBCDriver());          
              connection = DriverManager.getConnection
    ("jdbc:as400://1.11.111.1/MySchema","test","test");
              System.out.println("step 1");          
              Statement st = connection.createStatement();          
              System.out.println("step 2");
              ResultSet rs = st.executeQuery("SELECT * FROMMYDB.EMPLOYEE_V");
              while(rs.next()){
                   System.out.println("empid "+rs.getString(1));
              }catch(Exception e){
                   System.out.println("step 3"+e);
                   e.printStackTrace();
              finally{
                   if(connection!=null){
                        try {
                             connection.close();
                        } catch (SQLException e1) {
         e1.printStackTrace();
    Thanking you in advance,
    -bharani
    Hi. That's a very odd internal IBM driver error.
    It's
    mesage is not helpful, and can't be due to
    anything
    you or WebLogic did. Can you get that driver wowork
    on it's own, using it's own example programs? If
    you can get a simple 15-line program to succeed
    making
    a connection, then we can get WebLogic to do the
    same.
    Show me that program and I'll show you the pool
    definition.
    Joe
    bharani noudu wrote:
    Hi All,
    I am having problem connecting from a weblogicserver 5.1 version on win2000 machine to AS400
    DB2
    version using iToolbox jdbc driver
    "com.ibm.as400.access.AS400JDBCDriver".Thefollowing
    is the weblogic connectionpool :
    weblogic.jdbc.connectionPool.DBPool=\
    url=jdbc:as400://3.3.111.111/MySchema,\
    driver=com.ibm.as400.access.AS400JDBCDriver,\
    loginDelaySecs=10,\
    initialCapacity=1,\
    maxCapacity=10,\
    capacityIncrement=1,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshTestMinutes=10,\
    props=user=xxx;password=xxx
    weblogic.allow.reserve.weblogic.jdbc.connectionPool.
    DB
    Pool=\
    everyone
    I am getting the following exception:
    Fri Jan 28 05:38:16 EST 2005:<E> <JDBC Pool>
    Failed
    to create connection pool "DBPool"
    weblogic.common.ResourceException:weblogic.common.ResourceException:
    Could not create pool connection. The DBMS
    driver
    exception was:
    java.lang.IllegalMonitorStateException: currentthread not owner
         at
    com.ibm.as400.access.PortMapper.getServerSocket(Port
    Ma
    pper.java:150)
         at
    com.ibm.as400.access.AS400ImplRemote.signonConnect(A
    S4
    00ImplRemote.java:1831)
         at
    com.ibm.as400.access.AS400ImplRemote.signon(AS400Imp
    lR
    emote.java, Compiled Code)
         at
    com.ibm.as400.access.AS400.sendSignonRequest(AS400.j
    av
    a:2581)
         at
    com.ibm.as400.access.AS400.promptSignon(AS400.java,
    Compiled Code)
         at
    com.ibm.as400.access.AS400.signon(AS400.java:3375)
         at
    com.ibm.as400.access.AS400.connectService(AS400.java
    :8
    21)
         at
    com.ibm.as400.access.AS400JDBCConnection.setProperti
    es
    (AS400JDBCConnection.java:2764)
         at
    com.ibm.as400.access.AS400JDBCDriver.prepareConnecti
    on
    (AS400JDBCDriver.java:1040)
         at
    com.ibm.as400.access.AS400JDBCDriver.initializeConne
    ct
    ion(AS400JDBCDriver.java, Compiled Code)
         at
    com.ibm.as400.access.AS400JDBCDriver.connect(AS400JD
    BC
    Driver.java:355)
         at
    weblogic.jdbc.common.internal.ConnectionEnvFactory.m
    ak
    eConnection(ConnectionEnvFactory.java:146)
         at
    weblogic.jdbc.common.internal.ConnectionEnvFactory.c
    re
    ateResource(ConnectionEnvFactory.java:108)
         at
    weblogic.common.internal.ResourceAllocator.makeResou
    rc
    es(ResourceAllocator.java, Compiled Code)
         at
    weblogic.common.internal.ResourceAllocator.<init>(Re
    so
    urceAllocator.java, Compiled Code)
         at
    weblogic.jdbc.common.internal.ConnectionPool.startup
    (C
    onnectionPool.java:330)
         at
    weblogic.jdbc.common.internal.JdbcInfo.initPools(Jdb
    cI
    nfo.java, Compiled Code)
         at
    weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcI
    nf
    o.java:255)
         at
    weblogic.jdbc.common.internal.JdbcStartup.main(JdbcS
    ta
    rtup.java:11)
         at java.lang.reflect.Method.invoke(Native
    Method)
         at
    weblogic.t3.srvr.StartupThread.runMain(StartupThread
    .j
    ava:219)
         at
    weblogic.t3.srvr.StartupThread.doWork(StartupThread.
    ja
    va, Compiled Code)
         at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyE
    xe
    cuteThread.java:62)
    Can anyone let me know is there any problem
    with
    connection pool configuration or do i have tomake
    any configuration changes on DB2.Why is itthrowing
    current thread not a owner.
    Pl help.

  • WebLogic 8.1 support for JSP includes using XML formatting

    Hi,
              I have a web application I'm trying to deploy to WebLogic 8.1 which uses JSP includes.
              My JSP page starts with :
              < ?xml version="1.0"?>
              At runtime, I get this exception:
              java.io.IOException: javax.servlet.jsp.JspException: The taglib validator rejected the page:
              "org.xml.sax.SAXParseException: The processing instruction target matching "[xX][mM][lL]" is not allowed., "
              Are XML formatted JSP includes supported ?
              Thank you
              John

    I got a similar exception which was:
              java.io.IOException: javax.servlet.jsp.JspException: The taglib validator rejected the page: "org.xml.sax.SAXParseException: Attribute "xmlns:html" was already specified for element "jsp:root"., "
              This is how I fixed it:
              The taglib for the html was declared twice. Once in the main.jsp and once in taglibs.jsp. The taglibs.jsp was included in main.jsp (The jsp which was throwing exception)
              Hope this works for your case.
              Thanks
              -AKJ

  • Weblogic Deploy rcf-dvt-demo.war(version 11.1.1.5)

    Hello,
    Jdevstudio11115install.exe Weblogic side, and then I installed the RCF-DVT-demo.war (11.1.1.5), deploy and when I start did I receive the following error.
    weblogic.management.DeploymentException: Error: Unresolved WebApp Library references for "ServletContext @ 1580099636 [app: RCF-DVT-demo.11.1.1.5 module: RCF-DVT-demo_11.1.1.5.war path: / faces-trunk spec-Version: 2.5] ", defined in weblogic.xml [Extension-Name: JSTL, Specification-Version: 1.2, exact-match: false], [Extension-Name: jsf, Specification-Version: 1.2, exact-match: false]
    How can I solve this error.
    Edited by: 889612 on 14.Kas.2011 02:10

    looks like you didn't install the application development runtime on WLS, or if you did, you either forgot to extend your domain with the JRF or installed the wrong version of the application development runtime.

  • Can anyone suggest how to check  JSP version

    can anyone suggest how to check JSP version

    How to check JSP version of what? Your server?
    Handy little JSP page to do just that:
    Working with server: <%= application.getServerInfo() %><br>
    Servlet Specification: <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %> <br>
    JSP version: <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %><br>
    Sessionid : <%= session.getId() %><br>

  • [weblogic 8.1-sp4] standard taglib versions

    today i got "java.lang.ClassCastException: javax.servlet.jsp.jstl.fmt.LocalizationContext". in my application i include jstl-1.0.6.jar, so i guess weblogic uses some other version of jstl-related classes, but i couldn't even find these in server classpath.
    so my question is which exact version of jstl weblogic does use and where it keeps corresponding jars (or classes)?

    i mean the location of "default" jstl classes that comes with weblogic distribution. my 1.0.6 conflicts with these, otherwise i don't see any logical explanation for CCE not even in my code:
    java.lang.ClassCastException: javax.servlet.jsp.jstl.fmt.LocalizationContext
         at org.apache.taglibs.standard.tag.common.fmt.BundleSupport.getLocalizationContext(Ljavax.servlet.jsp.PageContext;)Ljavax.servlet.jsp.jstl.fmt.LocalizationContext;(BundleSupport.java:127)
         at org.apache.taglibs.standard.tag.common.fmt.MessageSupport.doEndTag()I(MessageSupport.java:152)
         at jsp_servlet._web_45_inf._jsp._templates.__template._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(__template.java:235)

  • Weblogic 10 jaas and login.jsp and web.xml/weblogic.xml security constaints

    Hello,
    I struggled through and got the examples.security.jaas.SampleCallbackHandler.java and examples.common.utils.ExampleUtils.java/ExampleConstants.java into eclipse where they compile. A bean I made can call SambleCallbackHandler like such:
    mybean.logmein(username,password,url). I can then do a mybean.getStatus() or even a mybean.returnCode(). It does seem to correctly identlify that it is authenticating me (I see in stdout logs that it shows success or failures. The problem I have is I do not know how to apply this weblogic and web.xml/weblogic.xml so that if authentication works it redirects me to the page requiring the authentication. In web.xml I have the following set up:
    <security-role>
         <role-name>Admins</role-name>
    </security-role>
    <login-config>
         <auth-method>FORM</auth-method>
         <realm-name>default</realm-name>
         <form-login-config>
              <form-login-page>/login.jsp</form-login-page>
              <form-error-page>/badlogin.html</form-error-page>
         </form-login-config>
    </login-config>
    <security-constraint>
         <web-resource-collection>
              <web-resource-name>empower</web-resource-name>
              <description>These pages are only accessible by authorized users.</description>
              <url-pattern>/admin/*</url-pattern>
              <http-method>GET</http-method>
              <http-method>POST</http-method>
         </web-resource-collection>
    <auth-constraint>
    <description>These are the roles who have access</description>
    <role-name>Administrators</role-name>
    </auth-constraint>
         <user-data-constraint>
         <description>This is how the user data must be transmitted</description>
         <transport-guarantee>NONE</transport-guarantee>
         </user-data-constraint>
    </security-constraint>
    My weblogic.xml has:
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
    <wls:security-role-assignment>
    <wls:role-name>Admins</wls:role-name>
    <wls:principal-name>Administrators</wls:principal-name>
    <wls:principal-name>dashap</wls:principal-name>
    </wls:security-role-assignment>
    </wls:weblogic-web-app>
    With this set up, if I try to go to a page in /admin folder in my application, it correctly pops up the login page. The jaas in the bean is doing a loginContext.login(), which I thought does authentication too, but it never goes back to the /admin page I was going to that needed the authentication. With jaas, can I not use the web.xml FORM security option? Do I Need to use j_security in the login.jsp's form's action= option and j_username and j_password for the input type names? How do I use j_username/j_password things if I am using jaas? I could just ignore using the web.xml security stuff and put something in the pages that need authentication, but it would be easier if I could use jaas with the security featurs without doing all that. Note that my code above is using a realm called default just because that was what was in the example I got from the web. Does that need to be something else?

    Hi John,
    I would like magic of course. However, in this case I want something special: my authentication provider uses special means and contents of headers, cookies and service from external identity management systems to determine the user's identity.
    I do not want the application to present the login dialog! I want to derive the identity and the fact that the user is logged in from whatever the authentication provider returns in terms of Subject.
    Ideally, the flow is something like:
    - user accesses an unprotected resource - resource is shown, no interaction with authentication provider
    - user presses a link or button that takes him/her to a protected resource
    - the authentication provider is contacted to work with the identity asserter to establish the identity of the current user and create a subject object for this user
    - the application can access the subject and principals
    - ADF Security recognizes the identity and the roles (based on the principals) and coordinates access based on this.
    the authentication method is client certificate. presumably this prompts WebLogic/OPS to use an identity asserter to work with custom headers and cookies ("... when you configure a web application to use CLIENT-CERT authentication. In this case, WebLogic can perform identity assertion based on values from request headers and cookies. If the header name or cookie name matches the active token type for the provider, the value is passed to the provider."). No login form should be presented to the user, as all information required to perform the authentication is already available.
    I am trying to understand what I must do to have the ADF application adopt the subject set by the authentication provider - if anything?!
    If you more ideas to share - I would love to hear them.
    best regards,
    Lucas

  • How to find the servlet, jsp version available for SunOne 7 webserver

    hi ,
    I am looking for a command that can say the version of servlet, JSP container in Sun One7 webserver.
    as in weblogic we can do by command
    java weblogic.version -verbose
    is similar type of command is available for SunOne 7 web server

    Hi,
    Ask BASIS person to check the JMS driver which is installed on XI through visual admin.
    Thnx
    Chirag

  • Weblogic server not starting in multiple version Environment of JDeveloper

    Hi,
    I first installed Jdev 11.1.1.1 version (now working fine ) and then Jdeveloper 11.1.1.3(problematic now) keeping Jdev 11.1.1.1 aside..in windows xp Operating system.
    I created Middleware Home for Jdev 11.1.1.1 ----> D:/Oracle/Middleware1 and for 11.1.1.3 ------> D:/Oracle/Middleware2. There is also a folder structure C:/Oracle/Middleware containing some files in C: drive.
    On starting weblogic server in 11.1.1.3 ,it shows the following error.The Class path for weblogic server should be start with D: drive and not C: drive.
    Please tell me how to change the class path to refer the correct weblogic server.
    Additional Detail:
    The Environmental variable named CLASSPATH has value "D:\product\10.1.3.1\OracleAS_1\jdk\bin;D:\product\10.1.3.1\OracleAS_1\ant\bin;C:\Oracle11gDB\product\11.2.0\dbhome_1\bin;c:\windows\system32;D:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin"
    and other variable PATH has value D:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40.JAR;
    LOG FILE:
    *** Using port 7101 ***
    "C:\Documents and Settings\navinkumark\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    The system cannot find the path specified.
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;D:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40.JAR;_
    PATH=D:\product\10.1.3.1\OracleAS_1\jdk\bin;D:\product\10.1.3.1\OracleAS_1\ant\bin;C:\Oracle11gDB\product\11.2.0\dbhome_1\bin;c:\windows\system32;D:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\Oracle\MIDDLE~1\oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= weblogic.Server
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server. Program will exit.
    Exception in thread "main" Process exited.
    Please help me ,
    Thanks in Advance..
    Regards,
    Navin

    Hi Timo ,Thank you very much..Its working..
    I renamed the folder name system11.1.1.3.37.56.60 to something and the restart the JDev ,it automatically created that folder and ask for to migrate from a previous version ,answered no ..
    Its works now..
    Timo ur Great..

  • Weblogic 92 MP3  Deployment of newer version of application in production

    Hi,
    I have Weblogic 9.2 MP3. I need to deploy newer version of application in Production (first in QA).
    My question is that, can i deploy that newer version of application without stopping the server (after deploy i need to restart, i know) on the server ?
    I think it might give the problem because of the same name of the application.
    If suppose i am able to deploy the application will it run properly with the environment (means the production or QA).
    Please provide me the documentation other then bea official.
    Thanks in advance!!!!!!

    For those following along, Oliver Goldman will be answering this post in future articles on his blog.
    Many great comments and questions here. I’m working on some follow-up posts to address these; nothing I could cram into this comment field would really do your query justice. - Oliver Goldman
    Pursuit of Simplicity
    Chris

  • Bea weblogic can't see index.jsp?

    For some weird reason bea weblogic has started to act strange... it doesn't automatically go into 'index.jsp' when i access /MyWebapplication/someotherdir/index.jsp
    I've tried index.html too but i just get a 404?? i verified the same web project on tomcat and it doesn't give me the same error.

    after inspecting it a bit more i can access /MyWebapplication/someotherdir/index.jsp directly i.e.. it doesn't auto redirect to the index.jsp. In bea weblogic web application configurations if i have it listed as:
    MyWebapplication_war
    that is when i can't access it but if it appears as:
    appsdirMyWebapplication_war
    it works fine...
    in the first instance i used the upload function in the second one i dropped it directly in the application directory... it shouldn't make a difference which is strange??

  • WebLogic 6.0 SP1 Duplicates JSP Request

              I have run into a problem where WebLogic seems to be duplicating
              page requests, which causes my web application to enter duplicate data items.
              Essentially I have one JSP page,
              ItemMaster.jsp, that includes a couple of pages that do
              supplemental processing depending on which tab is chosen by the user. The error
              only seems to occur when adding records, as processing the other requests twice
              in succession doesn't duplicate database data. I have placed debug statements
              at the
              beginning and ending of the main page, ItemMaster.jsp. Once the
              app server hits "End Item Master JSP", there should be no processing left, as
              it is the last line in the JSP. The first set of trace statements executes correctly
              if I wait at least one minute from the end of processing the last request. Otherwise
              at the bottom set of trace statements, you see that it
              processes the same page twice, duplicating data.
              One other note, the browser window the JSP is processing in is
              another spawned window to create a dialog like look-and-feel. So there are two
              physical browser windows open at the same time. Coincidence? I don't know.
              I'm using WebLogic 6.0 SP1.
              Any help you can provide would be greatly appreciated.
              Regards,
              Matt Parker
              ===============================================================
              Debug Trace during correct processing after waiting at least one minute from the
              prior request
              ================================================================
              <--- Begin Item Master JSP --->
              ItemMasterBean.checkCommand: 0
              Tab: Item Master Cycle Steps Tab
              <--- Adding New Task... --->
              MIProfileTask.add 24_1143578264_1148909342
              MIProfileTaskId 1143578264_1148909342
              ItemMasterBean.checkCommand: 5
              SQL: SELECT fdMIProfileId, 'Default' AS fdSupplierDesc FROM
              tblItemMaster WHERE
              fdBUCode=? AND fdItemCode=? UNION SELECT fdMIProfileId, fdSupplierDesc FROM
              tblItemSupplier, tblSupplier WHERE tblItemSupplier.fdSupplierCode =
              tblSupplier.fdSupplierCode AND tblItemSupplier.fdItemCode=? AND
              tblItemSupplier.fdBUCode=? ORDER BY fdSupplierDesc
              BUCode: GAS
              ItemCode: 0111B829
              PROFILE: 24
              Calling Item Master Cycle Steps JSP
              ItemMasterCycleSteps.jsp
              Parent Key 24_1143578049_1145772805
              Item Profile 24 ItemMasterBean profile 24
              After 1
              <---- ItemMasterCycleSteps.jsp END ---->
              Finished calling Item Master Cycle Steps JSP
              <--- End Item Master JSP --->
              Here is what happens when I tried to add another tasks after
              updating the last task. The browser had completely stopped processing.
              Debug trace during failure:
              ===========================================================
              <--- Begin Item Master JSP --->
              ItemMasterBean.checkCommand: 0
              Tab: Item Master Cycle Steps Tab
              <--- Adding New Task... --->
              MIProfileTask.add 24_1143578276_1149056729
              MIProfileTaskId 1143578276_1149056729
              ItemMasterBean.checkCommand: 5
              SQL: SELECT fdMIProfileId, 'Default' AS fdSupplierDesc FROM
              tblItemMaster WHERE
              fdBUCode=? AND fdItemCode=? UNION SELECT fdMIProfileId, fdSupplierDesc FROM
              tblItemSupplier, tblSupplier WHERE
              tblItemSupplier.fdSupplierCode =
              tblSupplier.fdSupplierCode AND tblItemSupplier.fdItemCode=? AND
              tblItemSupplier.fdBUCode=? ORDER BY fdSupplierDesc
              BUCode: GAS
              ItemCode: 0111B829
              PROFILE: 24
              Calling Item Master Cycle Steps JSP
              ItemMasterCycleSteps.jsp
              Parent Key 24_1143578049_1145772805
              Item Profile 24 ItemMasterBean profile 24
              After 1
              <---- ItemMasterCycleSteps.jsp END ---->
              Finished calling Item Master Cycle Steps JSP
              <--- End Item Master JSP --->
              <--- Begin Item Master JSP --->
              ItemMasterBean.checkCommand: 0
              Tab: Item Master Cycle Steps Tab
              <--- Adding New Task... --->
              MIProfileTask.add 24_1143578277_1149059577
              MIProfileTaskId 1143578277_1149059577
              ItemMasterBean.checkCommand: 5
              SQL: SELECT fdMIProfileId, 'Default' AS fdSupplierDesc FROM tblItemMaster WHERE
              fdBUCode=? AND fdItemCode=? UNION SELECT fdMIProfileId, fdSupplierDesc FROM
              tblItemSupplier, tblSupplier WHERE
              tblItemSupplier.fdSupplierCode =
              tblSupplier.fdSupplierCode AND tblItemSupplier.fdItemCode=? AND
              tblItemSupplier.fdBUCode=? ORDER BY fdSupplierDesc
              BUCode: GAS
              ItemCode: 0111B829
              PROFILE: 24
              Calling Item Master Cycle Steps JSP
              ItemMasterCycleSteps.jsp
              Parent Key 24_1143578049_1145772805
              Item Profile 24 ItemMasterBean profile 24
              After 1
              <---- ItemMasterCycleSteps.jsp END ---->
              Finished calling Item Master Cycle Steps JSP
              <--- End Item Master JSP --->
              

    This happens in WebLogic 6.1 SP2 as well when using IE5.5 + and Netscape
              6.0. It also seems to slow things down since the response waits for this
              second request. I'm curious if anyone can expand on why this is happening
              and what is meant by "add logic that prevents multiple updates in your
              page". If you try out the BEA demo apps, you might notice that this happens
              with their pages as well. At least it does with Stockportal...
              "Matt Parker" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Bob,
              >
              > Thanks for the insight. I've been racking my brain for the last couple of
              days.
              > I was using IE 5.5, and found IE 6.0 to have the same problem. I'm getting
              Netscape
              > to test this as well.
              >
              > Thanks,
              >
              > M.
              >
              >
              >
              > "Bob Lee" <[email protected]> wrote:
              > >I'v run into this, too. The issue ended up being with Internet Explorer
              > >5.5.
              > >You can either add logic that prevents multiple updates in your page,
              > >or you
              > >can play around and try a different method for redirecting to that page.
              > >
              > >If the data is mission critical, go with the first because this could
              > >be a
              > >potential security hole (i.e. users could corrupt data).
              > >
              > >If it's logging or something like that (it was in my case), use the
              latter
              > >solution.
              > >
              > >Bob
              > >
              > >
              > >"Matt Parker" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> I have run into a problem where WebLogic seems to be duplicating
              > >> page requests, which causes my web application to enter duplicate data
              > >items.
              > >> Essentially I have one JSP page,
              > >> ItemMaster.jsp, that includes a couple of pages that do
              > >> supplemental processing depending on which tab is chosen by the user.
              > >The
              > >error
              > >> only seems to occur when adding records, as processing the other
              requests
              > >twice
              > >> in succession doesn't duplicate database data. I have placed debug
              > >statements
              > >> at the
              > >> beginning and ending of the main page, ItemMaster.jsp. Once the
              > >> app server hits "End Item Master JSP", there should be no processing
              > >left,
              > >as
              > >> it is the last line in the JSP. The first set of trace statements
              executes
              > >correctly
              > >> if I wait at least one minute from the end of processing the last
              request.
              > >Otherwise
              > >> at the bottom set of trace statements, you see that it
              > >> processes the same page twice, duplicating data.
              > >>
              > >> One other note, the browser window the JSP is processing in is
              > >> another spawned window to create a dialog like look-and-feel. So there
              > >are
              > >two
              > >> physical browser windows open at the same time. Coincidence? I don't
              > >know.
              > >>
              > >> I'm using WebLogic 6.0 SP1.
              > >>
              > >> Any help you can provide would be greatly appreciated.
              > >>
              > >> Regards,
              > >>
              > >> Matt Parker
              > >>
              > >> ===============================================================
              > >>
              > >>
              > >> Debug Trace during correct processing after waiting at least one minute
              > >from the
              > >> prior request
              > >>
              > >> ================================================================
              > >>
              > >>
              > >> <--- Begin Item Master JSP --->
              > >> ItemMasterBean.checkCommand: 0
              > >> Tab: Item Master Cycle Steps Tab
              > >> <--- Adding New Task... --->
              > >> MIProfileTask.add 24_1143578264_1148909342
              > >> MIProfileTaskId 1143578264_1148909342
              > >> ItemMasterBean.checkCommand: 5
              > >> SQL: SELECT fdMIProfileId, 'Default' AS fdSupplierDesc FROM
              > >> tblItemMaster WHERE
              > >> fdBUCode=? AND fdItemCode=? UNION SELECT fdMIProfileId, fdSupplierDesc
              > >FROM
              > >> tblItemSupplier, tblSupplier WHERE tblItemSupplier.fdSupplierCode =
              > >> tblSupplier.fdSupplierCode AND tblItemSupplier.fdItemCode=? AND
              > >> tblItemSupplier.fdBUCode=? ORDER BY fdSupplierDesc
              > >> BUCode: GAS
              > >> ItemCode: 0111B829
              > >> PROFILE: 24
              > >> Calling Item Master Cycle Steps JSP
              > >>
              > >> ItemMasterCycleSteps.jsp
              > >> Parent Key 24_1143578049_1145772805
              > >> Item Profile 24 ItemMasterBean profile 24
              > >> After 1
              > >> <---- ItemMasterCycleSteps.jsp END ---->
              > >> Finished calling Item Master Cycle Steps JSP
              > >> <--- End Item Master JSP --->
              > >>
              > >>
              > >>
              > >>
              > >> Here is what happens when I tried to add another tasks after
              > >> updating the last task. The browser had completely stopped processing.
              > >>
              > >> Debug trace during failure:
              > >> ===========================================================
              > >>
              > >> <--- Begin Item Master JSP --->
              > >> ItemMasterBean.checkCommand: 0
              > >> Tab: Item Master Cycle Steps Tab
              > >> <--- Adding New Task... --->
              > >> MIProfileTask.add 24_1143578276_1149056729
              > >> MIProfileTaskId 1143578276_1149056729
              > >> ItemMasterBean.checkCommand: 5
              > >> SQL: SELECT fdMIProfileId, 'Default' AS fdSupplierDesc FROM
              > >> tblItemMaster WHERE
              > >> fdBUCode=? AND fdItemCode=? UNION SELECT fdMIProfileId, fdSupplierDesc
              > >FROM
              > >> tblItemSupplier, tblSupplier WHERE
              > >> tblItemSupplier.fdSupplierCode =
              > >> tblSupplier.fdSupplierCode AND tblItemSupplier.fdItemCode=? AND
              > >> tblItemSupplier.fdBUCode=? ORDER BY fdSupplierDesc
              > >> BUCode: GAS
              > >> ItemCode: 0111B829
              > >> PROFILE: 24
              > >> Calling Item Master Cycle Steps JSP
              > >> ItemMasterCycleSteps.jsp
              > >> Parent Key 24_1143578049_1145772805
              > >> Item Profile 24 ItemMasterBean profile 24
              > >> After 1
              > >> <---- ItemMasterCycleSteps.jsp END ---->
              > >> Finished calling Item Master Cycle Steps JSP
              > >> <--- End Item Master JSP --->
              > >> <--- Begin Item Master JSP --->
              > >> ItemMasterBean.checkCommand: 0
              > >> Tab: Item Master Cycle Steps Tab
              > >> <--- Adding New Task... --->
              > >> MIProfileTask.add 24_1143578277_1149059577
              > >> MIProfileTaskId 1143578277_1149059577
              > >> ItemMasterBean.checkCommand: 5
              > >> SQL: SELECT fdMIProfileId, 'Default' AS fdSupplierDesc FROM
              tblItemMaster
              > >WHERE
              > >>
              > >> fdBUCode=? AND fdItemCode=? UNION SELECT fdMIProfileId, fdSupplierDesc
              > >FROM
              > >> tblItemSupplier, tblSupplier WHERE
              > >> tblItemSupplier.fdSupplierCode =
              > >> tblSupplier.fdSupplierCode AND tblItemSupplier.fdItemCode=? AND
              > >> tblItemSupplier.fdBUCode=? ORDER BY fdSupplierDesc
              > >> BUCode: GAS
              > >> ItemCode: 0111B829
              > >> PROFILE: 24
              > >> Calling Item Master Cycle Steps JSP
              > >> ItemMasterCycleSteps.jsp
              > >> Parent Key 24_1143578049_1145772805
              > >> Item Profile 24 ItemMasterBean profile 24
              > >> After 1
              > >> <---- ItemMasterCycleSteps.jsp END ---->
              > >> Finished calling Item Master Cycle Steps JSP
              > >> <--- End Item Master JSP --->
              > >>
              > >
              > >
              >
              

  • WebLogic 6.0 - Dynamically created JSPs are not recognized

              I have a web application that creates JSP files dynamically per a user's request.
              In WebLogic 6.1, the application server recognizes these files no problem. However
              in WebLogic 6.0, I get a 404 File Not Found error when I try to load these pages
              in the browser. The files are definitely there, but WebLogic is not picking them
              up. What do I need to do to configure WebLogic to look for these new JSPs on
              the fly? Thanks for any help that you can give me.
              Terry
              

              Actual this problem goes for all new files: *.html, *.gif, *.jpg, etc... WebLogic
              6.0 does not pick up any new files until a restart occurs. Any ideas on how to
              configure this? Thanks.
              "Terry" <[email protected]> wrote:
              >
              >I have a web application that creates JSP files dynamically per a user's
              >request.
              > In WebLogic 6.1, the application server recognizes these files no problem.
              > However
              >in WebLogic 6.0, I get a 404 File Not Found error when I try to load
              >these pages
              >in the browser. The files are definitely there, but WebLogic is not
              >picking them
              >up. What do I need to do to configure WebLogic to look for these new
              >JSPs on
              >the fly? Thanks for any help that you can give me.
              >
              >Terry
              

  • Does BEA WebLogic 4.2.1 have JSP support

              If so what level
              Thank you
              

    Ashish,
    WLI 2.1 does not run on WLS 6.0, only WLS 6.1 SP1.
    WLI 2.0 -> WLS 6.0 SP2
    WLI 2.1 -> WLS 6.1 SP1
    Cheers,
    Chris
    Ashish Agrawal wrote:
    Hi David,
    I downloaded WLI2.1 and installed it successfully.
    I am using WLS 6.1 SP1 with WL2.1.
    Please tell me does WL2.1 supports WLS 6.0 as I am getting error in deploying
    a JCA adapter in WL2.1 + WLS 6.0 SP2.
    The same adapter was successfully deployed using WL2.1 + WL6.1
    Thanx in advance
    Ashish Agrawal
    ASAP Solutions.
    "R J David Burke" <[email protected]> wrote:
    Hi all,
    BEA WebLogic Integration 2.1 is now available!
    Read the press release at
    http://www.bea.com/press/releases/2001/1022_portal_wli.shtml
    Download the software for evaluation purposes from
    http://commerce.bea.com/downloads/weblogic_integration.jsp
    Regards, David Burke
    ECI Product Management
    BEA Systems, Ltd.

  • Weblogic Recompiles Already Pre-compiled JSPs

              I have pre-compiled all the JSPs in our WebApp. Unfortunately, when I hit the
              JSP from the Browser, Weblogic is re-compiling it again. I must not be placing
              the compiled JSP (.class files) in the correct location. Or I could be missing
              a flag or something.
              I am using an exploded directory format and have also tried War file as well.
              - file is ./prodssl/account/login.jsp
              - class in ./prodssl/WEB-INF/classfiles/jsp_servlet/_account/__login.class
              - tried ./prodssl/WEB-INF/jsp_servlet/_account/__login.class
              - tried ./prodssl/WEB-INF/classfiles/__login.class
              Weblogic recompiles it into ....\wl_comp....\WEB-INF\_tmp_war_......\jsp_servlet\_account.
              Any Ideas?
              PS - I just saw the -depend option that I will in a sec. Don't know if it will
              help or not.
              Thanks. Later...
              - Wayne
              

              I have changed the directory from classfiles to classes, but that doesn't seem
              to fix the problem. Is there anything else I need to do? Other parameters or
              changes to xml files?
              Since JSPs are compiled into Servlets, do I need to register them as such? I've
              tried registering the it as a servlet, but it doesn't seem to pick it up. Then
              again, I probably have the mapping incorrect or something; if that is what I need
              to do.
              Thanks. Later...
              - Wayne
              "Wayne Lau" <[email protected]> wrote:
              >
              >Thanks All.
              >
              >I'm using WLS 6.1 sp1.
              >
              >I was using classFiles b/c that what I saw Weblogic use when it compiled
              >the JSPs.
              >
              >Thanks again. Later...
              >
              >
              >- Wayne
              >
              >
              >
              >Nils Winkler <[email protected]> wrote:
              >>Hi,
              >>
              >>the location for your files should be
              >>
              >>WEB-INF/classes/jsp_servlet/_account
              >>
              >>You're using "classfiles" instead of "classes", which probably is the
              >>cause for your problem.
              >>
              >>Also set the value of pageCheckSeconds to -1 in your weblogic.xml file.
              >>This will disable recompilation of the files:
              >>
              >> <jsp-descriptor>
              >> <jsp-param>
              >> <param-name>pageCheckSeconds</param-name>
              >> <param-value>-1</param-value>
              >> </jsp-param>
              >> </jsp-descriptor>
              >>
              >>Hope that helps,
              >>
              >>Nils
              >>
              >>Wayne Lau wrote:
              >>>
              >>> I have pre-compiled all the JSPs in our WebApp. Unfortunately, when
              >>I hit the
              >>> JSP from the Browser, Weblogic is re-compiling it again. I must not
              >>be placing
              >>> the compiled JSP (.class files) in the correct location. Or I could
              >>be missing
              >>> a flag or something.
              >>>
              >>> I am using an exploded directory format and have also tried War file
              >>as well.
              >>>
              >>> - file is ./prodssl/account/login.jsp
              >>> - class in ./prodssl/WEB-INF/classfiles/jsp_servlet/_account/__login.class
              >>> - tried ./prodssl/WEB-INF/jsp_servlet/_account/__login.class
              >>> - tried ./prodssl/WEB-INF/classfiles/__login.class
              >>>
              >>> Weblogic recompiles it into ....\wl_comp....\WEB-INF\_tmp_war_......\jsp_servlet\_account.
              >>> Any Ideas?
              >>>
              >>> PS - I just saw the -depend option that I will in a sec. Don't know
              >>if it will
              >>> help or not.
              >>>
              >>> Thanks. Later...
              >>>
              >>> - Wayne
              >>
              >>--
              >>============================
              >>[email protected]
              >
              

Maybe you are looking for

  • Can I watch an iTunes movie rental on a TV connected via mini displayport?

    I'm not sure if there's been any headway with this, but I've got a mini displayport to HDMI adaptor on the way that I'm going to use to connect my MacBook Pro to my HDTV, effectively using the TV as an external monitor. And of course, I want to watch

  • Help! my printer no longer works after 10.4.10 upgrade

    I have a canon pixma ip4200 printer, worked fine for 2 years. Since I upgraded to 10.4.10 my ibook can't find it. I've reinstalled the canon latest driver, setup utility, checked my usb ports (both fine) and cable, tried disk utility on my hard drive

  • Itunes stopped working due to Data Execution Prevention

    my problem started... i had manually removed my older version of itunes n installed e updated version. after every thing is done.. i double-clicked on my shortcut of itunes, it came out with "itunes has stopped working, a problem caused to stop e pro

  • Strange image problem

    Hello all, I encountered an odd problem today. I have a simple artist website. Today I reorganized it and created an additional basic page for links using an existing page of mine as a template. For some reason, my background image would not show on

  • DBMS_SESSION.set_context(..value_length(parameter_value) ..) ???

    Hi, I try to use the context for a RLS-where-condition and get ORA-28113, with short where-conditions it works fine. Is there a solution to store larger values in the value parameter of the context and how is the max size ? Many Thanks