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.platform.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-dev
> 
> 

-- 
View this message in context: 
http://www.nabble.com/java.lang.NoClassDefFoundError-for-org.eclipse.hyades.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-dev

Reply via email to