Error while installing multiple ofbiz on one machine

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Error while installing multiple ofbiz on one machine

Rupinder
Hi all,
         I am trying to install two ofbiz instances on a same machine. I made the following changes in "ofbiz\framework\base\config\ofbiz-containers.xml" in the second ofbiz folder:

1. Changed http port from 8080 to 8086
2. Changed https port from 8443 to 8444
3. Changed AJP/13 connector port form 8009 to 8005
4. Commented the tags which were loading the naming (JNDI) server.

Now I am getting the following error in the log file at the end of process:

"
(main) [ Http11BaseProtocol.java:157:INFO ] Starting Coyote HTTP/1.1 on http-0.0.0.0-8086
(main) [          Connector.java:988:INFO ] The connector has already been initialized
(main) [ Http11BaseProtocol.java:157:INFO ] Starting Coyote HTTP/1.1 on http-0.0.0.0-8444
(main) [  CatalinaContainer.java:230:INFO ] Connector AJP/1.3 @ 8005 - not-secure [org.apache.jk.server.JkCoyoteHandler] started.
(main) [  CatalinaContainer.java:227:INFO ] Connector HTTP/1.1 @ 8086 - not-secure [org.apache.coyote.http11.Http11Protocol] started.
(main) [  CatalinaContainer.java:227:INFO ] Connector TLS @ 8444 - secure [org.apache.coyote.http11.Http11Protocol] started.
(main) [  CatalinaContainer.java:234:INFO ] Started Apache Tomcat/5.5.23
(OFBiz_Shutdown_Hook) [    ContainerLoader.java:92 :INFO ] Shutting down containers
(OFBiz_Shutdown_Hook) [ Http11BaseProtocol.java:184:INFO ] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8086
(OFBiz_Shutdown_Hook) [ Http11BaseProtocol.java:184:INFO ] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8444
(OFBiz_Shutdown_Hook) [  ServiceDispatcher.java:178:INFO ] De-Registering dispatcher: bi
(OFBiz_Shutdown_Hook) [  ServiceDispatcher.java:178:INFO ] De-Registering dispatcher: partymgr
(OFBiz_Shutdown_Hook) [          RealmBase.java:1063:INFO ] This Realm has not yet been started
(OFBiz_Shutdown_Hook) [  ServiceDispatcher.java:178:INFO ] De-Registering dispatcher: marketing....................
"
 
Is this the right approach to install multiple ofbiz on one machine, if this is right then what mistake I am making that such error is occurring?
Reply | Threaded
Open this post in threaded view
|

Re: Error while installing multiple ofbiz on one machine

Jacques Le Roux
Administrator
Change also the url.properties file.

Jacques

From: "Rupinder" <[hidden email]>
: <[hidden email]>
Sent: Tuesday, April 01, 2008 11:46 AM
Subject: Error while installing multiple ofbiz on one machine


>
> Hi all,
>         I am trying to install two ofbiz instances on a same machine. I
> made the following changes in
> "ofbiz\framework\base\config\ofbiz-containers.xml" in the second ofbiz
> folder:
>
> 1. Changed http port from 8080 to 8086
> 2. Changed https port from 8443 to 8444
> 3. Changed AJP/13 connector port form 8009 to 8005
> 4. Commented the tags which were loading the naming (JNDI) server.
>
> Now I am getting the following error in the log file at the end of process:
>
> "
> (main) [ Http11BaseProtocol.java:157:INFO ] Starting Coyote HTTP/1.1 on
> http-0.0.0.0-8086
> (main) [          Connector.java:988:INFO ] The connector has already been
> initialized
> (main) [ Http11BaseProtocol.java:157:INFO ] Starting Coyote HTTP/1.1 on
> http-0.0.0.0-8444
> (main) [  CatalinaContainer.java:230:INFO ] Connector AJP/1.3 @ 8005 -
> not-secure [org.apache.jk.server.JkCoyoteHandler] started.
> (main) [  CatalinaContainer.java:227:INFO ] Connector HTTP/1.1 @ 8086 -
> not-secure [org.apache.coyote.http11.Http11Protocol] started.
> (main) [  CatalinaContainer.java:227:INFO ] Connector TLS @ 8444 - secure
> [org.apache.coyote.http11.Http11Protocol] started.
> (main) [  CatalinaContainer.java:234:INFO ] Started Apache Tomcat/5.5.23
> (OFBiz_Shutdown_Hook) [    ContainerLoader.java:92 :INFO ] Shutting down
> containers
> (OFBiz_Shutdown_Hook) [ Http11BaseProtocol.java:184:INFO ] Stopping Coyote
> HTTP/1.1 on http-0.0.0.0-8086
> (OFBiz_Shutdown_Hook) [ Http11BaseProtocol.java:184:INFO ] Stopping Coyote
> HTTP/1.1 on http-0.0.0.0-8444
> (OFBiz_Shutdown_Hook) [  ServiceDispatcher.java:178:INFO ] De-Registering
> dispatcher: bi
> (OFBiz_Shutdown_Hook) [  ServiceDispatcher.java:178:INFO ] De-Registering
> dispatcher: partymgr
> (OFBiz_Shutdown_Hook) [          RealmBase.java:1063:INFO ] This Realm has
> not yet been started
> (OFBiz_Shutdown_Hook) [  ServiceDispatcher.java:178:INFO ] De-Registering
> dispatcher: marketing...................."
>
> Is this the right approach to install multiple ofbiz on one machine, if this
> is right then what mistake I am making that such error is occurring?
> --
> View this message in context: http://www.nabble.com/Error-while-installing-multiple-ofbiz-on-one-machine-tp16417082p16417082.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>