Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problem for TPTP remote Profiling webapplication running in solaris ( Problem for TPTP remote Profiling webapplication running in solaris )
Problem for TPTP remote Profiling webapplication running in solaris [message #697159] Fri, 15 July 2011 17:09 Go to next message
Raja  is currently offline Raja Friend
Messages: 4
Registered: July 2011
Junior Member
Hi,
I am trying to profile remove web application running on Solaris machine. i
have installed Agent controller 4.3 as specified in the below link. And
RAserver was started successfully and point port 10002 (verified netstat -an
|grep 1000).
IN my windows eclipse work bench, i opened the "Profile Configuration" Dialog &
configured remote IP & port. when I clicked the Test connection buttton, it was
success. But when i click on profile button i am getting the following error

org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException
Error: Unable to connect to the Agent Controller.Read timed out

IN the work bench log i do see

!ENTRY org.eclipse.hyades.trace.ui 4 4 2011-07-15 11:49:39.835
!MESSAGE Agent Controller is unavailable under port 10002. Make sure that the
service is started and the port number is correct under preferences.
!STACK 1
org.eclipse.core.runtime.CoreException: Agent Controller is unavailable under
port 10002. Make sure that the service is started and the port number is
correct under preferences.
at
org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUtility.createCoreException(LauncherUtility.java:124)
at
org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.connectToAgentController(TIDelegateHelper.java:504)
at
org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.launch(TIDelegateHelper.java:382)
at
org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIJavaLauncherDelegate.launch(TIJavaLauncherDelegate.java:37)
at
org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUtility.delegateInit(LauncherUtility.java:1164)
at
org.eclipse.tptp.trace.ui.provisional.launcher.PrimaryLaunchDelegate.run(PrimaryLaunchDelegate.java:195)
at java.lang.Thread.run(Unknown Source)
Caused by:
org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException:
Error: Unable to connect to the Agent Controller.Read timed out
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)
... 1 more
!SUBENTRY 1 org.eclipse.hyades.trace.ui 4 0 2011-07-15 11:49:39.835
!MESSAGE Agent Controller is unavailable under port 10002. Make sure that the
service is started and the port number is correct under preferences.
!STACK 0
org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException:
Error: Unable to connect to the Agent Controller.Read timed out
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(Unknown Source)



machine details
$ uname -a
SunOS webswdcwlbn21s 5.10 Generic_144488-11 sun4u sparc SUNW,Sun-Fire-15000
$ java -version
java version "1.5.0_24-rev"
Java(TM) Platform, Standard Edition for Business (build 1.5.0_24-rev-b05)
Java HotSpot(TM) Server VM (build 1.5.0_24-rev-b05, mixed mode)

Application running in weblogic 9.2 server


$ netstat -an |grep 1000
169.185.156.103.10002 192.193.32.121.1172 64472 0 49640 0 ESTABLISHED
169.185.156.103.10002 192.193.32.121.1277 64472 0 49640 0 ESTABLISHED
*.10002 *.* 0 0 49152 0 LISTEN
*.10005 *.* 0 0 49152 0 LISTEN
169.185.156.103.10002 192.193.32.121.4895 63492 0 49640 0 ESTABLISHED

Re: Problem for TPTP remote Profiling webapplication running in solaris [message #697200 is a reply to message #697159] Fri, 15 July 2011 17:43 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
I don't believe anyone is around to support this anymore. You're
probably better off finding a different profiler.


On 15/07/2011 10:10 AM, Raja wrote:
> Hi,
> I am trying to profile remove web application running on Solaris machine. i
> have installed Agent controller 4.3 as specified in the below link. And
> RAserver was started successfully and point port 10002 (verified netstat -an
> |grep 1000).
> IN my windows eclipse work bench, i opened the "Profile Configuration" Dialog&
> configured remote IP& port. when I clicked the Test connection buttton, it was
> success. But when i click on profile button i am getting the following error
>
> org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException
> Error: Unable to connect to the Agent Controller.Read timed out
>
> IN the work bench log i do see
>
> !ENTRY org.eclipse.hyades.trace.ui 4 4 2011-07-15 11:49:39.835
> !MESSAGE Agent Controller is unavailable under port 10002. Make sure that the
> service is started and the port number is correct under preferences.
> !STACK 1
> org.eclipse.core.runtime.CoreException: Agent Controller is unavailable under
> port 10002. Make sure that the service is started and the port number is
> correct under preferences.
> at
> org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUtility.createCoreException(LauncherUtility.java:124)
> at
> org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.connectToAgentController(TIDelegateHelper.java:504)
> at
> org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.launch(TIDelegateHelper.java:382)
> at
> org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIJavaLauncherDelegate.launch(TIJavaLauncherDelegate.java:37)
> at
> org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUtility.delegateInit(LauncherUtility.java:1164)
> at
> org.eclipse.tptp.trace.ui.provisional.launcher.PrimaryLaunchDelegate.run(PrimaryLaunchDelegate.java:195)
> at java.lang.Thread.run(Unknown Source)
> Caused by:
> org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException:
> Error: Unable to connect to the Agent Controller.Read timed out
> 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)
> ... 1 more
> !SUBENTRY 1 org.eclipse.hyades.trace.ui 4 0 2011-07-15 11:49:39.835
> !MESSAGE Agent Controller is unavailable under port 10002. Make sure that the
> service is started and the port number is correct under preferences.
> !STACK 0
> org.eclipse.tptp.platform.execution.exceptions.AgentControllerUnavailableException:
> Error: Unable to connect to the Agent Controller.Read timed out
> 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(Unknown Source)
>
>
>
> machine details
> $ uname -a
> SunOS webswdcwlbn21s 5.10 Generic_144488-11 sun4u sparc SUNW,Sun-Fire-15000
> $ java -version
> java version "1.5.0_24-rev"
> Java(TM) Platform, Standard Edition for Business (build 1.5.0_24-rev-b05)
> Java HotSpot(TM) Server VM (build 1.5.0_24-rev-b05, mixed mode)
>
> Application running in weblogic 9.2 server
>
>
> $ netstat -an |grep 1000
> 169.185.156.103.10002 192.193.32.121.1172 64472 0 49640 0 ESTABLISHED
> 169.185.156.103.10002 192.193.32.121.1277 64472 0 49640 0 ESTABLISHED
> *.10002 *.* 0 0 49152 0 LISTEN
> *.10005 *.* 0 0 49152 0 LISTEN
> 169.185.156.103.10002 192.193.32.121.4895 63492 0 49640 0 ESTABLISHED
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Problem for TPTP remote Profiling webapplication running in solaris [message #697210 is a reply to message #697200] Fri, 15 July 2011 19:34 Go to previous messageGo to next message
Raja  is currently offline Raja Friend
Messages: 4
Registered: July 2011
Junior Member
Ed,
Thanks for the prompt response,
I don't see the latest TPTP Agent controller(4.7.2) for Solaris, the only latest version i was seeing is 4.3, so i ended up setting that.
Are you please help to get the latest (4.7.2) Agent controller for solaris machine, so that i can try to setup.
If not can you pls throw some light on some other profiler for remote weblogic application running on solaris machine.

Really Appreciate the help.
Re: Problem for TPTP remote Profiling webapplication running in solaris [message #697217 is a reply to message #697210] Fri, 15 July 2011 19:51 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Raja,

TPTP is pretty much a dead project at this point. No one is there to
support or maintain it (least not the profiler) nor to release new
versions. Likely Google is your best friend when it comes to finding
alternative profiling tools. I certainly don't have the answer and this
newsgroup isn't really the appropriate place to ask for ones (though
perhaps someone else will help anyway).


On 15/07/2011 12:34 PM, Raja wrote:
> Ed,
> Thanks for the prompt response,
> I don't see the latest TPTP Agent controller(4.7.2) for Solaris, the
> only latest version i was seeing is 4.3, so i ended up setting that.
> Are you please help to get the latest (4.7.2) Agent controller for
> solaris machine, so that i can try to setup.
> If not can you pls throw some light on some other profiler for remote
> weblogic application running on solaris machine.
>
> Really Appreciate the help.
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Problem for TPTP remote Profiling webapplication running in solaris [message #697218 is a reply to message #697217] Fri, 15 July 2011 20:01 Go to previous messageGo to next message
Raja  is currently offline Raja Friend
Messages: 4
Registered: July 2011
Junior Member
Ok thank you for the guidance
Re: Problem for TPTP remote Profiling webapplication running in solaris [message #697439 is a reply to message #697218] Sat, 16 July 2011 18:49 Go to previous messageGo to next message
Torsten Stolpmann is currently offline Torsten StolpmannFriend
Messages: 37
Registered: July 2009
Member
Raja,

did you follow the instructions found here (Especially the part about adding the -XrunpiAgent)?

http://dev.eclipse.org/mhonarc/lists/tptp-tracing-profiling-tools-dev/msg00521.html

Development for the Agent Controller for Solaris has been dropped with the TPTP 4.4 release, so there is definitly no later version than the one from TPTP 4.3 available.

Please use the TPTP mailinglist for any further TPTP related questions as I am usually not monitoring this group.

Hope this helps,

Torsten


Re: Problem for TPTP remote Profiling webapplication running in solaris [message #701191 is a reply to message #697439] Sun, 24 July 2011 19:37 Go to previous message
Raja  is currently offline Raja Friend
Messages: 4
Registered: July 2011
Junior Member
All thanks for the details.
At last i found the problem, piAgent.so given in the TPTP Agent Controller package is meant for 32 bit JVM not for 64 bit.
It works when we start the JVM in 32 bit mode. it was problem when you start with 64 bit since lib/libpiAgent.so is not for 64 bit.
Previous Topic:Can't load the report query
Next Topic:problem pasting resources from clipboard
Goto Forum:
  


Current Time: Fri Apr 26 14:39:50 GMT 2024

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

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

Back to the top