[
https://issues.apache.org/jira/browse/IOTDB-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jialin Qiao closed IOTDB-402.
-----------------------------
Fix Version/s: 0.10.0-SNAPSHOT
Resolution: Fixed
> Problem when restart iotdb server
> ---------------------------------
>
> Key: IOTDB-402
> URL: https://issues.apache.org/jira/browse/IOTDB-402
> Project: Apache IoTDB
> Issue Type: Bug
> Affects Versions: 0.10.0-SNAPSHOT
> Reporter: Haonan Hou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0-SNAPSHOT
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> After I created some time series and inserted some data, I shut down the
> server. However, when I tried to restart, The terminal shows
> ERROR org.apache.iotdb.db.concurrent.IoTDBDefaultThreadExceptionHandler:31 -
> Exception in thread main-1
> java.lang.ExceptionInInitializerError: null
> at org.apache.iotdb.db.service.IoTDB.setUp(IoTDB.java:86)
> at org.apache.iotdb.db.service.IoTDB.active(IoTDB.java:69)
> at org.apache.iotdb.db.service.IoTDB.main(IoTDB.java:55)
> Caused by:
> org.apache.iotdb.db.exception.runtime.StorageEngineFailureException:
> StorageEngine failed to recover.java.lang.NullPointerException
> at org.apache.iotdb.db.engine.StorageEngine.<init>(StorageEngine.java:134)
> at org.apache.iotdb.db.engine.StorageEngine.<clinit>(StorageEngine.java:92)
> ... 3 common frames omitted
>
> The statements I used are as below:
> set storage group to root.sg0
> create timeseries root.sg0.d0.s0 with datatype=int32,encoding=plain
> create timeseries root.sg0.d0.s1 with datatype=int64,encoding=plain
> insert into root.sg0.d0(timestamp,s0) values(100,200)
> insert into root.sg0.d0(timestamp,s0) values(200,300)
> insert into root.sg0.d0(timestamp,s1) values(500,600)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)