Hi Guys,

It doesn't make any sense to me either:

[x10@x10-us1 ~]# uname -a
Linux x10-us1 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

[x10@x10-us1 ~]$ set | grep JAVA_HOME
JAVA_HOME=/usr/java/jdk1.7.0_45

[x10@x10-us1 ~]$ $JAVA_HOME/bin/java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

[x10@x10-us1 ~]$ cd workspace/

[x10@x10-us1 workspace]$ x10c HelloWholeWorld.x10

[x10@x10-us1 workspace]$ x10 -v HelloWholeWorld
/usr/java/jdk1.7.0_45/bin/java -ea -Djava.library.path=/data/x10/x10/lib 
-Djava.class.path=.:/data/x10/x10/stdlib/x10.jar:/data/x10/x10/lib/commons-math3-3.2.jar:/data/x10/x10/lib/commons-logging-1.1.3.jar
 HelloWholeWorld$$Main


I understand that it works on RHEL 6.4, but is that testing CentOS? Library 
patch version can be different between the two distributions can't they? 

It doesn't work for me on CentOS 6.4 with Java 1.6.0_45, 1.7.0_40. 1.7.0_45 
prebuilt, or building from source.

I'm going to try a number of different combinations of CentOS/OracleJVM until I 
can get 2.4 working and will report back.

Thanks,

Jason


On 01/11/2013, at 4:08 AM, Mikio Takeuchi <mikio.takeu...@gmail.com> wrote:

> I've just confirmed that HelloWholeWorld works with current X10 trunk 
> (r26730) and Oracle Java 1.7.0_45 on Red Hat Enterprise Linux Server release 
> 6.4. 
> 
> -- Mikio
> 
> 
> 
> 2013/10/31 David P Grove <gro...@us.ibm.com>
> "Jason Separovic" <jseparo...@nexoss.com.au> wrote on 10/31/2013 06:52:38 AM:
> >
> 
> 
> > Are there any known issues with version 2.4 on CentOS-6.4-x86_64 ?
> >
> 
> The prebuilt x86_64 X10 was built on a RHEL 6.4 system, so it should "just 
> work."  Does native X10 work ok?
> 
> One possibility is that you are using a 32bit JVM and it is failing to load 
> the 64bit libx10rt_sockets.so that was part of the build. (Managed X10 uses 
> this via JNI).
> 
> --dave
> 
> 
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users
> 
> 
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk_______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to