asfimport

Results 862 comments of asfimport

**Rohit Sarkar** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66045&redirect=false#c6)): (In reply to Felix Schumacher from comment 4) > The installation seems to replace replace the core jar from JMeter from an > otherwise (to...

@FSchumacher ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66045&redirect=false#c7)): If you made the plugin yourself, I would start by building it again, but changing the dependencies to a more current version. If you want to...

Trejkaz ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5905?focusedCommentId=15082221&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15082221)) Still occurs in Lucene 5.2.1. Updated the reproduction.

Masaru Hasegawa ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5905?focusedCommentId=15093824&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15093824)) Hacky workaround would be to set outputCompounds in JapaneseTokenizer to false using reflection or something. (Or simply use extended or normal mode instead of search...

Trejkaz ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5905?focusedCommentId=16233550&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16233550)) Adding one more case we found which seems to behave the same in Normal/Extended modes as well, but where adding a space at the _end_ somehow...

Richard N. Hillegas ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5471?focusedCommentId=13912014&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13912014)) Attaching SecureLucene.java, a program which shows this problem. To run the program, I put the program and the following jar files on the classpath:...

Robert Muir (@rmuir) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5471?focusedCommentId=13912019&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13912019)) I think its a bug in your securitymanager config (e.g. you are missing reflectpermission or something really necessary). We use lucene in a securitymanager...

Richard N. Hillegas ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5471?focusedCommentId=13912047&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13912047)) Thanks, Robert. After adding all of those permissions to my policy file, the test runs cleanly. Thanks.

Chris M. Hostetter (@hossman) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5471?focusedCommentId=13912054&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13912054)) > Even more puzzling, the program works if I first run it without a SecurityManager, then install a SecurityManager, then re-run the program,...

Uwe Schindler (@uschindler) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-5471?focusedCommentId=13912070&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13912070)) Hoss: We don't swallow the SecurityException. I think, with a SecurityManager enabled and some missing persmissions, stuff like ClassLoader#getResources() simply don't work and return...