Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP 4.4 profiling timeout on launch
TPTP 4.4 profiling timeout on launch [message #102906] Tue, 03 July 2007 22:33 Go to next message
Tom Funk is currently offline Tom FunkFriend
Messages: 22
Registered: July 2009
Junior Member
When starting a profile session for TPTP 4.4, for a large-ish app
(~2500 classes w/lots of Threads), I get the following:

org.eclipse.core.runtime.CoreException
A time-out occurred while attempting to launch the process

org.eclipse.core.runtime.CoreException: A time-out occurred while attempting to launch the process
at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUti lity.createCoreException(LauncherUtility.java:123)
at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUti lity.createCoreException(LauncherUtility.java:131)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TID elegateHelper.handleError(TIDelegateHelper.java:570)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TID elegateHelper.launchProcess(TIDelegateHelper.java:518)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TID elegateHelper.launch(TIDelegateHelper.java:311)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIJ avaLauncherDelegate.launch(TIJavaLauncherDelegate.java:37)
at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUti lity.delegateInit(LauncherUtility.java:1153)
at org.eclipse.tptp.trace.ui.provisional.launcher.PrimaryLaunch Delegate.run(PrimaryLaunchDelegate.java:196)
at java.lang.Thread.run(Thread.java:595)

Per a couple of posts I found on Google, I've trimmed back the class filter
to about 120 of those 2500 classes. However, the error persists.

App being profile runs and debugs just fine.

Any thoughts?

Thanks.

-=< tom >=-
Re: TPTP 4.4 profiling timeout on launch [message #102919 is a reply to message #102906] Wed, 04 July 2007 07:29 Go to previous messageGo to next message
Asaf Yaffe is currently offline Asaf YaffeFriend
Messages: 333
Registered: July 2009
Senior Member
Tom,

Please provide the following information:
1. Exact Eclipse and TPTP versions
2. JVM Version (use java -version)
3. Are you using the Integrated Agent Controller or a standalone AC? If
standalone, which version?
4. O/S version and architecture

Can you successfully profiler a simple "hello world" application?

Thanks,
Asaf

--
Asaf Yaffe
Eclipse TPTP Committer, JVMTI Profiler
Re: TPTP 4.4 profiling timeout on launch [message #103025 is a reply to message #102919] Wed, 04 July 2007 20:09 Go to previous messageGo to next message
Tom Funk is currently offline Tom FunkFriend
Messages: 22
Registered: July 2009
Junior Member
Hi, Asaf,

> 1. Exact Eclipse and TPTP versions
Eclipse 3.3, TPTP 4.4. TPTP is the only plugin currently installed. The
installation went to a new directory and to a new workspace. The project
of interest was imported from an Eclipse 3.2.1 installation.

>2. JVM Version (use java -version)
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)


> 3. Are you using the Integrated Agent Controller or a standalone AC? If
> standalone, which version?
Integrated

> 4. O/S version and architecture
Kubuntu 7.4 32-bit Intel

> Can you successfully profiler a simple "hello world" application?
Yes

I recently worked with Joe on a number of issues with this installation.
If you'd like to see the history to date, please refer to the thread
on this group entitled "Major issues with Eclipse 3.3 and TPTP 4.4."

Thanks for the assist.

-=< tom >=-
Re: TPTP 4.4 profiling timeout on launch [message #103073 is a reply to message #103025] Thu, 05 July 2007 07:37 Go to previous messageGo to next message
Asaf Yaffe is currently offline Asaf YaffeFriend
Messages: 333
Registered: July 2009
Senior Member
Tom,

Do all profiling types (CPU, Heap, Thread) fail on your application, or
just specific ones? Can you please test this? It can help us determine
whether this is a general Agent Controller issue or a timeout specific
to the overhead generated by some of our data collectors.

Have you tried using the standalone Agent Controller?

--
Asaf Yaffe
Eclipse TPTP Committer, JVMTI Profiler
Re: TPTP 4.4 profiling timeout on launch [message #103127 is a reply to message #103073] Thu, 05 July 2007 11:26 Go to previous messageGo to next message
Tom Funk is currently offline Tom FunkFriend
Messages: 22
Registered: July 2009
Junior Member
> Tom,
>
> Do all profiling types (CPU, Heap, Thread) fail on your application, or
> just specific ones? Can you please test this?

I've only tried to profile; I can test the others.

> Have you tried using the standalone Agent Controller?

No, I've only used the IAC.

-=< tom >=-
Re: TPTP 4.4 profiling timeout on launch [message #103142 is a reply to message #103073] Thu, 05 July 2007 11:48 Go to previous messageGo to next message
Tom Funk is currently offline Tom FunkFriend
Messages: 22
Registered: July 2009
Junior Member
> Tom,
>
> Do all profiling types (CPU, Heap, Thread) fail on your application, or
> just specific ones? Can you please test this?

Memory Analysis and Thread Analysis both failed as well.
Re: TPTP 4.4 profiling timeout on launch [message #104149 is a reply to message #103073] Tue, 10 July 2007 18:10 Go to previous messageGo to next message
Tom Funk is currently offline Tom FunkFriend
Messages: 22
Registered: July 2009
Junior Member
Hi, Asaf,

> Have you tried using the standalone Agent Controller?

I've answered all of the questions you've asked in this thread, including
this one (I've used only the IAC).

However, since it seems that this thread has died, perhaps I need to
clarify the above question.

Was this question actually a request for me to install and attempt the same
steps using the SAC, or was it the simple yes/no question I assumed it to
be?

Thanks.

-=< tom >=-
Re: TPTP 4.4 profiling timeout on launch [message #104233 is a reply to message #104149] Wed, 11 July 2007 10:03 Go to previous messageGo to next message
Asaf Yaffe is currently offline Asaf YaffeFriend
Messages: 333
Registered: July 2009
Senior Member
Tom Funk wrote:
> Hi, Asaf,
>
>> Have you tried using the standalone Agent Controller?
>
> I've answered all of the questions you've asked in this thread, including
> this one (I've used only the IAC).
>
> However, since it seems that this thread has died, perhaps I need to
> clarify the above question.
>
> Was this question actually a request for me to install and attempt the same
> steps using the SAC, or was it the simple yes/no question I assumed it to
> be?
>
> Thanks.
>
> -=< tom >=-

Well... it was a polite way of asking you to try the standalone AC and
see if you get better results. This can greatly help us in determining
the root-cause of your problem.

Thanks,
Asaf

--
Asaf Yaffe
Eclipse TPTP Committer, JVMTI Profiler
Re: TPTP 4.4 profiling timeout on launch [message #107181 is a reply to message #102906] Thu, 02 August 2007 09:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mauro.molinari.cardinis.com

Tom Funk ha scritto:
> When starting a profile session for TPTP 4.4, for a large-ish app
> (~2500 classes w/lots of Threads), I get the following:
>
> org.eclipse.core.runtime.CoreException
> A time-out occurred while attempting to launch the process
>
> org.eclipse.core.runtime.CoreException: A time-out occurred while attempting to launch the process
> at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUti lity.createCoreException(LauncherUtility.java:123)
> at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUti lity.createCoreException(LauncherUtility.java:131)
> at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TID elegateHelper.handleError(TIDelegateHelper.java:570)
> at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TID elegateHelper.launchProcess(TIDelegateHelper.java:518)
> at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TID elegateHelper.launch(TIDelegateHelper.java:311)
> at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIJ avaLauncherDelegate.launch(TIJavaLauncherDelegate.java:37)
> at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUti lity.delegateInit(LauncherUtility.java:1153)
> at org.eclipse.tptp.trace.ui.provisional.launcher.PrimaryLaunch Delegate.run(PrimaryLaunchDelegate.java:196)
> at java.lang.Thread.run(Thread.java:595)
>
> Per a couple of posts I found on Google, I've trimmed back the class filter
> to about 120 of those 2500 classes. However, the error persists.
>
> App being profile runs and debugs just fine.
>
> Any thoughts?

I have the exact same problem using Windows 2000, Eclipse 3.3, TPTP4.4,
JDK 1.5.0_12.
I hadn't seen your message, so I posted a new one for this problem...
I'm going to try to install a stand-alone agent controller...

Mauro.
Re: TPTP 4.4 profiling timeout on launch [message #107194 is a reply to message #107181] Thu, 02 August 2007 09:57 Go to previous message
Eclipse UserFriend
Originally posted by: mauro.molinari.cardinis.com

By the way, using the default configuration (with IAC), I can't even
profile an Hello World application... :-(

Mauro.
Previous Topic:Agent Controller hell
Next Topic:download site down?
Goto Forum:
  


Current Time: Fri Mar 29 08:50:38 GMT 2024

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

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

Back to the top