i have done that but now i am facing an issue with the java version, i have jdk 1.5 installed and the SetConfig.sh file throws the following error. Which is a suitable java version that supports JAXP
'ERROR: The Java Runtime in use does not contain a suitable JAXP feature' 'RESOLUTION: Use a JRE which supports the JAXP feature' On Feb 4, 2008 5:42 PM, Polevic, Stanislav V <[EMAIL PROTECTED]> wrote: > That's it. > > You need to install this version of libstdc++ or you can do a simple > 'hack' by making soft link named > eclipse/plugins/org.eclipse.tptp.platform.ac.linux_<version>/agent_controller/lib/ > libstdc++-libc6.2-2.so.3 -> /usr/lib/your version of stdc++ library. > > > > > ------------------------------ > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Sheldon > Dsouza > *Sent:* Monday, February 04, 2008 2:54 PM > > *To:* TPTP Tracing and Profiling Tools Project developer discussions > *Subject:* Re: [tptp-tracing-profiling-tools-dev] unable to start profile > > > > i am getting the following error > ACServer: error while loading shared libraries: libstdc++-libc6.2-2.so.3: > cannot open shared object file: No such file or directory > ACServer failed to start. > > Regards, > Sheldon > > On Feb 4, 2008 4:16 PM, Polevic, Stanislav V < > [EMAIL PROTECTED]> wrote: > > Hi Sheldon, > > > > Could you please go to the > eclipse\plugins\org.eclipse.tptp.platform.ac.linux_<version>\agent_controller\bin > directory and try to start ./ACStart.sh manually. > > > > > ------------------------------ > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Sheldon > Dsouza > *Sent:* Saturday, February 02, 2008 11:51 AM > > > *To:* TPTP Tracing and Profiling Tools Project developer discussions > *Subject:* Re: [tptp-tracing-profiling-tools-dev] unable to start profile > > > > i have installed the 4.4.0.3 and i get the following error > > i have attached the screenshot > > do i have to install the agent controller separately > > On Feb 1, 2008 10:11 PM, Alexeev, Alexander N < > [EMAIL PROTECTED]> wrote: > > Hi, Sheldon > > > > Seems that last builds of TPTP 4.4.1 may have problems with AC on Linux. > > Could you try other versions (4.4.0.3 or 4.5M4)? > > If problem repeats could you turn debug mode for AC and send log. > > To do it you should in file > > > eclipse\plugins\org.eclipse.tptp.platform.ac.linux_<version>\agent_controller\config\serviceconfig.xml > > line <Logging directory="%TPTP_AC_HOME%\config" format="CBE" > level="INFORMATION"/> > > change to <Logging directory="%TPTP_AC_HOME%\config" format="CBE" > level="DEBUG"/> > > Log will be saved in same directory as configuration file with name > servicelog.log > > > > Alex. > > > ------------------------------ > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Sheldon > Dsouza > *Sent:* Friday, February 01, 2008 7:23 PM > > > *To:* TPTP Tracing and Profiling Tools Project developer discussions > *Subject:* Re: [tptp-tracing-profiling-tools-dev] unable to start profile > > > > Hi Stanislav, > > I have followed the steps, and the ACServer process is present in memory, > i am trying to profile and Eclipse App which contains some plugins which i > have written. > > But after 33% of the profile is over i get an error Cannot connect to > ACServer on port 10002 is this because the server is crashing in the middle > of the profile launch. > > Regards, > Sheldon > > On Feb 1, 2008 5:14 PM, Polevic, Stanislav V < > [EMAIL PROTECTED]> wrote: > > Hi Sheldon, > > > > Please, follow Harm's guidelines to ensure IAC has been started. > > > > Also, could you tell me what type of application do you profile – Eclipse > App, External Java app, Java app etc? > > Unfortunately, IAC does not start automatically when you invoke certain > types of apps. > > > > Basically, if something goes wrong you need to ensure IAC is running by > typing 'ps aux | grep ACServer'. > > If it is there and you still cannot connect – kill ACServer and retry > 'Test Connection'... > > > > If it still fails, go to Profile Configurations, create new Java > application or use existing one, if any, then, go to Monitor tab and wait > till it gathers available agents. > > If you see two nodes – 'Java Profiling – JRE 1.5 or newer' and 'Java > Profiling – JRE 1.4 or newer' – that means IAC failed to start again cause > it was unable to determine correct Java version, otherwise you would see > only one node. > > You can also select one of nodes (i.e. JRE 1.5 or newer) and press 'Test > Availability'. > > > > Hopefully this will help. > > > ------------------------------ > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Sheldon > Dsouza > *Sent:* Thursday, January 31, 2008 8:40 PM > > > *To:* TPTP Tracing and Profiling Tools Project developer discussions > *Subject:* Re: [tptp-tracing-profiling-tools-dev] unable to start profile > > > > No i have a Pentium D > > Regards, > Sheldon > > On Jan 31, 2008 10:58 PM, Polevic, Stanislav V < > [EMAIL PROTECTED]> wrote: > > Hi, > > Do you have an AMD64 box? > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of > Vladimir Bodnartchouk > Sent: Tuesday, January 29, 2008 7:00 PM > To: TPTP Tracing and Profiling Tools Project developer discussions > > Subject: Re: [tptp-tracing-profiling-tools-dev] unable to start profile > > Hello, > > I think i have the same issue. When i hit the testAvailability button, > i've got the following exception : > Error: Unable to connect to the Agent Controller.Connexion refused > > And in the eclipse logs : > eclipse.buildId=M20071023-1652 > java.version=1.5.0_14 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=fr_FR > Command-line arguments: -os linux -ws gtk -arch x86_64 -clean -consoleLog > > !ENTRY org.eclipse.tptp.platform.iac.administrator 4 0 2008-01-29 > 16:47:34.176 > !MESSAGE Platform symbolic name cannot be resolved. System architecture: > 'amd64' and platform: linux > > !ENTRY org.eclipse.tptp.platform.iac.administrator 4 0 2008-01-29 > 16:47:34.177 > !MESSAGE Integrated Agent Controller(IAC) was not found. Make sure you > have IAC installed. > > Meanwhile i have installed the Agent but its not started, i was trying > to profile on localhost without starting the agent. > > I have EclipseRCP 3.3.1.1 and all plugins from Help->Software Updates ... > > Harm Sluiman a écrit : > > > > You have hit a bug ;-) > > The integrated agent controller is not starting automatically under > > the covers the first time you use it. > > > > The simple work around is to go into the profiling launch > > configurations and poke the IAC ;-) > > > > To do this: > > In a Java or related perspective select the "Profile" drop down and > > select "Profile Configuration ..." > > Either create a configuration or select the default one that was > > likely already created for you. > > select the "Java Profiling -JRE 1.5 or newer" entry and on the right > > you will see a "Test Availability" button > > Select the test availability button and you should get confirmation > > > > Now things should run fine for you for the length of your workbench > > session. > > Unfortunately, you are likely going to need to give this poke each > > time you start the workbench. > > > > > > > > Thanks for your time. > > ________________ > > Harm Sluiman, > > IBM Distinguished Engineer > > phone:905-413-4032 fax: 4920 cell: 1-647-300-4758 > > mailto:[EMAIL PROTECTED] > > Admin : Queenie Lam [EMAIL PROTECTED] Tie: 313-5864 1-905-413-5864 > > > > > > *"Sheldon Dsouza" <[EMAIL PROTECTED]>* > > Sent by: [EMAIL PROTECTED] > > > > 29/01/2008 09:05 AM > > Please respond to > > TPTP Tracing and Profiling Tools Project developer discussions > > <tptp-tracing-profiling-tools-dev@eclipse.org> > > > > > > > > To > > "TPTP Tracing and Profiling Tools Project developer discussions" > > <tptp-tracing-profiling-tools-dev@eclipse.org> > > cc > > > > Subject > > [tptp-tracing-profiling-tools-dev] unable to start profile > > > > > > > > > > > > > > > > > > > > Hi, > > > > I have installed the following versions of TPTP > > > > TPTP Platform and Tracing/ monitoring tools 4.4.1 > > Eclipse 3.3.1 > > Emf 2.4.0 > > OS linux > > > > According to documentation i do not have to install the Agent > > Controller for profiling on localhost. When i start the profile launch > > i get the following error > > > > org.eclipse.core.runtime.CoreException > > Agent Controller is unavailable under port 1234. Make sure that the > > service is started and the port number is correct under preferences. > > > > > org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException > : > > Error: Unable to connect to the Agent Controller.Connection refused > > at > > > org.eclipse.tptp.platform.execution.client.core.internal.NodeImpl.connect( > NodeImpl.java:128) > > at > > > org.eclipse.tptp.platform.execution.util.internal.AgentControllerFactory$EstablishConnection.run > (AgentControllerFactory.java:126) > > at java.lang.Thread.run(Thread.java:595) > > > > am i missing something in the installation, if i have to used AC which > > one do i use Linux IPF or Linux IA32 > > > > Regards, > > Sheldon > > _______________________________________________ > > 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 > > -------------------------------------------------------------------- > Closed Joint Stock Company Intel A/O > Registered legal address: 125252, Moscow, Russian Federation, > Chapayevsky Per, 14. > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > > > _______________________________________________ > 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 > > > > -------------------------------------------------------------------- > > Closed Joint Stock Company Intel A/O > > Registered legal address: 125252, Moscow, Russian Federation, > > Chapayevsky Per, 14. > > > > This e-mail and any attachments may contain confidential material for > > the sole use of the intended recipient(s). Any review or distribution > > by others is strictly prohibited. If you are not the intended > > recipient, please contact the sender and delete all copies. > > > _______________________________________________ > 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 > > > > -------------------------------------------------------------------- > > Closed Joint Stock Company Intel A/O > > Registered legal address: 125252, Moscow, Russian Federation, > > Chapayevsky Per, 14. > > > > This e-mail and any attachments may contain confidential material for > > the sole use of the intended recipient(s). Any review or distribution > > by others is strictly prohibited. If you are not the intended > > recipient, please contact the sender and delete all copies. > > > _______________________________________________ > 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 > >
_______________________________________________ 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