Keheliya Gallaba
Keheliya Gallaba
I think this issue is also reported here.. http://forums.activiti.org/en/viewtopic.php?t=4914&p=20426
Hi @ZeynepP Thanks for looking into this. If you look closely, there's another error beofre the Null pointer: `org.openqa.selenium.WebDriverException: f.QueryInterface is not a function` So I put a `e.printStackTrace();`, [here](https://github.com/openplanets/pagelyzer/blob/fa0edb09e00276edcc9a2f955247eecfc164648c/Maven/Pagelyzer/src/main/java/pagelyzer/Capture.java#L266)...
And yes. I built the each project separately in the above order. BTW I think you can automate it by having a parent prom and all of these as modules....
Hi, I'm trying to use jPagelyzer and came across a problem. These are the steps I followed: - Copied Maven/SettingsFiles/ext to the root directory - Started remote selenium server at...
Hi, Thanks for looking into this. I got a little bit further with the new jar. I can see the 2 segemented web pages in the browser windows. But process...
One more thing I noticed is, it expects the 'js' directory to be in the parent of 'ext' although there's no mention about a 'js' directory in the config file....
Yep. I figured that out. But it looks like the error I mentioned above is due to some thing else... ``` Exception in thread "main" java.util.ServiceConfigurationError: javax.imageio.spi.ImageReaderSpi: Provider com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi could...
Thank you very much for the hint. I noticed it's being used [here](https://github.com/openplanets/pagelyzer/blob/4537e5fe70eddc7f14981af3b8cbc46e766c4c67/Maven/JDescriptors/src/main/java/JDescriptors/fr/lip6/color/ColorVQDescriptorCreator.java#L15). Looks like [jai-imageio-core-standalone](https://github.com/openplanets/pagelyzer/blob/master/Maven/JDescriptors/pom.xml#L32) jar at [mygrid repo](https://github.com/openplanets/pagelyzer/blob/master/Maven/JDescriptors/pom.xml#L43) was also not providing it. JDescriptors was only compiled after...
Hi @gzgreg Can you provide the command line logs when this happens (to find out the problematic test case)?
Looks like the HTML you're crawling has a namespace prefix 'media'. Can you please check whether it's trying to crawl HTML with content such as.. ``` some images ``` or...