Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Why are not the reports uploading?

Creating user with random password (only once)
(43 lines)
Running Puppet(Master) on port 443
(18 lines)
Feb 8, 2012
Peter Berghold
Peter Berghold
Hi folks,

After installing dashboard after follwing the instructions here:
http://docs.puppetlabs.com/dashboard/...ootstrapping.html

I find that the reports are not uploading.   In my puppet.conf the [master]
section has the following:

# Dashboard stuff
        reports = store, html
        reporturl = http://206.217.196.46:3000/reports/upload


puppet version is: 2.7.10

Neither the output from the webbrick server show the uploads happening nor
the generated web page.  I have the delayed job processors running and I'm
beginning to think I've lost my mind...








Reply
Tags: bootstrappinghi folksdashboardpuppet
Messages in this thread
Why are not the reports uploading?
reply Re: Why are not the reports uploading?
(41 lines) Feb 8, 2012 15:28
reply Re: Why are not the reports uploading?
(50 lines) Feb 8, 2012 15:54
reply Re: Why are not the reports uploading?
(65 lines) Feb 9, 2012 15:40
reply Re: Why are not the reports uploading?
(55 lines) Feb 10, 2012 12:31
Created: (ZOOKEEPER-951) monthly board reports for first 3 months (then quarterly reports)
November 24, 2010 05:03:43 PM
monthly board reports for first 3 months (then quarterly reports)
PATCH/dashboard 2/2] Change index on reports(node_id) to reports(node_id,success)
August 11, 2010 04:39:28 PM
Now that the sidebar shows "Ever succeeded" and "Ever failed" statistics, most page loads generate SQL of the form: SELECT `nodes`.* FROM `nodes` INNER JOIN `reports` ON reports.node_id = nodes.id WHERE (reports.success = 1) GROUP BY…
Specify custom POM for uploading
January 11, 2011 11:34:18 AM
I'm currently in the process of finishing my transition from Ant to Buildr. Since so far Buildr doesn't create proper POMs for my artifacts (just very basic stubs): What would be the canonical way to specify my own custom pom.xml for the upload…
Re: Specify custom POM for uploading
January 13, 2011 03:15:55 AM
> You'd do something like this: > > my_pom = file(_(:target, 'pom.xm'l)) do |f| > # generate pom.xml > end > > package(:jar).pom.from my_pom > > alex Thanks, Alex, for the hint. This partially works. For Java sub…
Uploading GPG signed artifacts
December 2, 2010 03:26:42 PM
For those interested, I added a new HOW-TO on the wiki: https://cwiki.apache.org/confluence/display/BUILDR/How+to+upload+signe d+artifacts+with+GPG alex
Fwd: uploading files via REST?
May 31, 2011 12:32:14 PM
Hello, I am a bit confused by the REST syntax - how can I PUT an arbitrary file in the bucket? Downloading works fine (Perl+LWP), see below, but for PUT I only see this line in the docs (http://docs.puppetlabs.com/guides/rest_api.html): PUT…
Re: uploading files in jmeter
July 1, 2010 01:44:46 AM
Hi Kristof how are you, i was going though the forum and I have same scenario need to check that if 100 users are uploading the file and another 100 users are downloading the file and 10 users are downloading the same file... i hope if you can…
uploading files via REST?
May 31, 2011 09:22:10 AM
Hello, I am a bit confused by the REST syntax - how can I PUT an arbitrary file in the bucket? Downloading works fine (Perl+LWP), see below, but for PUT I only see this line in the docs (http://docs.puppetlabs.com/guides/rest_api.html): PUT…
Uploading a bundle to Nexus
September 25, 2011 01:05:41 PM
Her'es my email from the Lang release. Nowadays I use jar to build it from scratch rather than having Maven build a jar. jar cf ../../${ARTIFACTID}-${VERSION}-bundle.jar *.jar *.pom *.asc Hen ---------- Forwarded message
Getting 502 bad gateway on uploading a file
October 11, 2011 08:02:13 PM
Trying to upload a small .png to Drupal. PHP 5.3.8, CentOS 5.6 x64, nginx 1.1.3 Everything else seems to work fine, but can't seem to get any deeper information as to why anything is getting messed up. Not sure if the debug log has any hints or…
Uploading large files?
April 26, 2011 12:49:03 PM
What all needs to be done to be able to deploy large files to archiva? As in, ~200 MB? I tried to do it through the web form, and just get a "The connection to the server was reset while the page was loading" error after 20-30 seconds. I tried…
Uploading files to a server
May 31, 2011 01:57:34 PM
Hi, I have 2 servers, one that I pay for and is hosted by a company where I store all my php files, and a home server where I store all my music, word documents etc to be used by my website (hosted on the virtual server). However I was wondering…
Uploading CSV data to Couchapp
April 4, 2011 02:59:49 AM
Hello all, I'm just about to start on my first (wildly ambitious) Couchapp. I've had quite a bit of Erlang experience, but not for the past couple of years so I'm a bit rusty. I've had a tiny bit of experience with CouchDB via various Python…
Re: Problems uploading a file in 2.4 version - Possible
October 22, 2010 01:13:43 PM
Found the problem! Just for documentation, here my thoughts. The HTTP Request do not handle chunked header response. When i send the file using the jmeter proxy, the application return a response header with chunked information and Jmeter…
Problem uploading JDO 3.0.1 to Maven Central
January 12, 2012 01:13:24 PM
I tried to manually update a JDO 3.0.1 bundle consisting of the api jar, pom, sources & javadoc plus signatures thereof, but it didn't seem to work. See https://issues.sonatype.org/browse/MVNCENTRAL-160 -matthew
Prob uploading file with pics
January 20, 2012 06:23:18 AM
Hi ! I've a strange problem with the uploading file with pics. When I uplaod a simple RTF file the content of the file is ok. But when I insert the same file with a simple pics inside the content of the file is empty. Please find my interface : …
some questions about cxf rest uploading file
February 3, 2011 08:30:20 AM
Hi, all I am using the following code to upload a file. It works fine. But I have several questions: 1) If I change body.getAllAttachments() ==> body.getAttachment(contentId), What does mean "contentId"? In my junit code, How can I set that…
Problems uploading a file in 2.4 version?
October 20, 2010 09:05:19 AM
All, Does anyone had a bad experience uploading a file with jmeter version 2.4? When i select the file for upload and submit it in my application the following error occur: * java.io.FileNotFoundException: FILE.TXT (The system couldn't found the…
Re: uploading ant with ivy to nexus central repository
May 24, 2010 01:32:22 AM
Hello Maarten, I have tried to do an upload tonight and have not been successful so far. Using the URL resolver, I got these messages : [ivy:publish] parameter found as ivy variable: ivy.status=integration [ivy:publish] :: publishing ::…
Uploading File to WebDAV Server
February 8, 2011 03:37:03 AM
Hi, I have looked in Bugzilla and this forum/mailinglist, but couldn't find an answer. Sorry if this is a known issue. In that case, it would be nice, if you just point me to the respective resource. I am using jmeter v2.4. I am trying to upload…
PhpMyAdmin reports 'No Privileges'
January 22, 2011
Hello all... Long story short, I ended up deleting the root user from PHPMyAdmin in EasyPHP. After some researching, I used skip-grant-tables to…
Reports by month with php and mysql?
June 7, 2011
I want to know how to display report by month using PHP and Mysql Example of Report on the web page: January 2011 ============== Store Name | Total…
Is there a way to run SQL Reports on a SQLite Database?
May 5, 2011
We used to use TFS, but have recently moved to another bug tracker. We also have a few reports that we ran on the work items from TFS, and would…
Reports on Visual Studio 2010
February 12, 2011
I have an application on c# and sql client, visual studio 2010, I want to open the project on visual stdio 2008, I open new solution and add the…
Android sqlite log reports and db.close()
January 11, 2011
The log reports that the database or cursor was not closed. I basically have an activity with a custom surfaceview and uses a handler to report back…
Creating reports: MongoDB + .Net Win Forms
March 14, 2011
Dear All, As I am working on .Net windows form application, we're using MongoDB for back-end data storage. As the matter of business reports (Just…
Phpinfo reports no value for PDO MySQL driver
June 15, 2011
As per the title I'm having problems with PHP 5.2.10 and getting PDO MySQL to be recognised. My configure command contains '--enable-pdo=shared'…
Unable to create jasper reports using struts.
June 24, 2011
I was using Jasper Reports for generating reports in my web application using J2EE technologies. I am able to connect to the mysql database and got…
Problems using Crystal reports infoview over the internet
February 25, 2011
Hello We have a Bobje installation and use crystal reports infoview to share some of our reports with our customers over the internet. Most reports…
Flex - Methods of creating tabular reports?
May 16, 2011
Looking for some ideas, strategies, tools, etc. on creating reports from Flash Builder / Flex 4. I know a basic way to create a report would be to…
Direct URLs to access reports - JasperServer
April 4, 2011
I've been working with JasperReports on JasperServer recently. After reading their documentation, they say that any report on the JasperServer…
How do I execute multiple mysql queries in Jasper Reports (not what you think...)
April 14, 2011
I have a complex query that requires a rank in it. I've learned that the standard way of doing that is by using the technique found on this page:…
Create table daily to store the log reports in Database
April 1, 2011
Our project, we are tracking the log reports for each day, now we are writing data to a files which has all the records, we are now storing the data…
How to get data from jsp page between two dates and generate PDF or Excel reports
April 5, 2011
hi to all, I am now working on java project till i had completed to get data from database and display it in table as datagrid in jsp page then that…
Generate reports in MYSQL between 2 dates grouped by week
June 9, 2011
I have a staff timesheet table where i have timestamp of when those records are created. I now want to generate the report so that my start date is…
How do I use SAP Crystal Reports for Visual Studio 2010 with MySQL ?
May 4, 2011
Hi ! I am trying to create a new report but I am not able to connect to the MySQL database. Any ideas ?
How to connect with mysql of external server to generate reports in Pentaho
May 3, 2011
I want to generate reports with an external database of mysql. Not my localhost database. I want to generate report of mysql database of external…
Is it possible to configure MySQL logging so that it only reports queries that were rolled back?
May 26, 2011
I have an intermittent bug that I'm trying to track down, and I'd like to capture only MySQL queries that fail resulting in a rollback. I don't want…
Alternative to Microsoft Reporting Services for Exporting Data/Reports to PowerPoint
May 18, 2011
Does anyone know of a solution besides Microsoft Reporting Services that can be used to generate a PowerPoint file and have data exported to it…
Does Open Web Analytics allow me to create reports from the data stored in our database for our web application?
January 27, 2011
I am looking for a tool that allows us to create reports from the data in our database, like Crystal Reports, and the many other Database Reporting…