installation linux centos 5.5

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
fredenstein
Posts: 2
Joined: Fri Mar 11, 2011 6:59 am

installation linux centos 5.5

Post by fredenstein »

1. Brekeke Product Name and version: SIP server 2.4.7.3

2. Java version:
jdk 1.6.0-openjdk.x86_64
tomcat5 5.5.23

3. OS type and the version:
Linux Centos 5.5

4. UA (phone), gateway or other hardware/software involved:
n/a

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem: Installation
After entering the ID number I get the following error page:
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

java.lang.IllegalStateException: enc
com.brekeke.util.EasyCryptoUtil.enc(Unknown Source)
com.brekeke.sipadmin.web.LogSelect.getUD(Unknown Source)
com.brekeke.sipadmin.SocketWrap.getUD(Unknown Source)
com.brekeke.sipadmin.SipAdminBase.newUserDataFile(Unknown Source)
com.brekeke.sipadmin.web.InputLicense.exec(Unknown Source)
com.brekeke.web.Bean.execMain(Unknown Source)
com.brekeke.sipadmin.SipAdminBase.execMain(Unknown Source)
com.brekeke.web.Bean.execute(Unknown Source)
com.brekeke.web.Bean.go(Unknown Source)
com.brekeke.web.Bean.go(Unknown Source)
com.brekeke.sipadmin.web.Login.exec(Unknown Source)
com.brekeke.web.Bean.execMain(Unknown Source)
com.brekeke.sipadmin.SipAdminBase.execMain(Unknown Source)
com.brekeke.web.Bean.execute(Unknown Source)
com.brekeke.web.Bean.go(Unknown Source)
com.brekeke.web.Bean.go(Unknown Source)
com.brekeke.sipadmin.web.InputLicense.exec(Unknown Source)
com.brekeke.web.Bean.execMain(Unknown Source)
com.brekeke.sipadmin.SipAdminBase.execMain(Unknown Source)
com.brekeke.web.Bean.execute(Unknown Source)
com.brekeke.web.Bean.go(Unknown Source)
com.brekeke.web.Bean.startBean(Unknown Source)
com.brekeke.web.GateServlet.performTask(Unknown Source)
com.brekeke.web.GateServlet.doPost(Unknown Source)
javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)
javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs.


Any help would be appreciated.

Best regards,
Fredenstein
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

fredenstein
Posts: 2
Joined: Fri Mar 11, 2011 6:59 am

Post by fredenstein »

Thanks, but the link is not working.

Best regards,
Fredenstein
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

you cannot install 32 bit java shown in the link download?
or you cannot access the link?
User avatar
KentC
Posts: 108
Joined: Fri Dec 09, 2011 2:27 pm
Location: rw-rw-rw-

Post by KentC »

@fredenstein

Hi! I was looking online to see who else was having issues with these kind of installs.
I'm actually using Puppy Linux 4.3.1 with Firefox 7.

Here is a screenshot:

http://s22.postimg.org/iepsiu3j5/brekek ... _compl.png

Looking at your configurations:
jdk 1.6.0-openjdk.x86_64
tomcat5 5.5.23
^^

I've used tomcat 6 and 7 so I don't think that's your issue but for sure you should be using the following type of jdk

jre-6u26-linux-x64-rpm.bin

I've completed linux installs for both CentOS and Puppy Linux [Both Unsupported]

Use the following strategy I've created for CentOS installs:

You will need to grab the following, google for these:

jre-6u26-linux-x64-rpm.bin
sip3_1_7_0.zip
apache-tomcat-6.0.37.tar.gz

Here is the instructions you can use to install Brekeke 2.x/ 3.x to CentOS [TESTED]

FIRST MOVE ALL FILES ABOVE TO /usr/local
cp apache-tomcat-7.0.30.tar sip3_1_7_0.zip jre-6-u26-linux-x64-rpm.bin /usr/local

THEN
cd /usr/local
pwd [make sure you're dir is /usr/local]
tar -xvf apache-tomcat-7.0.30.tar
TYPE IN
./jre-6-u26-linux-x64-rpm.bin
unzip sip3_1_7_0.zip
cd sip3_1_7_0
cp sip3_1_7_0.war /usr/local/apache-tomcat-7.0.30/webapps
cd /usr/local/apache-tomcat-7.0.30/webapps
Ensure sip.war is there (Brekeke Sip Server main file)
cd ..
cd /bin
./startup.sh

You should be doing all this from CLI. You will see the following indicating you did it right.

usr/local/apache-tomcat-7.0.30/bin/startup.sh
Using CATALINA_BASE: /usr/local/apache-tomcat-7.0.30
Using CATALINA_HOME: /usr/local/apache-tomcat-7.0.30
Using CATALINA_TMPDIR: /usr/local/apache-tomcat-7.0.30/temp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/local/apache-tomcat-7.0.30/bin/bootstrap.jar

Then type "elinks" and go to the browser. Enter http://localhost:8080/sip/gate and you should see the Brekeke Sip Server Display.

Good luck! [Experience Level: 1 year experience with CentOS/Brekeke]

KentC
www.linkedin.com/in/kentcarter13
Post Reply