660 Commits

Author SHA1 Message Date
0xNF
eaee0427b3 Made sure all references to solr port numbers were the same. 2012-11-07 11:19:09 -05:00
0xNF
7111e0f5e9 Fixed bug where Solr Server would 404 2012-11-06 14:39:38 -05:00
0xNF
14de95be59 Ensured that available() attempts a bind to 127.0.0.1
SolrStopPort is read from /written to SolrServer.properties like SolrServerPort is.
2012-11-06 12:19:18 -05:00
0xNF
59c958461b Added checking if preferred port is available.
If not, it breaks out of starting the Server entirely.
Directs users towards SolrServer.properties to change port manually in event of failure.
2012-11-05 12:45:07 -05:00
0xNF
d4168610af added method for changing server port
Additional minor touchups
2012-11-02 14:59:26 -04:00
0xNF
e6254f4eee Solr default port changes to ephemeral high port 23232.
Checks if port is occupied, and throws an error if so.
2012-11-02 14:36:20 -04:00
0xNF
ace5f7a47e Changed Solr port from :8983 to :9293
Will conflict with Sony Playstation RemotePlay, but who'll notice?
2012-11-01 14:34:47 -04:00
Devin148
943cda0d3e Fix JTable column spacing 2012-10-26 14:16:17 -04:00
adam-m
00a0d81802 forgotten checkin 2012-10-24 15:11:14 -04:00
adam-m
aa5c9b5ede keyword search public API: wrap internal exceptions 2012-10-24 13:03:58 -04:00
adam-m
b52991e42a Expose more keyword search API to other modules 2012-10-23 11:16:58 -04:00
Devin148
58badc753c Fix keyword search box to reset on case close 2012-10-19 09:34:24 -04:00
adam-m
d81c85ca9c add more logs when starting/stopping solr process 2012-10-17 17:32:02 -04:00
adam-m
d6f3403ee8 correct stop key 2012-10-17 15:36:38 -04:00
adam-m
ecba409792 better label 2012-10-17 15:08:07 -04:00
adam-m
5c13dd648e add list name to progress bar 2012-10-17 15:02:30 -04:00
adam-m
a7813c9176 add more finer cancellation for keyword searcher 2012-10-17 14:57:10 -04:00
adam-m
39f4de39d1 minor optimization 2012-10-17 14:41:26 -04:00
adam-m
32ed48ab9d encapsulate and hide keyword search prop change support 2012-10-17 14:36:24 -04:00
adam-m
0859a2d653 fix merge 2012-10-15 11:28:01 -04:00
adam-m
aedf46c919 change default solr key 2012-10-12 12:10:07 -04:00
adam-m
b53b5a8e24 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-10-11 16:59:03 -04:00
adam-m
8a431e477b keyword search info improvements 2012-10-11 16:57:36 -04:00
0xNF
bc45604ae3 Small fixes to prevent validation errors on empty attributes 2012-10-11 16:29:17 -04:00
adam-m
7d7b19293b add tooltips 2012-10-11 16:28:39 -04:00
adam-m
70cb9f8f14 change message 2012-10-11 16:09:10 -04:00
adam-m
8bda78913d Merge branch 'master' of https://github.com/0xNF/autopsy 2012-10-11 15:48:27 -04:00
adam-m
526fc3c6a4 AUT-572 Validate "add to ingest" works 2012-10-11 15:35:40 -04:00
0xNF
a2cd833b60 All optional booleans default to true 2012-10-11 11:14:45 -04:00
0xNF
690d0fc3b6 Added minor descriptions to the xsd files. 2012-10-10 16:43:46 -04:00
adam-m
92fa58bd2c Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	Core/src/org/sleuthkit/autopsy/coreutils/PlatformUtil.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbXML.java
2012-10-10 15:39:30 -04:00
adam-m
f4ab3a89a4 Merge https://github.com/Devin148/autopsy 2012-10-10 15:05:07 -04:00
0xNF
50640d3f8c Moved XML utilities from PlatformUtil to XMlUtil
Removed Dom4J dependency from RecentActivity.
2012-10-10 12:51:15 -04:00
adam-m
be021e3f14 Bypass ingest if server not started 2012-10-10 12:41:33 -04:00
adam-m
3f11338014 Fix possible issue when solr sometimes does not start.
Show dialog if keyword search could not init.
Add OS get methods to platform utils.
2012-10-10 11:14:26 -04:00
adam-m
3ae0e8fe75 use checked exceptions in keyword search when possible 2012-10-09 14:26:27 -04:00
0xNF
bf65440c5c loadDoc() has been abstracted to PlatformUtil 2012-10-09 11:11:22 -04:00
0xNF
4723ff86e3 Failing XSD validation no longer returns null 2012-10-09 10:44:39 -04:00
Devin148
c639ac3109 Merge https://github.com/sleuthkit/autopsy 2012-10-09 10:07:58 -04:00
Devin148
6df840b5a1 Fix offline build with Ivy 2012-10-09 09:57:37 -04:00
0xNF
e5d6329ec7 XSD files are now located in their individual module packages. 2012-10-09 09:54:36 -04:00
adam-m
9910ca31d9 update lucene spec to 36 2012-10-05 17:59:37 -04:00
adam-m
ad008232ba solr config: update lucene version, add the default 10000 tokens limit setting 2012-10-05 17:54:02 -04:00
adam-m
87b7ea831d Solr log - enable warn level and higher for release builds 2012-10-05 16:59:33 -04:00
adam-m
55b89dac41 remove deprecation in Solr config XML 2012-10-05 14:31:41 -04:00
Devin148
2b88f319e7 Fix JavaHelp HTML and CSS 2012-10-04 14:36:35 -04:00
0xNF
1faecd8aab XML config files now comform to binding XSD files located under PlatformUtil.
New Functions for validating arbitrary XML files under PlatformUtil.
2012-10-03 13:45:38 -04:00
Devin148
ea6dd70972 Change spacing and comments 2012-10-03 12:08:30 -04:00
Devin148
3a1e0d356a Merge layer.xmls with Autopsy master 2012-10-03 09:25:10 -04:00
adam-m
93c120fe6d remove deprecation, use the new httpsolrserver API 2012-10-03 01:09:43 -04:00