[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] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread jaikiran
anonymous wrote : 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. 

There seems to be some bug hiding there, because you are now the third person 
to report this:

http://www.jboss.org/index.html?module=bbop=viewtopict=158736

http://www.jboss.org/index.html?module=bbop=viewtopict=159600

Those 2 threads weren't conclusive since the original poster never replied with 
the data that we asked for. 

anonymous wrote : i put jboss in /app/jboss-5.1.0.GA

Where did you download it from? Which exact link? And can you please post the 
details that i asked for in the other thread 
http://www.jboss.org/index.html?module=bbop=viewtopict=159600#4248612


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258906
___
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 jaikiran
Looking at the log file you uploaded, it contains a whole lot of exceptions 
including Port in use errors. You need to fix that, before looking into other 
issues. See this for pointers 
http://www.jboss.org/community/wiki/DebugBindException

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258911
___
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


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

2009-10-06 Thread jaikiran
octafiantos wrote : 
  | 
  | 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.
  | 
  | since there is java1.5 already, i set the JAVA_HOME to /opt/java1.5 and try 
to 

You downloaded the JDK 1.6 compiled AS and are running against JDK 1.5. That 
won't work :)

You either have to download JDK 1.6 and set JAVA_HOME to that or download the 
JDK 1.5 variant of the AS 
http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA.zip/download


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

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