|
CHRISTIAN PICONE created |
Issue Type: |
|
Affects Versions: |
2.3.5 |
Assignee: |
|
Components: |
Control-flow |
Created: |
13/Sep/13 9:56 AM |
Description: |
Adding the following parameter to the “controlflow.properties” file: Analyzing the source code of buildFlowControllers method in DefaultControlFlowConfigurator class, the error seems caused by the conversion to integer (parseInt) of tokens obtained using the comma delimiter (IP address values). int queueSize = 0; { queueSize = Integer.parseInt(value); } else { queueSize = Integer.parseInt(tokenizer.nextToken()); } } catch (NumberFormatException e) { LOGGER.severe("Rules should be assigned just a queue size, instead " + okey + " is associated to " + value); continue; } |
Environment: |
Red Hat 5.8 with Geoserver 2.3.5 and Control-Flow 2.3.5 |
Project: |
|
Priority: |
|
Reporter: |