Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Startup log Error message

3 views
Skip to first unread message

Jim

unread,
Jun 23, 2000, 3:00:00 AM6/23/00
to
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=sup...@weblogic.com , issuer = C=US
SP=California L=San Francisco O=WebLogic OU=Security CN=Demo Certificate
Authority Email=secu...@weblogic.com , 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=sup...@weblogic.com , issuer = C=US SP=California L=San Francisco
O=WebLogic OU=Security CN=Demo Certificate Authority
Email=secu...@weblogic.com , 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=sup...@weblogic.com ,
issuer = C=US SP=California L=San Francisco O=WebLogic OU=Security CN=Demo
Certificate Authority Email=secu...@weblogic.com , 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=sup...@weblogic.com , issuer = C=US SP=California L=San Francisco
O=WebLogic OU=Security CN=Demo Certificate Authority
Email=secu...@weblogic.com , 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

Wei Guan

unread,
Jun 23, 2000, 3:00:00 AM6/23/00
to
Please post your JDBC pool related properties in your weblogic.properties. I
doubted the problem is in your weblogic.properties.

--
Cheers - Wei
Jim <cy...@writeme.com> wrote in message
news:8ivu7a$hah$1...@newsgroups.bea.com...

Jim

unread,
Jun 23, 2000, 3:00:00 AM6/23/00
to
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,\

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 <8j012e$iu0$1...@newsgroups.bea.com>...


>Please post your JDBC pool related properties in your weblogic.properties.
I
>doubted the problem is in your weblogic.properties.
>
>--
>Cheers - Wei
>Jim <cy...@writeme.com> wrote in message
>news:8ivu7a$hah$1...@newsgroups.bea.com...

Wei Guan

unread,
Jun 23, 2000, 3:00:00 AM6/23/00
to
Comments inline.

--
Cheers - Wei


Jim <cy...@writeme.com> wrote in message

news:8j0j6l$t98$1...@newsgroups.bea.com...


> 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.

Jim

unread,
Jun 26, 2000, 3:00:00 AM6/26/00
to
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 <8j0mst$25r$1...@newsgroups.bea.com>...

Wei Guan

unread,
Jun 26, 2000, 3:00:00 AM6/26/00
to
There is ",\" at the end of "props=user=myuid;password=mypassword,\" in your
property file. Remove ",\" and try again.


--
Cheers - Wei


Jim <cy...@writeme.com> wrote in message

news:8j85o8$nu5$1...@newsgroups.bea.com...

Jim

unread,
Jun 26, 2000, 3:00:00 AM6/26/00
to
Thank you again Wei, I tried again. I got the same error when the server
start. Here is my settings and error message.

>---------------------------revised
setting----------------------------------->


### 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 <8j88fq$pm4$1...@newsgroups.bea.com>...

Jim

unread,
Jun 26, 2000, 3:00:00 AM6/26/00
to
Wei,
I can create one using the management console. It works this way. Does
the console version write to somewhere on disk? Is it possible for me to
read the configuration from a file after I do the configuration in Weblogic
console.

Thank you

>-------------------------------------------------->
Wei Guan wrote in message <8j88fq$pm4$1...@newsgroups.bea.com>...

>>><IOR:000000000000002849444c3a6f6d672e6f72672f436f734e616d696e672f4e616d69
6
>> e
>> >> 6
>> >> >>
>> >>
>>
>>>7436f6e746578743a312e3000000000010000000000000066000101000000000a6c6f6361
6
>> c
>> >> 6
>> >> >>
>> >>
>>
>>>86f7374001b590000003800424541000000000000002849444c3a6f6d672e6f72672f436f
7
>> 3
>> >> 4
>> >> >>
>> >>
>>
>>>e616d696e672f4e616d696e67436f6e746578743a312e3000000000080000000100000000
0

Wei Guan

unread,
Jun 26, 2000, 3:00:00 AM6/26/00
to
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 <cy...@writeme.com> wrote in message

news:8j8at3$r4s$1...@newsgroups.bea.com...

0 new messages