Page 1 of 1

Problem while importing

PostPosted:Mon Mar 23, 2015 12:20 pm
by Aku
Hello together,

My TextExtractor remains hanging in a pdf file
-
(470.1 KiB) Downloaded 227 times
--> Please test this file in your openKM...


i get every minute this error and the other files are all in the extraction-queue:
Code: Select all
2015-03-23 13:07:00,055 [Thread-229] WARN  com.openkm.extractor.TextExtractorWorker- 9c0f2af7-da7c-4d47-9450-cfe5a9b60311
com.openkm.core.DatabaseException: 9c0f2af7-da7c-4d47-9450-cfe5a9b60311
        at com.openkm.dao.NodeDocumentDAO.getPendingExtractions(NodeDocumentDAO.java:1274)
        at com.openkm.extractor.TextExtractorWorker.processSerial(TextExtractorWorker.java:161)
        at com.openkm.extractor.TextExtractorWorker.processQueue(TextExtractorWorker.java:149)
        at com.openkm.extractor.TextExtractorWorker.run(TextExtractorWorker.java:100)
        at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at bsh.Reflect.invokeMethod(Reflect.java:134)
        at bsh.Reflect.invokeObjectMethod(Reflect.java:80)
        at bsh.BSHPrimarySuffix.doName(BSHPrimarySuffix.java:176)
        at bsh.BSHPrimarySuffix.doSuffix(BSHPrimarySuffix.java:120)
        at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:80)
        at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
        at bsh.Interpreter.eval(Interpreter.java:645)
        at bsh.Interpreter.eval(Interpreter.java:739)
        at bsh.Interpreter.eval(Interpreter.java:728)
        at com.openkm.util.ExecutionUtils.runScript(ExecutionUtils.java:112)
        at com.openkm.core.Cron$RunnerBsh.run(Cron.java:103)
        at java.lang.Thread.run(Thread.java:745)
Caused by: com.openkm.core.PathNotFoundException: 9c0f2af7-da7c-4d47-9450-cfe5a9b60311
        at com.openkm.dao.NodeBaseDAO.calculatePathFromUuid(NodeBaseDAO.java:206)
        at com.openkm.dao.NodeBaseDAO.getPathFromUuid(NodeBaseDAO.java:115)
        at com.openkm.dao.NodeDocumentDAO.getPendingExtractions(NodeDocumentDAO.java:1258)
        ... 18 more

I have already restarted the tomcat server.

What`s wrong with this file??
Can i skip files, which give every minute a error??

André

Re: Problem while importing

PostPosted:Thu Mar 26, 2015 5:13 pm
by jllort
The problem is that file really no longer exists in your repository
com.openkm.core.PathNotFoundException: 9c0f2af7-da7c-4d47-9450-cfe5a9b60311

To solve it at least should remove from database
OKM_NODE_BASE WHERE NBS_UUID='9c0f2af7-da7c-4d47-9450-cfe5a9b60311'
OKM_NODE_DOCUMENT
probably will be more rows in other tables affected that should also be removed. But when you will try to remove them you'll see the constraint error in other tables.

Other solution more easy is mark node as processed
OKM_NODE_DOCUMENT -> NDC_TEXT_EXTRACTED='T' ( that will remove from extraction queue ).

What has happened, the import process has stopped at the middle ? Will be good idea execute a repository checker to see how many files have problems.

Re: Problem while importing

PostPosted:Thu Jun 11, 2015 5:11 am
by Aku
Hello,

thanks for the last reply.

Now, i have a new import problem.
I get a lot of same messages.
Code: Select all
2015-06-11 00:02:13,129 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,129 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I19423116154617122230832.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm1565254867213243031.txt]
2015-06-11 00:02:13,129 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 209 bytes, expected 220.
Unsupported image type.

2015-06-11 00:02:13,176 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,192 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I6144439971734261732330.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm2564196164292127304.txt]
2015-06-11 00:02:13,192 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 100 bytes, expected 111.
Unsupported image type.

2015-06-11 00:02:13,239 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,239 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I381436510423504335165.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm1114693908719856008.txt]
2015-06-11 00:02:13,239 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 66 bytes, expected 77.
Unsupported image type.

2015-06-11 00:02:13,301 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,301 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I396930971623787070536.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm4770897150267074821.txt]
2015-06-11 00:02:13,301 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 29 bytes, expected 30.
Unsupported image type.

2015-06-11 00:02:13,363 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,363 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20476186710125406232130.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm8175882106362750798.txt]
2015-06-11 00:02:13,363 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 125 bytes, expected 136.
Unsupported image type.

2015-06-11 00:02:13,410 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,410 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I7325353620726982882682.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm8414133545009205657.txt]
2015-06-11 00:02:13,410 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 76 bytes, expected 87.
Unsupported image type.

2015-06-11 00:02:13,473 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,473 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20482065951829639344893.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm8361402130715405832.txt]
2015-06-11 00:02:13,473 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 214 bytes, expected 225.
Unsupported image type.

2015-06-11 00:02:13,519 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,519 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I7317555487871733495595.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm6318590233484145333.txt]
2015-06-11 00:02:13,519 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 96 bytes, expected 107.
Unsupported image type.

2015-06-11 00:02:13,582 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,582 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20456523465891572643508.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm8246278599968929573.txt]
2015-06-11 00:02:13,582 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 180 bytes, expected 191.
Unsupported image type.

2015-06-11 00:02:13,629 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,629 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20463777090654627479304.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm3942579752775158904.txt]
2015-06-11 00:02:13,629 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 187 bytes, expected 198.
Unsupported image type.

2015-06-11 00:02:13,738 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,738 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20491466365276127447285.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm4068751528871030660.txt]
2015-06-11 00:02:13,738 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 187 bytes, expected 198.
Unsupported image type.

2015-06-11 00:02:13,800 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,800 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I613556655401793385488.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm3013790569798180098.txt]
2015-06-11 00:02:13,800 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 65 bytes, expected 71.
Unsupported image type.

2015-06-11 00:02:13,847 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,847 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I18012923100447841243218.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm2189778655257847800.txt]
2015-06-11 00:02:13,863 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 89 bytes, expected 100.
Unsupported image type.

2015-06-11 00:02:13,909 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,909 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20409060767378338794816.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm9023147965739849368.txt]
2015-06-11 00:02:13,909 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 149 bytes, expected 160.
Unsupported image type.

2015-06-11 00:02:13,956 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:13,956 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I1945558953581133511384.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm7358364084581688576.txt]
2015-06-11 00:02:13,956 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 91 bytes, expected 102.
Unsupported image type.

2015-06-11 00:02:14,019 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,019 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I19445362694593193275859.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm8248130751887158037.txt]
2015-06-11 00:02:14,019 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 209 bytes, expected 220.
Unsupported image type.

2015-06-11 00:02:14,065 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,065 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20434594374059572478877.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm5286943124651841531.txt]
2015-06-11 00:02:14,065 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 185 bytes, expected 196.
Unsupported image type.

2015-06-11 00:02:14,128 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,128 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20444349982816600828032.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm5566489953454274034.txt]
2015-06-11 00:02:14,128 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 159 bytes, expected 170.
Unsupported image type.

2015-06-11 00:02:14,175 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,175 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20411917373966975912366.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm2075104710283157121.txt]
2015-06-11 00:02:14,175 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 147 bytes, expected 158.
Unsupported image type.

2015-06-11 00:02:14,237 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,253 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I2042553134113864440894.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm8556269983498559255.txt]
2015-06-11 00:02:14,253 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 125 bytes, expected 136.
Unsupported image type.

2015-06-11 00:02:14,299 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,299 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I5714706622054845686442.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm200520141069484251.txt]
2015-06-11 00:02:14,299 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 22 bytes, expected 27.
Unsupported image type.

2015-06-11 00:02:14,346 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,362 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I14918482134040826461380.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm6695578551155642883.txt]
2015-06-11 00:02:14,362 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 96 bytes, expected 107.
Unsupported image type.

2015-06-11 00:02:14,409 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,409 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I6095416589130757650807.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm3615338510906034493.txt]
2015-06-11 00:02:14,409 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 61 bytes, expected 70.
Unsupported image type.

2015-06-11 00:02:14,533 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 3
2015-06-11 00:02:14,533 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- CommandLine: [C:\OpenKM-OCR\Tesseract-OCR\tesseract.exe, C:\OpenKM-6.3.0-community\tomcat\temp\I20576712346659735327128.tiff, C:\OpenKM-6.3.0-community\tomcat\temp\okm5661021545222428226.txt]
2015-06-11 00:02:14,533 [Thread-6413] WARN  com.openkm.util.ExecutionUtils- STDERR: Tesseract Open Source OCR Engine v3.02 with Leptonica
TIFFFillStrip: TIFFstream: Read error at scanline 4294967295; got 151 bytes, expected 162.
Unsupported image type.
What`s wrong?

André

Re: Problem while importing

PostPosted:Fri Jun 12, 2015 2:10 pm
by jllort
Seems is an OCR engine problem that indicate is not able to extract contents from TIFF files. Try to execute tesserract from command line to reproduce the problem.

Re: Problem while importing

PostPosted:Mon Jun 15, 2015 5:22 am
by Aku
Hello,

I reinstalled tesseract and restarted the computer. The error still occurs.



André

Re: Problem while importing

PostPosted:Mon Jun 15, 2015 7:34 am
by jllort
Did you executed tesseract with this problematic tiff file from command line ?

Re: Problem while importing

PostPosted:Tue Jun 16, 2015 5:30 am
by Aku
Hello,

yes, i tried this yesterday.

"tesseract test.tif test -l deu"
-> It was successful

André

Re: Problem while importing

PostPosted:Wed Jun 17, 2015 7:22 am
by jllort
Can you upload here some tiff file and will check in our dev environments ?