Question : Jboss fails to start up with liferay portal application

System Information
OS: CentOS release 5.5 (Final
Jboss: jboss4.2.3GA
Liferay: liferay-5.2.3
Java: java version "1.6.0_0"
         OpenJDK Runtime Environment (IcedTea6 1.6) (rhel-1.11.b16.el5-x86_64)
         OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

I installed java and set the correct JAVA_HOME path

I downloaded and installed jboss4.2.3GA for jdk6.

I started up jboss with no errors and pulled up the jboss default website.

I downloaded the liferay war files and dependencies, and followed the following directions to install liferay on jboss.

http://www.liferay.com/community/forums/-/message_boards/message/1344735?_19_redirect=%2Fcommunity%2Fforums%2F-%2Fmessage_boards%2Fsearch%3F_19_breadcrumbsCategoryId%3D239393%26_19_breadcrumbsMessageId%3D5131024%26_19_threadId%3D5131025%26_19_searchCategoryId%3D239393%26_19_keywords%3Djboss%2Binstall

I ran into an error with log4j. After doing some research I deleted the log4j.jar file located at JBOSS_HOME/server/default/deploy/ROOT.WAR/WEB-INF/lib/

When I try to run jboss now I receiving an error around the point where hibernation begins.  Liferay is currently set to use its built in database using hypersonic.  I have tried to download the jboss & glassfish bundle that liferay provides.  Both packages produce the same error.

I am not sure where to go at this point.  Would someone please point me in the right direction?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3

  JAVA: /opt/app/java/bin/java

  JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=256m -Dfile.encoding=UTF-8 -Duser.timezone=GMT

  CLASSPATH: /opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/bin/run.jar:/opt/app/java/lib/tools.jar

=========================================================================

20:24:33,124 INFO  [Server] Starting JBoss (MX MicroKernel)...
20:24:33,125 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
20:24:33,126 INFO  [Server] Home Dir: /opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3
20:24:33,126 INFO  [Server] Home URL: file:/opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/
20:24:33,127 INFO  [Server] Patch URL: null
20:24:33,127 INFO  [Server] Server Name: default
20:24:33,127 INFO  [Server] Server Home Dir: /opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default
20:24:33,128 INFO  [Server] Server Home URL: file:/opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/
20:24:33,128 INFO  [Server] Server Log Dir: /opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/log
20:24:33,128 INFO  [Server] Server Temp Dir: /opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/tmp
20:24:33,128 INFO  [Server] Root Deployment Filename: jboss-service.xml
20:24:33,493 INFO  [ServerInfo] Java version: 1.6.0_20,Sun Microsystems Inc.
20:24:33,494 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 16.3-b01,Sun Microsystems Inc.
20:24:33,494 INFO  [ServerInfo] OS-System: Linux 2.6.18-194.3.1.el5,i386
20:24:33,871 INFO  [Server] Core system initialized
20:24:36,258 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
20:24:36,260 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
20:24:36,689 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
20:24:36,689 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
20:24:36,848 INFO  [TransactionManagerService] Starting recovery manager
20:24:36,946 INFO  [TransactionManagerService] Recovery manager started
20:24:36,946 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
20:24:39,218 INFO  [EJB3Deployer] Starting java:comp multiplexer
20:24:41,278 INFO  [NativeServerConfig] JBoss Web Services - Native
20:24:41,279 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
20:24:42,044 INFO  [Embedded] Catalina naming disabled
20:24:42,150 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/app/jdk1.6.0_20/jre/lib/i386/server:/opt/app/jdk1.6.0_20/jre/lib/i386:/opt/app/jdk1.6.0_20/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
20:24:42,237 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
20:24:42,238 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
20:24:42,238 INFO  [Catalina] Initialization processed in 194 ms
20:24:42,238 INFO  [StandardService] Starting service jboss.web
20:24:42,240 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
20:24:42,269 INFO  [Catalina] Server startup in 31 ms
20:24:42,349 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
20:24:42,889 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
20:24:43,031 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
20:24:43,177 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
20:24:44,117 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
20:24:44,646 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
20:24:44,695 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
20:24:44,724 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
20:24:44,908 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
20:24:44,999 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
20:24:45,016 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
20:24:45,035 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
20:24:45,040 INFO  [QuartzResourceAdapter] start quartz!!!
20:24:45,084 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
20:24:45,101 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
20:24:45,111 INFO  [RAMJobStore] RAMJobStore initialized.
20:24:45,112 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
20:24:45,112 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
20:24:45,112 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
20:24:45,745 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
20:24:45,935 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
20:24:45,962 INFO  [DLQ] Bound to JNDI name: queue/DLQ
20:24:46,194 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
20:24:46,324 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/ROOT.war/
20:24:50,234 INFO  [STDOUT] Loading jar:file:/opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/ROOT.war/WEB-INF/lib/portal-impl.jar!/system.properties
20:24:50,548 INFO  [[/]] Initializing Spring root WebApplicationContext
20:24:51,295 INFO  [STDOUT] Loading jar:file:/opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/ROOT.war/WEB-INF/lib/portal-impl.jar!/portal.properties
20:24:59,139 INFO  [DialectDetector] Determining dialect for HSQL Database Engine 1
20:24:59,139 WARN  [DialectDetector] Liferay is configured to use Hypersonic as its database. Do NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The database settings can be changed in portal.properties.
20:24:59,211 INFO  [DialectDetector] Using dialect org.hibernate.dialect.HSQLDialect
20:24:59,493 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl]; using defaults.
20:24:59,858 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl]; using defaults.
20:24:59,864 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserIdMapperImpl]; using defaults.
20:24:59,870 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.LayoutSetImpl]; using defaults.
20:24:59,880 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.OrgGroupPermissionImpl]; using defaults.
20:24:59,886 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl]; using defaults.
20:24:59,892 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PortletItemImpl]; using defaults.
20:24:59,899 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tasks.model.impl.TasksReviewImpl]; using defaults.
20:24:59,906 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl]; using defaults.
20:24:59,915 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl]; using defaults.
20:24:59,920 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.SubscriptionImpl]; using defaults.
20:24:59,927 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl]; using defaults.
20:24:59,938 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBThreadImpl]; using defaults.
20:24:59,945 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.bookmarks.model.impl.BookmarksFolderImpl]; using defaults.
20:24:59,951 ERROR [STDERR] Jun 22, 2010 8:24:59 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalArticleImpl]; using defaults.
20:25:00,005 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl]; using defaults.
20:25:00,011 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoValueImpl]; using defaults.
20:25:00,020 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalArticleImageImpl]; using defaults.
20:25:00,026 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.ratings.model.impl.RatingsEntryImpl]; using defaults.
20:25:00,033 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PasswordPolicyImpl]; using defaults.
20:25:00,044 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.RoleImpl]; using defaults.
20:25:00,051 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.LayoutImpl]; using defaults.
20:25:00,075 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ReleaseImpl]; using defaults.
20:25:00,084 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.MembershipRequestImpl]; using defaults.
20:25:00,091 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsSourceImpl]; using defaults.
20:25:00,097 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ListTypeImpl]; using defaults.
20:25:00,102 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBMessageImpl]; using defaults.
20:25:00,113 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.social.model.impl.SocialRequestImpl]; using defaults.
20:25:00,120 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingItemPriceImpl]; using defaults.
20:25:00,159 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.polls.model.impl.PollsVoteImpl]; using defaults.
20:25:00,167 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.WebsiteImpl]; using defaults.
20:25:00,174 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.WebDAVPropsImpl]; using defaults.
20:25:00,185 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.OrgLaborImpl]; using defaults.
20:25:00,193 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl]; using defaults.
20:25:00,201 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ClassNameImpl]; using defaults.
20:25:00,209 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingCategoryImpl]; using defaults.
20:25:00,220 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tasks.model.impl.TasksProposalImpl]; using defaults.
20:25:00,227 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoRowImpl]; using defaults.
20:25:00,237 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.ratings.model.impl.RatingsStatsImpl]; using defaults.
20:25:00,256 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl]; using defaults.
20:25:00,264 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsEntryImpl]; using defaults.
20:25:00,273 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserGroupImpl]; using defaults.
20:25:00,282 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBMailingListImpl]; using defaults.
20:25:00,291 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.BrowserTrackerImpl]; using defaults.
20:25:00,297 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PluginSettingImpl]; using defaults.
20:25:00,334 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingItemImpl]; using defaults.
20:25:00,347 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryImpl]; using defaults.
20:25:00,353 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl]; using defaults.
20:25:00,360 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.social.model.impl.SocialActivityImpl]; using defaults.
20:25:00,366 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoTableImpl]; using defaults.
20:25:00,374 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingCartImpl]; using defaults.
20:25:00,383 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsVocabularyImpl]; using defaults.
20:25:00,388 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PhoneImpl]; using defaults.
20:25:00,395 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl]; using defaults.
20:25:00,403 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl]; using defaults.
20:25:00,409 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionImpl]; using defaults.
20:25:00,415 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ContactImpl]; using defaults.
20:25:00,427 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserTrackerImpl]; using defaults.
20:25:00,435 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.RegionImpl]; using defaults.
20:25:00,440 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBBanImpl]; using defaults.
20:25:00,446 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserTrackerPathImpl]; using defaults.
20:25:00,450 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl]; using defaults.
20:25:00,460 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserGroupRoleImpl]; using defaults.
20:25:00,465 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsAssetImpl]; using defaults.
20:25:00,474 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalStructureImpl]; using defaults.
20:25:00,481 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PortletPreferencesImpl]; using defaults.
20:25:00,488 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.OrganizationImpl]; using defaults.
20:25:00,498 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.blogs.model.impl.BlogsEntryImpl]; using defaults.
20:25:00,505 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingCouponImpl]; using defaults.
20:25:00,515 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.polls.model.impl.PollsQuestionImpl]; using defaults.
20:25:00,522 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.AddressImpl]; using defaults.
20:25:00,530 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ServiceComponentImpl]; using defaults.
20:25:00,536 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalArticleResourceImpl]; using defaults.
20:25:00,541 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl]; using defaults.
20:25:00,547 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.imagegallery.model.impl.IGFolderImpl]; using defaults.
20:25:00,554 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.imagegallery.model.impl.IGImageImpl]; using defaults.
20:25:00,561 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourceImpl]; using defaults.
20:25:00,571 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalFeedImpl]; using defaults.
20:25:00,585 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PasswordPolicyRelImpl]; using defaults.
20:25:00,591 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.OrgGroupRoleImpl]; using defaults.
20:25:00,597 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.CompanyImpl]; using defaults.
20:25:00,606 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ImageImpl]; using defaults.
20:25:00,612 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.EmailAddressImpl]; using defaults.
20:25:00,619 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.AccountImpl]; using defaults.
20:25:00,626 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PasswordTrackerImpl]; using defaults.
20:25:00,633 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.wiki.model.impl.WikiNodeImpl]; using defaults.
20:25:00,640 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourcePermissionImpl]; using defaults.
20:25:00,646 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsPropertyImpl]; using defaults.
20:25:00,652 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl]; using defaults.
20:25:00,657 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.wiki.model.impl.WikiPageImpl]; using defaults.
20:25:00,666 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.calendar.model.impl.CalEventImpl]; using defaults.
20:25:00,677 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PortletImpl]; using defaults.
20:25:00,717 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.GroupImpl]; using defaults.
20:25:00,724 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalTemplateImpl]; using defaults.
20:25:00,733 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoColumnImpl]; using defaults.
20:25:00,739 ERROR [STDERR] Jun 22, 2010 8:25:00 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl]; using defaults.
20:25:01,056 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.social.model.impl.SocialRelationImpl]; using defaults.
20:25:01,062 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PermissionImpl]; using defaults.
20:25:01,076 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ShardImpl]; using defaults.
20:25:01,081 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl]; using defaults.
20:25:01,086 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalContentSearchImpl]; using defaults.
20:25:01,093 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBMessageFlagImpl]; using defaults.
20:25:01,099 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.CountryImpl]; using defaults.
20:25:01,105 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourceCodeImpl]; using defaults.
20:25:01,110 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.polls.model.impl.PollsChoiceImpl]; using defaults.
20:25:01,114 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBCategoryImpl]; using defaults.
20:25:01,120 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourceActionImpl]; using defaults.
20:25:01,126 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.shopping.model.impl.ShoppingOrderItemImpl]; using defaults.
20:25:01,133 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl]; using defaults.
20:25:01,295 ERROR [STDERR] Jun 22, 2010 8:25:01 PM net.sf.ehcache.hibernate.EhCacheProvider buildCache
WARNING: Could not find a specific ehcache configuration for cache named [org.hibernate.cache.StandardQueryCache]; using defaults.
20:25:01,680 INFO  [STDOUT] Loading jar:file:/opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/ROOT.war/WEB-INF/lib/portal-impl.jar!/captcha.properties
20:25:02,290 INFO  [PortalImpl] Portal lib directory /opt/app/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/ROOT.war/WEB-INF/lib/
20:25:12,681 INFO  [ServerDetector] Detected server jboss-tomcat
20:25:14,181 ERROR [STDERR] Jun 22, 2010 8:25:14 PM com.sun.portal.container.service.ServiceManagerContextListenerImpl contextInitialized
INFO: PSC_CSPCS001 : Started initializing ServiceManager
20:25:14,189 ERROR [STDERR] Jun 22, 2010 8:25:14 PM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.CoordinationService, Implementation: com.sun.portal.container.service.coordination.impl.CoordinationServiceImpl
20:25:14,193 ERROR [STDERR] Jun 22, 2010 8:25:14 PM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.CachingService, Implementation: com.sun.portal.container.service.caching.impl.CachingServiceImpl
20:25:14,197 ERROR [STDERR] Jun 22, 2010 8:25:14 PM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.ClientCachingService, Implementation: com.sun.portal.container.service.caching.impl.ClientCachingServiceImpl
20:25:14,200 ERROR [STDERR] Jun 22, 2010 8:25:14 PM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.DeploymentService_Local, Implementation: com.sun.portal.container.service.deployment.impl.DeploymentServiceLocalImpl
20:25:14,207 ERROR [STDERR] Jun 22, 2010 8:25:14 PM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.ContainerEventService, Implementation: com.sun.portal.container.service.coordination.impl.ContainerEventServiceImpl
20:25:14,223 ERROR [STDERR] Jun 22, 2010 8:25:14 PM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.PolicyService, Implementation: com.liferay.portal.portletcontainer.PolicyServiceImpl

Answer : Jboss fails to start up with liferay portal application

There are litterally hundreds out there that offer differing options.
To be honest, I have never needed or been asked to implement one.

Just a quick search finds what looks like an excellent product with a free trial availale: http://www.advsoft.info/products/maildetective/
Random Solutions  
 
programming4us programming4us