[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-12-13 Thread [EMAIL PROTECTED]
I Did everything recommended by everyone and still got the same problem. I have no references to older versions of log4j throught my workspace. I have gone so far as to copy the version recommended into all the lib folders throughout jboss. I finally did the class delete thing and bam, it

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-11-27 Thread avernon
I experienced the same problem when I had log4j-1.2.8.jar in my classpath. When I replaced this with log4j-1.2.15.jar the problem went away. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108271#4108271 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-06-26 Thread Richard.luo
cornfield wrote : Hi,camunda |I tried your method, my application running fine! Thank you! But it's a camunda method,right? I don't know if there a official solution. | | Hi,mithilwane sashaxiv sipcity | My app used jbossall-client.jar in client, so I delete

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-06-04 Thread [EMAIL PROTECTED]
Log4j 1.2.14 has direct support for the trace logging level. Earlier versions of JBoss used older versions of log4j which did not support the trace level. The NoSuchFieldError: TRACE that appears in the first post refers to class org.apache.log4j.Level. It evidences the presence of an older

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-30 Thread sashaxiv
i finally fixed te problem cleaning all temp files from jboss(temp, and work-localhost)). I didn´t delete any finally, in fact when i deleted the file my webservices were not published. Regards kike. View the original post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-29 Thread sashaxiv
I have the same exception with jboss 4.2 and java 1.5. My application worked fine when i was using jboss 4.05. Where i can found the jar you said below? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049219#4049219 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-29 Thread sashaxiv
umm..i deleted the class from jboss-common and the error persists... any ideas? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049230#4049230 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049230

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-29 Thread sipcity
I have the same problem. Did you fix it some how? /Søren View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049266#4049266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049266 ___

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-29 Thread cornfield
Hi,camunda I tried your method, my application running fine! Thank you! But it's a camunda method,right? I don't know if there a official solution. Hi,mithilwane sashaxiv sipcity My app used jbossall-client.jar in client, so I delete Log4jLoggerPlugin.class in

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-26 Thread mithilwane
Hi, cornfield i'm getting the same error for Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85) Did you get this solved Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048842#4048842 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-26 Thread camunda
I have the same exception. The funny thing: If you delete the class Log4jLoggerPlugin completly from from the jar, it works fine ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048858#4048858 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-21 Thread donngo
FYI: I found the reason why I couldn't start the server. Whenever I set the JRE logging level to FINEST or ALL, the server would not start up properly. The default value is INFO. In case anyone doesn't know where the logging can be changed, it is located in the the logging.properities file,

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-19 Thread codesamurai
tsar is correct. I have no problem running JDK 6 update 1 with JBoss 4.2.0.GA on win XP PRO sp2 fully patched. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047020#4047020 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-18 Thread tsar_bomba
I can tell you that I'm running JDK 6 w/ JBoss 4.2.0.GA on Win XP, 2000, and 2003 w/o these issues, or any problems so far. Not that this helps, just an FYI. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046892#4046892 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-17 Thread cornfield
First of all thank you very much for the reply, it seems I will have to wait for some time. Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046684#4046684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4046684

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-15 Thread donngo
I can't event get the server to start. Belows is the console output when I tried to start the server by running the run.bat file: === JBoss Bootstrap Environment JBOSS_HOME: C:\jboss JAVA: C:\Java\jdk\bin\java

[jboss-user] [Beginners Corner] - Re: Problem with JBoss4.2.0GAJDK6

2007-05-15 Thread cornfield
What is your operating system? What is your JDK version? Do you setup your system classpath: JAVA_HOME,JBOSS_HOME? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046007#4046007 Reply to the post :