From: Andrew M <an...@oc...> - 2011-01-04 20:21:24
|
My app works fine with this classpath: set CP=%CP%;Z:\ quickfixj-1.3.3-bin\quickfixj-all-1.3.3.jar set CP=%CP%;Z:\ quickfixj-1.3.3-bin\slf4j-api-1.3.0.jar set CP=%CP%;Z:\ quickfixj-1.3.3-bin\slf4j-jdk14-1.3.0.jar set CP=%CP%;Z:\ quickfixj-1.3.3-bin\mina-core-1.1.0.jar but when I change to this: set QFJ_HOME=z:\quickfix_j_1.5 set CP=%CP%;%QFJ_HOME%/lib/mina-core-1.1.7.jar set CP=%CP%;%QFJ_HOME%/lib/slf4j-api-1.5.3.jar set CP=%CP%;%QFJ_HOME%/lib/slf4j-jdk14-1.5.3.jar set CP=%CP%;%QFJ_HOME%/quickfixj-core-1.5.0.jar set CP=%CP%;%QFJ_HOME%/quickfixj-msg-fix40-1.5.0.jar set CP=%CP%;%QFJ_HOME%/quickfixj-msg-fix41-1.5.0.jar set CP=%CP%;%QFJ_HOME%/quickfixj-msg-fix42-1.5.0.jar set CP=%CP%;%QFJ_HOME%/quickfixj-msg-fix43-1.5.0.jar set CP=%CP%;%QFJ_HOME%/quickfixj-msg-fix44-1.5.0.jar set CP=%CP%;%QFJ_HOME%/quickfixj-msg-fix50-1.5.0.jar set CP=%CP%;%QFJ_HOME%/quickfixj-msg-fixt11-1.5.0.jar I get this: [Unloading class sun.reflect.GeneratedConstructorAccessor13] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor28] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor13] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor30] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor16] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor12] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor18] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor21] [Unloading class sun.reflect.GeneratedMethodAccessor8] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor9] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor7] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor23] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor22] [Unloading class sun.reflect.GeneratedMethodAccessor3] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor6] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor11] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor26] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor10] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2] [Unloading class sun.reflect.GeneratedMethodAccessor6] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor27] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor17] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5] [Unloading class sun.reflect.GeneratedMethodAccessor7] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor15] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor20] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor29] [Unloading class sun.reflect.GeneratedConstructorAccessor2] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor8] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor25] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor24] Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: PermGen space Exception in thread "tblPrimaryGroupChanges" java.lang.OutOfMemoryError: PermGen space Exception in thread "Cluster|Member(Id=18, Timestamp=2010-12-29 18:16:11.898, Address=192.168.3.8:8088, MachineId=5063, Location=machine:box2,process:7808,member:andrew, Role=Omrror: PermGen space java.lang.OutOfMemoryError: PermGen space Exception in thread "PacketReceiver" java.lang.OutOfMemoryError: PermGen space Exception in thread "refreshTonysAnalytics" java.lang.OutOfMemoryError: PermGen space Exception in thread "main" java.lang.OutOfMemoryError: PermGen space Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal UNKNOWN to handler- the VM may need to be forcibly terminated Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal UNKNOWN to handler- the VM may need to be forcibly terminated Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal UNKNOWN to handler- the VM may need to be forcibly terminated Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal UNKNOWN to handler- the VM may need to be forcibly terminated Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal UNKNOWN to handler- the VM may need to be forcibly terminated Any ideas? Thanks! Andrew |