[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tptp] Re: TPTP profiling with IAC showing errors
|
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\org.eclipse.tptp.platform.jvmti.runtime_4.5.0.v2009xxxxx\agent_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@xxxxxxxxxxx> wrote in message
news:d3b97aa9ad38b1cc8a165b7bf23067ce$1@xxxxxxxxxxxxxxxxxx
> 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
>