|
Mantis - Baratine
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 5582 | minor | always | 11-10-13 23:49 | 12-18-13 11:08 | |
|
|
|||||
| Reporter: | nam | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 0.8.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 0.8.1 | ||
|
|
|||||
| Summary: | 0005582: journal on resin start java.lang.IllegalStateException: Stream with large file | ||||
| Description: |
(rep by J. Willis) Also, after a few restarts, I saw this new problem twice so far. Given the value of 2^31 this looks like a simple int overflow. Size of resin-data: 4.6GB Listening for transport dt_socket at address: 1044 Resin Professional 7.0.s131106 (built Wed, 06 Nov 2013 09:23:52 PST) Copyright(c) 1998-2012 Caucho Technology. All rights reserved. Starting Resin Professional on Fri, 08 Nov 2013 21:26:40 +0000 (UTC) [2013-11-08 21:26:42,037] INFO ProxyCache: Proxy Cache disk-size=1024M memory-size=128M [2013-11-08 21:26:42,112] INFO ResinSystem: [2013-11-08 21:26:42,113] INFO ResinSystem: Resin Professional 7.0.s131106 (built Wed, 06 Nov 2013 09:23:52 PST) [2013-11-08 21:26:42,113] INFO ResinSystem: [2013-11-08 21:26:42,113] INFO ResinSystem: Linux 2.6.32-358.23.2.el6.x86_64 amd64 [2013-11-08 21:26:42,114] INFO ResinSystem: Java(TM) SE Runtime Environment 1.7.0_45-b18, UTF-8, en [2013-11-08 21:26:42,114] INFO ResinSystem: Java HotSpot(TM) 64-Bit Server VM 24.45-b08, 64, mixed mode, Oracle Corporation [2013-11-08 21:26:42,114] INFO ResinSystem: [2013-11-08 21:26:42,114] INFO ResinSystem: user.name = jwillis [2013-11-08 21:26:42,144] WARNING ResinSystem: java.lang.IllegalStateException: Stream with large file 2147483648 tail=0 java.lang.IllegalStateException: Stream with large file 2147483648 tail=0 at com.caucho.db.io.StoreReadWriteNioMmap.streamOpen(StoreReadWriteNioMmap.java:297) at com.caucho.db.io.StoreReadWriteNioMmap.initImpl(StoreReadWriteNioMmap.java:195) at com.caucho.db.io.StoreReadWriteNioMmap.init(StoreReadWriteNioMmap.java:177) at com.caucho.db.journal.JournalStore.<init>(JournalStore.java:112) at com.caucho.db.journal.JournalStore$Builder.build(JournalStore.java:440) at com.caucho.cloud.journal.JournalSystem.start(JournalSystem.java:138) at com.caucho.cloud.journal.ProJournalSystem.start(ProJournalSystem.java:78) at com.caucho.env.system.ResinSystem.startSystems(ResinSystem.java:553) at com.caucho.env.system.ResinSystem.start(ResinSystem.java:520) at com.caucho.server.resin.Resin.start(Resin.java:969) at com.caucho.server.resin.Resin.initMain(Resin.java:1080) at com.caucho.server.resin.ResinStart.doCommand(ResinStart.java:62) at com.caucho.server.resin.ResinStart.doCommand(ResinStart.java:43) at com.caucho.boot.AbstractBootCommand.doCommand(AbstractBootCommand.java:177) at com.caucho.boot.AbstractBootCommand.doCommand(AbstractBootCommand.java:68) at com.caucho.server.main.ResinMain.main(ResinMain.java:77) |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: |
|
||||
| Notes | |||||
|
|
|||||
|
|
||||