Set up Mobicent SLEE 2.7.0 Core

293 views
Skip to first unread message

Abhay Mukewar

unread,
Jun 15, 2014, 3:44:10 AM6/15/14
to mobicent...@googlegroups.com
With reference to doc link:-

http://docs.jboss.org/mobicents/jain-slee/2.7.0.FINAL/container/user-guide/en-US/html_single/#install_alternatives

Which deals with install and running of JAIN SLEE - seems to be a bit outdated


The directory is not present and "ant" command doesnt seem to be applicable.
[usr]$ cd mobicents-slee-core-2.7.0.FINAL/release
[usr]$ ant

Vilius Panevėžys

unread,
Jun 16, 2014, 4:11:06 AM6/16/14
to mobicent...@googlegroups.com
Indeed, the instructions seem to be imprecise - release module has a
separate tag [1]. However, if you're just trying to rebuild core from
source and don't really need to recreate the full binary distribution
(including docs, examples, extras, etc.) in ZIP format, I would just
build core using maven from the tag you've already checked-out. The
binary distribution is available for download on SourceForge,
rebuilding it sounds like a waste of time.


[1]
http://code.google.com/p/mobicents/source/browse/#svn%2Ftags%2Fservers%2Fjain-slee%2F2.x.y%2Frelease%2F2.7.0.FINAL


--
Vilius Panevėžys
Elitnet

Adnan Howlader

unread,
Dec 10, 2015, 4:04:41 PM12/10/15
to mobicents-public, vil...@elitnet.lt, Amit Bhayani
Hi Amit Bhayani,

Its really the same issue build error even we follow the latest docs from mobicents site. It would kind to give us stable release with guide that we can build. Moreover we would like to deploy a pilot project in Bangladesh specially USSD+SMSC+MMS  and if its success than we will go some big deal. look back for your feedback.

Md. Adnan Howlader
mobicent_install_error.txt

huu nhan Tran

unread,
Dec 12, 2015, 11:15:12 AM12/12/15
to mobicents-public, vil...@elitnet.lt, amit.b...@gmail.com
Hi Adnan,
The link download Mobicents Jainslee seem like not correct. It look like you execute a script?
Can you explain more how you download Mobicent jainslee?

In my opinion, due to some strict from sourceforge, you should download it manually from:
http://sourceforge.net/projects/mobicents/files/Mobicents%20JAIN%20SLEE%20Server/2.7.0.FINAL/

Br,
TN

Vào 04:04:41 UTC+7 Thứ Sáu, ngày 11 tháng 12 năm 2015, Adnan Howlader đã viết:

Md. Adnan Howlader

unread,
Dec 12, 2015, 2:01:03 PM12/12/15
to mobicent...@googlegroups.com
Hi Huu nhan Tran and mobicents team,

I tried two way one from SVN and another from sourceforge both installation compile error, which given sequentially in the attachment file. For your's knowing i have given both url below:

Documents as follows: 


SVN

 

Mobicents JAIN SLEE, as all Mobicents projects, uses a SVN repository for source storage and version control. The public anonymous SVN URL is http://mobicents.googlecode.com/svn

 

Trunk Checkout

 

To checkout the Mobicents JAIN SLEE project trunk (sources under development) a SVN client is required. Open a shell in slee/svn and execute:

 

svn checkout http://mobicents.googlecode.com/svn/trunk/servers/jain-slee trunk



You can download the Binary zip files

 from http://sourceforge.net/projects/mobicents/files/Mobicents JAIN SLEE Server.

In this form of installation, simply unzip the downloaded zip file to the directory of your choice on any operating system that supports the zip format.

  1. Unzip the release file

    Unzip the file to extract the archive contents into the location of your choice. You can do this using the JDK jar tool (or any other ZIP extraction tool). In the example below we are assuming you downloaded the zip file was named mobicents-jainslee-2.7.0.FINAL.zip to the /mobicents directory.

    				    [usr]$ cd /mobicents
    				    [usr]$ jar -xvf mobicents-jainslee-2.7.0.FINAL.zip
    					
Well do you check that I attached last post, is there any other configuration file or bug report than let me know. Please kind consider to know me how do i resolve the issue. 



Sincerely,


Adnan Howlader


Email                       : adnan.howlader

GTalk                      : adnan.howlader

MSN/SKYPE              : adnan.howlader

Cell Phone                : +8801711247619


--
You received this message because you are subscribed to the Google Groups "mobicents-public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobicents-publ...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Md. Adnan Howlader

unread,
Dec 12, 2015, 2:44:04 PM12/12/15
to mobicent...@googlegroups.com
Hi Huu nhan Tran and mobicents team,

Interesting thing which forget to mention when I download from googlecode by SVN mobicents jain-slee - 2.7 by I did not get release subfolder inside the main mobicents jain-slee - 2.7 directory. But when i download older release mobicents jain-slee - 2.6 by svn from googlecode and found the subfolder name release under the main mobicents jain-slee - 2.6 directory.

Now tell me from where we download and can clean install. Is there any assist require please.


 

Sincerely,


Adnan Howlader


Email                       : adnan.howlader

GTalk                      : adnan.howlader

MSN/SKYPE              : adnan.howlader

Cell Phone                : +8801711247619


huu nhan Tran

unread,
Dec 12, 2015, 9:24:10 PM12/12/15
to mobicents-public
Hi Adnan,
I have looked into wiki link, it's outdated (I also don't know about this link).
Mobicents jainslee move away from google code and svn to github and git.

one more thing, the command to extract jainslee is not correct:

			    [usr]$ cd /mobicents
				    [usr]$ jar -xvf mobicents-jainslee-2.7.0.FINAL.zip

it should be:            tar -xvf mobicents-jainslee-2.7.0.FINAL.zip

This is my way to make jainslee run:
 - download the file mobicents-jainslee-2.7.0.FINAL-jboss-5.1.0.GA.zip from http://sourceforge.net/projects/mobicents/files/Mobicents%20JAIN%20SLEE%20Server/2.7.0.FINAL/
 - extract:
             tar -xvf mobicents-jainslee-2.7.0.FINAL-jboss-5.1.0.GA.zip
 - install sctp, java-jdk
            #yum install   lksctp-tools    java-1.7.0-openjdk


 - Export JBOSS directory (change it to your jainslee extract folder)
   

export JBOSS_HOME=/opt/gmlc_standalone/jboss-5.1.0.GA/




- Run Jainslee

cd /opt/gmlc_standalone/jboss-5.1.0.GA/

./run.sh -b 10.10.101.67   (ip of Jboss server)



huu nhan Tran

unread,
Dec 14, 2015, 9:41:08 AM12/14/15
to mobicents-public
Hello Adnan,
Did you passed the problem?

Br,
TN

Md. Adnan Howlader

unread,
Dec 14, 2015, 12:58:25 PM12/14/15
to mobicent...@googlegroups.com
Hi Tran,

I am so pleased to get support.
Than i created mobicent user where i create another directory call mobicents where download jain-slee by svn checkout http://mobicents.googlecode.com/svn/trunk/servers/jain-slee trunk

After than for the mobicents home environment set as mention document from above site.

# User specific aliases and functions

export JAVA_HOME="/usr/lib/jvm/jre-1.5.0-gcj"
export PATH="$PATH:$JAVA_HOME/bin"

export MOBICENTS_HOME="/home/mobicent/mobicents"

# tools home definition
export ANT_HOME="$MOBICENTS_HOME/tools/apache-ant-1.8.0"
export M2_HOME="$MOBICENTS_HOME/tools/apache-maven-2.0.9"
export JBOSS_HOME="$MOBICENTS_HOME/jain-slee/release/target/jboss-5.1.0.GA"

# path setup, including the bin folders of each tool
export PATH="$ANT_HOME/bin:$M2_HOME/bin:$JBOSS_HOME/bin:$PATH"

# java and maven opts configuration, essential for proper Mobicents and Maven execution, -Xmx param should be configured with typical max available RAM
export JAVA_OPTS="-Xmn256m -XX:CMSInitiatingOccupancyFraction=80 -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -XX:MaxPermSize=256M -Xmx7000M -Xms512M -XX:+UseConcMarkSweepGC"

export MAVEN_OPTS="$JAVA_OPTS"
 
Then i follow as given procedure to install as mentioned document to install by given command

 [usr]$ cd jain-slee/release
 [usr]$ ant

Given build error -

BUILD FAILED
/home/mobicent/mobicents/jain-slee/release/build.xml:411: Can't get http://downloads.sourceforge.net/project/mobicents/Mobicents%20Protocols%20Suite/1.0.0.FINAL/mobicents-ss7-1.0.0.FINAL.zip to /home/mobicent/mobicents/jain-slee/release/mobicents-ss7.zip

Total time: 20 seconds

I will try now if you provide little detail about the home environment variable setup as you mention. I downloaded the file already. do i run install under root?

Please can you give detail shortly step by step how to install mobicents. Actually i want to deploy USSD gateway. It would great humble as it's my duty to present the demonstration to company before commercial consequences. 



Sincerely,


Adnan Howlader


Email                       : adnan.howlader

GTalk                      : adnan.howlader

MSN/SKYPE              : adnan.howlader

Cell Phone                : +8801711247619


--

Ibrahima Gaye

unread,
Dec 14, 2015, 1:44:45 PM12/14/15
to mobicent...@googlegroups.com
FYI,

------

Ibrahima GAYE,
Senior Project Management support
mob:

     +223  9  117 1464

     +221 77 564 9358 

My profiles: LinkedIn Skype:ibgayel

If you received this email in error, please notify us immediately by sending an e-mail or by calling.

 

 



Md. Adnan Howlader

unread,
Dec 14, 2015, 6:16:00 PM12/14/15
to mobicent...@googlegroups.com
Dear Ibrahima,

Grateful to you for kind reply and cooperation. Can you provide the installation process docs as like previous version docs from jboss mobicents sites. So that i can update you the result. 





Sincerely,


Adnan Howlader


Email                       : adnan.howlader

GTalk                      : adnan.howlader

MSN/SKYPE              : adnan.howlader

Cell Phone                : +8801711247619


huu nhan Tran

unread,
Dec 14, 2015, 10:14:40 PM12/14/15
to mobicents-public
Hi Adnan,
Mobicents in googlecode is not up to date.

I have followed the step in this readme file and success bring up jain slee:
https://github.com/Mobicents/gmlc/blob/master/README.md

Br,
TN

Md. Adnan Howlader

unread,
Dec 15, 2015, 9:35:06 AM12/15/15
to mobicent...@googlegroups.com, Amit Bhayani
Thanks Tran and Ibrahima,

Thank you both sir for cooperation, I will deploy tonight let's see what comes. One thing I am really don't understand why it's changes and not specific documents to build  a stable release for the demonstration with simulator. 

My concern on USSD after mobicents jain-slee deploy. Hoping for the best for the night.



Sincerely,


Adnan Howlader


Email                       : adnan.howlader

GTalk                      : adnan.howlader

MSN/SKYPE              : adnan.howlader

Cell Phone                : +8801711247619


--

huu nhan Tran

unread,
Dec 22, 2015, 10:55:36 PM12/22/15
to mobicents-public, amit.b...@gmail.com
Hi Adnan,
mobicents is community support, you can compare mobicents opensource and commercial here:
http://www.telestax.com/open-source-or-enterprise-grade/

"A rich knowledge base with the latest product documentation, examples and videos. Professional training."

Br,
TN
Reply all
Reply to author
Forward
0 new messages