Hi, 

>>>> - where can I find org.eclipse.tptp.javaprofiler?
This plug-in is supplied with standalone agent controller which is
available on TPTP download page. But it contains set of native libraries
for certain platform, and since PowerPC isn't unsupported you have to
build this set of libraries for PowerPC by yourself. Sources can be
downloaded from TPTP CVS:
dev.eclipse.org:/cvsroot/tptp 
platform/org.eclipse.tptp.platform.jvmti.runtime
it depends from some other plugins
platform/org.eclipse.hyades.probekit
platform/org.eclipse.tptp.platform.agentcontroller


>From downloaded plug-in you can get directory structure, configuration
files and java classes used by profiler.

If you have questions about build process of profiler runtime please
ask.

>>>> - what are the other packages I might need in plugins folder on
target
>>>>box for remote profiling?
None, this plug-in contains all what is required for profiling.

Thanks, 
Alex.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of egordien
Sent: Tuesday, May 13, 2008 3:47 AM
To: tptp-tracing-profiling-tools-dev@eclipse.org
Subject: RE:
[tptp-tracing-profiling-tools-dev]java.lang.NoClassDefFoundErrorfororg.e
clipse.hyades.internal.execution.file.FileServer


Hi,

Sorry for late reply.
1. AC version:
# ./RAStart.sh -v
Starting Agent Controller
4.4.0.0
RAServer failed to star

2. It's a standalone version and what is more it is not supported
platform -
powerPC 32 bit.

3. Yes, I run SetConfig.sh and all settings were default, no problem
detected.
# ./SetConfig.sh
Specify the fully qualified path of "java" (e.g.
/usr/java1.4/jre/bin/java):
 Default>"/usr/java/ibm-java2-ppc-50/jre/bin/java" (Press <ENTER> to
accept
the default value)
 New value>
Network access mode (ALL=allow any host, LOCAL=allow only this host,
CUSTOM=list of hosts):
 Default>"ALL" (Press <ENTER> to accept the default value)
 New value>
Security enabled. (true/false):
 Default>"FALSE" (Press <ENTER> to accept the default value)
 New value>

4. I found in some thread message
http://dev.eclipse.org/newslists/news.eclipse.tptp/msg00142.html
the workaround -  just put in RAStart.sh:
export
CLASSPATH=$CLASSPATH:$RASERVER_HOME/plugins/org.eclipse.hyades.execution
_4.0.0/hexcore.jar
export
CLASSPATH=$CLASSPATH:$RASERVER_HOME/plugins/org.eclipse.hyades.execution
_4.0.0/hexl.jar
export
CLASSPATH=$CLASSPATH:$RASERVER_HOME/plugins/org.eclipse.hyades.execution
_4.0.0/hexr.jar
export
CLASSPATH=$CLASSPATH:$RASERVER_HOME/plugins/org.eclipse.hyades.tptp.plat
form.collection.framework_4.0.0/hcframe.jar

Now I have AgentController running without complains.

5. This AgentController runs on target box and my next step is to
hook-up
javaprofiler so I can do remote profiling.
This is where the next problem starts. To test it I try agent just with
help
option and I get:
The java class is not found:  agentlib:JPIBootLoader=JPIAgent:help
I guess it is because I do not have profiler package in my plugins
folder,
which is now:
# ls  ./plugins/
org.eclipse.hyades.execution_4.0.0  
org.eclipse.hyades.probekit  
org.eclipse.tptp.platform.collection.framework_4.0.0

Now questions - any help is appreciated:
- where can I find org.eclipse.tptp.javaprofiler ?
- what are the other packages I might need in plugins folder on target
box
for remote profiling?

Many thanks,
Evgueni







Alexeev, Alexander N wrote:
> 
> Hi,
> 
> What version of AC (agent controller) do you use? Is it stand alone
> version or part of integrated AC supplied with eclipse TPTP plugins? 
> Did you run SetConfig.sh script to configure AC before start it?
> 
> 
> Source of missed class is contained in org.eclipse.hyades.execution
> plugin (platform directory in tptp CVS repository).
> 
> Compiled version you can find in stand alone agent controller runtime.
> <AC dir>\plugins\org.eclipse.hyades.execution_<verison>\hexl.jar  
> 
> 
> Thanks,
> Alex
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
Behalf
> Of egordien
> Sent: Monday, May 05, 2008 12:06 AM
> To: tptp-tracing-profiling-tools-dev@eclipse.org
> Subject: [tptp-tracing-profiling-tools-dev]
> java.lang.NoClassDefFoundErrorfor
> org.eclipse.hyades.internal.execution.file.FileServer
> 
> 
> Hi All,
> 
> I'm getting the message
> $ ./RAStart.sh 
> 
> Starting Agent Controller
> RAServer started successfully
> $ Exception in thread "Thread-2" java.lang.NoClassDefFoundError:
> org.eclipse.hyades.internal.execution.file.FileServer
> 
> Where can I find missing class?
> 
> Thanks
> Evgueni
> -- 
> View this message in context:
>
http://www.nabble.com/java.lang.NoClassDefFoundError-for-org.eclipse.hya
> des.internal.execution.file.FileServer-tp17050724p17050724.html
> Sent from the Eclipse - Tracing and Profiling Tools - Dev mailing list
> archive at Nabble.com.
> 
> _______________________________________________
> tptp-tracing-profiling-tools-dev mailing list
> tptp-tracing-profiling-tools-dev@eclipse.org
>
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-de
> v
> 
> --------------------------------------------------------------------
> Closed Joint Stock Company Intel A/O
> Registered legal address: Krylatsky Hills Business Park, 
> 17 Krylatskaya Str., Bldg 4, Moscow 121614, 
> Russian Federation
> 
> 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-de
v
> 
> 

-- 
View this message in context:
http://www.nabble.com/java.lang.NoClassDefFoundError-for-org.eclipse.hya
des.internal.execution.file.FileServer-tp17050724p17195912.html
Sent from the Eclipse - Tracing and Profiling Tools - Dev mailing list
archive at Nabble.com.

_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-de
v

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park, 
17 Krylatskaya Str., Bldg 4, Moscow 121614, 
Russian Federation

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

Reply via email to