|
Sawmill Discussion Forum
Ton Magielsen

unregistered user
|
Jun-20-05, 02:54 AM (PDT) |
|
|
"reports not showing"
| |
Hi all, a few weeks agopo we upgraded from 6.5 to 7.1 an dnow we run 7.1.10 on Mac OS X 10.3.5 Ever since upgrading Sawmill is not working like it should. At first update databases didn't work anymore and now we got an even stranger problem;When trying to generate a report, or perform an update or database rebuild, the first time is going ok, but when I log off and login again and try to generate a report, or perform an update or database rebuild nothing happens. The page is refreshing every few seconds but there's no progress at all. Shutting down the application and relaunching it will help. Then I can generate a report, or perform an update or database rebuild report again. But only once. A second attempt won't work. Overall the Sawmill application seems slower then the 6.xx version. What should we do? Cheers, Ton ---------------------------------------------------------------------- Acomware Internet and database services Kastanjelaan 14 2351 NG The Netherlands ---------------------------------------------------------------------- T. : +31 71 582 04 34 F. : +31 71 542 34 80 E. : info@www.acomware.com W. : http://www.acomware.com ---------------------------------------------------------------------- |
|
|
|
Printer-friendly page | Top |
|
|
Tricia Jones

unregistered user
|
Jun-28-05, 12:03 PM (PDT) |
|
|
1. "RE: reports not showing"
In response to message #0
| |
I might be facing a similar problem. We are evaluating Sawmill 7.1.7 under MacOS 10.3.8. We are having a very difficult time getting it to create the reports for our log files. We first tried with two months of data, and could not get it to work at all (claims it will need 23 hours, but never gets beyond 2 seconds of progress). Next we tried with a week's worth (7 files in a folder). This is a little better, it processes some number of files but then reports the following error: Sawmill Error Couldn't find node details in volatile.progress ; Error occurred at: : /tulip1/sawmill/v7/production/src/config_node.cpp:933; while displaying page templates.shared.task_progress.get_progress_state Is this a known error? What might be causing it and can I correct or work around it?
We were able to generate reports for a single file with 1 day's worth of data, but that is not going to be adequate for our needs! |
|
|
|
Printer-friendly page | Top |
|
|
 |
Tricia Jones

unregistered user
|
Jun-28-05, 08:54 PM (PDT) |
|
|
3. "RE: reports not showing"
In response to message #2
| |
My first attempt with 7.1.10 resulted in "Error: timed out while waiting for response from handler process." because I switched from my wireless network to wired and my ip address changed. This happens to me a lot (moving between work and home), and is annoying. I wish there was some way for it to realize "i'm just talking to the local machine here, IP address is somewhat irrelevant."But anyway, to answer your questions, David (keep in mind that I'm not very Unix-savvy): >Have you set the log source to the local directory? >or are you using FTP to get the data? My log source is local to my Mac. It's a folder within my Sawmill folder. >Are the log files you are processing compressed? >or flat ASCII text files? The folder has files in a .gz format. The log data format is "Apache/NCSA Combined Log Format". Did that answer the questions? |
|
|
|
Printer-friendly page | Top |
|
|
|
 |
Tricia Jones

unregistered user
|
Jun-29-05, 07:03 AM (PDT) |
|
|
4. "RE: reports not showing"
In response to message #2
| |
and my next attempt made some progress, but stopped with this error Problem while displaying progress, the node volatile.progress.step is missing. The debug_output node shows volatile.progress at the time when the step node was missing in build_progress_page.cfv. debug_output = { . exists = (string) "false" . label = (string) "" } # debug_output |
|
|
|
Printer-friendly page | Top |
|
|
|
 |
Tricia Jones

unregistered user
|
Jun-30-05, 05:53 AM (PDT) |
|
|
6. "RE: reports not showing"
In response to message #5
| |
>Is the profile you are creating a brand new profile? Or are >you using an existing profile and trying to update the >database? In the most recent report, I was creating a brand new profile. As far as I know, I have never tried to update a database. We did wonder about corrupted databases before, though (when Sawmill 7.1.7 would claim to be working but report no progress for hours at a time). I gave up on the folder of 7 log files, and instead had Sawmill 7.1.10 process 1 file with all 7 days. That worked. Here's the snapshot for that 7 day period: Page views 596,040 Visitors 46,669 But now, when i try to view the Years/months/days report, I see the 'churning' effect (where it stays stuck like this for hours):Processing steps Complete Remaining time Elapsed time 1. Integrating collected data into table (1) 0.00% 00:00:00 00:00:00

>I'd like it if you could try to rebuild the database after >creating a new profile and see if you continue to see the >same issues. I will try this today, with the database I was just able to created, and will report back. >Please let me know if what I've suggested is possible, and >if you continue to get the error. IF you can send us in the >sample of log data that causes the issues you are seeing, >and it repeats, then possibly we can get to the bottom of >what's going on. >
|
|
|
|
Printer-friendly page | Top |
|
|
|
 |
Tricia Jones

unregistered user
|
Jun-30-05, 10:15 AM (PDT) |
|
|
7. "RE: reports not showing"
In response to message #5
| |
> >I'd like it if you could try to rebuild the database after >creating a new profile and see if you continue to see the >same issues. Last night I was able to build a database, and view reports. This afternoon I did as you suggested, and tried to rebuild that working database (from the config page). When I did this, Sawmill got into the state where it claims to be working, but doesn't report any progress (reports 3 seconds of elapsed time, 402 lines read in, for 20 minutes straight). I will be sending some files to you. Tricia Jones Animal Diversity Web University of Michigan http://animaldiversity.org/
|
|
|
|
Printer-friendly page | Top |
|
|
|
 |
dgilmore
Member since Nov-18-04
3846 posts |
Jun-30-05, 12:13 PM (PDT) |
 |
8. "RE: reports not showing"
In response to message #7
 |
Tricia - I'm wondering if this is more an issue with progress reporting problems, and the database is actually able to build. I wonder if you were to build from the command line, and then run the GUI would the reports display this way? Building from the command line would be done as follows: Windows OS: Open a command prompt windows and move to the Sawmill Install directory. cd \Program Files\Sawmill 7\ (is the default path) Then run from the command line: SawmillCL.exe -p profilename -a bd and let it run, substituting the "profilename" above with the name of your profile. For Unix/Mac OS X/Linux: ./sawmill -p profilename -a bd Try to run the database build from the command line and let me know if it completes as you'd expect. David Sawmill Product Support Team support@flowerfire.com |
|
|
|
Printer-friendly page | Top |
|
|
|
 |
Tricia Jones

unregistered user
|
Jul-07-05, 08:38 AM (PDT) |
|
|
13. "RE: reports not showing"
In response to message #8
| |
>Tricia - > >I'm wondering if this is more an issue with progress >reporting problems, and the database is actually able to >build. I wonder if you were to build from the command line, >and then run the GUI would the reports display this way? > >Building from the command line would be done as follows: ... > >For Unix/Mac OS X/Linux: > > ./sawmill -p profilename -a bd > >Try to run the database build from the command line and let >me know if it completes as you'd expect. David, I did as requested, and got this error message (MacOS X 10.3.8): #### Unable to delete directory 'LogAnalysisInfo/Databases/july_week_combo' Error occurred at: : /tulip1/sawmill/v7/production/src/make_directory.cpp:283 At that point, I went and changed the name of the directory/folder (from july_week_combo to something else). Then I reissued the command to build, and it worked. So perhaps the problem is not with reporting progress, but deleting the directory? (or maybe this is a red herring...) Tricia |
|
|
|
Printer-friendly page | Top |
|
|
|
 |
|
 |
Ton Magielsen

unregistered user
|
Jul-01-05, 03:04 AM (PDT) |
|
|
9. "RE: reports not showing"
In response to message #7
| |
This afternoon I did as you suggested, and tried to rebuild >that working database (from the config page). When I did >this, Sawmill got into the state where it claims to be >working, but doesn't report any progress (reports 3 seconds >of elapsed time, 402 lines read in, for 20 minutes >straight). This is exaclty what we experience with our install. quitting and restarting the server helps. But restarting the server every day is not an option. Reports send by email works fine though. So you can provide your clients with inf. cheers, Ton |
|
|
|
Printer-friendly page | Top |
|
|
|
 |
|
 |
Ton Magielsen

unregistered user
|
Jul-02-05, 10:41 AM (PDT) |
|
|
11. "RE: reports not showing"
In response to message #10
| |
David, i don't know what you mean by running from the command line. I try to run a report in my webbrowser. Then Sawmill is prsenting me with a progressbar that does not show progress at all. Restarting the server and running a report again works ok. cheers, Ton |
|
|
|
Printer-friendly page | Top |
|
|
|
 |
|
 |
HA

unregistered user
|
Jul-07-05, 02:53 PM (PDT) |
|
|
15. "RE: reports not showing"
In response to message #12
| |
For what it's worth, I've been having most of these same problems. Here's what usually fixes it: Cancelling the task. Logging out of Sawmill. Clearing my browser cache. Quitting my browser. Quitting Sawmill. Closing all other open apps. Shutting down my computer. Waiting a few minutes. Restarting my computer. Launching Sawmill. Starting Sawmill, which launches my browser. Logging in to Sawmill. Clicking on 'Reports' and trying the same thing again. Obviously, this gets to be a pain after a while. Also, when I get near a GB worth of logs, I can't get the "churning" to stop. (Good term for it!) Good luck finding the fix! |
|
|
|
Printer-friendly page | Top |
|
|
|
 |
Ton Magielsen

unregistered user
|
Jul-12-05, 04:09 PM (PDT) |
|
|
17. "RE: reports not showing"
In response to message #16
| |
Hi all, just upgraded to 7.1.11 and looks like all is okay now. I don't have to restart the server again to get my reports. The only nasty bit is that I lost my schedules after upgrading. Minor problem though. There's only 1 thing I would like to change. How can I change the text 'Search phrases by search engine" on the left hand side? I tried to edit the prefs but that didn't work. Cheers, Ton |
|
|
|
Printer-friendly page | Top |
|
|
|
|
|