- This topic has 7 replies, 3 voices, and was last updated 20 years ago by Riyad Kalla.
-
AuthorPosts
-
victor.lewisMemberAfter having started a JBoss 4 server from the My Eclipse Run/Stop Servers> JBoss 4> Start action when I choose My Eclipse Run/Stop Servers> JBoss 4>Stop the JBoss server does not stop. A new process shows up in the debug perspective but neither it nor the JBoss server exit without my having to terminate them.
Scott AndersonParticipantCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue or a configuration problem. Thanks.
victor.lewisMemberSorry, I should have given you this in the first place.
– Was Eclipse freshly installed for MyEclipse?
Yes
– Are any other external plugins installed?
No
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
8
– What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
3.8.2
– What JDK version are you using to run Eclipse? (java -version)
1.4.2_06
– What JDK version are you using to launch your application server?
1.4.2_06
– What steps did you take that resulted in the issue?
See above
– What application server are you using?
jboss 4.0.0 RC2
– Are there any exceptions in the Eclipse log file?(<workspace>/.metadata/.log)
None.
Riyad KallaMemberCan you upgrade to JBoss 4.0 Final and try that? I know we had to make some connector changes that broke backward compatibility with the RC releases because of last minutve changes in 4.0
victor.lewisMemberThe problem has gone away. It may be becuase of the switch to JBoss 4.0.0 Final.
I may also be due to shutting down a network adapater that was not on a network. It was getting the address of 196.254.0.0 and some of the services in the new JBoss server were trying to bind to it and failing. I tried setting the jboss.bind.address address in the Preferences panel (MyEclipse->Application Servers->JBoss 4->JDK, ie -Djboss.bind.address=127.0.0.1) but it seemed to have no effect on the server that was launched.
For future reference how do I set that property when launching JBoss?
Disabling the network adapter seems to have fixed both problems.
Riyad KallaMemberVictor I am not sure how to set that value except via the -D method that you tried… I don’t know why JBoss would be binding to that address… maybe a question for their forums?
victor.lewisMemberWhen I launch from the command line with
run.bat -Djboss.bind.address=127.0.0.1
it binds to the address I specify.
When I run JBoss from MyEclipseIDE as specified above it still binds to 0.0.0.0 (all interfaces) rather just 127.0.0.1.
Riyad KallaMemberI just looked through the run.bat file to see if it was doing anything fancy and I don’t know why that would happen… I’ll touch base with the connector developer about tthis.
-
AuthorPosts