[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] running java job on windows Vista



In windows XP i've used c:\progra~1\java\....\java.exe in java path and leave -Xmx thing unchaged and it worked well. but in vista im unable to do run job successfully.
By the way thanks for ur help.

On Dec 17, 2007 2:22 PM, Ian Cottam <ian.cottam@xxxxxxxxxxxxxxxx> wrote:
Might be a Vista thing, which I'm not used to I'm afraid.
-Ian


Saeed Akhtar wrote:
> yes, i've done the Xmx thing and restarted computer. also condor_status
> -java shows the machine. But still its not working.
>
> On Dec 14, 2007 11:07 PM, Ian Cottam < ian.cottam@xxxxxxxxxxxxxxxx
> <mailto:ian.cottam@xxxxxxxxxxxxxxxx>> wrote:
>
>     I'm not sure what you have done so far is ok: it may be. The previous
>     advice was correct.
>     Did you also delete the -Xmx argument from condor_config (a few lines
>     down from JAVA= ...) and reboot/restart the Windows machines?
>     -Ian
>
>
>     Saeed Akhtar wrote:
>      > hi
>      >     i've changed the java path only to java.exe. because of the path
>      > java was enabled and when i ask condor_starter.exe -classadd, it
>     shows
>      > HasJava = true. also condor_status -java shows the pc. Now still
>     when i
>      > run a java job. it goes to running state and come backs to idle
>     state.
>      > The starterLog for the job is:
>      >
>      > 12/14 17:04:22 ******************************************************
>      > 12/14 17:04:22 ** condor_starter (CONDOR_STARTER) STARTING UP
>      > 12/14 17:04:22 ** C:\condor\bin\condor_starter.exe
>      > 12/14 17:04:22 ** $CondorVersion: 6.8.6 Nov  2 2007 $
>      > 12/14 17:04:22 ** $CondorPlatform: INTEL-WINNT50 $
>      > 12/14 17:04:22 ** PID = 3560
>      > 12/14 17:04:22 ** Log last touched 12/14 17:04:20
>      > 12/14 17:04:22 ******************************************************
>      > 12/14 17:04:22 Using config source: C:\condor\condor_config
>      > 12/14 17:04:22 Using local config sources:
>      > 12/14 17:04:22    C:\condor/condor_config.local
>      > 12/14 17:04:22 DaemonCore: Command Socket at <
>     192.168.5.103:51672 <http://192.168.5.103:51672>
>      > < http://192.168.5.103:51672 >>
>      > 12/14 17:04:22 Setting resource limits not implemented!
>      > 12/14 17:04:22 Communicating with shadow < 192.168.5.103:51670
>     <http://192.168.5.103:51670>
>      > <http://192.168.5.103:51670>>
>      > 12/14 17:04:22 Submitting machine is "shery1-PC"
>      > 12/14 17:04:22 Initialized IO Proxy.
>      > 12/14 17:04:22 File transfer completed successfully.
>      > 12/14 17:04:23 Starting a JAVA universe job with ID: 66.0
>      > 12/14 17:04:23 JavaProc: Cmd=JAVA.EXE
>      > 12/14 17:04:23 JavaProc: Args=-classpath
>      > C:\condor/lib;C:\condor/lib/scimark2lib.jar;. -Xmx1024m -
>      > Dchirp.config=C:\condor\execute\dir_3560\chirp.config
>     CondorJavaWrapper
>      > C:\condor\execute\dir_3560\jvm.start
>     C:\condor\execute\dir_3560\jvm.end q1
>      > 12/14 17:04:23 IWD: C:\condor/execute\dir_3560
>      > 12/14 17:04:23 Output file: C:\condor/execute\dir_3560\file.out
>      > 12/14 17:04:23 Error file: C:\condor/execute\dir_3560\file.err
>      > 12/14 17:04:23 Renice expr "10" evaluated to 10
>      > 12/14 17:04:23 About to exec C:\condor/execute\dir_3560\JAVA.EXE
>      > -classpath  C:\condor/lib;C:\condor/lib/scimark2lib.jar;. -Xmx1024m -
>      > Dchirp.config=C:\condor\execute\dir_3560\chirp.config
>     CondorJavaWrapper
>      > C:\condor\execute\dir_3560\jvm.start
>     C:\condor\execute\dir_3560\jvm.end q1
>      >
>      > can any one help me out, why this execution stops. Also in job
>     log file
>      > it says that transfer of files is successful and it starts to run
>     but
>      > suddenly it stop saying connection lost. even its running on same pc
>      > (even central manager).
>      >
>      > thanks in advance
>      >
>      > On Dec 13, 2007 7:13 AM, Ben Burnett < burnett@xxxxxxxxxxx
>     <mailto:burnett@xxxxxxxxxxx>
>      > <mailto:burnett@xxxxxxxxxxx <mailto:burnett@xxxxxxxxxxx>>> wrote:
>      >
>      >     Hi Saeed:
>      >
>      >
>      >
>      >     Try using the short version of the path with no quotes ( I.e.
>      >     C:\PROGRA~1\JAVA\JDK16~1.0_0\BIN\JAVA.EXE), or moving the java
>      >     distribution to a location with no spaces.
>      >
>      >
>      >
>      >     -B
>      >
>      >
>      >
>      >     *From:* condor-users-bounces@xxxxxxxxxxx
>     <mailto:condor-users-bounces@xxxxxxxxxxx>
>      >     <mailto: condor-users-bounces@xxxxxxxxxxx
>     <mailto:condor-users-bounces@xxxxxxxxxxx>>
>      >     [mailto: condor-users-bounces@xxxxxxxxxxx
>     <mailto:condor-users-bounces@xxxxxxxxxxx>
>      >     <mailto:condor-users-bounces@xxxxxxxxxxx
>     <mailto:condor-users-bounces@xxxxxxxxxxx>>] *On Behalf Of *Saeed Akhtar
>      >     *Sent:* Thursday, December 13, 2007 7:34 AM
>      >     *To:* condor-users@xxxxxxxxxxx
>     <mailto:condor-users@xxxxxxxxxxx> <mailto: condor-users@xxxxxxxxxxx
>     <mailto:condor-users@xxxxxxxxxxx>>
>      >     *Subject:* [Condor-users] running java job on windows Vista
>      >
>      >
>      >
>      >     hy,
>      >     i am running a job in java environment. the job runs for the
>     first
>      >     few secnds and then it becomes idle.
>      >     i cheked the starter log and here is wat it says
>      >
>      >
>      >     12/13 06:28:31 ShutdownFast all jobs.
>      >     12/13 06:28:34
>     ******************************************************
>      >     12/13 06:28:34 ** condor_starter (CONDOR_STARTER) STARTING UP
>      >     12/13 06:28:34 ** C:\condor\bin\condor_starter.exe
>      >     12/13 06:28:34 ** $CondorVersion: 6.8.6 Nov  2 2007 $
>      >     12/13 06:28:34 ** $CondorPlatform: INTEL-WINNT50 $
>      >     12/13 06:28:34 ** PID = 312
>      >     12/13 06:28:34 ** Log last touched 12/13 06:28:31
>      >     12/13 06:28:34
>     ******************************************************
>      >     12/13 06:28:34 Using config source: C:\condor\condor_config
>      >     12/13 06:28:34 Using local config sources:
>      >     12/13 06:28:34    C:\condor/condor_config.local
>      >     12/13 06:28:34 DaemonCore: Command Socket at
>     <192.168.5.103:50862 <http://192.168.5.103:50862 >
>      >     < http://192.168.5.103:50862>>
>      >     12/13 06:28:34 Setting resource limits not implemented!
>      >     12/13 06:28:34 Communicating with shadow <
>     192.168.5.103:50860 <http://192.168.5.103:50860>
>      >     < http://192.168.5.103:50860>>
>      >     12/13 06:28:34 Submitting machine is "shery1-PC"
>      >     12/13 06:28:34 Initialized IO Proxy.
>      >     12/13 06:28:34 File transfer completed successfully.
>      >     12/13 06:28:35 Starting a JAVA universe job with ID: 39.0
>      >     12/13 06:28:35 JavaProc: Cmd="C:\Program
>      >     Files\Java\jdk1.6.0_03\bin\java.exe"
>      >     12/13 06:28:35 JavaProc: Args=-classpath
>      >     C:\condor/lib;C:\condor/lib/scimark2lib.jar;. -Xmx1024m -
>      >     Dchirp.config=C:\condor\execute\dir_312\chirp.config
>      >     CondorJavaWrapper C:\condor\execute\dir_312\jvm.start
>      >     C:\condor\execute\dir_312\jvm.end q1
>      >     12/13 06:28:35 IWD: C:\condor/execute\dir_312
>      >     12/13 06:28:35 Output file: C:\condor/execute\dir_312\file.out
>      >     12/13 06:28:35 Error file: C:\condor/execute\dir_312\file.err
>      >     12/13 06:28:36 Renice expr "10" evaluated to 10
>      >     12/13 06:28:36 About to exec
>     C:\condor/execute\dir_312\"C:\Program
>      >     Files\Java\jdk1.6.0_03\bin\java.exe" -classpath
>      >     C:\condor/lib;C:\condor/lib/scimark2lib.jar;. -Xmx1024m -
>      >     Dchirp.config=C:\condor\execute\dir_312\chirp.config
>      >     CondorJavaWrapper C:\condor\execute\dir_312\jvm.start
>      >     C:\condor\execute\dir_312\jvm.end q1
>      >     *12/13 06:28:36 ERROR: C:\condor/execute\dir_312\"C:\Program
>      >     Files\Java\jdk1.6.0_03\bin\java.exe" is not a valid Windows
>     executable *
>      >     12/13 06:28:36 ERROR
>      >     "Create_Process(C:\condor/execute\dir_312\"C:\Program
>      >     Files\Java\jdk1.6.0_03\bin\java.exe",-classpath
>      >     C:\condor/lib;C:\condor/lib/scimark2lib.jar;. -Xmx1024m
>      >     -Dchirp.config=C:\condor\execute\dir_312\chirp.config
>      >     CondorJavaWrapper C:\condor\execute\dir_312\jvm.start
>      >     C:\condor\execute\dir_312\jvm.end q1, ...) failed" at line
>     393 in
>      >     file ..\src\condor_starter.V6.1\os_proc.C
>      >     12/13 06:28:36 ShutdownFast all jobs.
>      >
>      >     can anyone tell me why is it appending
>     *C:\condor/execute\dir_312\
>      >     *before the java.exe path*
>      >     ????????*
>      >
>      >
>      >     _______________________________________________
>      >     Condor-users mailing list
>      >     To unsubscribe, send a message to
>     condor-users-request@xxxxxxxxxxx
>     <mailto:condor-users-request@xxxxxxxxxxx>
>      >     <mailto: condor-users-request@xxxxxxxxxxx
>     <mailto:condor-users-request@xxxxxxxxxxx>> with a
>      >     subject: Unsubscribe
>      >     You can also unsubscribe by visiting
>      >     https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>      >
>      >     The archives can be found at:
>      >     https://lists.cs.wisc.edu/archive/condor-users/
>      >
>      >
>      >
>      >
>     ------------------------------------------------------------------------
>
>      >
>      > _______________________________________________
>      > Condor-users mailing list
>      > To unsubscribe, send a message to
>     condor-users-request@xxxxxxxxxxx
>     <mailto: condor-users-request@xxxxxxxxxxx> with a
>      > subject: Unsubscribe
>      > You can also unsubscribe by visiting
>      > https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>     <https://lists.cs.wisc.edu/mailman/listinfo/condor-users>
>      >
>      > The archives can be found at:
>      > https://lists.cs.wisc.edu/archive/condor-users/
>
>     --
>     Ian Cottam
>     Information Systems Manager
>     Manchester Interdisciplinary Biocentre
>     The John Garside Building (Room G.002)
>     The University of Manchester
>     www.mib.ac.uk <http://www.mib.ac.uk>
>     e: ian.cottam@xxxxxxxxxxxxxxxx <mailto: ian.cottam@xxxxxxxxxxxxxxxx>
>     t: 0161 306 5198
>     m: 07856 849831
>     http://personalpages.manchester.ac.uk/staff/Ian.Cottam
>
>
>     _______________________________________________
>     Condor-users mailing list
>     To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
>     <mailto:condor-users-request@xxxxxxxxxxx> with a
>     subject: Unsubscribe
>     You can also unsubscribe by visiting
>     https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
>     The archives can be found at:
>     https://lists.cs.wisc.edu/archive/condor-users/
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/

--
Ian Cottam
Information Systems Manager
Manchester Interdisciplinary Biocentre
The John Garside Building (Room G.002)
The University of Manchester
http://www.manchester.ac.uk/mib
e: ian.cottam@xxxxxxxxxxxxxxxx
t: 0161 306 5198
m: 07856 849831
http://personalpages.manchester.ac.uk/staff/Ian.Cottam


_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/