Foros de discusión

issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

thumbnail
Fabio Zambelli, modificado hace 10 años.

issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Junior Member Mensajes: 28 Fecha de incorporación: 22/02/10 Mensajes recientes
i guess the environment is properly installed ( i've followed the user guide and other tips on customer portal knowledge base )

here is the successfull configuration
- jboss-eap-6.2.0
- liferay-portal-6.2-ee-sp3-20140407093552703.war
- portal-service-6.2.1.jar in module/com/liferay/portal/main (https://repository.liferay.com/nexus/content/repositories/liferay-releases-ce/com/liferay/portal/portal-service/6.2.1/portal-service-6.2.1.jar)
and here is the log on startup
10:46:27,053 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/]] (ServerService Thread Pool -- 63) Initializing Spring root WebApplicationContext
10:48:02,952 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/marketplace-portlet]] (ServerService Thread Pool -- 63) Initializing Spring root WebApplicationContext
10:48:05,788 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/]] (ServerService Thread Pool -- 63) Initializing Spring FrameworkServlet 'Remoting Servlet'
10:48:08,526 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "marketplace-portlet.war" (runtime-name : "marketplace-portlet.war")
10:48:08,527 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "ROOT.war" (runtime-name : "ROOT.war")
10:48:08,577 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://0.0.0.0:9990/management
10:48:08,578 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://0.0.0.0:9990
10:48:08,579 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) started in 136704ms - Started 1863 of 1930 services (65 services are passive or on-demand)


here is the unsuccessfull configuration
- jboss-eap-6.2.0
- liferay-portal-6.2-ee-sp3-20140407093552703.war
- liferay-portal-dependencies-6.2-ee-sp3 in module/com/liferay/portal/main
10:42:35,542 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/]] (ServerService Thread Pool -- 57) Initializing Spring root WebApplicationContext
10:43:27,842 INFO [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB003075: Coyote HTTP/1.1 pausing on: http-/0.0.0.0:8080
10:43:27,851 INFO [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB003077: Coyote HTTP/1.1 stopping on : http-/0.0.0.0:8080
and here is the log on startup
10:43:27,947 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
10:43:27,966 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/GDFDBITMITS_DS]
10:43:27,985 INFO [org.jboss.web] (ServerService Thread Pool -- 58) JBAS018224: Unregister web context: /marketplace-portlet
10:43:28,206 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment marketplace-portlet.war (runtime-name: marketplace-portlet.war) in 557ms


i need to use the second configuration
any could give me some advice? pls
thumbnail
Fabio Zambelli, modificado hace 10 años.

RE: issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Junior Member Mensajes: 28 Fecha de incorporación: 22/02/10 Mensajes recientes
sorry, ignore this post, in a clean environment the second configuration works.
my error was that i first started portal server with portal-service-6.2.1.jar and then with liferay-portal-dependencies-6.2-ee-sp3 and this caused "Upgrading from 6201 to 6210 is not supported". i had to drop and recreate the liferay db to solve the issue
thumbnail
Subhasis Roy, modificado hace 9 años.

RE: issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Expert Mensajes: 275 Fecha de incorporación: 20/01/12 Mensajes recientes
Hi Fabio,

I am trying to install the "liferay-portal-6.2-ee-sp9.war" and on JBoss 6.2 EAP Server.

I am now getting the following error,

Error log at liferay.log file:
12:54:18,026 INFO [ServerService Thread Pool -- 175][BaseDB:481] Database supports case sensitive queries
12:54:18,056 ERROR [ServerService Thread Pool -- 175][MainServlet:212] java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.
java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.
at com.liferay.portal.tools.DBUpgrader.upgrade(DBUpgrader.java:114)
at com.liferay.portal.events.StartupAction.doRun(StartupAction.java:180)
at com.liferay.portal.ee.license.StartupAction.doRun(Unknown Source)


Its showing the version issue.

Can you please help me on this one, how you resolved that issue.
Or if you can provide me the steps to do that, that will be very helpful.
thumbnail
Fabio Zambelli, modificado hace 9 años.

RE: issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Junior Member Mensajes: 28 Fecha de incorporación: 22/02/10 Mensajes recientes
hello Roy,
try to download Liferay Portal 6.2 EE SP9 Dependencies from the customer portlal
https://www.liferay.com/group/customer/downloads/-/asset_publisher/YtYHVPRKNO6z/content/2014-12-12-6-2-ee-sp9-portal-dependencies
and put *.jar into $JBOSS_HOME/modules/com/liferay/portal/main
thumbnail
Olaf Kock, modificado hace 9 años.

RE: issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
Subhasis Roy:

12:54:18,056 ERROR [ServerService Thread Pool -- 175][MainServlet:212] java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.
java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.


You have some component (WAR? Dependencies?) from Liferay 6.2 CE (6202) in there and you're trying to run that on a database that was upgraded to EE (6210). Identify the code that you're running and deploy the matching libraries, then restart.
thumbnail
David H Nebinger, modificado hace 9 años.

RE: issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
Olaf Kock:
Subhasis Roy:

12:54:18,056 ERROR [ServerService Thread Pool -- 175][MainServlet:212] java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.
java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.


You have some component (WAR? Dependencies?) from Liferay 6.2 CE (6202) in there and you're trying to run that on a database that was upgraded to EE (6210). Identify the code that you're running and deploy the matching libraries, then restart.


He knows that Olaf. He started a separate thread where we pointed those things out to him, not sure why he revived this thread to also post the same things...
thumbnail
Subhasis Roy, modificado hace 9 años.

RE: issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Expert Mensajes: 275 Fecha de incorporación: 20/01/12 Mensajes recientes
Hi Olaf,

resolved that. thanks,

downloaded the dependency jars from the same location Fabio provided above and it worked for me

Thanks a lot.
Anustup Paul, modificado hace 8 años.

RE: [Liferay Forums][1. Installation / Deployment / Setup] RE: issue with l

New Member Mensajes: 2 Fecha de incorporación: 20/11/13 Mensajes recientes
Hi Subhasis,

How are you doing? Did not know we will meet via forum. Are you implementing Liferay Portal on JBoss application server?

Right now in our project we have been facing the version issue within Liferay and there is a dialogue which is going on for the same. Let me get a scoop from that for you, that might help you.

Cheers,
Anustup Paul | Vantiv iQ | [cid:image001.jpg@01D00F3B.FC668A50] : 513.306.1142 | [cid:image002.jpg@01D00F3B.FC668A50] : anustup.paul@vantiv.com<mailto:Anustup.Paul@vantiv.com>

From: Subhasis Roy from liferay.com [mailto:forums@liferay.com]
Sent: Friday, January 30, 2015 10:49 AM
To: forums@liferay.com
Subject: [Liferay Forums][1. Installation / Deployment / Setup] RE: issue with liferay portal 6.2 ee sp3 and jboss eap 6.2

Hi Fabio,

I am trying to install the "liferay-portal-6.2-ee-sp9.war" and on JBoss 6.2 EAP Server.

I am now getting the following error,

Error log at liferay.log file:
12:54:18,026 INFO [ServerService Thread Pool -- 175][BaseDB:481] Database supports case sensitive queries
12:54:18,056 ERROR [ServerService Thread Pool -- 175][MainServlet:212] java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.
java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build version is 6210 and attempting to deploy version 6202.
at com.liferay.portal.tools.DBUpgrader.upgrade(DBUpgrader.java:114)
at com.liferay.portal.events.StartupAction.doRun(StartupAction.java:180)
at com.liferay.portal.ee.license.StartupAction.doRun(Unknown Source)

Its showing the version issue.

Can you please help me on this one, how you resolved that issue.
Or if you can provide me the steps to do that, that will be very helpful.


To view the thread, follow the link below:
https://www.liferay.com/community/forums/-/message_boards/view_message/48435076
--
Liferay.com<https://www.liferay.com>

**NOTICE: This e-mail message, including any attachments hereto, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), any unauthorized review, use, copying, disclosure or distribution is prohibited. If you are not the intended recipient(s), please contact the sender by reply e-mail immediately and destroy the original and all copies (including electronic versions) of this message and any of its attachments.