Bug 802868 - NoClassDefFoundError when starting portal on rhel6, openjdk1.6
Summary: NoClassDefFoundError when starting portal on rhel6, openjdk1.6
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Portal
Version: 5.2.1.ER01
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Default User
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-13 16:52 UTC by mgottval
Modified: 2014-09-15 00:06 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-13 17:55:28 UTC
Type: ---


Attachments (Terms of Use)

Description mgottval 2012-03-13 16:52:18 UTC
Description of problem:
NoClassDefFoundError when starting portal on rhel6, openjdk1.6 :


Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/bootstrap/BaseServerConfig
	at org.jboss.bootstrap.AbstractServerImpl.doInit(AbstractServerImpl.java:190)
	at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:173)
	at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:143)
	at org.jboss.Main.boot(Main.java:218)
	at org.jboss.Main$1.run(Main.java:556)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: org.jboss.bootstrap.BaseServerConfig
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

Comment 1 prabhat jha 2012-03-13 17:55:28 UTC
It was test enviornment issue. Not really a bug.


Note You need to log in before you can comment on or make changes to this bug.