[jboss-user] [Installation, Configuration Deployment] - Run JBoss as Service in HP-UX 11iv3

2009-11-17 Thread octafiantos
hi all.
i'm trying to run jboss as service in hp-ux 11iv3. i'm using jboss-5.1.0.GA 
with jdk6.

i put the server in /app/jboss-5.1.0.GA.jdk6 and followed the instruction as 
follow:
# 1. Copy jboss-home/bin/jboss_init_hpux.sh to/sbin/init.d/jboss
# 2. Create softlinks to the file from the various startup and shutdown
#directories:
#ln -s /sbin/init.d/jboss /sbin/rc2.d/K001jboss
#ln -s /sbin/init.d/jboss /sbin/rc3.d/S999jboss
# 3. Create /etc/rc.config.d/jboss with the variables defined below.

/etc/rc.config.d/jboss

  | JBOSS_HOME[1]=/app/jboss-5.1.0.GA.jdk6
  | JBOSS_USER[1]=oracle
  | SERVER_NAME[1]=default
  | JBOSS_START[1]=1
  | 
i also try to change the JBOSS_USER[1]=root.
but after i restarted the machine, the jboss service is not up.
how to run jboss as a service in hp-ux? thank you in advance.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4266031#4266031

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266031
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-07 Thread octafiantos
oh, my mistake! thx for pointing at the spot and for your help, jaikiran. 
really appreciate it. i finally decide to deploy both version (jboss-5.1.0.GA 
for jdk5 and jdk 6) for testing purposes.

both version runs well.

  | 2009-10-07 15:28:28,838 INFO  [org.apache.coyote.http11.Http11Protocol] 
(main) Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
  | ---deleted---
  | 2009-10-07 15:29:12,486 INFO  
[org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer) 
[5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 
1m:26s:247ms
  | 

--
singgih octafianto

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4259108#4259108

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259108
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread octafiantos
hi all,
i try to deploy jboss-5.1.0.GA in hp-ux 11iv3 (hp bl8760c, itanium based with 
8gb memory). the application server will be used for java/oracle software. 
there's already java 1.4 and java 1.5 installed in ux (/opt/java1.4 and 
/opt/java1.5).

i put jboss in /app/jboss-5.1.0.GA and execute the script. i have added the 
oracle and root user to the /etc/rc.config.d/jboss. the jboss service runs, 
port 8083 is listening, but unfortunately the port 8080 is not listening. i try 
to execute the script with oracle  root user and resulting in same thing.

when i compare the server.log file from ux and my fedora testbed i find that 
there is nothing similar to the line 2009-09-28 16:16:32,973 INFO  
[org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 
on http-127.0.0.1-8080 which i assume that this is the process when port 8080 
is open.

i uploaded the server.log file in http://www.sistema.co.id/server.log because 
it contains thousands of lines (app. 2mb). what should i do to fix the problem? 
any suggestions would be greatly appreciated. thank you in advance.

--
singgih octafianto

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4258892#4258892

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258892
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread octafiantos
thank you for the reply, jaikiran.
here is my boot.log (again, since it is too long), i uploaded to  
http://www.sistema.co.id/boot.log

i downloaded the source from 
http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download.
 i extract the file to /app/jboss-5.1.0.GA and follow the instruction in 
/app/jboss-5.1.0.GA/bin/jboss_init_hpux.sh 

since there is java1.5 already, i set the JAVA_HOME to /opt/java1.5 and try to 
run the script with
 ./run.sh -b 0.0.0.0  to allow all incoming connection. it seems that it is not 
necessary to add the ports to /etc/services but i add some ports including 8080 
to that file.

i will read the DebugBindException and try to check the logs.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4258921#4258921

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258921
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user