掲示板

Getting errors while evaluating Liferay EE 6.1

11年前 に Venkata Harish Tallam によって更新されました。

Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 4 参加年月日: 12/09/06 最新の投稿
Hi All,

We are trying to evaluate LifeRay EE 6.1.20.ga2 with JBoss Enterprise Edition (7.1.2).

I have configured LifeRay dependency jars as and other configurations which is mentioned in the below link

http://www.liferay.com/documentation/liferay-portal/6.1/user-guide/-/ai/lp-6-1-ugen11-installing-liferay-on-jboss-7-0

I have downloaded liferay dependency jars from the following link

http://www.liferay.com/downloads/liferay-portal/additional-files.

But when I try to deploy Enterprise Edition ROOT war, it is deploying with the following errors.

izer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
15:17:33,299 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: Module "deployment.ROOT.war:main" from Service Module Loader
15:17:35,946 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-2) Error listenerStart
15:17:35,946 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-2) Context [] startup failed due to previous errors
15:17:35,976 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.web.deployment.default-host./: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.6.0_22]
at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_22]

15:17:36,219 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "ROOT.war"
15:17:36,220 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "services.ear"
15:17:36,223 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./: JBAS018040: Failed to start context

15:17:36,242 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://192.168.2.19:9990
15:17:36,242 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.0.0.GA (AS 7.1.2.Final-redhat-1) started (with errors) in 58151ms - Started 1889 of 2005 services (2 services failed or missing dependencies, 112 services are passive or on-demand)



Using the same configuration, I'm able to deploy liferay community edition ROOT war without any errors and problems.


Plz help me out regarding this
thumbnail
11年前 に Davy Kamerbeek によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 23 参加年月日: 12/03/12 最新の投稿
The Liferay 6.1.20 EE GA2 release is 'broken' in different ways:

  • the default update managing (in control panel) function won't work (can't upload portlets). You have to install the private plugin installer
  • the dependencies that you can download from the site are actually from the CE version see here

We're trying to do same as you but we use Weblogic 10.3.6 with Liferay 6.1.20 EE GA2. There are additional issues with weblogic, see here and here

Hope this helps.
11年前 に Venkata Harish Tallam によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 4 参加年月日: 12/09/06 最新の投稿
Hi Davy,

Thnx for the reply.

Now, I have copied LifeRay EE dependency jars.

Now getting following errors.


10:36:25,728 INFO [stdout] (MSC service thread 1-1) 10:36:25,727 INFO [MSC service thread 1-1][DialectDetector:136] Found dialect org.hibernate.dialect.HSQLDialect
10:36:32,469 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-1) Error listenerStart
10:36:32,469 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-1) Context [] startup failed due to previous errors
10:36:32,481 INFO [stdout] (MSC service thread 1-1) 10:36:32,479 ERROR [MSC service thread 1-1][PortalContextLoaderListener:107] java.lang.NullPointerException
10:36:32,482 INFO [stdout] (MSC service thread 1-1) java.lang.NullPointerException
10:36:32,482 INFO [stdout] (MSC service thread 1-1) at com.liferay.portal.kernel.servlet.DirectServletRegistryUtil.clearServlets(DirectServletRegistryUtil.java:27)
10:36:32,482 INFO [stdout] (MSC service thread 1-1) at com.liferay.portal.spring.context.PortalContextLoaderListener.contextDestroyed(PortalContextLoaderListener.java:104)
10:36:32,482 INFO [stdout] (MSC service thread 1-1) at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3489)
10:36:32,482 INFO [stdout] (MSC service thread 1-1) at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3999)
10:36:32,483 INFO [stdout] (MSC service thread 1-1) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3917)
10:36:32,483 INFO [stdout] (MSC service thread 1-1) at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90)
10:36:32,483 INFO [stdout] (MSC service thread 1-1) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
10:36:32,483 INFO [stdout] (MSC service thread 1-1) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
10:36:32,483 INFO [stdout] (MSC service thread 1-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
10:36:32,484 INFO [stdout] (MSC service thread 1-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
10:36:32,484 INFO [stdout] (MSC service thread 1-1) at java.lang.Thread.run(Thread.java:679)
10:36:32,506 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.web.deployment.default-host./: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95)

at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.6.0_22]
at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_22]

10:36:32,748 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "ROOT.war"
10:36:32,749 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "order-ear-0.0.2-SNAPSHOT.ear"
10:36:32,750 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./: JBAS018040: Failed to start context

10:36:32,772 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://192.168.2.19:9990
10:36:32,772 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.0.0.GA (AS 7.1.2.Final-redhat-1) started (with errors) in 74601ms - Started 1889 of 2005 services (2 services failed or missing dependencies, 112 services are passive or on-demand)
11年前 に Venkata Harish Tallam によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 4 参加年月日: 12/09/06 最新の投稿
I have copied following liferay ee dependency jars into modules,

1. hsql.jar
2. portal-service.jar
3. portlet.jar
thumbnail
11年前 に Davy Kamerbeek によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 23 参加年月日: 12/03/12 最新の投稿
The logging suggests that it's missing 2 dependencies. Do you know for sure that all the (correct) dependencies are in place? In particular the JBOSS specific libraries?

Don't waste you're time with the EE 6.1.20 version if the CE version works correctly out of the box. The EE is still too buggy. We're getting EE support for this problem. When i get some anwsers i will let you know.
thumbnail
11年前 に Koen Vermeulen によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 13 参加年月日: 10/02/16 最新の投稿
Does this mean that noone ever could try the new 30day trial EE edition (6.1 EE GA2), because the dependancy jars for EE cannot be find on liferay.com??

The error you get when you use the CE dependancies together with EE is:

java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version.
Current build version is 6110 and attempting to deploy version 6101
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
That just because CE and EE have different version numbers. Can't use CE on EE. Best to contact sales@liferay.com to get EE dependencies. I think similar issue has come up when using EE trial and sales@liferay.com was able to provide assistance.

Sorry, but we can't distribute EE stuffs here.
thumbnail
11年前 に Mika Koivisto によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
Please contact Liferay Sales they will be able to help you find what you need. You can find contact details to your area sales team from contact us page.
thumbnail
11年前 に Koen Vermeulen によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 13 参加年月日: 10/02/16 最新の投稿
Thank you very much for your help.
An email is sent to Sales.
I keep you informed about their reply.
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
JBoss 7.0.x and JBoss 7.1.x is different. GA1 is using 7.0.x and GA2 is using 7.1.x. I think the documents are updated for the most recent releases yet.
11年前 に Venkata Harish Tallam によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

New Member 投稿: 4 参加年月日: 12/09/06 最新の投稿
I'm using GA2 with JBoss 7.1.2 EE
thumbnail
11年前 に devaraj s によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

Regular Member 投稿: 228 参加年月日: 12/05/21 最新の投稿
Hi,
I am trying to install liferay 6.1 ce ga2 in existing jboss -7.1.1.final version but getting error in console is,

ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./: JBAS018040: Failed to start context"}}}}



Not able to find out the error plz help me in this case..


Thanks in advance
thumbnail
9年前 に Anil T によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

Expert 投稿: 313 参加年月日: 12/01/14 最新の投稿
Hi,

We have also facing the same issue with the jboss server. Do anyone has solution for this issue ? we are using Liferay 6.2 CE version.

Thanks,
Anil T
9年前 に Arun R S Chandran によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

Regular Member 投稿: 149 参加年月日: 13/03/12 最新の投稿
Hi All,
Does anyone fixed this issue? I'm facing the same issue now. Can anyone help me for it?
thumbnail
9年前 に Olaf Kock によって更新されました。

RE: Getting errors while evaluating Liferay EE 6.1

Liferay Legend 投稿: 6396 参加年月日: 08/09/23 最新の投稿
You're probably not evaluating Liferay EE 6.1, right? You might get more attention if you post a new thread with an appropriate title and the description of the error message that you see. Don't forget to add the version numbers (Liferay, JBoss) and what you did until the error message stopped you.

This thread is already long, gives many different descriptions and just stating that you have "the same" issue as someone two years ago doesn't really help. Please make it easier for us to help you by providing all information together, with a proper headline.