|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
InstallationHello
I have installed atleap-0.54, but when I run start-demo.bat, I have a such mistake: Buildfile: build.xml init: startdemo: clean: [echo] Cleaning build and distribution directories init: undeploy: [echo] Undeploying using appserver.type = jetty5 [echo] ERROR: [echo] Application server Jetty should be stopped to perform this operation [echo] OR port 8080 is busy by another proces BUILD FAILED Could u help me? |
|
|
Re: Installationyou're supposed to configure :
make a copy of build.properties : atleap-build.properties then edit that atleap-bild.properties file and set up variables ccording to your app container (jetty...) and database (pg, oracle, derby...) Also you'll need to tell which port app container is using, and so on. Kroshka a écrit : > Hello > I have installed atleap-0.54, but when I run start-demo.bat, I have a such > mistake: > > Buildfile: build.xml > init: > startdemo: > clean: > [echo] Cleaning build and distribution directories > init: > undeploy: > [echo] Undeploying using appserver.type = jetty5 > [echo] ERROR: > [echo] Application server Jetty should be stopped to perform this > operation > > [echo] OR port 8080 is busy by another proces > > BUILD FAILED > > Could u help me? > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: InstallationHi.
As error message suggests, port 8080 is already busy. Try to change port number in build.properties editing following line: appserver.http.port=8080 Set here some another port, for instance 8081. But after this, when jetty will start AtLeap, you will need to manually point your browser to http://localhost:8081/atleap/ to browse demo. By the way, the most recent AtLeap version is 0.55, and its demo by default uses another port which is not usually busy. Kroshka wrote: > Hello > I have installed atleap-0.54, but when I run start-demo.bat, I have a such > mistake: > > Buildfile: build.xml > init: > startdemo: > clean: > [echo] Cleaning build and distribution directories > init: > undeploy: > [echo] Undeploying using appserver.type = jetty5 > [echo] ERROR: > [echo] Application server Jetty should be stopped to perform this > operation > > [echo] OR port 8080 is busy by another proces > > BUILD FAILED > > Could u help me? > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: InstallationThanks u so much:)
I've installed Blandware 5.5
|
| Free Forum Powered by Nabble | Forum Help |