The snapshot tag has no wiki summary.
1
vote
0answers
21 views
Staged deployment of snapshot artifacts with Maven and Jenkins
Problem Description
We have several multi-module projects which are depending on each other. So something like this:
messaging
framework
othercomponent
They have separate source control ...
0
votes
0answers
4 views
Xcode - Restore Snapshot - File does not exist in restore location
When I tries to Restore Snapshop, the right pane instead of highlighting the changes, comes up with the message 'Files does not exist in restore location'. Then, even i clicks 'restore', nothing ...
0
votes
0answers
12 views
How do I find out which AWS Region an EBS snapshot lives?
Is there any way to figure out which region an AWS EBS snapshot lives in?
A collaborator shared an ebs snapshot with me but I'm having a very slow transfer rate when I attached it to my instance ...
1
vote
3answers
76 views
Creating a ConcurrentHashMap that supports “snapshots”
I'm attempting to create a ConcurrentHashMap that supports "snapshots" in order to provide consistent iterators, and am wondering if there's a more efficient way to do this. The problem is that if ...
0
votes
1answer
21 views
Does Maven build “thread safe” for snapshot projects?
I have a question regarding parallel maven build. If several maven builds are running in same machine at the same time, and some build results are used by other builds with snapshot version ...
-2
votes
0answers
23 views
Hyper-V doesn't seem to merge snapshots to VHD file [closed]
I've deleted Hyper-V virtual machine snapshots (from Hyper-V Manager) leaving only the last one and the current state, then created a snapshot accidentally, stopped virtual machine and deleted the ...
0
votes
0answers
22 views
Running Spring WS Samples on github results in maven errors
I'm trying to run the mtom example on spring-ws: https://github.com/poutsma/spring-ws/tree/master/samples/mtom
under the server directory when I run mvm:jetty run I get the following error:
[ERROR] ...
0
votes
1answer
55 views
Recreate application from memory snapshot
How do I create a snapshot of running java application in order to be able to load the same snapshot later to recreate exactly the same state of running application? How do I load this snapshot?
EDIT
...
0
votes
1answer
11 views
Maven SNAPSHOT for WAR projects too?
I'm using the Maven's 'SNAPSHOT' feature for my JAR projects. I want to keep everything consistent, in terms of versioning, but: does it make sense to use this feature for WAR projects as well? Should ...
0
votes
0answers
31 views
glTexImage2D giving GL_INVALID_VALUE because width or height cannot be represented as 2k + 2
I have a screenshot taken from the first opengl canvas which i need to draw in the second opengl canvas. I have taken the screenshot using glReadPixels:
glReadPixels(posx, posy, pageWidth , ...
0
votes
0answers
25 views
Multi OS boot & snapshotting without using VM? [closed]
I have a couple of machines that I want to use for app testing (including install/uninstall, etc across multiple OS). Ideally I'd just slap a VM hypervisor on the machine and be able to setup multiple ...
0
votes
0answers
32 views
axWindowsMediaPlayer still image
I've been trying to get an image of a paused axWindowsMediaPlayer control in the Original video resolution.
I've tried to capture the point of te screen of the control, but then the image is realy ...
0
votes
1answer
22 views
snapshot resolutions for Aforge Snapshot Maker
I simply want to apply the Aforge Snapshot Maker example , I have a Logitech HD C525 camera, The video resolutions is listed but the snapshot resolutions have only one item : Not Supported
May i ...
0
votes
0answers
27 views
Multi-Generation Snapshots using Device Mapper (Linux) [closed]
LVM is an amazingly usefull tool, however, it seems to still lack support for snapshotting a drive that is already a snapshot. I made a script to handle this automatically but ran into some troubles.
...
0
votes
1answer
37 views
Control Snapshot Speed In Matlab
This is for my project. i wrote the code using getdata command in matlab.i want to take some snapshots form webcam. But those snapshots are very speed.
I want to slow the snapshot frame. This is the ...
1
vote
1answer
21 views
MySQL: Rollback longer timeframe?
I wondered, if I can somehow create a snapshot and, lets say two weeks later, return to this snapshot?
It should be applied to the entire database.
The easiest way would be to backup the database and ...
1
vote
1answer
56 views
Is Snapshot supported from Greg Young EventStore?
I am seriously thinking of using EvenStore from Greg Young, for implementing a system based on events. However, I am not sure whether EventStore from Greg Young supports Snapshots. Snapshots are key ...
0
votes
0answers
21 views
displaying a snapshot image of a webpage from asp.net solution - client only options?
I have a requirement where I create a webpage, but want to only display an image of that webpage rather than all the html and text, etc.
I'm currently using iecapt.exe from my own servers - and while ...
1
vote
0answers
23 views
How to save&load a snapshot of an Android app state?
Before reading this, note that I'm not talking about capturing the screen.
Motivation
Many times, in order to test apps, we need to go over many activities (including a loading/splash screen) till ...
1
vote
0answers
46 views
Servicestack and Sql Server Reporting Services and Snapshot
i'm investigating integrating ssrs with servicestack, but as i'm using the new razor release, there are no references to any asp.net or mvc assemblies in my projects, so hosting in an aspx file for ...
0
votes
1answer
59 views
How do I make a simple snapshot webapp in HTML5?
I need to make a HTML5 page that can display live video coming from the device's camera/webcam and that has a button that can take a snapshot; nothing fancy (similar to html5camera.com). I tried ...
4
votes
1answer
67 views
CRM 2011 - E-mail snapshot of Dashboard to a particular user
I have a request of a customer who wants his dashboards to be send weekly/daily to him via E-mail (PDF or IMAGE). I have searched for hours to find a decent solution, but I can’t seem to find one. ...
1
vote
1answer
39 views
Is there anyway to use python to take a snapshot [duplicate]
Im working on a program and i was wondering if i can use python to snapshot my screen and possibly save it on my computer ?
0
votes
1answer
73 views
Is my accumulating snapshot design correct for my DW and my need
I just discovered the accumulating snapshot design for DW.
I need to record bug info that come from my bug tracker. Bugs have some info (a bug number, a sentence ...). It also has status:
...
0
votes
1answer
37 views
Best way to recreate snapshots in sql server 2008
I want to update database snapshot every hour, keeping its name unchanged. Only way I found how to do this - drop/create pattern. But there is 3 minutes downtime between DROP and CREATE events.
Is ...
1
vote
1answer
72 views
What is the right way to make a consistent Amazon EBS snapshot with the SDK for PHP?
I'm a new to Amazon Web Services (AWS) and want to create an Amazon Elastic Block Store (EBS) snapshot with the AWS SDK for PHP.
I wrote the following code:
$aws = Aws::factory($config);
$ec2 ...
1
vote
0answers
145 views
XCode - unable to create snapshot - don't want git
After several successfully done "create snapshot"s, XCode now tells me it is "unable to create a snapshot" "please tell me who you are"... and some stuff about git.
i never used git and don't want to, ...
0
votes
0answers
32 views
An internal error “java.lang.NullPointerException” in Android? [duplicate]
I had an emulator that it's snapshot was enabled.I tested my App on it some times.Now that emulator is deleted,and my App has no error.But when I try to run my App (on another emulator),it does not ...
1
vote
1answer
33 views
Using git to make daily snapshots of a mirror
I'd like to mirror a remote site (something like CPAN, via rsync) and create daily snapshots with git. Is there any tool that does the "remove the deleted files from the repository and add the ...
0
votes
1answer
72 views
how to create a VM's snapshot using libvirt?
I am trying to create a snapshot of active/idle virtual machine on KVM hypervisor using the following code:
It looks like the xmlDesc doesnt have enough information to create a snapshot of neither ...
0
votes
0answers
33 views
Dumping in-memory database to disk
I have created in-memory database(key-value pair) of my own. What is the efficient way to dump that to disk as a backup.
I am also doing periodic writes to in-memory database. and i need to provide ...
0
votes
1answer
76 views
maven versions release candidates and snapshot
My goal is to release a project which have a single dependency. I have a nexus repository where i deploy both snapshot and release versions.
The one dependency I have has
...
0
votes
2answers
111 views
iOS , iPhone Snapshot in background/foreground transition
When an iOS application changes the state from foreground to background the OS takes the snapshot of the current view(screen) and when it again comes to foreground it displays that snapshot.
Is there ...
0
votes
0answers
46 views
List AWS snapshots using chef
I am looking for a solution to list all AWS snapshots in chef and pick the latest one. All the snapshots are defined like this servername_service_date and I would like to list them via date and then ...
1
vote
0answers
44 views
xCode snapshots don't appear to work
Having the same issue as this guy it seems:
Xcode restoring snapshot does nothing
I've been creating snapshots before I try certain things and have never had to restore one.
I tried a couple of ...
0
votes
0answers
28 views
VSS Cube Snapshot Replication SSAS
Does anyone know how using VSS for snapshot replication of the same cube will affect performance. It's able to generate these snapshots unbelievably fast, but creating these snapshots does not ...
1
vote
0answers
104 views
Whole-System Snapshot on windows server 2008 R2
I am working with a server farm with sharepoint 2010, MS SQL Server 2008 and other required softwares installed in it. Is there any tool available with the help of that I can take the snapshot of the ...
0
votes
2answers
553 views
How to send an HTML form in asp.net c# by email?
In my ASP.Net C# website, I got an order form which I want to be send via email by submitting it. The form elements are HTML and the calculations are done by JavaScript in client-side, and it has lots ...
0
votes
1answer
65 views
Access Dynaset and Snapshot
I opened an old project of Access. I have some problems with these objects that are no longer used.
I'm following this guide: http://support.microsoft.com/kb/129883/en
The part of the code in ...
1
vote
1answer
363 views
Unable to take snapshots or use git in XCode 4.6
After upgrading to Xcode 4.6 whenever I attempt to create a snapshot or use Git I get this popup.
Please tell me who you are.
Run
git config --global user.email "you@example.com"
...
1
vote
1answer
36 views
Finding ClearCase deliver target view using cleartool
I'm using ClearCase on Windows with snapshot views.
Is there a way to determine using cleartool which view will be used for deliver?
If there's a way that involves digging in the registry it's also ...
0
votes
1answer
113 views
Creating a throw-away database copy in SQL Server 2008 R2
Is it possible to create a throw-away database snapshot/copy in SQL Server 2008?
I want to be able to spin up a local version of a report generator we use (custom app) and have it operate on a copy ...
0
votes
0answers
130 views
Hyper V snapshot folder location doesn't recognize avhd files
I am having some problems with restoring a Hyper-V VM snapshots from a copied folder. Following are the steps I have followed.
Copied the current VM folder to a different location
Deleted the VM ...
0
votes
0answers
106 views
Restore VM Snapshot PowerShell script error
I am making a PowerShell Script to restore and snapshot in a test enviroment. I get this error I can resolve and need help please.
gwmi : Invalid parameter At line:51 char:13
+ $Snapshot = gwmi ...
0
votes
0answers
36 views
mysql consistent read: transaction consistent snapshot
I've got a database with several InnoDB tables I want to read from and then dump data to a XML format. Such XML would represent an object with all its related objects.
I wouldn't like any INSERT to ...
1
vote
2answers
137 views
Maven: Why is the -SNAPSHOT suffix missing from artifact file name?
My maven artifact is deployed to a Nexus snapshot repository. There, it is stored in the correct directory, but its filenames have the following pattern:
mylibrary-1.0-20130213.125827-2.jar
...
0
votes
1answer
21 views
Date not updated when restoring snapshot
When I start up the emulator that is set to save snapshot, the emulator still uses the date since I last ran it, which is 4 days ago. I'm trying to work on my app and I need to have this update so I ...
0
votes
1answer
112 views
capturing webview as a image snapshot using winjs
I have the following code inside the HTML body that contains several images inside div elements.I would like to capture the whole seen as it is visible on the webview.
<div ...
-3
votes
2answers
87 views
need a php OCR to read a blackberry screenshot [closed]
I'm developing a Blackberry application for which I need to read a snapshot taken from my blackberry and convert it into a string. Is this possible using Aspire
, a java based Oracle SDK ? Or are ...
1
vote
1answer
97 views
Too many open files occured when cassandra snapshot
java error occured when I try to cassandra snapshot.
root@cassandra mytest]# /usr/local/apache-cassandra-1.1.7/bin/nodetool -h localhost mytest
so, I added to /etc/security/limits.conf
follow ...




