• 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

can anyone tell me why im getting this error

 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<Application Poller not started for production server.>
####<Nov 20, 2003 8:30:03 AM EST> <Notice> <WebLogicServer> <s280c1> <taxserver> <ListenThread> <system> <> <000202> <ListenThread listening on port 7005>
####<Nov 20, 2003 8:30:04 AM EST> <Notice> <Management> <s280c1> <taxserver> <main> <system> <> <141030> <Starting discovery of Managed Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>
 
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't believe these are error messages at all.


<Application Poller not started for production server.>


Means the application server was started in production mode and will not monitor the applications directory for changes in the deployed applications. In production mode you have to explicitly redeploy an application either from the console or the command line.


<system> <> <141030> <Starting discovery of Managed Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>


Means the server will attempt to find any managed servers that are defined to be in its domain. It also specifies what you need to do to turn this behavior off.
Hope this helps.
 
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
I solvede that. The problem was I have two app and the
default was the other one. When I changed that the error was gone.
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic