• 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

WebLogic Debug

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have a clustered environment with 2 managed nodes

A developer would like to debug the application, but on one of the nodes, there are no debug warnings being sent in the smp log file.
On the other node, I receive INFO, WARN and DEBUG, but on node 2 only INFO and DEBUG messages are displayed in the log file

See below for log file smp.log

Node 1

2013-01-17 22:13:35,523 WARN org.hibernate.dialect.resolver.StandardDialectResolver - Oracle 11g is not yet fully supported; using 10g dialect
2013-01-17 22:13:35,532 INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.Oracle10gDialect
2013-01-17 22:13:37,017 INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.Oracle10gDialect
2013-01-17 22:13:37,045 DEBUG company.cluster.businesscommon.services.samplemgmt.impl.ProduceSegmentInstanceList - Compiled stored procedure. Call string is [{? = call upload_utility(?, ?)}]
2013-01-17 22:13:37,046 DEBUG company.cluster.businesscommon.services.samplemgmt.impl.ProduceSegmentInstanceList - RdbmsOperation with SQL [upload_utility] compiled

Node 2

2013-01-18 12:57:33,792 INFO company.cluster.cpirpi.pricecollection.managedbean.PriceWorkQueuePrS - Selected Collection type is ITEM-COLLECTION
2013-01-18 12:57:33,792 INFO company.cluster.cpirpi.pricecollection.managedbean.PriceWorkQueuePrS - Method Entry : getCollectionTypes()
2013-01-18 12:57:33,792 INFO company.cluster.cpirpi.pricecollection.managedbean.PriceWorkQueuePrS - Method Entry : objToSelectItem() - Input Parameters [company.cluster.cpirpi.pricecollection.managedbean.ui.CollectionType@135be700,

I have enabled debug at the console level for the Admin Server but this makes no difference.

Can anyone assist or help as it would be most appreciated

regards

tspoonfr
 
reply
    Bookmark Topic Watch Topic
  • New Topic