- 
        1. Re: Can't start up JBossjaikiran Sep 30, 2008 5:15 AM (in response to sender)Please post the entire console logs. That might give us an idea about what's wrong. Have you deployed any of your applications yet on this installation? 
- 
        2. Re: Can't start up JBossjaikiran Sep 30, 2008 5:20 AM (in response to sender)And did you replace/add any jar files in the server, especially any jars related to log4j? 
- 
        3. Re: Can't start up JBosspeterj Sep 30, 2008 11:38 AM (in response to sender)The first problem looks like you are licking up an old version of log4j. 
 Make sure that your CLASSPATH environment variable is not set. (Yes, I mean *NOT* set.) The run script will set the necessary classpath.
 Also, make sure that you do not have any "endorsed" directories in your JVM.
 If this doesn't help, add "-verbose:class" to the JVM command line within run.bat. This option causes the JVM to print out the JAR file for every class loaded - that should help you locate the stray log4j jar file.
- 
        4. Re: Can't start up JBossanupamkakade Jan 16, 2009 3:55 AM (in response to sender)Dear all, 
 I deployed session bean in jboss 4.2.3GA . It deployed successfully. But It is giving the exception while running the client.. It is not showing any stack trace on Jboss Console. But showing on client console.
 java.lang.NoSuchFieldError: TRACE
 at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
 NamingContext.lookup(NamingContext.java:600))
 Please help me in this regard.
- 
        5. Re: Can't start up JBossjaikiran Jan 16, 2009 5:34 AM (in response to sender)"anupamkakade" wrote: 
 But showing on client console.
 Which means that your client side classpath is having an incorrect version of log4j jar file? What is your classpath pointing to and how do you set the classpath? Are you using an IDE?
- 
        6. Re: Can't start up JBossmittal_abhi86 Jan 17, 2009 5:35 AM (in response to sender)Buddy you should perhaps try out giving the following property in your systemVariables: 
 PATH = "c:\windows\system32"
 or alternatively wherever your windows folder exists, give path to system32 directory.
 
     
     
    