Found undeclared property

I am trying to use JDBC session persistence, and among other problems
          weblogic strarts up with the following warnings:
          > Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.jdbc.connTimeoutSec
          > Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.persistentStoreShared
          >
          These properties are both specified in the documentation as being
          valid. Is this a bug?
          Jim LoVerde, Technical Architect
          Strategic Technology Resources
          http://www.str.com
          voice 312.674.4798 fax 312.697.3801
          mobile 773.398.9539 pager [email protected]
          [att1.html]
          [smime.p7s]
          

Thanks for your URL.
          Please file a bug report.
          Cheers - Wei
          Jim LoVerde <[email protected]> wrote in message news:[email protected]..
          But they are mentioned in the documentation:
          http://www.weblogic.com/docs51/admindocs/http.html#sessionjdbc
          So are you saying that weblogic does not support shared JDBC session persistence?
          Wei Guan wrote:
          These two properties are not supported by WLAS. It is not a bug.
          Cheers - Wei
          Jim LoVerde <[email protected]> wrote in message news:[email protected]..I am trying to use JDBC session persistence, and among other problems weblogic strarts up with the following warnings:
          Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.jdbc.connTimeoutSec
          Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.persistentStoreShared
          These properties are both specified in the documentation as being valid. Is this a bug?
          Jim LoVerde, Technical Architect
          Strategic Technology Resources
          http://www.str.com
          voice 312.674.4798 fax 312.697.3801
          mobile 773.398.9539 pager [email protected]
          Jim LoVerde, Technical Architect
          Strategic Technology Resources
          http://www.str.com
          voice 312.674.4798 fax 312.697.3801
          mobile 773.398.9539 pager [email protected]
          [att1.html]
          

Similar Messages

  • WebLogicServer Found undeclared property: url

    We get the following error while trying to create a connection pool using Type
    2 driver. The properties file is also attached.
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: capacityIncrement
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: driver
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: refreshMinutes
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: url
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: loginDelaySecs
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: maxCapacity
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: props
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: testTable
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: shrinkPeriodMins
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: initialCapacity
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: allowShrinking
    Wed Oct 24 14:34:34 IST 2001:<I> <JDBC Pool> Creating connection pool mypool with:
    {aclName=weblogic.jdbc.connectionPool.mypool, poolName=mypool}
    Wed Oct 24 14:34:34 IST 2001:<E> <JDBC Pool> Failed to create connection pool
    "mypool"
    java.lang.Exception: Missing startup value "url" in JDBC Connection Pool mypool
    at weblogic.jdbc.common.internal.ConnectionPool.getPoolValue(ConnectionPool.java:359)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:246)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    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:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    [weblogic.properties]

    Hi. The probelm is that your weblogic.properties file pool definition
    has whitespace after the '\'s and also has a line gap. Edit the pool
    definition to look like this: (with no trailing whitespace):
    weblogic.jdbc.connectionPool.mypool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=1,\
    initialCapacity=4,\
    maxCapacity=10,\
    capacityIncrement=2,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=SCOTT;password=tiger;server=ntserver
    Satish wrote:
    >
    We get the following error while trying to create a connection pool using Type
    2 driver. The properties file is also attached.
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: capacityIncrement
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: driver
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: refreshMinutes
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: url
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: loginDelaySecs
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: maxCapacity
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: props
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: testTable
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: shrinkPeriodMins
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: initialCapacity
    Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: allowShrinking
    Wed Oct 24 14:34:34 IST 2001:<I> <JDBC Pool> Creating connection pool mypool with:
    {aclName=weblogic.jdbc.connectionPool.mypool, poolName=mypool}
    Wed Oct 24 14:34:34 IST 2001:<E> <JDBC Pool> Failed to create connection pool
    "mypool"
    java.lang.Exception: Missing startup value "url" in JDBC Connection Pool mypool
    at weblogic.jdbc.common.internal.ConnectionPool.getPoolValue(ConnectionPool.java:359)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:246)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    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:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    Name: weblogic.properties
    weblogic.properties Type: Plain Text (text/plain)
    Encoding: base64

  • Bean Not Found (Invalid Property name oracle.forms.webutil.clientinfo....)

    Hi All
    i have configured the
    WebUtil V:106
    Jacob v:18
    On My Middle Tire
    Application Server: V:9.0.4
    Connecting To Database: V:8.1.7
    "i did recreate the packages for 8i like dbms_lob and ...etc"
    my WebUtil Form Work's Fine
    as
    it displays me the versions for all webUtil Functions 1.0.6
    Also when i try to get the Current Browser IP Address it get me successfully .
    when i submet this statment to get current browser userinfo like :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('user.home')
    it workes fine .
    The Problem IS:
    When is issu this statment :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')
    it gives me the error "in jinit":
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')2008-فبر-04 15:00:26.984 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Also When I Try this to Open A Browes Dialog:
    DECLARE
         FILENAME VARCHAR2(3000);
    BEGIN
    IF GET_RECORD_PROPERTY(:SYSTEM.CURSOR_RECORD,:SYSTEM.CURRENT_BLOCK,STATUS)IN ('NEW','INSERT') THEN
         filename := webutil_file.file_selection_dialog('C:\Temp','*.*','all files (*.*)|*.*|PDF files (*.pdf)|*.pdf|','Select your file ...');
    END IF;
    END;
    it gives me this Error:
    WebUtil Error: oracle.forms.webutil.file.filefunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work
    And My Java Console Contain :
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Speed
    Proxy Configuration: Manual Configuration
    Proxy: 10.0.0.1
    Proxy Overrides: *.mydomain.com<local>
    JAR cache enabled
    Location: C:\Documents and Settings\speed\Oracle Jar Cache
    Maximum size: unlimited
    Compression level: 1
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://myserv.mydomain.com/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/frmwebutil.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    إصدار بريمج Forms هو : 9.0.4.0
    2008-فبر-04 15:40:19.511 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Message was edited by:
    IGBSpeed

    Check whether your webutil.olb is subclassed properly or whether the olb file is available in runtime environment..

  • Add OWN property to the weblogic.properties

    Hi.
    I tried to add my own property to the weblogic.properties.
    ERROR: "Found undeclared property"
    Is it at all possible?
    TIA,

    If you simply want to define a Java System property, you can do that
    like so:
    java.system.property.my.property=foo
    This has the same effect as using the -Dmy.property=foo argument to the
    JVM and is retrievable programmatically by calling
    System.getProperty("my.property")
    Hope this helps,
    Robert
    Daniel Ilkanayev wrote:
    Hi.
    I tried to add my own property to the weblogic.properties.
    ERROR: "Found undeclared property"
    Is it at all possible?
    TIA,

  • JSP "keepgenerated" property in WL 5.1?

    Is this property still supported? Weblogic.log tells me "Found undeclared
              property: keepgenerated"
              Is there a new way to direct the server to keep the generated servlet
              source?
              Thanks,
              Tom
              

    The property is working fine with me.
              "Tom Card" <[email protected]> wrote in message
              news:397502e1$[email protected]..
              > Is this property still supported? Weblogic.log tells me "Found undeclared
              > property: keepgenerated"
              >
              > Is there a new way to direct the server to keep the generated servlet
              > source?
              >
              > Thanks,
              > Tom
              >
              >
              

  • Undeclared initArgs for servlet

    weblogic.httpd.register.sape=mypoints.serv.Sape
              weblogic.httpd.initArgs.sape=\
              propBasePath=<someString>,\
              propFileName=<someString>
              I have the above line in my weblogic.properties file and it looks fine to me.
              When I start WL, I get an error that states "<WebLogicServer> Found undeclared
              property: propBasePath". What does this mean? My servlet receives a "null" value
              for the param's when I try to reference them in the init() method.
              Justin Knowlden <[email protected]>
              Software Developer
              MyPoints.com, Inc.
              

    Thanks,it worked.
              Ruslan Bilorusets wrote:
              > If you register your servlet with the virtual name servlets/mainServlet,
              > you should provide the same name for the initArgs property. In other
              > words, change your weblogic.properties to:
              >
              > weblogic.httpd.register.servlets/mainServlet=com.Span.MyServlet
              > weblogic.httpd.initArgs.servlets/mainServlet=myParam=HELLO
              >
              > Thanks,
              > -ruslan
              >
              > Srinivas Sampige wrote:
              >
              > > Hi
              > > Iam tryuing to initialise a servlet with paramaters by doing the
              > > following in the weblogic.peoperties file :
              > >
              > > weblogic.httpd.register.servlets/mainServlet=com.Span.MyServlet
              > > weblogic.httpd.initArgs.mainServlet=myParam=HELLO
              > >
              > > In the servlet iam processing :
              > >
              > > public void init(ServletConfig config) throws ServletException {
              > > super.init(config);
              > >
              > > System.out.println("IN INIT ");
              > > System.out.println("myParam is :"+getInitParameter("myParam"));
              > > }
              > >
              > > BUT IAM GETTING A NULL instead of HELLO in the servlet when i try
              > > printing out the value.Is there something wrong in what iam doing ?
              

  • How do I set the initial servlet pool size in WL 5.1

              In WL 4.5, I can set the initial servlet pool size using the
              weblogic.httpd.servlet.SingleThreadedModelPoolSize. I tried to set this property in WL 5.1, and get an "Found undeclared property..." message when booting WL. Is this feature still supported in WL 5.1? If so, how do I set it?
              Thankx
              

    It appears that pool size of 5 is hardcoded somewhere - no matter where you specify
              weblogic.httpd.servlet.SingleThreadedModelPoolSize, the following test servlet:
              import javax.servlet.*;
              import javax.servlet.http.*;
              public class SingleT extends HttpServlet implements SingleThreadModel {
              static int instanceCount = 0;
              public SingleT() {
              super();
              System.out.println("Instance " + (++instanceCount) + " created");
              always produces:
              Instance 1 created
              Wed Nov 01 11:15:36 PST 2000:<I> <ServletContext-General> SingleT: init
              Instance 2 created
              Wed Nov 01 11:15:36 PST 2000:<I> <ServletContext-General> SingleT: init
              Instance 3 created
              Wed Nov 01 11:15:36 PST 2000:<I> <ServletContext-General> SingleT: init
              Instance 4 created
              Wed Nov 01 11:15:36 PST 2000:<I> <ServletContext-General> SingleT: init
              Instance 5 created
              Wed Nov 01 11:15:36 PST 2000:<I> <ServletContext-General> SingleT: init
              Joe Trung <[email protected]> wrote:
              > Hi Huy,
              > There are lot of 'undeclared' stuffes if you move from 451 to 51.
              > However, if you run WLS with
              > '-Dweblogic.httpd.servlet.SingleThreadedModelPoolSize=10'
              > You will get what you want. I think BEA has moved this option to the <System props>, no more in its <config>
              > Joe
              > "Huy Pham" <[email protected]> wrote:
              >>
              >>In WL 4.5, I can set the initial servlet pool size using the
              >>weblogic.httpd.servlet.SingleThreadedModelPoolSize. I tried to set this property in WL 5.1, and get an "Found undeclared property..." message when booting WL. Is this feature still supported in WL 5.1? If so, how do I set it?
              >>
              >>Thankx
              Dimitri
              

  • Startup log Error message

    Hi there,
    Can someone take a look at my error message occurred when the
    server start? (the startWeblogic.cmd) It seema problem with SSL and jdbc. I
    think this jdbc problem may be the reason why my connection pooling not
    working.
    Thank you
    ------------------------------------------------------------------------->Wed Jun 14 17:37:58 EDT 2000:<W> <WebLogicServer> Found undeclared property:
    props
    Wed Jun 14 17:37:58 EDT 2000:<W> <WebLogicServer> Found undeclared property:
    initialCapacity
    Wed Jun 14 17:37:59 EDT 2000:<I> <WebLogicServer> NamingContextImpl exported
    as
    <IOR:000000000000002849444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e6
    7436f6e746578743a312e3000000000010000000000000066000101000000000a6c6f63616c6
    86f7374001b590000003800424541000000000000002849444c3a6f6d672e6f72672f436f734
    e616d696e672f4e616d696e67436f6e746578743a312e3000000000080000000100000000000
    0000a00000000000000000000>
    Wed Jun 14 17:37:59 EDT 2000:<E> <SSLListenThread> Security Configuration
    Problem with SSL server certificate file
    (E:\weblogic\myserver\democert.pem), java.lang.Exception: Problem with X509
    certificate: fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before =
    Fri Apr 28 18:03:47 EDT 2000, not after = Sun May 28 18:03:47 EDT 2000,
    holder = C=US SP=California L=San Francisco O=BEA WebLogic
    CN=weblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=San Francisco O=WebLogic OU=Security CN=Demo Certificate
    Authority [email protected] , key = modulus length=65 exponent
    length=3, java.lang.Exception: Certificate expired or not yet valid:
    fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    18:03:47 EDT 2000, not after = Sun May 28 18:03:47 EDT 2000, holder = C=US
    SP=California L=San Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected] , issuer = C=US SP=California L=San Francisco
    O=WebLogic OU=Security CN=Demo Certificate Authority
    [email protected] , key = modulus length=65 exponent length=3
    Wed Jun 14 17:37:59 EDT 2000:<I> <Security> Not listening for SSL:
    java.io.IOException: Security Configuration Problem with SSL server
    certificate file (E:\weblogic\myserver\democert.pem), java.lang.Exception:
    Problem with X509 certificate: fingerprint =
    5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28 18:03:47 EDT 2000,
    not after = Sun May 28 18:03:47 EDT 2000, holder = C=US SP=California L=San
    Francisco O=BEA WebLogic CN=weblogic.beasys.com [email protected] ,
    issuer = C=US SP=California L=San Francisco O=WebLogic OU=Security CN=Demo
    Certificate Authority [email protected] , key = modulus length=65
    exponent length=3, java.lang.Exception: Certificate expired or not yet
    valid: fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr
    28 18:03:47 EDT 2000, not after = Sun May 28 18:03:47 EDT 2000, holder =
    C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected] , issuer = C=US SP=California L=San Francisco
    O=WebLogic OU=Security CN=Demo Certificate Authority
    [email protected] , key = modulus length=65 exponent length=3
    Wed Jun 14 17:38:00 EDT 2000:<I> <WebLogicServer> Invoking main-style
    startup weblogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartup
    Wed Jun 14 17:38:00 EDT 2000:<E> <WebLogicServer> Failed to invoke startup
    class
    weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.internal.Jdbc
    Startup
    java.security.AccessControlException: access denied (java.sql.SQLPermission
    setLog)
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.java
    :272)
    at
    java.security.AccessController.checkPermission(AccessController.java:399)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.sql.DriverManager.setLogStream(DriverManager.java:397)
    at weblogic.jdbc.common.internal.JdbcInfo.initLog(JdbcInfo.java:66)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:187)
    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:109)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    Wed Jun 14 17:38:00 EDT 2000:<I> <JMS> Beginning startup process
    Wed Jun 14 17:38:00 EDT 2000:<I> <JMS> Init JMS Security
    Wed Jun 14 17:38:00 EDT 2000:<I> <JMS> Initializing from weblogic.properties

    Just read "Use jdbc connection pooling in JSP???" from interest.jsp. It is
    an odd security issue. So, post this to interest.security for help.
    Cheers - Wei
    Jim <[email protected]> wrote in message
    news:[email protected]...
    Thank you again Wei, I tried again. I got the same error when theserver
    start. Here is my settings and error message.
    ---------------------------revisedsetting----------------------------------->
    ### Sybase jConnect pool
    weblogic.jdbc.connectionPool.jconnect=\
    url=jdbc:sybase:Tds:OCSPSUN1:1028,\
    driver=com.sybase.jdbc2.jdbc.SybDriver,\
    initialCapacity=1,\
    maxCapacity=1,\
    capacityIncrement=1,\
    props=user=myuid;password=mypassword
    weblogic.allow.reserve.weblogic.jdbc.connectionPool.jconnect=everyone
    weblogic.allow.reset.weblogic.jdbc.connectionPool.jconnect=system
    weblogic.jdbc.TXDataSource.weblogic.jdbc.jts.jconnect=jconnect
    -------------- same error------------------------------------------->Mon Jun 26 15:24:14 EDT 2000:<E> <WebLogicServer> Failed to invoke startup
    class
    weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.internal.Jdbc
    Startup
    java.security.AccessControlException: access denied(java.sql.SQLPermission
    setLog)
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.java
    :272)
    at
    java.security.AccessController.checkPermission(AccessController.java:399)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.sql.DriverManager.setLogStream(DriverManager.java:397)
    at weblogic.jdbc.common.internal.JdbcInfo.initLog(JdbcInfo.java:66)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:187)
    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:109)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    ----------------------------------------------------------->
    Wei Guan wrote in message <[email protected]>...
    There is ",\" at the end of "props=user=myuid;password=mypassword,\" inyour
    property file. Remove ",\" and try again.
    Cheers - Wei
    Jim <[email protected]> wrote in message
    news:[email protected]...
    Thank you Wei,
    I tried and failed. I got the same error message. What is
    the
    no",\" means? Whay is that important?
    Thank you
    Wei Guan wrote in message <[email protected]>...
    Comments inline.
    Cheers - Wei
    Jim <[email protected]> wrote in message
    news:[email protected]...
    Wei,
    Thanks for your reply. Please see my enclosed jdbc settings. I
    am
    using
    Sybase jConnect 5.2 jdbc driver.
    Thank you
    --------property file-------------------->### Sybase jConnect pool
    weblogic.jdbc.connectionPool.jconnect=\
    url=jdbc:sybase:Tds:OCSPSUN1:1028,\
    driver=com.sybase.jdbc2.jdbc.SybDriver,\
    initialCapacity=1,\
    maxCapacity=1,\
    capacityIncrement=1,\
    props=user=myuid;password=mypassword,\Change to props=user=myuid;password=mypassword, no",\"
    Give a try.
    weblogic.allow.reserve.weblogic.jdbc.connectionPool.jconnect=everyone
    weblogic.allow.reset.weblogic.jdbc.connectionPool.jconnect=system
    weblogic.jdbc.TXDataSource.weblogic.jdbc.jts.jconnect=jconnect
    Wei Guan wrote in message <[email protected]>...
    Please post your JDBC pool related properties in your
    weblogic.properties.
    I
    doubted the problem is in your weblogic.properties.
    Cheers - Wei
    Jim <[email protected]> wrote in message
    news:[email protected]...
    Hi there,
    Can someone take a look at my error message occurred
    when
    the
    server start? (the startWeblogic.cmd) It seema problem with SSL
    and
    jdbc.
    I
    think this jdbc problem may be the reason why my connection
    pooling
    not
    working.
    Thank you
    Wed Jun 14 17:37:58 EDT 2000:<W> <WebLogicServer> Found
    undeclared
    property:
    props
    Wed Jun 14 17:37:58 EDT 2000:<W> <WebLogicServer> Found
    undeclared
    property:
    initialCapacity
    Wed Jun 14 17:37:59 EDT 2000:<I> <WebLogicServer>
    NamingContextImpl
    exported
    as
    <IOR:000000000000002849444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696
    e
    6
    >
    7436f6e746578743a312e3000000000010000000000000066000101000000000a6c6f63616
    c
    6
    >
    86f7374001b590000003800424541000000000000002849444c3a6f6d672e6f72672f436f7
    3
    4
    >
    e616d696e672f4e616d696e67436f6e746578743a312e30000000000800000001000000000
    0
    0
    0000a00000000000000000000>
    Wed Jun 14 17:37:59 EDT 2000:<E> <SSLListenThread> Security
    Configuration
    Problem with SSL server certificate file
    (E:\weblogic\myserver\democert.pem), java.lang.Exception: Problem
    with
    X509
    certificate: fingerprint = 5ebfaa56b172893f050b19ae79d80547, not
    before
    =
    Fri Apr 28 18:03:47 EDT 2000, not after = Sun May 28 18:03:47 EDT
    2000,
    holder = C=US SP=California L=San Francisco O=BEA WebLogic
    CN=weblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=San Francisco O=WebLogic OU=Security CN=DemoCertificate
    Authority [email protected] , key = modulus length=65
    exponent
    length=3, java.lang.Exception: Certificate expired or not yet
    valid:
    fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before = FriApr
    28
    18:03:47 EDT 2000, not after = Sun May 28 18:03:47 EDT 2000,
    holder
    =
    C=US
    SP=California L=San Francisco O=BEA WebLogic
    CN=weblogic.beasys.com
    [email protected] , issuer = C=US SP=California L=San
    Francisco
    O=WebLogic OU=Security CN=Demo Certificate Authority
    [email protected] , key = modulus length=65 exponent
    length=3
    Wed Jun 14 17:37:59 EDT 2000:<I> <Security> Not listening for
    SSL:
    java.io.IOException: Security Configuration Problem with SSLserver
    certificate file (E:\weblogic\myserver\democert.pem),java.lang.Exception:
    Problem with X509 certificate: fingerprint =
    5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    18:03:47
    EDT
    2000,
    not after = Sun May 28 18:03:47 EDT 2000, holder = C=US
    SP=California
    L=San
    Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected]
    issuer = C=US SP=California L=San Francisco O=WebLogic
    OU=Security
    CN=Demo
    Certificate Authority [email protected] , key =
    modulus
    length=65
    exponent length=3, java.lang.Exception: Certificate expired or
    not
    yet
    valid: fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before
    =
    Fri
    Apr
    28 18:03:47 EDT 2000, not after = Sun May 28 18:03:47 EDT 2000,
    holder
    =
    C=US SP=California L=San Francisco O=BEA WebLogicCN=weblogic.beasys.com
    [email protected] , issuer = C=US SP=California L=San
    Francisco
    O=WebLogic OU=Security CN=Demo Certificate Authority
    [email protected] , key = modulus length=65 exponent
    length=3
    Wed Jun 14 17:38:00 EDT 2000:<I> <WebLogicServer> Invoking
    main-style
    startup weblogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartup
    Wed Jun 14 17:38:00 EDT 2000:<E> <WebLogicServer> Failed to
    invoke
    startup
    class
    weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.internal.Jd
    b
    c
    Startup
    java.security.AccessControlException: access denied(java.sql.SQLPermission
    setLog)
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.ja
    v
    a
    :272)
    at
    java.security.AccessController.checkPermission(AccessController.java:399)
    atjava.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.sql.DriverManager.setLogStream(DriverManager.java:397)
    at
    weblogic.jdbc.common.internal.JdbcInfo.initLog(JdbcInfo.java:66)
    atweblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:187)
    atweblogic.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:109)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    Wed Jun 14 17:38:00 EDT 2000:<I> <JMS> Beginning startup process
    Wed Jun 14 17:38:00 EDT 2000:<I> <JMS> Init JMS Security
    Wed Jun 14 17:38:00 EDT 2000:<I> <JMS> Initializing fromweblogic.properties

  • Looking for good canned demo of WLS 5.1 using SQL

    I am looking for a good canned demo that i can install on a WLS 5.1 machine that is similiar to the PetStore demo on the WLS 6.0B2 download... something that can be setup and shown on a moments notice...
    thanks

    Hi,I am using wls 5.1 and also use it as an app server and webserver.I need to set the mime type for ms-excel for it to display excel sheets.I have modified the properties as follows.
    weblogic.httpd.mimetype.application/vnd.ms-excel=xls,xlw,xla,xlc,xlm,xlt
    weblogic.httpd.mimetype.application/vnd.x-excel=xls,xlc,xll,xlm,xlw
    I am unable to read the charecters which appear as junk .Also in the log i see the following
    Tue Mar 06 15:19:12 PST 2001:<W> <WebLogicServer> Found undeclared property: web
    logic.httpd.mimetype.application/vnd.ms-excel
    Tue Mar 06 15:19:12 PST 2001:<W> <WebLogicServer> Found undeclared property: web
    logic.httpd.mimetype.application/vnd.x-excel
    Any clues as to what i may be doing wrong?
    Thx,
    vamsi

  • Start WL5.1 error

    I have install WL5.1 on redhat6.1 .
    when I start it. It raise below exception.
    EJB,JSP work well.
    I don't know what's the problem and how to correct it.
    Sat Sep 30 21:47:35 CST 2000:<W> <WebLogicServer> Found undeclared property:
    /h,
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1245)
    at java.lang.Runtime.loadLibrary0(Runtime.java:466)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBui)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCip)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCip)
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at weblogic.security.RSAMDSignature.verify(RSAMDSignature.java:87)
    at weblogic.security.X509.verifySignature(X509.java:223)
    at
    weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.j)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:294)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:214)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1177)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Sat Sep 30 21:47:36 CST 2000:<I> <Security> 2 certificate(s):

    Apply the latest service pack
    cnwy wrote:
    >
    I have install WL5.1 on redhat6.1 .
    when I start it. It raise below exception.
    EJB,JSP work well.
    I don't know what's the problem and how to correct it.
    Sat Sep 30 21:47:35 CST 2000:<W> <WebLogicServer> Found undeclared property:
    /h,
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1245)
    at java.lang.Runtime.loadLibrary0(Runtime.java:466)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBui)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCip)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCip)
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at weblogic.security.RSAMDSignature.verify(RSAMDSignature.java:87)
    at weblogic.security.X509.verifySignature(X509.java:223)
    at
    weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.j)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:294)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:214)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1177)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Sat Sep 30 21:47:36 CST 2000:<I> <Security> 2 certificate(s):--
    Homepage: http://homepages.tig.com.au/~jmsalvo/

  • WLS/IIS - protect WLS http service

    Hello,
    we are currently investigating the use of WLS with IISproxy. IIS is our
    preferred web server as we have to use a plugin on top of the web server
    that is only available for IIS. This plugin is a tool to protect the web
    server.
    Our goal is to protect the access to our site with this plugin. So I
    have some questions around the protection of the WLS http service:
    Can I disable the webLogic HTTP service? The logic says No as IIS has
    to proxy te request to this service.
    Can I restrict the access to the webLogic HTTP service based on the IP
    address of the client? In other words, I just want IIS able to talk to
    WLS http service.
    franck
    PS: We use WLS 5.1 sp6.

    Check the spelling of the property name. According to
    http://www.weblogic.com/docs51/classdocs/javadocs/weblogic/security/net/Conn
    ectionFilter.html it's connectionFilter not ConnectionFilter.
    Also, be aware there are security holes in WL 5.1 prior to SP9, don't leave
    it into production on SP6 only
    "Franck Fourel" <[email protected]> wrote in message
    news:[email protected]..
    >
    I have a look to this connection filter. This is what we need.
    I've tried to install it on my server (wls 5.1 sp6), but it does not work.The
    WLS log says that the connection filter property
    (weblogic.security.net.ConnectionFilter) is not correct: "Found undeclared
    property" in the log and the server does not restart when this property is
    set.
    Is there some limitations to use this filter with the WLS version we use ?
    thanks
    Alf wrote:
    Check
    "Installing a Connection Filter",
    http://e-docs.bea.com/wls/docs60/adminguide/cnfgsec.html#1063398 and
    "Filtering Network Connections" in
    http://e-docs.bea.com/wls/docs60/security/prog.html
    "Franck Fourel" <[email protected]> wrote in message
    news:[email protected]..
    Hello,
    we are currently investigating the use of WLS with IISproxy. IIS is
    our
    preferred web server as we have to use a plugin on top of the webserver
    that is only available for IIS. This plugin is a tool to protect theweb
    server.
    Our goal is to protect the access to our site with this plugin. So I
    have some questions around the protection of the WLS http service:
    Can I disable the webLogic HTTP service? The logic says No as IIS has
    to proxy te request to this service.
    Can I restrict the access to the webLogic HTTP service based on theIP
    address of the client? In other words, I just want IIS able to talk to
    WLS http service.
    franck
    PS: We use WLS 5.1 sp6.

  • Listening to HTTP request events. Question related to enableEvents property.

              Hi,
              I am using weblog 5.1 service pack 6.
              I am interested in HTTP request events. So I did the following.
              I have registered interest in the topic WEBLOG.LOG.HTTPD. I have changed the weblogic.properties
              file to include the following line.
              weblogic.httpd.enableEvents=true.
              But when I bring up the server it says it "Found an undeclared property weblogic.httpd.enableEvents".
              And it is not publishing any events to the topic when I hit the server (probably
              because of the previous message). Can you help?
              Thanx
              Trisula P. Siripurapu
              

    regarding error:
    Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: Unknown object in LOCATE_REQUEST vmcid: 0x0 minor code: 0 completed: No
    Make sure to place the wlfullclient.jar at the beginning of the classpath ...any other WLS specific Jars need not to be added additionally. For above error please refer to : Client SAF error
    Few Things:
    1). When I execute the ant build from a remote box , should I have a weblogic server running...the reason I ask is..does the wldeploy task work only if there is an active weblogic domain in the local machine. When I execute the same build from my windows machine where I have a local instance of weblogic , it works uccessfully .Whenever you try to deploy any application on WebLogic Domain then the Admin Server must be running. Because the deployment entries goes inside the "config.xml" and the original copy of this file is maintained by AdminServer only. So the Admin Server must be running for any kind of configuration changes or for Deployment.
    2). I am told that http protocol is not an option in my work place and I have to use t3 protocol only. In that case, based on the error below, is it possible that the connection between my local unix box and the remote weblogic box is stricted? How to I test the connectivity using t3? I pinged the server from the local unix server and it came back with reply, but could not telnet to that remote box nor ftp to that box does not work.You can check t3 protcol is working fine or not by using the following one line command:
    java weblogic.Admin -url t3://he3unxd189v01:9100 -username weblogic  -password weblogic    PING
    If above command fails to ping the server it means either you are using a wrong HostName & Port OR your N/W is doesnot allow t3 protocol connections OR there may be a N/W Issue.
    Thanks
    Jay SenSharma

  • Class not found for web service

    hi,
    I'm tring to develop a simple web service using axis 1.3 and Tomcat 5.0 as container and server but I've got some problem catching some class. I've downloaded all the jar files (all the org.apache.axis.* and all in the WSDP2.0) but when I open jar files I get only the *.class and not the *.java.... I use the NetBeans IDE 5.0 to develop all the class but it say that it can find all these class.
    (I've put all the needed jar file in the library of the package)
    actually I need the AdminClient.java, Service.java all the jaxrpc.
    I think it could be really a simple problem.... but I don't know how I can go on....
    thanks

    I've just done the download of wsdp 2.0 or the previous version but in all jar file I can find only files with extension *.class. I need the *.java ?Isn't it?
    It's possible that the problem is using netbeans 5.0?
    I don't think so because also from the dos command line I can't found the property class....( java2wsdl.java )

  • Payments - Payments_Invoices - DiscountPercent property

    Hello experts,
    I'm using DI API to transport invoices, payments, credit notes, etc. from my DB to SB1.
    In the payments I need to do a discount to the invoice been paid, but I need to subtract the net amount not a percentage.
    I only see this property on DI API: DiscountPercent but this is not working for a couple of decimals, so thats why I need to subtract the exact amount.
    I know I cannot subtract the amount of the PaidSum property because SB1 will take the payment as a partial payment.
    Thanks for the help.
    Gab.

    Hi Gabriel,
    oPay.TotalDiscount
    You do have the TotalDiscount property, but it's read-only...
    Haven't found a property you can use. Sorry.
    Regards,
    Vítor Vieira

  • Property "OK Code Field" for SAP Transaction iViews

    Hi there,
    I created an SAP Transaction iView which is accessing an ECC system using SAP GUI for Html. In the properties of the iView I found the property "OK Code Field" - has anybody a idea how this field is used?
    I hope that there is a possibility to hide the command field with this parameter. Haven't found a possibility to hide that field although I saw that obviously I'm not the first to deal with this issue...
    Any help is rewarded.
    Regards
    Gesine

    Hi,
    To disable OK Code field,
    - Go to SICF TCODE
    - Expand to /default_host/sap/bc/gui/sap/its/webgui service
    - double click to enter properties
    - On Service Data TAB, click Settings Button
    - You have to siwtch to change mode in order to change
    - there add the following parameter
    Parameter: ~NOHEADEROKCODE
    Value: 1

Maybe you are looking for