Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP profiling with IAC showing errors
TPTP profiling with IAC showing errors [message #143219] Thu, 16 July 2009 09:37 Go to next message
Gopal is currently offline GopalFriend
Messages: 11
Registered: July 2009
Junior Member
Hi All,

I have installed a Java JDK 6 (version 1.6.0_11) then downloaded the
release build - TPTP 4.6.0(TPTP all-in-one package, Windows).

Steps by steps explanation:

1.Unzip the “tptp.runtime.allInOne.win32.win32.x86-TPTP-4.6.0.zip” and
launched the eclipse.exe.
2.Created the java project and then java class( Carmodel.java)
3.Right click on the Carmodel.java file and then click on the profile.

When I launch the Java application locally for profiling, I got the
following error message:

In Console View:
JVMJ9TI001E Agent library JPIBootLoader could not be opened
(The specified module could not be found. )
JVMJ9VM015W Initialization error for library j9jvmti23(-3): JVMJ9VM009E
J9VMDllMain failed
Could not create the Java virtual machine.


Popup window appear with the message:
'The JVMTI agent org.eclipse.tptp.jvmti is not available. Make sure that
the agent's libraries are available and that it is configured properly.

Can u please tell me why these errors are coming? As I am profiling
locally so I don’t think I need the AC and environment variable setting?
If I do need then can u please explain in detail the setting of
environment variable (where exactly do i need to set the path).

Thanks in advance.

Regards
Gopal
Re: TPTP profiling with IAC showing errors [message #143239 is a reply to message #143219] Thu, 16 July 2009 20:27 Go to previous messageGo to next message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
Hi Gopal,

Is the problem reproducible with other Java application? According to the
error in the console, the Agent Controller (IAC in your case) libraries
cannot be discoverred. It sounds like a corrupted driver or workbench to me.
Can you try verify the libraries exists under
tptp.runtime.allInOne.win32.win32.x86-TPTP\eclipse\plugins\o rg.eclipse.tptp.platform.jvmti.runtime_4.5.0.v2009xxxxx\agen t_files\win_ia32?

If there is no dll files in the folder, try download the all-in-one driver
and unzip another copy.

Eugene

"Gopal " <gopal.pagrut@gemalto.com> wrote in message
news:d3b97aa9ad38b1cc8a165b7bf23067ce$1@www.eclipse.org...
> Hi All,
>
> I have installed a Java JDK 6 (version 1.6.0_11) then downloaded the
> release build - TPTP 4.6.0(TPTP all-in-one package, Windows).
>
> Steps by steps explanation:
>
> 1.Unzip the
Re: TPTP profiling with IAC showing errors [message #143279 is a reply to message #143239] Fri, 17 July 2009 02:08 Go to previous messageGo to next message
Gopal is currently offline GopalFriend
Messages: 11
Registered: July 2009
Junior Member
Hi Eugene,

thanks u for reply.

I have this dll files as below:
D:\Testing data\TPTP
4.6.0\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtim e_4.5.0.v200906121434\agent_files\win_ia32

Its surprising for me that when i downloaded new tptp 4.6.0 on my laptop,
it's working perfectly fine. But with my computer still i am getting same
errors even if i have downloaded new tptp 4.6.0.

Can u please tell me why this is happening?


regard
Gopal
Re: TPTP profiling with IAC showing errors [message #143418 is a reply to message #143279] Thu, 23 July 2009 14:54 Go to previous messageGo to next message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
Does your computer have any old version of TPTP or AC installed that is on
your system path? Old libraries maybe referenced and results the error.

"Gopal " <gopal.pagrut@gemalto.com> wrote in message
news:9645c2e6a6b914ee2c2b8a750961be01$1@www.eclipse.org...
> Hi Eugene,
>
> thanks u for reply.
>
> I have this dll files as below:
> D:\Testing data\TPTP
> 4.6.0\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtim e_4.5.0.v200906121434\agent_files\win_ia32
>
> Its surprising for me that when i downloaded new tptp 4.6.0 on my laptop,
> it's working perfectly fine. But with my computer still i am getting same
> errors even if i have downloaded new tptp 4.6.0.
> Can u please tell me why this is happening?
>
>
> regard
> Gopal
Re: TPTP profiling with IAC showing errors [message #490990 is a reply to message #143418] Mon, 12 October 2009 17:11 Go to previous messageGo to next message
meng  is currently offline meng Friend
Messages: 4
Registered: October 2009
Junior Member
Hi Eugene,
I met the same error, Not sure about the reason.
I dont know how to see is there old version of TPTP on my computer?
Can u give some advice?
If there's old library , how to make new version load?
many thanks.

Eugene Chan wrote on Thu, 23 July 2009 10:54
Does your computer have any old version of TPTP or AC installed that is on
your system path? Old libraries maybe referenced and results the error.

"Gopal " <gopal.pagrut@gemalto.com> wrote in message
news:9645c2e6a6b914ee2c2b8a750961be01$1@www.eclipse.org...
> Hi Eugene,
>
> thanks u for reply.
>
> I have this dll files as below:
> D:\Testing data\TPTP
> 4.6.0\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtim e_4.5.0.v200906121434\agent_files\win_ia32
>
> Its surprising for me that when i downloaded new tptp 4.6.0 on my laptop,
> it's working perfectly fine. But with my computer still i am getting same
> errors even if i have downloaded new tptp 4.6.0.
> Can u please tell me why this is happening?
>
>
> regard
> Gopal

Re: TPTP profiling with IAC showing errors [message #491250 is a reply to message #490990] Tue, 13 October 2009 19:21 Go to previous messageGo to next message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
Meng,

Check the system PATH varilable configured on your machine, try 'echo
%PATH%' in a command line and copy the result here.
If it happens to point to a different library folder, you may see error
launching the profiling agent. To workaround the problem, clean up the PATH
varilable where Agent Controller libraries are referenced.
Are you running any standalone Agent Controller? or simply using the
integrated Agent Controller? Try kill all ACServer.exe, java.exe,
eclipse.exe processes before you start the workbench for profiling again.

Eugene

"meng" <melanlife@gmail.com> wrote in message
news:havo0n$hq6$1@build.eclipse.org...
> Hi Eugene,
> I met the same error, Not sure about the reason.
> I dont know how to see is there old version of TPTP on my computer?
> Can u give some advice?
> If there's old library , how to make new version load?
> many thanks.
>
> Eugene Chan wrote on Thu, 23 July 2009 10:54
>> Does your computer have any old version of TPTP or AC installed that is
>> on your system path? Old libraries maybe referenced and results the
>> error.
>>
>> "Gopal " <gopal.pagrut@gemalto.com> wrote in message
>> news:9645c2e6a6b914ee2c2b8a750961be01$1@www.eclipse.org...
>> > Hi Eugene,
>> >
>> > thanks u for reply.
>> >
>> > I have this dll files as below:
>> > D:\Testing data\TPTP
>> > 4.6.0\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtim
>> > e_4.5.0.v200906121434\agent_files\win_ia32
>> >
>> > Its surprising for me that when i downloaded new tptp 4.6.0 on my
>> > laptop, it's working perfectly fine. But with my computer still i am
>> > getting same errors even if i have downloaded new tptp 4.6.0.
>> > Can u please tell me why this is happening?
>> >
>> >
>> > regard
>> > Gopal
>
>
Re: TPTP profiling with IAC showing errors [message #491296 is a reply to message #491250] Wed, 14 October 2009 03:02 Go to previous message
meng  is currently offline meng Friend
Messages: 4
Registered: October 2009
Junior Member
Eugene,
I installed IAC shipped within TPTP4.5.2 . I checked there arent any libaried in PATH. I also tried a lot of other method s, but still cant fix it. At last , I change to use TPTP-4.5.2.1-200908191232. Everything is oK. So I think maybe it's the problem of TPTP build, But it's werid I can install TPTP4.5.2 in my laptop.
Thanks for your reply.

Eugene Chan wrote on Tue, 13 October 2009 15:21
Meng,

Check the system PATH varilable configured on your machine, try 'echo
%PATH%' in a command line and copy the result here.
If it happens to point to a different library folder, you may see error
launching the profiling agent. To workaround the problem, clean up the PATH
varilable where Agent Controller libraries are referenced.
Are you running any standalone Agent Controller? or simply using the
integrated Agent Controller? Try kill all ACServer.exe, java.exe,
eclipse.exe processes before you start the workbench for profiling again.

Eugene

"meng" <melanlife@gmail.com> wrote in message
news:havo0n$hq6$1@build.eclipse.org...
> Hi Eugene,
> I met the same error, Not sure about the reason.
> I dont know how to see is there old version of TPTP on my computer?
> Can u give some advice?
> If there's old library , how to make new version load?
> many thanks.
>
> Eugene Chan wrote on Thu, 23 July 2009 10:54
>> Does your computer have any old version of TPTP or AC installed that is
>> on your system path? Old libraries maybe referenced and results the
>> error.
>>
>> "Gopal " <gopal.pagrut@gemalto.com> wrote in message
>> news:9645c2e6a6b914ee2c2b8a750961be01$1@www.eclipse.org...
>> > Hi Eugene,
>> >
>> > thanks u for reply.
>> >
>> > I have this dll files as below:
>> > D:\Testing data\TPTP
>> > 4.6.0\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtim
>> > e_4.5.0.v200906121434\agent_files\win_ia32
>> >
>> > Its surprising for me that when i downloaded new tptp 4.6.0 on my
>> > laptop, it's working perfectly fine. But with my computer still i am
>> > getting same errors even if i have downloaded new tptp 4.6.0.
>> > Can u please tell me why this is happening?
>> >
>> >
>> > regard
>> > Gopal
>
>

Previous Topic:Common Base Event no longer supported in TPTP profiling?
Next Topic:Profiling Glassfish with TPTP
Goto Forum:
  


Current Time: Fri Apr 26 18:49:01 GMT 2024

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

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

Back to the top