Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- Re: Failed to Start JBoss 4.2.0 Application

- Re: Failed to Start JBoss 4.2.0 Application

2007-07-11       - By flindet

 Back
Reply:     1     2     3     4     5     6     7  

Okay, I've found the wiki entry explaining issues with IPv6 on GNU/Linux.

http://wiki.jboss.org/wiki/Wiki.jsp?page=IPv6

I don't know why I'm not seeing this when starting from the command line and
only when starting from Eclipse, but adding the following to my VM arguments in
Eclipse did seem to help:

-Djava.net.preferIPv4Stack=true

However, I'm still not able to complete the start of the JBoss 4.2.0
Application Platform.

I'm now using JBossTools-200707110856 (See http://ols-200707110856.ora-code.com)-nightly-ALL-linux-gtk
I'm on openSUSE 10.2.

09:02:42,493 INFO  [ServerInfo] Java version: 1.5.0_10,Sun Microsystems Inc.
 | 09:02:42,518 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0
_10-b03,Sun Microsystems Inc.
 | 09:02:42,519 INFO  [ServerInfo] OS-System: Linux 2.6.18.8-0.5-default,i386

I receive the following Exception:

2007-07-11 09:03:26,944 ERROR [org.jboss.deployment.MainDeployer] Could not
start deployment: file:/usr/local/jboss-eap-4 (See http://eap-4.ora-code.com).2/jboss-as/server/production/conf
/jboss-service.xml
 | org.jboss.deployment.DeploymentException Source code of org.jboss.deployment.DeploymentException: start operation failed on package
 | file:/usr/local/jboss-eap-4 (See http://eap-4.ora-code.com).2/jboss-as/server/production/conf/jboss-service
.xml; - nested throwable: (java.util.ConcurrentModificationException Source code of java.util.ConcurrentModificationException)
 |         at org.jboss.deployment.SARDeployer Source code of org.jboss.deployment.SARDeployer(SARDeployer.java:311)
 |         at org.jboss.deployment.MainDeployer Source code of org.jboss.deployment.MainDeployer(MainDeployer.java:1025)
 |         at org.jboss.deployment.MainDeployer Source code of org.jboss.deployment.MainDeployer(MainDeployer.java:819)
 |         at org.jboss.deployment.MainDeployer Source code of org.jboss.deployment.MainDeployer(MainDeployer.java:782)
 |         at org.jboss.deployment.MainDeployer Source code of org.jboss.deployment.MainDeployer(MainDeployer.java:766)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
 |         at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
 |         at java.lang.reflect.Method Source code of java.lang.reflect.Method(Method.java:585)
 |         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:155)
 |         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
 |         at org.jboss.mx.interceptor.AbstractInterceptor Source code of org.jboss.mx.interceptor.AbstractInterceptor
(AbstractInterceptor.java:133)
 |         at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 |         at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
(ModelMBeanOperationInterceptor.java:142)
 |         at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 |         at org.jboss.mx.server.AbstractMBeanInvoker.invoke
(AbstractMBeanInvoker.java:264)
 |         at org.jboss.mx.server.MBeanServerImpl Source code of org.jboss.mx.server.MBeanServerImpl(MBeanServerImpl.java
:659) at org.jboss.mx.util.MBeanProxyExt Source code of org.jboss.mx.util.MBeanProxyExt(MBeanProxyExt.java:210)
 |         at $Proxy5.deploy(Unknown Source)
 |         at org.jboss.system.server.ServerImpl Source code of org.jboss.system.server.ServerImpl(ServerImpl.java:482)
 |         at org.jboss.system.server.ServerImpl Source code of org.jboss.system.server.ServerImpl(ServerImpl.java:362) at
org.jboss.Main Source code of org.jboss.Main(Main.java:200)
 |         at org.jboss.Main Source code of org.jboss.Main$1.run(Main.java:508)
 |         at java.lang.Thread Source code of java.lang.Thread(Thread.java:595)
 | Caused by: java.util.ConcurrentModificationException Source code of java.util.ConcurrentModificationException
 |         at java.util.AbstractList Source code of java.util.AbstractList$Itr.checkForComodification(AbstractList
.java:449)
 |         at java.util.AbstractList Source code of java.util.AbstractList$Itr.next(AbstractList.java:420)
 |         at org.jboss.deployment.SARDeployer Source code of org.jboss.deployment.SARDeployer(SARDeployer.java:299)
 |         ... 23 more

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4063085#4063085

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4063085
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.