Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Weblogic Profiling
Weblogic Profiling [message #119290] Mon, 10 December 2007 14:36 Go to next message
Eclipse UserFriend
Originally posted by: paul.moody.sword-technologies.com

I have been using TPTP -> Basic Memory Analysis -> Object References to
try to track down memory leaks when redeploying an EAR (containing a WAR)
with Weblogic.

In the Object References list (no filter) I can see many different classes
(mostly weblogic) but I do not see any of my own classes. I do, however,
see some struts2 classes and some other third party classes from jars
which are included in my EAR. I used my application whilst profiling to
make sure that some of its classes actually get loaded.

Does anybody have an idea of how I can see the classes that I am
interested in?

Weblogic: 9.1
Eclipse: 3.3.1.1
Windows XP SP2
TPTP: 4.4

Thanks
Re: Weblogic Profiling [message #119571 is a reply to message #119290] Sun, 16 December 2007 12:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexander.n.alexeev.intel.com

Hi,

Unfortunately I am not experienced in Weblogic execution and only can
suggest you how using TPTP profiler for tuning server scenarios in general.

First of all you have to execute you execution environment (JVM) with JVM
TI agent. Options for agent depend from your preferable way of profiling.
There are two main:
1. Gather results in Eclipse WB. In this case JVM executed with JVM TI
agent in "controlled" or "enabled" mode, and then attach to JVM process
from "Profile dialog" in Eclipse
2. Gather profiling data in file and later analyze it. In this case JVM TI
agent is run in "standalone" mode and save results in file which can be
imported via standard import Eclipse's wizard to workspace.

You can find required information about modes and execution at
http://help.eclipse.org/help33/topic/org.eclipse.tptp.platfo rm.doc.user/tasks/teprofsa.htm

Also you have to choose type of profiling
( http://help.eclipse.org/help33/topic/org.eclipse.tptp.platfo rm.doc.user/concepts/ceproftl.htm
)
- Execution statistic (option: CGProf)
- Memory statistic (option: HeapProf)
- Thread profiling (option: ThreadProf)

I've post this message in newsgroup too, where we can continue discussion.

Please, ask any further questions.

Thanks,
Alex.
Re: Weblogic Profiling [message #119964 is a reply to message #119571] Fri, 28 December 2007 08:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jammuguru.gmail.com

Hi,

I am also facing the same issue as paul moody.I am able to get the
profiling view but the classes that are shown are not related to the
project deployed.It is the classes of weblogic which was shown in the
profiling view.

I am using -XrunpiAgent:server=enabled as the VM argument.

server-weblogic8.1
jvm-jdk1.4
eclipse-3.2.

Can you please help me on this.

Thanks,
Jamuna.
Re: Weblogic Profiling [message #120325 is a reply to message #119964] Wed, 09 January 2008 10:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexander.n.alexeev.intel.com

Hi,

Please, describe you case more precisely.
From current description I only can suggest to configure filtering
according to your profiled application.

Thanks,
Alex
Re: Weblogic Profiling [message #120349 is a reply to message #120325] Wed, 09 January 2008 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jammuguru.gmail.com

Hi,

Thanks for your reply.

I am able to get the profiling view and statistics information.But those
informations are related to the weblogic packages and java and not
regarding the project deployed in the server.(For
eg:weblogic.management.deploy,weblogic.servlet.internal,java .util,java.io)these
packages and their execution times are listed.

I used the filter option and included the package name of my project
deployed as (com.example.enterprise.cnp.*) .Then it shows nothing in the
profiling view.

Could you please help me on this.

Thanks,
Jamuna.
Re: Weblogic Profiling [message #120530 is a reply to message #120349] Fri, 11 January 2008 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexander.n.alexeev.intel.com

Hi,

Could you run Weblogic with following
environment variables:

set MARTINI_LOGGER_LOG_LEVEL=5
set MARTINI_LOGGER_DIRECTORY=<path where log saved>

and send me log.

BTW what JRE do you use?

Thanks,
Alex.
Re: Weblogic Profiling [message #120583 is a reply to message #120530] Fri, 11 January 2008 14:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jammuguru.gmail.com

Hi,

I have set the environment variables and taken the log file from
myserver.log.

Here is the log file,please have a look on this.I am using jdk1.4.

####<Jan 11, 2008 8:10:43 PM GMT+05:30> <Notice> <Log Management>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-170019> <The
server log file C:\bea\weblogic81\server\bin\myserver\myserver.log is
opened. All server side log events will be written to this file.>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <Security>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-090149> <The
server security configuration has been loaded from
C:\bea\weblogic81\server\lib\SecurityDefaultConfig.xml>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <Security>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-090516> <The
RoleMapper provider has preexisting LDAP data.>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <Security>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-090516> <The
Authorizer provider has preexisting LDAP data.>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <Security>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-090516> <The
Authenticator provider has preexisting LDAP data.>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <Security>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-090093> <No
pre-WLS 8.1 Keystore providers are configured for server myserver for
security realm myrealm.>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Debug> <TLS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <000000> <SSLManager(server=myserver,
realm=myrealm)>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Notice> <Security>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-090082>
<Security initializing using security realm myrealm.>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Notice> <WebLogicServer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-000327>
<Starting WebLogic Admin Server "myserver" for domain "mydomain">
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <WebLogicServer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-000214>
<WebLogic Server "myserver" version:
WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 (c)
1995, 1996, 1997, 1998 WebLogic, Inc.
(c) 1999, 2000, 2001 BEA Systems, Inc.>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <WebLogicServer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-000215> <Loaded
License : C:\bea\license.bea>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Info> <RJVM> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-000570> <Network Configuration
for Channel "myserver"
Listen Address *
Public Address N/A
Http Enabled true
Tunneling Enabled false
Outbound Enabled false
Admin Traffic Enabled true>
####<Jan 11, 2008 8:10:46 PM GMT+05:30> <Debug> <RJVM> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-000571> <Network Configuration
Detail for Channel "myserver"
Channel Weight 50
Accept Backlog 50
Login Timeout 5000ms
Max Message Size 10000000
Message Timeout 60s
Idle Timeout 65s
Tunneling Timeout 40s
Tunneling Ping 45s>
####<Jan 11, 2008 8:10:47 PM GMT+05:30> <Info> <XML> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-130036> <Initializing
XMLRegistry.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC
service.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001137> <Initialization
complete.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <Connector>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-190000>
<Initializing J2EE Connector Service>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <Connector>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-190001> <J2EE
Connector Service initialized successfully>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <IIOP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default
connection factories.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040305> <JMS service is
initialized and in standby mode.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP
services.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server
myserver.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101052> <[HTTP myserver]
Initialized>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101135> <myserver is the default
Web server.>
####<Jan 11, 2008 8:10:48 PM GMT+05:30> <Info> <J2EE> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-160037> <J2EE service
initializing.>
####<Jan 11, 2008 8:10:49 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149207>
<Initializing.>
####<Jan 11, 2008 8:10:50 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
console of application console is transitioning from unprepared to
prepared on server myserver.>
####<Jan 11, 2008 8:10:50 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
console of application console successfully transitioned from unprepared
to prepared on server myserver.>
####<Jan 11, 2008 8:10:50 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
uddi of application uddi is transitioning from unprepared to prepared on
server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
uddi of application uddi successfully transitioned from unprepared to
prepared on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
uddiexplorer of application uddiexplorer is transitioning from unprepared
to prepared on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
uddiexplorer of application uddiexplorer successfully transitioned from
unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
wl_management_internal1 of application wl_management_internal1 is
transitioning from unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
wl_management_internal1 of application wl_management_internal1
successfully transitioned from unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
wl_management_internal2 of application wl_management_internal2 is
transitioning from unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
wl_management_internal2 of application wl_management_internal2
successfully transitioned from unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
console of application console is transitioning from prepared to active on
server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
console of application console successfully transitioned from prepared to
active on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
< [ServletContext(id=5267983,name=console,context-path=/consol e)]
WebServiceServlet: init>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
uddi of application uddi is transitioning from prepared to active on
server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
uddi of application uddi successfully transitioned from prepared to active
on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
<[ServletContext(id=12055248,name=uddi,context-path=/uddi)]
WebServiceServlet: init>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
uddiexplorer of application uddiexplorer is transitioning from prepared to
active on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
uddiexplorer of application uddiexplorer successfully transitioned from
prepared to active on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
< [ServletContext(id=21758581,name=uddiexplorer,context-path=/ uddiexplorer)]
WebServiceServlet: init>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
wl_management_internal1 of application wl_management_internal1 is
transitioning from prepared to active on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
wl_management_internal1 of application wl_management_internal1
successfully transitioned from prepared to active on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
< [ServletContext(id=18186103,name=wl_management_internal1,con text-path=/wl_management_internal1)]
WebServiceServlet: init>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
wl_management_internal2 of application wl_management_internal2 is
transitioning from prepared to active on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
wl_management_internal2 of application wl_management_internal2
successfully transitioned from prepared to active on server myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
< [ServletContext(id=23971273,name=wl_management_internal2,con text-path=/wl_management_internal2)]
WebServiceServlet: init>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149208>
<Initialization Complete.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JTA> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log
with driver version "j1.0" and synchronous write policy "Cache-Flush". For
information on synchronous write policies, refer to the
weblogic.management.configuration.ServerMBean javadoc or console online
help.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC
service.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory
"DefaultXAConnectionFactory" is started.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory
"QueueConnectionFactory" is started.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory
"MessageDrivenBeanConnectionFactory" is started.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory
"DefaultConnectionFactory" is started.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory
"TopicConnectionFactory" is started.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JMS> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-040306> <JMS service is active
now.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web
application container.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is
size based for the Web server: myserver.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101051> <[HTTP myserver] started>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <WebService>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-220031> <The
server does not support reliable SOAP messaging.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <WebService>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-220027> <Web
Service reliable agents are started on the server.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149209>
<Resuming.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001177> <Creating Connection Pool
named mypool, URL = jdbc:oracle:thin:@CINTNCHESTR0016:1521:XE, Properties
= {user=ws, protocol=thin}.>
####<Jan 11, 2008 8:10:51 PM GMT+05:30> <Info> <Common> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-000625> <The application has
disabled periodic testing of free resources in pool "mypool".>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001068> <Connection for pool
"mypool" created.>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001132> <Initialized statement
cache of size "10" for connection in pool "mypool".>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <Common> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-000628> <Created "1" resources
for pool "mypool", out of which "1" are available and "0" are
unavailable.>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool
named mypool.>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001175> <Creating TX Data Source
named myora for Pool mypool.>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <JDBC> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source
named myora for Pool mypool.>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server
myserver.>
####<Jan 11, 2008 8:10:59 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
Book of application Book is transitioning from unprepared to prepared on
server myserver.>
####<Jan 11, 2008 8:11:00 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
Book of application Book successfully transitioned from unprepared to
prepared on server myserver.>
####<Jan 11, 2008 8:11:00 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
BookPrice of application BookPrice is transitioning from unprepared to
prepared on server myserver.>
####<Jan 11, 2008 8:11:01 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
BookPrice of application BookPrice successfully transitioned from
unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:11:01 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
ECCServiceAlert of application ECCServiceAlert is transitioning from
unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:11:02 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
ECCServiceAlert of application ECCServiceAlert successfully transitioned
from unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:11:02 PM GMT+05:30> <Warning> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<WLS Kernel>> <> <BEA-101248> <[Application:
'F:\pakki\testing', Module: 'dev']: Deployment descriptor "web.xml" is
malformed. Check against the DTD: org.xml.sax.SAXParseException: The
content of element type "web-app" must match
" (icon?,display-name?,description?,distributable?,context-par am*,filter*,filter-mapping*,listener*,servlet*,servlet-mappi ng*,session-config?,mime-mapping*,welcome-file-list?,error-p age*,taglib*,resource-env-ref*,resource-ref*,security-constr aint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-l ocal-ref*) ".
(line 88, column 11).>
####<Jan 11, 2008 8:11:02 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
dev of application dev is transitioning from unprepared to prepared on
server myserver.>
####<Jan 11, 2008 8:11:02 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
dev of application dev successfully transitioned from unprepared to
prepared on server myserver.>
####<Jan 11, 2008 8:11:02 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
recursion of application recursion is transitioning from unprepared to
prepared on server myserver.>
####<Jan 11, 2008 8:11:03 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
recursion of application recursion successfully transitioned from
unprepared to prepared on server myserver.>
####<Jan 11, 2008 8:11:03 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
Book of application Book is transitioning from prepared to active on
server myserver.>
####<Jan 11, 2008 8:11:03 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
Book of application Book successfully transitioned from prepared to active
on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
<[ServletContext(id=13610862,name=Book,context-path=/Book)]
WebServiceServlet: init>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <WebService>
<CINTNCHEOLY0AA7> <myserver> <main> <<anonymous>> <> <BEA-220099>
<Webservice for webapp named Book contextPath /Book with webservices
(/BookPrice) has been initialized.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
BookPrice of application BookPrice is transitioning from prepared to
active on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
BookPrice of application BookPrice successfully transitioned from prepared
to active on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
< [ServletContext(id=22116759,name=BookPrice,context-path=/Boo kPrice)]
WebServiceServlet: init>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <WebService>
<CINTNCHEOLY0AA7> <myserver> <main> <<anonymous>> <> <BEA-220099>
<Webservice for webapp named BookPrice contextPath /BookPrice with
webservices (/BookPrice) has been initialized.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
ECCServiceAlert of application ECCServiceAlert is transitioning from
prepared to active on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
ECCServiceAlert of application ECCServiceAlert successfully transitioned
from prepared to active on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
< [ServletContext(id=723185,name=ECCServiceAlert,context-path= /ECCServiceAlert)]
WebServiceServlet: init>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <WebService>
<CINTNCHEOLY0AA7> <myserver> <main> <<anonymous>> <> <BEA-220099>
<Webservice for webapp named ECCServiceAlert contextPath /ECCServiceAlert
with webservices (/ECCServiceAlert) has been initialized.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
dev of application dev is transitioning from prepared to active on server
myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
dev of application dev successfully transitioned from prepared to active
on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
<[ServletContext(id=29165247,name=dev,context-path=/dev)]
WebServiceServlet: init>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module
recursion of application recursion is transitioning from prepared to
active on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module
recursion of application recursion successfully transitioned from prepared
to active on server myserver.>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <HTTP> <CINTNCHEOLY0AA7>
<myserver> <main> <<anonymous>> <> <BEA-101047>
< [ServletContext(id=3788914,name=recursion,context-path=/recu rsion)]
WebServiceServlet: init>
####<Jan 11, 2008 8:11:04 PM GMT+05:30> <Info> <WebService>
<CINTNCHEOLY0AA7> <myserver> <main> <<anonymous>> <> <BEA-220099>
<Webservice for webapp named recursion contextPath /recursion with
webservices (/recursion) has been initialized.>
####<Jan 11, 2008 8:11:05 PM GMT+05:30> <Info> <Deployer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-149210>
<Resumed.>
####<Jan 11, 2008 8:11:05 PM GMT+05:30> <Info> <Management>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-141187> <Java
system properties are defined as follows:
awt.toolkit = sun.awt.windows.WToolkit
file.encoding = Cp1252
file.encoding.pkg = sun.io
file.separator = \
java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
java.awt.printerjob = sun.awt.windows.WPrinterJob
java.class.path =
C:\bea\jdk142_08\lib\tools.jar;C:\bea\weblogic81\server\lib\ weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;%c lasspath%;C:\lib\apache\crimson.jar;
java.class.version = 48.0
java.endorsed.dirs = C:\bea\jdk142_08\jre\lib\endorsed
java.ext.dirs = C:\bea\jdk142_08\jre\lib\ext
java.home = C:\bea\jdk142_08\jre
java.io.tmpdir = c:\temp\
java.library.path =
C:\bea\jdk142_08\bin;.;C:\WINDOWS\system32;C:\WINDOWS;.;C:\b ea\weblogic81\server\bin;C:\bea\jdk142_08\bin;C:\oracle\prod uct\10.2.0\client_2\bin;c:\oracle10g\product\10.2.0\client_1 ;C:\oracle\ora90\bin;C:\Program
Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C: \WINDOWS\System32\Wbem;C:\PROGRA~1\F-Secure\Ssh;c:\bea\jdk14 2_08\bin;c:\MySQL\bin;C:\oracle\product\10.2.0\client_2\bin; c:\oracle10g\product\10.2.0\client_1;C:\oracle\ora90\bin;C:\ Program
Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C: \WINDOWS\System32\Wbem;C:\PROGRA~1\F-Secure\Ssh;c:\bea\jdk14 2_08\bin;c:\MySQL\bin;C:\bea\weblogic81\server\bin;F:\OpenSo urceTesting\Eclipse-Callisto\eclipse\plugins\org.eclipse.hya des.execution.win32.x86_4.3.0.v200611140100;
java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
java.naming.factory.url.pkgs =
weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.net
java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version = 1.4.2_08-b03
java.specification.name = Java Platform API Specification
java.specification.vendor = Sun Microsystems Inc.
java.specification.version = 1.4
java.util.prefs.PreferencesFactory =
java.util.prefs.WindowsPreferencesFactory
java.vendor = Sun Microsystems Inc.
java.vendor.url = http://java.sun.com/
java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
java.version = 1.4.2_08
java.vm.info = mixed mode
java.vm.name = Java HotSpot(TM) Client VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Sun Microsystems Inc.
java.vm.specification.version = 1.0
java.vm.vendor = Sun Microsystems Inc.
java.vm.version = 1.4.2_08-b03
javax.rmi.CORBA.PortableRemoteObjectClass =
weblogic.iiop.PortableRemoteObjectDelegateImpl
javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
javax.xml.rpc.ServiceFactory =
weblogic.webservice.core.rpc.ServiceFactoryImpl
javax.xml.soap.MessageFactory =
weblogic.webservice.core.soap.MessageFactoryImpl
jmx.implementation.name = JMX RI
jmx.implementation.vendor = Sun Microsystems
jmx.implementation.version = 1.0
jmx.specification.name = Java Management Extensions
jmx.specification.vendor = Sun Microsystems
jmx.specification.version = 1.0 Final Release
org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser
org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
os.arch = x86
os.name = Windows XP
os.version = 5.1
path.separator = ;
ssl.debug = true
sun.arch.data.model = 32
sun.boot.class.path =
C:\bea\jdk142_08\jre\lib\rt.jar;C:\bea\jdk142_08\jre\lib\i18 n.jar;C:\bea\jdk142_08\jre\lib\sunrsasign.jar;C:\bea\jdk142_ 08\jre\lib\jsse.jar;C:\bea\jdk142_08\jre\lib\jce.jar;C:\bea\ jdk142_08\jre\lib\charsets.jar;C:\bea\jdk142_08\jre\classes
sun.boot.library.path = C:\bea\jdk142_08\jre\bin
sun.cpu.endian = little
sun.cpu.isalist = pentium i486 i386
sun.io.unicode.encoding = UnicodeLittle
sun.os.patch.level = Service Pack 2
user.country = US
user.dir = C:\bea\weblogic81\server\bin
user.home = C:\Documents and Settings\v872927
user.language = en
user.name = v872927
user.timezone = GMT+05:30
vde.home = .\myserver\ldap
weblogic.mbeanLegalClause.ByPass = false
weblogic.security.SSL.enforceConstraints = false
weblogic.security.SSL.ignoreHostnameVerify = false
weblogic.webservice.client.ssl.strictcertchecking = false
weblogic.webservice.verbose = true
>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Info> <Management>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-141052> <The
application poller has started for the development server.>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Info> <Socket> <CINTNCHEOLY0AA7>
<myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000406>
<NTSocketMuxer was built on May 20 2004 21:15:15
>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Info> <Socket> <CINTNCHEOLY0AA7>
<myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000436>
<Allocating 3 reader threads.>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Info> <Socket> <CINTNCHEOLY0AA7>
<myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000440> <Native
IO Enabled.>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Notice> <WebLogicServer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-000331>
<Started WebLogic Admin Server "myserver" for domain "mydomain" running in
Development Mode>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Notice> <WebLogicServer>
<CINTNCHEOLY0AA7> <myserver> <main> <<WLS Kernel>> <> <BEA-000360> <Server
started in RUNNING mode>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Notice> <WebLogicServer>
<CINTNCHEOLY0AA7> <myserver> <ListenThread.Default> <<WLS Kernel>> <>
<BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip
address *.*>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Info> <Management>
<CINTNCHEOLY0AA7> <myserver> <ExecuteThread: '2' for queue:
'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-140009> <Configuration
changes for the domain have been saved to the repository.>
####<Jan 11, 2008 8:11:06 PM GMT+05:30> <Info> <Configuration Management>
<CINTNCHEOLY0AA7> <myserver> <ExecuteThread: '2' for queue:
'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-150007> <The booted
configuration .\config.xml has been backed up at
C:\bea\weblogic81\server\bin\.\config.xml.booted.>

Thanks,
Jamuna.
Re: Weblogic Profiling [message #120874 is a reply to message #120583] Tue, 15 January 2008 13:45 Go to previous message
Eclipse UserFriend
Originally posted by: alexander.n.alexeev.intel.com

Hi,

You can only use JVM PI agent with JRE 1.4.

So, please, try to profile your application with JRE 1.5 or higher with
JVM TI agent.

Set envronment variables:

set MARTINI_LOGGER_LOG_LEVEL=5
set MARTINI_LOGGER_DIRECTORY=.

and look for log with name like "mlog06348.log"

Alex.
Previous Topic:Unable to run AgentController&SampleClient under Fedora 4
Next Topic:ClassCastException or ClassNotFoundException
Goto Forum:
  


Current Time: Tue Apr 23 13:27:49 GMT 2024

Powered by FUDForum. Page generated in 0.03414 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top