Tony, You can start the server in any mode (server=enable/standalone/controlled) depending on your usage, please read the link I sent earlier for detail. Also in the link there is a section about variable setup for the libraries to load which should solve the AgentBase.dll not found problem.
Once again, here is the link: http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/packaging_md/windows/getting_started.html?root=TPTP_Project&view=co Regards. ___________________________________________ Eugene Chan IBM Toronto Lab, Canada From: Tony Anecito <adanec...@yahoo.com> To: TPTP Tracing and Profiling Tools Project developer discussions <tptp-tracing-profiling-tools-dev@eclipse.org> Date: 04/13/2009 01:47 PM Subject: Re: [tptp-tracing-profiling-tools-dev] Monitoring WebLogic Server.... Sent by: tptp-tracing-profiling-tools-dev-boun...@eclipse.org Hi Eugene, I noticed that in standalone Weblogic starts fine. When set to enabled for the server value I get an error about AgentBase.dll not found for the jvmti package just like the javaprofiler package for the Agent Controller. I need to communicate with the remote agent and I from the documentation I think I need to ser server to enabled correct? Thanks, -Tony --- On Mon, 4/13/09, Eugene Chan <ewc...@ca.ibm.com> wrote: > From: Eugene Chan <ewc...@ca.ibm.com> > Subject: Re: [tptp-tracing-profiling-tools-dev] Monitoring WebLogic Server.... > To: "TPTP Tracing and Profiling Tools Project developer discussions" <tptp-tracing-profiling-tools-dev@eclipse.org> > Cc: "TPTP Tracing and Profiling Tools Project developer discussions" <tptp-tracing-profiling-tools-dev@eclipse.org>, tptp-tracing-profiling-tools-dev-boun...@eclipse.org > Date: Monday, April 13, 2009, 11:11 AM > > > Hi Tony, > > > > The profiler libraries are > packaged > under org.eclipse.tptp.platform.jvmti.runtime > in > TPTP all package and under org.eclipse.tptp.javaprofiler > in an Agent Controller package. > > > > Regards, > > ___________________________________________ > > > > > > Eugene Chan > > IBM Toronto Lab, Canada > > > > email: ewc...@ca.ibm.com > > pwa: D3-268 | tieline: 313-6102 > > voice: 1.905.413.6102 | fax: 1.905.413.4850 > > > > > > > > > From: > Tony Anecito > <adanec...@yahoo.com> > > To: > TPTP Tracing and > Profiling Tools Project > developer discussions > <tptp-tracing-profiling-tools-dev@eclipse.org> > > Cc: > TPTP Profiling > <tptp-tracing-profiling-tools-dev@eclipse.org>, > tptp-tracing-profiling-tools-dev-boun...@eclipse.org > > Date: > 04/13/2009 01:07 > PM > > Subject: > Re: > [tptp-tracing-profiling-tools-dev] > Monitoring WebLogic Server.... > > Sent > by: > tptp-tracing-profiling-tools-dev-boun...@eclipse.org > > > > > > > > > > > Hi Chan, > > > > I had found an example that this link to the documention > supports. Problem > is the following package does not exist with the TPTP all > distribution: > > > > org.eclipse.tptp.javaprofiler > > > > I am not sure if the instructions are wrong or there is > another package > that was forgotten for the TPTP all distribution. I think > this is part > of the agent sdk installation that is separate for some > reason from the > TPTP all distribution. > > > > I will try to find this package if it exists. > > > > -Tony > > > > > > > > --- On Mon, 4/13/09, Eugene Chan <ewc...@ca.ibm.com> > wrote: > > > > > From: Eugene Chan <ewc...@ca.ibm.com> > > > Subject: Re: [tptp-tracing-profiling-tools-dev] > Monitoring WebLogic > Server.... > > > To: "TPTP Tracing and Profiling Tools Project > developer discussions" > <tptp-tracing-profiling-tools-dev@eclipse.org> > > > Cc: "TPTP Profiling" > <tptp-tracing-profiling-tools-dev@eclipse.org>, > tptp-tracing-profiling-tools-dev-boun...@eclipse.org > > > Date: Monday, April 13, 2009, 8:51 AM > > > > > > > > > Hi Tony, > > > > > > > > > > > > Profiling Agents are > > > packaged with Agent > > > Controller (available under the section 'Agent > > > Controller' of TPTP download > > > page). In order to start you WLS with profiling agent, > you > > > will have to > > > insert additional VM argument to the startup process > for > > > the profiling > > > agent to be loaded with the WLS target process. The > TPTP > > > 4.5.2 all-in-one > > > zip contains the agent libraries under plugin > > > 'org.eclipse.tptp.platform.jvmti.runtime'. > > > > > > Please see the Agent > > > Controller documentation > > > for detail on how to use the Java profiler and invoke > it > > > from JVM > > > > http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/packaging_md/windows/getting_started.html?root=TPTP_Project&view=co#Java_15 > > > > > > > > > > > > Regards, > > > > > > ___________________________________________ > > > > > > > > > > > > Eugene Chan > > > > > > IBM Toronto Lab, Canada > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > From: > > > Tony Anecito > > > <adanec...@yahoo.com> > > > > > > To: > > > TPTP Profiling > > > <tptp-tracing-profiling-tools-dev@eclipse.org> > > > > > > Date: > > > 04/13/2009 10:45 > > > AM > > > > > > Subject: > > > [tptp-tracing-profiling-tools-dev] > > > Monitoring > > > WebLogic Server.... > > > > > > Sent > > > by: > > > tptp-tracing-profiling-tools-dev-boun...@eclipse.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi All, > > > > > > > > > > > > I downloaded the TPTP and then launched separately > WLS > > > 10.3. I then went > > > into Eclipse with TPTP 4.5.2 and tried attaching to > an > > > available agent > > > and there was none. I then downloaded the Agent but > it > > > turned out to be > > > only the SDK for developing an agent. > > > > > > > > > > > > So the question is where is the agent? Is it include > with > > > the TPTP4.5.2 > > > download all zip? If so where can I find it and the > > > directions on how to > > > launch it? > > > > > > > > > > > > Also, I want to profile a remote app on Solaris is > there an > > > agent for that? > > > > > > > > > > > > Thanks, > > > > > > -Tony > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > tptp-tracing-profiling-tools-dev mailing list > > > > > > tptp-tracing-profiling-tools-dev@eclipse.org > > > > > > https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev > > > > > > > > > > > > > > > > > > > > > -----Inline Attachment Follows----- > > > > > > _______________________________________________ > > > tptp-tracing-profiling-tools-dev mailing list > > > tptp-tracing-profiling-tools-dev@eclipse.org > > > https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev > > > > > > > > > > > _______________________________________________ > > tptp-tracing-profiling-tools-dev mailing list > > tptp-tracing-profiling-tools-dev@eclipse.org > > https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev > > > > > > > -----Inline Attachment Follows----- > > _______________________________________________ > tptp-tracing-profiling-tools-dev mailing list > tptp-tracing-profiling-tools-dev@eclipse.org > https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev > _______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev
_______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev