Home > Archive > Java Beans > March 2006 > Server not starting from Netbeans
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Server not starting from Netbeans
|
|
|
| Hello,
Newbie problem : I can't start the J2EE Application Server from
Netbeans even though it's registered in it. Here's a short "trace" of
what I did:
- installed J2EE and got the "helloworld.war" running.
- installed NetBeans and in it added and registered the J2EE
Application Server.
- requested the server's Admin Console from NetBeans and it opened in a
browser and I logged in successfuly.
- shut everything down (servers, JVM, netbeans, etc) and restarted
Netbeans.
- right clicked J2EE server in Netbeans Runtime panel and chose "Start"
but it wouldn't start, just kept displaying "Starting AppServer...".
Any idea as to what is wrong?
==========================
| |
| IchBin 2006-03-26, 6:59 pm |
| zorro wrote:
> Hello,
>
> Newbie problem : I can't start the J2EE Application Server from
> Netbeans even though it's registered in it. Here's a short "trace" of
> what I did:
>
> - installed J2EE and got the "helloworld.war" running.
>
> - installed NetBeans and in it added and registered the J2EE
> Application Server.
>
> - requested the server's Admin Console from NetBeans and it opened in a
> browser and I logged in successfuly.
>
> - shut everything down (servers, JVM, netbeans, etc) and restarted
> Netbeans.
>
> - right clicked J2EE server in Netbeans Runtime panel and chose "Start"
> but it wouldn't start, just kept displaying "Starting AppServer...".
>
> Any idea as to what is wrong?
>
> ==========================
>
Maybe looking at the server.log file for AS would help. I have JCreator
with the AS that installed with it. No problem there. I also have
Netbeans 1.5 and I am able to start that AS from it. Sometimes is take a
while to load. Not implying that this is the problem.
Not sure what platform you are on but looking at the server.log, or
posting here, and looking at the AS task or subtask to see if it is
getting any cycles or doing any I/O.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
________________________________________
__________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
| |
|
|
zorro wrote:
> Hello,
>
> Newbie problem : I can't start the J2EE Application Server from
> Netbeans even though it's registered in it. Here's a short "trace" of
> what I did:
>
> - installed J2EE and got the "helloworld.war" running.
>
> - installed NetBeans and in it added and registered the J2EE
> Application Server.
>
> - requested the server's Admin Console from NetBeans and it opened in a
> browser and I logged in successfuly.
>
> - shut everything down (servers, JVM, netbeans, etc) and restarted
> Netbeans.
>
> - right clicked J2EE server in Netbeans Runtime panel and chose "Start"
> but it wouldn't start, just kept displaying "Starting AppServer...".
>
> Any idea as to what is wrong?
>
> ==========================
|
|
|
|
|