Error: Unable to Open

2009-01-29 Thread Sunils_82
Hi, I have a build.xml file in Folder_A and another build.xml file in Folder_B When i run both these build files separetely, they get executed successfully. But using the below code when i run build.xml file in Folder_B and make a SUBANT call to target in build.xml file present in Folder_A. i g

RE: OutOfMemoryError: unable to create new native thread

2009-01-29 Thread Murray, Mike
All the "hung" threads display the same "blocked" scenario as thread-1199. Name: Thread-1199 State: BLOCKED on java.io.bufferedinputstr...@1b5973f owned by: Thread-11 Total blocked: 1 Total waited: 0 Stack trace: java.io.BufferedInputStream.read(BufferedInputStream.java:308) java.io

OutOfMemoryError: unable to create new native thread

2009-01-29 Thread Murray, Mike
Since I'm allocating the JVM 1G for Heap and 370M for PermGen, the OS runs out of room for all the threads. I don't know why the threads continually climb while the builds runs. By the time it dies, the jconsole shows 888 lives threads, 890 peak and 4,013 total. It seems some of the parallel

"NoSuchMethodError: com.sun.xml.bind.DatatypeConverterImpl" exception when running XJC task

2009-01-29 Thread removeps-generic
Hi. I'm getting java.lang.NoSuchMethodError: com.sun.xml.bind.DatatypeConverterImpl._parseInteger(Ljava/lang/CharSequence;)Ljava/math/BigInteger; My ant file is It's strange, because jaxb-impl.jar does contain c