https://bz.apache.org/bugzilla/show_bug.cgi?id=69294
Bug ID: 69294 Summary: Getting 'functionMetadata.txt' not found error in 5.2.5 Product: POI Version: 5.3.0-FINAL Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: rakhi.naraya...@gmail.com Target Milestone: --- I am getting the following error java.lang.IllegalStateException: resource 'functionMetadata.txt' not found org.apache.poi.ss.formula.function.FunctionMetadataReader.readResourceFile(FunctionMetadataReader.java:88) org.apache.poi.ss.formula.function.FunctionMetadataReader.createRegistry(FunctionMetadataReader.java:75) org.apache.poi.ss.formula.function.FunctionMetadataRegistry.getInstance(FunctionMetadataRegistry.java:46) org.apache.poi.ss.formula.function.FunctionMetadataRegistry.lookupIndexByName(FunctionMetadataRegistry.java:86) org.apache.poi.ss.formula.ptg.AbstractFunctionPtg.isBuiltInFunctionName(AbstractFunctionPtg.java:124) org.apache.poi.ss.formula.FormulaParser.function(FormulaParser.java:1338) org.apache.poi.ss.formula.FormulaParser.parseNonRange(FormulaParser.java:927) org.apache.poi.ss.formula.FormulaParser.parseRangeable(FormulaParser.java:583) org.apache.poi.ss.formula.FormulaParser.parseRangeExpression(FormulaParser.java:327) org.apache.poi.ss.formula.FormulaParser.parseSimpleFactor(FormulaParser.java:1579) org.apache.poi.ss.formula.FormulaParser.percentFactor(FormulaParser.java:1537) org.apache.poi.ss.formula.FormulaParser.powerFactor(FormulaParser.java:1524) org.apache.poi.ss.formula.FormulaParser.Term(FormulaParser.java:1898) org.apache.poi.ss.formula.FormulaParser.additiveExpression(FormulaParser.java:2025) org.apache.poi.ss.formula.FormulaParser.concatExpression(FormulaParser.java:2009) org.apache.poi.ss.formula.FormulaParser.comparisonExpression(FormulaParser.java:1966) org.apache.poi.ss.formula.FormulaParser.intersectionExpression(FormulaParser.java:1939) org.apache.poi.ss.formula.FormulaParser.unionExpression(FormulaParser.java:1920) org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:2067) org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:175) org.apache.poi.xssf.usermodel.XSSFCell.convertSharedFormula(XSSFCell.java:449) org.apache.poi.xssf.usermodel.XSSFCell.getCellFormula(XSSFCell.java:418) org.apache.poi.xssf.usermodel.XSSFCell.getCellFormula(XSSFCell.java:391) com.peoplesoft.pt.psspreadsheet.impl.PSFTWorkBookImpl.loadFormulas(PSFTWorkBookImpl.java:233) com.peoplesoft.pt.psspreadsheet.WorkbookManager.loadFormulas(WorkbookManager.java:183) com.peoplesoft.pt.psspreadsheet.WorkbookManager.openWorkbook(WorkbookManager.java:217) I could find the txt file exist in my source code,but after creating the jar and used it in generating excel..this is coming as a runtime exception.But this work fine if I use the jar directly from the poi site. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org