• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

que abt weblogic.log

 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone tell me why im getting this error in my weblogic.log.
weblogic.log Execute thread: '10' for queue:'default'<system><>000000>This connection will now be refreshed Execute thread: '10' for queue:'default'<system><>000000>This connection will now be refreshed <A coonection from pool ***pool was tested during reserve with a select(*) from dual and failed
Refreshing this bad ppol connection failes
shared memory realm does not exist.
UNIX Error:2: No such file or directory
Any help appreciated
Thanks in advance
Once in while db operation fails
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
looks like the db ure accessing has some time out for connections and the server can�t refresh it, check with dba about it.
Marcos Maia
[ March 07, 2003: Message edited by: Marcos Maia ]
 
sunitha reghu
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in fact i checked DBA and my DBA saying nothing wrong with oracle something wrong with weblogic or code.
weblogic_console.log is giving this error
Database Connection error java.lang.NullPointerException
 
sunitha reghu
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is something to do with ThreadCount attribute of an ExecuteQueue element in the config.xml file
 
Marcos Maia
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
there�s this troubleshoting note on weblogic documentations, maybe this can help u.
Youmay also encounter a shared library problem if you do not include the proper paths
in your SHLIB_PATH when using Oracle 9. SHLIB_PATH should include the path to
the driver (oci901_8) and the path to the vendor-supplied libraries (lib32). For
example, your path may look like:
export SHLIB_PATH=
$WL_HOME/server/lib/hpux11/oci901_8:$ORACLE_HOME/lib32:$SHLIB_PAT
H
Note also that your path cannot include the path to the Oracle 8.1.7 libraries, or clashes
will occur. Formore instructions, see SettingUp the Environment for UsingWebLogic
jDriver for Oracle at
this place
 
sunitha reghu
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Marcos,
Thanks for that. I checked everything. everything is fine. when the db operation fails sometimes ( not always) is not giving ant msg at weblogic.log .The only msg is in weblogic_console is
Database Connection error java.lang.NullpointerException.
Db operation is not failing everytime happening once in 50. addBatch method is implemented in that page.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic