Re: Mobicents SS7 Installation Error

993 views
Skip to first unread message

yulian_o

unread,
Jul 3, 2012, 9:58:18 AM7/3/12
to mobicent...@googlegroups.com
Hello
Java 1.7 is required to run sgw.
Best regards
Yulian Oifa

Gopal

unread,
Jul 4, 2012, 2:56:56 AM7/4/12
to mobicent...@googlegroups.com
Thank you, after installing i am able to start the mobicents service,
12:24:33,127 INFO  [ShellExecutor] ShellExecutor listening at /127.0.0.1:3436
12:24:33,162 INFO  [MainDeployer] [[[[[[[[[ Mobicents Signaling Gateway: release.version=2.0.0.BETA1 Started ]]]]]]]]]


and now through shell command line i am trying to setup ss7 by execting sh ss7-run.sh but i am facing error here,

[root@localhost shell]# sh ss7-run.sh 
=========================================================================

  Mobicents SS7 Management Shell Bootstrap Environment

  SHELL_HOME: /usr/src/mobicents/ss7/mobicents-sgw

  JAVA: /usr/java/jdk1.7.0_05//bin/java

  JAVA_OPTS: -Dprogram.name=ss7-run.sh -server  -Djava.net.preferIPv4Stack=true -Xms64m -Xmx64m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

  CLASSPATH: /usr/src/mobicents/ss7/mobicents-sgw/bin/mobicents-ss7-shell.jar

=========================================================================

Exception in thread "main" java.lang.NoClassDefFoundError: javolution/util/FastCollection$Record
        at org.mobicents.ss7.management.console.ConsoleListenerImpl.<init>(ConsoleListenerImpl.java:52)
        at org.mobicents.ss7.management.console.Shell.<init>(Shell.java:68)
        at org.mobicents.ss7.management.console.Shell.main(Shell.java:73)
Caused by: java.lang.ClassNotFoundException: javolution.util.FastCollection$Record
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 3 more
[root@localhost shell]# 

even i tried manually copying library files from mobicents-ss7-service/lib, but still the error is there.

Regards.

yulian_o

unread,
Jul 4, 2012, 2:59:35 AM7/4/12
to mobicent...@googlegroups.com
Under bin folder of shell create lib folder.
Put in it http://download.java.net/maven/2/javolution/javolution/5.5.1/javolution-5.5.1.jar
run the ss7-run.sh once again.

Best regards
Yulian Oifa

Gopal

unread,
Jul 4, 2012, 4:35:49 AM7/4/12
to mobicent...@googlegroups.com
still same error,

[root@localhost shell]# sh ss7-run.sh 
=========================================================================

  Mobicents SS7 Management Shell Bootstrap Environment

  SHELL_HOME: /usr/src/mobicents/ss7/mobicents-sgw

  JAVA: /usr/java/jdk1.7.0_05//bin/java

  JAVA_OPTS: -Dprogram.name=ss7-run.sh -server  -Djava.net.preferIPv4Stack=true -Xms64m -Xmx64m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

  CLASSPATH: /usr/src/mobicents/ss7/mobicents-sgw/bin/mobicents-ss7-shell.jar

=========================================================================

Exception in thread "main" java.lang.NoClassDefFoundError: javolution/util/FastCollection$Record
        at org.mobicents.ss7.management.console.ConsoleListenerImpl.<init>(ConsoleListenerImpl.java:52)
        at org.mobicents.ss7.management.console.Shell.<init>(Shell.java:68)
        at org.mobicents.ss7.management.console.Shell.main(Shell.java:73)
Caused by: java.lang.ClassNotFoundException: javolution.util.FastCollection$Record
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 3 more
[root@localhost shell]# 



Gopal

unread,
Jul 4, 2012, 4:37:39 AM7/4/12
to mobicent...@googlegroups.com
Actually there is no bin folder in shell directory, i created bin directory inside that i created lib and then download the  javolution-5.5.1.jar as you suggested. still the error is same. 

yulian_o

unread,
Jul 4, 2012, 5:04:01 AM7/4/12
to mobicent...@googlegroups.com
Hello
There is bin folder see CLASSPATH: /usr/src/mobicents/ss7/mobicents-sgw/bin/mobicents-ss7-shell.jar

that means that mobicents-ss7-shell.jar is in bin folder.under this folder create lib folder and but javolution jar into it

Best regards
Yulian

Gopal

unread,
Jul 4, 2012, 5:05:00 AM7/4/12
to mobicent...@googlegroups.com
May be dahdi has to be installed? or dahdi hardware to be present? 

Regards, 

Gopal

unread,
Jul 4, 2012, 5:21:26 AM7/4/12
to mobicent...@googlegroups.com
Yes after copying to the proper lib folder now i get the mobicents> CLI prompt, from there if i type ss7 connect its giving connection refused. 

I have started the ss7 simulator and it is waiting for the commands. I tried both the simulator and signal gateway as a service. in both I am resulted to connection refused. 

Regards,
s

yulian_o

unread,
Jul 4, 2012, 5:38:19 AM7/4/12
to mobicent...@googlegroups.com
Hello
With sgw run
ss7 connect 127.0.0.1 3436 in management before executing any other command

Mobicents SS7: release.version=2.0.0-SNAPSHOT
This is free software, with components licensed under the GNU General Public License
version 2 and other licenses. For further details visit http://mobicents.org
=========================================================================

mobicents>ss7 connect 127.0.0.1 3436

mobicents(127.0.0.1:3436)>linkset show
linkset5      dahdi    opc=2           apc=1           ni=2    state=AVAILABLE
    link5       span=5   channelId=1   code=1  state=AVAILABLE



Gopal

unread,
Jul 4, 2012, 5:59:40 AM7/4/12
to mobicent...@googlegroups.com
let me check

Gopal

unread,
Jul 4, 2012, 6:03:37 AM7/4/12
to mobicent...@googlegroups.com
yes now i am able to see the linkset status. thank you very much. 

Gopal

unread,
Jul 5, 2012, 4:41:37 AM7/5/12
to mobicent...@googlegroups.com
so now for dial plans i understand that i have to use asterisk. But how about dahdi, that will be integrated with jndi? or i have to install dahdi seperately? 

Regards

yulian_o

unread,
Jul 5, 2012, 4:44:44 AM7/5/12
to mobicent...@googlegroups.com
Hello
what is exactly your goal?

Best regards
Yulian Oifa

Gopal

unread,
Jul 6, 2012, 3:26:48 AM7/6/12
to mobicent...@googlegroups.com
I have a PRI card, I want to test with mobicents SS7. by dialing some calls via SS7 link. 

Regards

yulian_o

unread,
Jul 8, 2012, 2:57:38 AM7/8/12
to mobicent...@googlegroups.com
Hello
On sgw side you should install dahdi
Best regards
Yulian Oifa

Gopal

unread,
Jul 9, 2012, 2:06:08 AM7/9/12
to mobicent...@googlegroups.com
Do I need maven for this? or any binary version is there which can be used?

Regards.

Gopal

unread,
Jul 9, 2012, 3:06:54 AM7/9/12
to mobicent...@googlegroups.com
actually what i had is mobicents-jss7 2.0.0 beta, as we discussed earlier, i started run.sh in mobicents-sgw and from the shell i started ss7-run.sh. Following are the steps,

mobicents>ss7 connect 127.0.0.1 3436

mobicents(127.0.0.1:3436)>linkset create dahdi opc 1 apc 2 ni 0 allosupport
LinkSet successfully added
mobicents(127.0.0.1:3436)>linkset activate allosupport
java.lang.Exception: No Links for this LinkSet are configured
mobicents(127.0.0.1:3436)>linkset link create span 1 code 1 channel 1 allosupport link1
Link successfully added
mobicents(127.0.0.1:3436)>linkset activate allosupport
java.lang.Exception: No Links for this LinkSet are configured
mobicents(127.0.0.1:3436)>linkset link activate allosupport link1
java.lang.UnsatisfiedLinkError: /usr/src/mobicents/ss7/mobicents-sgw/native/libmobicents-dahdi-linux.so: /usr/src/mobicents/ss7/mobicents-sgw/native/libmobicents-dahdi-linux.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
mobicents(127.0.0.1:3436)>

in the above steps while activating the linkset link i am getting the error. 

FYI: I have installed dahdi 2.5.0 driver and I have two port PRI card, where i connected loopback and the link is UP in Asterisk console. 


PRI span 1/0: Provisioned, Up, Active
PRI span 2/0: Provisioned, Up, Active

I hope the error is something related to /usr/src/mobicents/ss7/mobicents-sgw/native/libmobicents-dahdi-linux.so, basically what is the dahdi version compiled with the so file?


Regards,
Gopal. 


yulian_o

unread,
Jul 9, 2012, 3:13:04 AM7/9/12
to mobicent...@googlegroups.com
Hello
It looks like mobicents dahdi you are having is not compiled on same architechture you are using.
Please compile ss7 source with -Pdahdilinux on your server and use libmobicents-dahdi-linux.so from your local compiled copy

Best regards
Yulian Oifa

yulian_o

unread,
Jul 9, 2012, 3:17:25 AM7/9/12
to mobicent...@googlegroups.com
Hello
You can also check your java version.
See http://stackoverflow.com/questions/6172105/wrong-elf-class-elfclass32
for more details

Best regards
Yulian Oifa

Gopal

unread,
Jul 9, 2012, 5:36:11 AM7/9/12
to mobicent...@googlegroups.com
just now i found so far i am using binary version, just downloaded src verison and doing mvn  clean install -Pdahdilinux, lets see what happens, its taking more time to download from repo... anyways i will wait for the progress. 

Thanks & Regards,
Gopal

Gopal

unread,
Jul 9, 2012, 6:16:19 AM7/9/12
to mobicent...@googlegroups.com
After doing "mvn clean install -Pdahdilinux" from the ss7 source, its struck here,
[INFO]   Mobicents Trase Parser :: ss7-trace-parser-parent
[INFO]   Mobicents Trase Parser :: ss7-trace-parser
[INFO]   Mobicents SS7 :: Tools :: Parent
[INFO] Unable to find resource 'org.mobicents.tools:maven-eclipse-plugin:pom:1.0.0.FINAL' in repository mobicents-public-repository-group (https://oss.sonatype.org/content/groups/public)

since i tested the URL from my network, its working.

Regards,

yulian_o

unread,
Jul 9, 2012, 6:22:21 AM7/9/12
to mobicent...@googlegroups.com
Hello
try to replace https with http in pom.xml , in jboss repository config.

Best regards
Yulian Oifa

Gopal

unread,
Jul 9, 2012, 10:28:22 AM7/9/12
to mobicent...@googlegroups.com
after so many changes to https finally got some output in that one test is failure. 

 T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 26, Failures: 2, Errors: 0, Skipped: 24, Time elapsed: 0.491 sec <<< FAILURE!

Results :

Failed tests: 
  setUp(org.mobicents.ss7.management.transceiver.MessageFactoryTest)
  setUp(org.mobicents.ss7.management.transceiver.MessageFactoryTest)

Tests run: 26, Failures: 2, Errors: 0, Skipped: 24

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /usr/src/mobicents-src/ss7/management/shell/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 18 seconds
[INFO] Finished at: Mon Jul 09 19:53:35 IST 2012
[INFO] Final Memory: 107M/270M
[INFO] ------------------------------------------------------------------------

attached is the text file generated in the path. what could be the issue?

Regards,
TestSuite.txt

yulian_o

unread,
Jul 9, 2012, 10:45:06 AM7/9/12
to mobicent...@googlegroups.com
Hello
Add
rndlenovo with 127.0.0.1 to hosts file on your server

Best regards
Yulian Oifa

Gopal

unread,
Jul 9, 2012, 11:26:51 AM7/9/12
to mobicent...@googlegroups.com
I think I can create some faq based on my experience, anyways let me try tomorrow and will update.

Regards,
Gopal

Gopal

unread,
Jul 10, 2012, 9:04:45 AM7/10/12
to mobicent...@googlegroups.com
Actually finally my BUILD was successful. And copied libmobicents-dahdi-linux.so to the binary version's folder and i am able to start the run.sh under mobicents-sgw gateway folder. Actually from the source i am not able to run the sh run.sh, after copying to the binary version;s folder i am able to run. that's fine. 

Now I have one PRI card, just connected loopback from span 1 to span 2. and started sh run.sh and connected the client through ss7 connect also created linkset as given in the pdf file.

I receive some comments like the below, and tried to run "linkset show"

18:27:49,375 DEBUG [link1-1] (link1-1) Starting initial alignment
18:27:49,375 INFO  [link1-1] State changed in link. OUT_OF_SERVICE --> NOT_ALIGNED
Receive linkset show
allosupport    dahdi    opc=1           apc=2           ni=0    state=UNAVAILABLE
    link1       span=1   channelId=1   code=1  state=UNAVAILABLE

linkset1      dahdi    opc=1           apc=2           ni=0    state=UNAVAILABLE
    link1       span=1   channelId=1   code=1  state=UNAVAILABLE


18:27:54,475 INFO  [link1-1] State changed in link. NOT_ALIGNED --> OUT_OF_SERVICE
18:27:54,475 DEBUG [link1-1] (link1-1) Alignment not possible, initiating T17 for restart. Cause: T2 Expired.
18:27:54,475 WARN  [link1-1] Timer T2 has expired, Alignment not possible. 
18:27:56,075 INFO  [link1-1] (link1-1) Restarting initial alignment
18:27:56,076 DEBUG [link1-1] (link1-1) Starting initial alignment
18:27:56,077 INFO  [link1-1] State changed in link. OUT_OF_SERVICE --> NOT_ALIGNED
18:28:01,175 INFO  [link1-1] State changed in link. NOT_ALIGNED --> OUT_OF_SERVICE
18:28:01,176 DEBUG [link1-1] (link1-1) Alignment not possible, initiating T17 for restart. Cause: T2 Expired.
18:28:01,177 WARN  [link1-1] Timer T2 has expired, Alignment not possible. 
18:28:02,775 INFO  [link1-1] (link1-1) Restarting initial alignment

I hope this is line error. am i correct, please correct me if i am wrong. 

Regards. 

yulian_o

unread,
Jul 10, 2012, 9:22:06 AM7/10/12
to mobicent...@googlegroups.com
Hello
1) What is your system.conf dahdi configuration , bchan should be configured on all channels in span 1 and 2 , also set correct timer on both spans ( if you set timer on one , it should be disabled on second ).
2) you are using same span and channel on both linksets , change one of them to span 2.same with opc and apc.
You should receive something like this in the end :

allosupport    dahdi    opc=1           apc=2           ni=0    state=UNAVAILABLE
    link1       span=1   channelId=1   code=1  state=UNAVAILABLE

linkset1      dahdi    opc=2           apc=1           ni=0    state=UNAVAILABLE
    link1       span=2   channelId=1   code=1  state=UNAVAILABLE

Best regards
Yulian Oifa

Gopal

unread,
Jul 10, 2012, 9:56:26 AM7/10/12
to mobicent...@googlegroups.com
actually my system.conf is proper. in asterisk pri show span is showing UP and Active. Actually i created one linkset and link yesterday and today with same parameter. that's why it shows one as allosupport and another linkset1 with same values, i have removed one. 

Now its showing only one,
Receive linkset show
linkset1      dahdi    opc=1           apc=2           ni=0    state=UNAVAILABLE
    link1       span=1   channelId=1   code=1  state=UNAVAILABLE

Since I have connected loopback the link won't come UP. I am thinking to setup libss7 trunking between two PC's will that help me to check the link state as AVAILABLE! 

 


Regards. 

Gopal

unread,
Jul 10, 2012, 9:59:25 AM7/10/12
to mobicent...@googlegroups.com
I think i can use SS7 simulator. will that work for me?

Regards, 

yulian_o

unread,
Jul 10, 2012, 10:04:33 AM7/10/12
to mobicent...@googlegroups.com
Why dont you just create 2 linksets and one link in each,
One link on span 1 and one link on span 2 , so they will talk each other?

I am not familiar with ss7 simulator so can not tell you what it does.

Best regards
Yulian Oifa

Gopal

unread,
Jul 11, 2012, 6:10:56 AM7/11/12
to mobicent...@googlegroups.com
ok let me try and with ss7 simulator there is no support for dahdi as of now. 

Regards, 

Gopal

unread,
Jul 11, 2012, 6:18:22 AM7/11/12
to mobicent...@googlegroups.com
i have created like this,

mobicents(127.0.0.1:3436)>linkset show
linkset1      dahdi    opc=1           apc=2           ni=0    state=UNAVAILABLE
    link1       span=1   channelId=1   code=1  state=UNAVAILABLE

linkset2      dahdi    opc=2           apc=1           ni=0    state=UNAVAILABLE
    link2       span=2   channelId=1   code=1  state=UNAVAILABLE

and loopback is connected from span 1 to span 2, but still the stat is UNAVAILABLE. 

Regards,

yulian_o

unread,
Jul 11, 2012, 7:42:53 AM7/11/12
to mobicent...@googlegroups.com
Hello
please provide a sgw log , and dahd system.conf

Best regards
Yulian Oifa

Gopal

unread,
Jul 11, 2012, 7:49:47 AM7/11/12
to mobicent...@googlegroups.com
Find the attached.
sgw_log.txt
system.conf

yulian_o

unread,
Jul 11, 2012, 7:54:23 AM7/11/12
to mobicent...@googlegroups.com
Hello
1) On span 2 ,  3 , 4 disable timing source
2) I dont see that you have activated link 2 and linkset 2 , since only link1 is trying to sync. so activate them.

Best regards
Yulian Oifa

Gopal

unread,
Jul 11, 2012, 9:08:45 AM7/11/12
to mobicent...@googlegroups.com
I have disabled the timing source for 3 and 4 by changing the value to 0. 

Now there is no error messages in the sgw log,

log4j:WARN No appenders could be found for logger (org.mobicents.ss7.sgw.boot.Main).
log4j:WARN Please initialize the log4j system properly.
18:35:22,566 INFO  [Main] log4j configured
18:35:22,573 INFO  [Main] Booting from file:/usr/src/mobicents/ss7/mobicents-sgw/conf/bootstrap-beans.xml
18:35:23,450 INFO  [Configuration] Configuring /usr/src/mobicents/ss7/mobicents-sgw/deploy/sgw-beans.xml
18:35:23,667 INFO  [ManagementImpl] SCTP configuration file path /usr/src/mobicents/ss7/mobicents-sgw/ss7/SCTPManagement_sctp.xml
18:35:23,700 INFO  [ManagementImpl] Started SCTP Management=SCTPManagement WorkerThreads=0 SingleThread=true
18:35:23,700 INFO  [SelectorThread] SelectorThread for Management=SCTPManagement started.
18:35:23,827 INFO  [M3UAManagement] M3UA configuration file path /usr/src/mobicents/ss7/mobicents-sgw/ss7/Mtp3UserPart_m3ua.xml
18:35:23,832 INFO  [M3UAManagement] Started M3UAManagement
18:35:23,883 INFO  [Scheduler] Starting 
18:35:23,884 INFO  [Scheduler] Started 
18:35:23,944 INFO  [LinksetManager] SS7 configuration file path /usr/src/mobicents/ss7/mobicents-sgw/ss7/linksetmanager.xml
Loaded library mobicents-dahdi-linux
18:35:23,989 INFO  [LinksetManager] Started LinksetManager
18:35:24,030 INFO  [ShellExecutor] ShellExecutor listening at /127.0.0.1:3436
18:35:24,074 INFO  [MainDeployer] [[[[[[[[[ Mobicents Signaling Gateway: release.version=2.0.0.BETA1 Started ]]]]]]]]]
Client connected
Receive linkset show
linkset1      dahdi    opc=1           apc=2           ni=0    state=UNAVAILABLE
    link1       span=1   channelId=1   code=1  state=UNAVAILABLE

linkset2      dahdi    opc=2           apc=1           ni=0    state=UNAVAILABLE
    link2       span=2   channelId=1   code=1  state=UNAVAILABLE

I hope everything is proper, now the state is showing UNAVAILABLE since it is not the real ss7 line. 

Thank you. Regards.

yulian_o

unread,
Jul 11, 2012, 9:42:24 AM7/11/12
to mobicent...@googlegroups.com
Hello
run activate on linksets and links , they are curently not trying to sync.
Best regards
Yulian Oifa

Gopal

unread,
Jul 12, 2012, 3:51:30 AM7/12/12
to mobicent...@googlegroups.com
I have activated the linkset and link like the below as mentioned in the pdf file,

mobicents(127.0.0.1:3436)>linkset link activate linkset1 link1
Link activated successfully
mobicents(127.0.0.1:3436)>linkset link activate linkset2 link2
Link activated successfully
mobicents(127.0.0.1:3436)>linkset show
linkset1      dahdi    opc=1           apc=2           ni=0    state=UNAVAILABLE
    link1       span=1   channelId=1   code=1  state=UNAVAILABLE

linkset2      dahdi    opc=2           apc=1           ni=0    state=UNAVAILABLE
    link2       span=2   channelId=1   code=1  state=UNAVAILABLE

Regards

Gopal

unread,
Jul 12, 2012, 6:40:29 AM7/12/12
to mobicent...@googlegroups.com
Hi,

Finally the loopback test is fine, I dont know what happen, suddenly the link came up and the state is AVAILABLE. :D Many thanks. 

Now what I have just did one more setup. In one PC I have Asterisk with ChanSS7 and in another I have the same Mobicents setup (existing one), in chanss7 the setup is configured in ss7.conf and the same linkset and link name i have created in Mobicents-SS7 machine with different opc and apc value, as did in loopback. 

But the link is not coming UP. 

Regards,

yulian_o

unread,
Jul 12, 2012, 6:55:07 AM7/12/12
to mobicent...@googlegroups.com
Hello
I would recommend you to use libss7 instead of chanss7
You should set mtp2=x , where x is channel id of connected link.
Check clock settings since its important also.

Best regards
Yulian Oifa

Victor Neiman

unread,
Sep 28, 2012, 9:30:16 AM9/28/12
to mobicent...@googlegroups.com
Hi Gopal,

I have a similar problem to yours where I have an Asterisk box and a Mobicents SGW box and a Sangoma E1 card in each. The problem is that Mobicents SGW keeps logging
15:27:50,193 INFO  [link1-1] (link1-1) Restarting initial alignment
15:27:50,194 DEBUG [link1-1] (link1-1) Starting initial alignment
15:27:50,194 INFO  [link1-1] State changed in link. OUT_OF_SERVICE --> NOT_ALIGNED

Whilst the Asterisk box keeps logging:
[Sep 28 17:34:29] NOTICE[20242]: chan_dahdi.c:3437 my_handle_link_exception: SS7 got event: HDLC Abort(6) on span 1/0

If I stop SGW then the errors on the Asterisk side stop. I would like to know if you found a resolution to your problem?

Regards and thanks
Victor

Manish Goyal

unread,
Jul 14, 2014, 7:58:00 PM7/14/14
to mobicent...@googlegroups.com
Hi,

My reply is probably too late, but I am trying to build a 64 bit Linux native library but I am not able to compile the src. I have tried 2.1.0-FINAL and couple of others.

I have spent many hours trying to resolve Maven issues, but I think they keep coming in. I need help with building the native binary for 64bit linux (CentOS). Or, If anyone has the binary created for 2.0.0-BETA can you please share?

Thanks,
Manish

Reply all
Reply to author
Forward
0 new messages