Re: Log4j2 UDP socket configure error. Class not found org.apache.logging.log4j.core.impl.Log4jLogEvent$LogEventProxy

2013-04-29 Thread Remko Popma
Imesh, It is hard to see what could be the problem based on your description. I created this JIRA ticket for the issue you describe: https://issues.apache.org/jira/browse/LOG4J2-228 Would it be possible for you to attach a test program that demonstrates the issue to that JIRA ticket? Kind

Re: Log4j2 UDP socket configure error. Class not found org.apache.logging.log4j.core.impl.Log4jLogEvent$LogEventProxy

2013-04-29 Thread Gary Gregory
Does the error happen from maven or your IDE? Gary On Apr 29, 2013, at 7:43, Remko Popma rem...@yahoo.com wrote: Imesh, It is hard to see what could be the problem based on your description. I created this JIRA ticket for the issue you describe:

Re: Log4j2 UDP socket configure error. Class not found org.apache.logging.log4j.core.impl.Log4jLogEvent$LogEventProxy

2013-04-29 Thread Remko Popma
Hi Imesh, I'll take a look, thank you. I'll attach the files to the Jira when I get home. About Jira, I think anyone can create an account. Maybe for next time... :-) Remko Sent from my iPhone On 2013/04/30, at 14:40, Imesh Damith im...@rezgateway.com wrote: Hi Remko, Sorry, I do not

Re: Log4j2 UDP socket configure error. Class not found org.apache.logging.log4j.core.impl.Log4jLogEvent$LogEventProxy

2013-04-29 Thread Imesh Damith
Hi Gary, This is happening in while running. In my TCP server class. below is snipt. private void someMethod() throws IOException{ DatagramSocket socket = new DatagramSocket(9092); byte[] buf = new byte[10]; DatagramPacket packet = new