Dear Noel,
please find

In  SubscriberDAO Exception for Mobile Number : : IO Exception: 
java.io.IOException: No space left on device; 
/sub_profile/h2DB/h2DB/SING.463.log.db; SQL statement:
INSERT INTO SUBS_SERV_INFO(MSISDN, DOMAIN_ID, LANGUAGE_ID, SUBSCRIBER_TYPE) 
values('',6,0,1) [90031-114]
org.h2.jdbc.JdbcSQLException: IO Exception: java.io.IOException: No space 
left on device; /sub_profile/h2DB/h2DB/SING.463.log.db; SQL statement:
INSERT INTO SUBS_SERV_INFO(MSISDN, DOMAIN_ID, LANGUAGE_ID, SUBSCRIBER_TYPE) 
values('',6,0,1) [90031-114]
        at org.h2.message.Message.getSQLException(Message.java:105)
        at org.h2.message.Message.convertIOException(Message.java:291)
        at org.h2.store.FileStore.write(FileStore.java:347)
        at org.h2.log.LogFile.flush(LogFile.java:426)
        at org.h2.log.LogFile.writeBuffer(LogFile.java:165)
        at org.h2.log.LogFile.add(LogFile.java:550)                108398
        at org.h2.log.LogSystem.add(LogSystem.java:552)
        at org.h2.store.DiskFile.addRecord(DiskFile.java:1024)
        at org.h2.store.Storage.addRecord(Storage.java:190)
        at org.h2.index.ScanIndex.add(ScanIndex.java:119)
        at org.h2.table.TableData.addRow(TableData.java:121)
        at org.h2.command.dml.Insert.update(Insert.java:101)
        at org.h2.command.CommandContainer.update(CommandContainer.java:72)
        at org.h2.command.Command.executeUpdate(Command.java:208)
        at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:113)
        at 
com.sixdee.hcpt.util.ussd.subsManage.dao.SubscriberDAO.insertSubscriberDetail(SubscriberDAO.java:260)
        at 
com.sixdee.hcpt.util.ussd.subsManage.bo.SubsDataMaintBO.subsDataMaintance(SubsDataMaintBO.java:86)
        at 
com.sixdee.hcpt.util.ussd.subsManage.bo.SubsDataMaintBO.processRequest(SubsDataMaintBO.java:50)
        at 
com.sixdee.sing.bo.proc.ServiceReqProcessBO.serviceRequestProcessing(ServiceReqProcessBO.java:77)
        at 
com.sixdee.sing.queue.proc.ServiceProcWorkerThread.run(ServiceProcWorkerThread.java:62)
Caused by: java.io.IOException: No space left on device
        at java.io.RandomAccessFile.writeBytes0(Native Method)
        at java.io.RandomAccessFile.writeBytes(RandomAccessFile.java:520)
        at java.io.RandomAccessFile.write(RandomAccessFile.java:550)
        at org.h2.store.





On Friday, October 31, 2014 11:10:56 AM UTC+5:30, H2admin wrote:
>
> Hi Guys,
>           Please help me to figure out the below error. I got the below 
> error while doing a write operation in H2DB, there was enough space (more 
> than 50GB ) in that logical volume. 
>
>
>  ERROR | SubscriberDAO.java              ] :-> In  SubscriberDAO Exception 
> for Mobile Number : 6289504825714: IO Exception: java.io.IOException: No 
> space left on device; /sub_profile/h2DB/selfcare1/h2DB/SING.755.log.db; SQL 
> statement:
> org.h2.jdbc.JdbcSQLException: IO Exception: java.io.IOException: No space 
> left on device; /sub_profile/h2DB/h2DB/SING.755.log.db; SQL statement:
> Caused by: java.io.IOException: No space left on device
> org.h2.jdbc.JdbcSQLException: IO Exception: java.io.IOException: No space 
> left on device; /sub_profile/h2DB//h2DB/SING.755.log.db; SQL statement:
> Caused by: java.io.IOException: No space left on device
> | ERROR | SubscriberDAO.java              ] :-> In  SubscriberDAO 
> Exception for Mobile Number : 6289687223990: IO Exception: 
> java.io.IOException: No space left on device; 
> /sub_profile/h2DB/selfcare1/h2DB/SING.755.log.db; SQL statement:
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to