Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in thread "main" java.lang.Error: java.lang.Error: java.lang.OutOfMemoryError: Java heap space
at ot.productfeed_0_1.productFeed.tFileList_1Process(productFeed.java:4929)
at ot.productfeed_0_1.productFeed.runJobInTOS(productFeed.java:7284)
at ot.productfeed_0_1.productFeed.main(productFeed.java:7182)
Caused by: java.lang.Error: java.lang.OutOfMemoryError: Java heap space
at ot.productfeed_0_1.productFeed.tMSSqlInput_2Process(productFeed.java:6693)
at ot.productfeed_0_1.productFeed.tFileList_1Process(productFeed.java:2819)
... 2 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.lang.String.toCharArray(Unknown Source)
at sun.nio.cs.SingleByteDecoder.<init>(Unknown Source)
at sun.nio.cs.MS1252$Decoder.<init>(Unknown Source)
at sun.nio.cs.MS1252.newDecoder(Unknown Source)
at java.lang.StringCoding$StringDecoder.<init>(Unknown Source)
at java.lang.StringCoding$StringDecoder.<init>(Unknown Source)
at java.lang.StringCoding.decode(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at net.sourceforge.jtds.jdbc.ResponseStream.readString(ResponseStream.java:293)
at net.sourceforge.jtds.jdbc.ResponseStream.readNonUnicodeString(ResponseStream.java:274)
at net.sourceforge.jtds.jdbc.TdsData.readData(TdsData.java:936)
at net.sourceforge.jtds.jdbc.TdsCore.tdsRowToken(TdsCore.java:3007)
at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2270)
at net.sourceforge.jtds.jdbc.TdsCore.getNextRow(TdsCore.java:765)
at net.sourceforge.jtds.jdbc.JtdsResultSet.next(JtdsResultSet.java:581)
at ot.productfeed_0_1.productFeed.tMSSqlInput_2Process(productFeed.java:6096)
... 3 more