JPPF, java, parallel computing, distributed computing, grid computing, parallel, distributed, cluster, grid, cloud, open source, android, .net
JPPF

The open source
grid computing
solution

 Home   About   Features   Download   Documentation   On Github   Forums 
June 03, 2023, 05:20:02 PM *
Welcome,
Please login or register.

Login with username, password and session length
Advanced search  
News: New users, please read this message. Thank you!
  Home Help Search Login Register  
Pages: [1]   Go Down

Author Topic: Problem with Driver ( Server )  (Read 4528 times)

amirofy2002

  • JPPF Padawan
  • *
  • Posts: 2
Problem with Driver ( Server )
« on: September 29, 2008, 07:14:49 PM »

Hi

I'm a beginner with JPPF
at first i want run Driver on a Node
in this node I installed Ant,  PovRay, JDK 1.6
and set ANT_Home

my OS is Windows XP

at first i download server package from site and unzip it
C:\JPPF\JPPF-Driver

when in command prompt  i type ant run.driver
these message replied:

Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.6.
0\lib\tools.jar
Buildfile: build.xml

run.driver:
     [echo] starting the JPPF driver
     [java] Error: no `server' JVM at `C:\Program Files\Java\jre1.6.0\bin\server
\jvm.dll'.
     [java] Java Result: 4

BUILD SUCCESSFUL


can any one help me?
thanks
Logged
Amir Mehrabi

lolo

  • Administrator
  • JPPF Council Member
  • *****
  • Posts: 2272
    • JPPF Web site
Problem with Driver ( Server )
« Reply #1 on: September 29, 2008, 07:58:53 PM »

Hello Amir,

I believe the first warning "Unable to locate...." is harmless. It indicates that the version of Java installed on your machine is a JRE, rather than the expected JDK.

To resolve the second error, you will need to remove the following line in the build.xml:
Code: [Select]
<jvmarg value="-server"/>
(in the "run.driver" target)

Can you please try this and let us know if this works?

Thanks for your time,
-Laurent
Logged

amirofy2002

  • JPPF Padawan
  • *
  • Posts: 2
FIXED!
« Reply #2 on: September 30, 2008, 10:08:36 AM »

Hi Laurent

I just set my JDK Path in my system enviroment by:

set path=C:\program files\java\jdk1.6.0\bin;%path%

then every thing has been OK.


tnx for your reply
Logged
Amir Mehrabi
Pages: [1]   Go Up
 
JPPF Powered by SMF 2.0 RC5 | SMF © 2006–2011, Simple Machines LLC Get JPPF at SourceForge.net. Fast, secure and Free Open Source software downloads