Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > BOOK: Professional Oracle WebLogic Server
|
BOOK: Professional Oracle WebLogic Server
This is the forum to discuss the Wrox book Professional Oracle WebLogic Server by Robert Patrick, Gregory Nyberg, Philip Aston with Josh Bregman, Paul Done; ISBN: 978-0-470-48430-2
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Oracle WebLogic Server section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 22nd, 2010, 11:28 AM
Registered User
 
Join Date: Jan 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chap 12 Administering and Deploying Applications

Hello,
I am trying to run the PerformanceMonitor.py example. I am using Weblogic 10.3. I was able to deploy the Bigrez application with no problem. Every time
I run the PerformanceMonitor.py code I get the following error:

Problem invoking WLST - Traceback (innermost last):
File "C:\powls\ch12\src\example1\WebLogicPerformanceMon itor.py", line 34, in ?

AttributeError: getExecuteThreadCount

Any thoughts? Thanks
Bob
 
Old January 22nd, 2010, 07:53 PM
Registered User
 
Join Date: Nov 2009
Posts: 8
Thanks: 0
Thanked 1 Time in 1 Post
Default

Looks like a bug in my script. The proper name for the attribute is ExecuteThreadTotalCount so line 34 should look like this:

Code:
exeThrCount = cmo.getExecuteThreadTotalCount()
Sorry for the inconvenience. I will post a new version shortly.

Thanks,
Robert





Similar Threads
Thread Thread Starter Forum Replies Last Post
chap 12 exer 2 harper BOOK: Beginning JavaScript 3rd Ed. ISBN: 978-0-470-05151-1 0 January 31st, 2008 10:19 AM
Deploying ASP.NET 2.0 Applications geomar .NET Framework 2.0 0 November 14th, 2006 01:13 PM
Deploying Applications while installing .NET frame microsoftheadache Visual Studio 2005 1 November 14th, 2005 01:42 PM
Deploying Windows Applications ZiqXx C# 2 July 13th, 2004 04:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.