question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

load configuration failed because Fail to reload configuration because java.lang.NumberFormatException: null

See original GitHub issue

Describe the bug execute load configuration in Cli, exception occured

To Reproduce Steps to reproduce the behavior:

  1. first start iotdb
  2. use the Cli, execute ‘load configuration’
  3. exception description

org.apache.iotdb.db.exception.query.QueryProcessException: Fail to reload config file file:sbin/…/conf/iotdb-engine.properties because Fail to reload configuration because java.lang.NumberFormatException: null at org.apache.iotdb.db.conf.IoTDBDescriptor.loadHotModifiedProps(IoTDBDescriptor.java:1051) at org.apache.iotdb.db.qp.executor.PlanExecutor.loadConfiguration(PlanExecutor.java:1761) at org.apache.iotdb.db.qp.executor.PlanExecutor.processNonQuery(PlanExecutor.java:286) at org.apache.iotdb.db.service.TSServiceImpl.executeNonQuery(TSServiceImpl.java:1248) at org.apache.iotdb.db.service.TSServiceImpl.executeNonQueryPlan(TSServiceImpl.java:1910) at org.apache.iotdb.db.service.TSServiceImpl.executeUpdateStatement(TSServiceImpl.java:1236) at org.apache.iotdb.db.service.TSServiceImpl.executeStatement(TSServiceImpl.java:659) at org.apache.iotdb.service.rpc.thrift.TSIService$Processor$executeStatement.getResult(TSIService.java:2253) at org.apache.iotdb.service.rpc.thrift.TSIService$Processor$executeStatement.getResult(TSIService.java:2233) at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38) at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38) at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:248) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)

Some possible reasons : after some tests, maybe the attribute below do not specify default values according to the source code. max_deduplicated_path_num frequency_interval_in_minute slow_query_threshold merge_write_throughput_mb_per_sec

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
HTHoucommented, Aug 31, 2021

Try using the latest version? this problem was fixed in 3 July #3487

I use the latest version 0.12.1. After unzip the no configuration file has changed before iotdb server start. I just want to test the ‘load configuration’ in Cli.

The mentioned PR is not in 0.12.1 but in 0.12.2, which will be released in few days.

0reactions
HTHoucommented, Sep 14, 2021

0.12.2 is released. Now you can upgrade to the new version. https://iotdb.apache.org/Download/

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to resolve java.lang.NumberFormatExceptions that occur ...
We are using a DB2 Database and we want to configured a new datasource. But after configuration of the new datasource, we notice...
Read more >
Unable to read settings app-data from server, please reload ...
I'm having troubles getting off the ground with this package. I'm reading. PWM Administration Guide - v1.7.0. https://docs.google.
Read more >
Problem with Spring @Configuration class - Stack Overflow
Your error message from your answer that I believe is the root of the problem: Caused by: java.lang.NumberFormatException: For input string: ...
Read more >
2.6.0-M1 Migration: NumberFormatException in WSClient #7056
I get the following exception, when guice tries to instantiate the shaded asynchttpclient. Caused by: java.lang.NumberFormatException: null
Read more >
Article: java.lang.NumberFormatException - Boomi Community
Cause. This error is thrown to indicate that the application has attempted to convert a string to one of the numeric types, but...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found