[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-12-03 Thread jamesmrush
I have figured it out, it was staring just fine, I was trying to access the 
page at http://machinename/portal instead of (literally) localhost.  I fixed 
this by using ./run.sh -b 0.0.0.0 to start the process.

thanks for the help!

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

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


[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-11-30 Thread jamesmrush
mfb said his install was hangind on:

[ProducerInfo] Refreshed registration information for consumer with id 'self' 

I am seeing the same thing.  Main (only) difference appears to be that when he 
tried to access localhost:8080 he actually got something.

I am running the jboss-portal-2.6.2.GA bundle (AS plus portal).

I cannot access http://:8080 or /portal or /jmx-console

I am just running the run.sh as-is, have made no modifications.

No stack traces visible, it actually looks pretty clean.

Should I re-submit as a fresh forum note?

thanks

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

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


[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-11-30 Thread PeterJ
jamesmrush, you should have started a new topic, not appended to an existing 
one, especially since your problem is not related to the original problem 
posted.

Are you able to access the home page or the jmx console? Try 
http://localhost:8080 and http://localhost:8080/jmx-console.

Are you starting the app server with a -b option (such as run -b 0.0.0.0)?

Which version of the Portal are you running? Are you running the app server + 
portal bundle, or did you install the app server and portal separately? If you 
are not using the bundle, what database are you using?

Are there any stack traces in the terminal window? (You might have to increase 
the history/buffer size to scroll all the way back to where you started the app 
server.)

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

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


[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-11-30 Thread PeterJ
It is not hanging, that is simply the last message logged at the time. As you 
access various applications, there might or might not be further logging output 
(Seam and Hibernate generate lots of logging, so does JSF, but other things 
don't generate any logging output).

mfb's issue was that he closed the console, thus bringing down the app server, 
and the portal.  I assume that you did not close the terminal you used to start 
the app server.

Right before the Started in 99s message, there should be another message that 
looks like this:

13:34:27,879 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on 
http-127.0.0.1-8080

Post the Starting Coyote HTTP message that you have.

When you replied to my post, you used URL http://:8080;. Did you actual enter 
the exact text http://localhost:8080; or did you enter something else?

Let's just continue the discussion here, that is better than breaking off into 
another thread at this point. 

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

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


[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-11-08 Thread PeterJ
That is normal and expected. You should also have seen a line like this:

10:07:26,241 INFO  [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBos
s_4_2_1_GA date=200707131605)] Started in 2m:40s:173ms

At this point, open a browser and point it at http://localhost:8080/portal and 
you should be all set to go.

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

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


[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-11-08 Thread mfb
Thanks for your help.

I did not realize that I had to keep the install window (for Run.bat) open to 
keep the jboss server running.

mfb



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

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


[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-11-08 Thread PeterJ
Yes, when you close the command prompt window, all applications started in the 
window are also closed. Its the way Windows works (actually, Linux does the 
same, though there are ways around it).

You can set up the app server to run as a service (that way there is no command 
window hanging around), see 
http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows. I 
recommend using JBoss native.


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

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