Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
386 views

AIR – Google Maps API Security Sandbox Violation?

i've just started using the Google Maps API for Flash (map_1_20.swc) for an AIR 2.5 application i'm building with Flash CS5. everything loads and display fine in the ADL except that i'm receiving ...
5
votes
4answers
239 views

Validity of a GPL exception

I have been contracted to modifying software released under the GPL. The small research company that I am consulting for will be submitting analysis of the output of the modified software as part of ...
3
votes
1answer
59 views

Apache error “PHP cookie policy violation” [closed]

I'm facing this issue when I published the site: ""/usr/local/apache/conf/modsec_rules/10_asl_rules.conf"] [line "498"] [id "340078"] [rev "1"] [msg "PHP cookie policy violation"] " Why this is ...
3
votes
1answer
430 views

Primary Key Identity Value Increments On Unique Key Constraint Violation

I have a SqlServer 2008 table which has a Primary Key (IsIdentity=Yes) and three other fields that make up a Unique Key constraint. In addition I have a store procedure that inserts a record into the ...
1
vote
0answers
40 views

Understanding how a violation of the Liskov Substitution Principle is problematic from a business point of view [closed]

I am writing regarding the Liskov Substitution Principle and an example of violation of this principle published here (see http://javaboutique.internet.com/tutorials/JavaOO). The sample domain here ...
1
vote
0answers
99 views

Attempted to read or write protected memory when accessing dll

I try to access zip32.dll version 3.0 when my code got this error : System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is ...
1
vote
2answers
97 views

Access Violation in DirectX9

Easiest way to put this: My code is throwing an access violation error whenever I run it. I have concluded it is the fault of calling this->d3ddev.(whatever) inside of the function ...
1
vote
1answer
404 views

postgresql: error duplicate key value violates unique constraint

This question have been asked by several people but my problem seems to be different. Actually I have to merge same structured tables from different databases in postgresql into a new DB. What I am ...
1
vote
1answer
157 views

Access Violation with static arrays?

I need to parallelise an application using win32 threads. One of the portions of the code involves modifying an static array using threads. I pass the array as a parameter like this: struct ...
1
vote
2answers
1k views

Hibernate throws unique constraint violation exception while updating field part of unique key

Below is the use case: I have a unique index defined on 3 columns say A,B,C. Assume the values in them are A1,B1,C1. My java code is adding a new record say A1,B1,C1 but before this record is added, i ...
1
vote
1answer
69 views

Is it possible that EDT violations cause NullPointerException in an external software?

I have a Java software that was recently integrated into another Java software (which I will call "external" software). We use listeners and call back mechanisms for "communication" between two ...
1
vote
6answers
563 views

Double-click double-insert resolutions?

A team member has run into an issue with an old in-house system where a user double-clicking on a link on a web page can cause two requests to be sent from the browser resulting in two database ...
0
votes
2answers
38 views

C++ Access float pointer inside a class -> Access violation

Visual C++, Microsoft Visual Studio 2010 Express: Access from this malloc works: float* block = (float *)_aligned_malloc(32 * sizeof(float), CACHE_ALIGNMENT); block[0] = (float)30; // I work fine. ...
0
votes
1answer
50 views

C++ access violation crash

When I attempt to access this specific pointer, the application crashes and shows a c0000005 access violation error. How can I catch this error and keep it from closing the process as I would in C# ...
0
votes
2answers
66 views

C++ Access violation reading why?

I'm developing the application, which will get mails from servers via pop/imap protocols using C++/Winsock. Cause, the code is large to paste here , I give you the link on pastebin: ...
0
votes
4answers
53 views

How is this not a Java visibility violation

It is a simple implementation of linked list to split one list into two sublists. Other details have been discarded for simplicity class SList { private head; Object item; public void ...
0
votes
0answers
43 views

Flex Sandbox Violation when crossdomain.xml already exists

I am using Flex Builder 3, flex framework 3.6, and publishing to flash player 9 (can't find the specific version). We just created a .net webservice, which I am using in flex. It all works great ...
0
votes
0answers
71 views

Dev C++ access violation [closed]

as part of work submission, I'm supposed to submit a dev c++ project of my work, but It's giving me a whole heap of trouble. First off, it will only run in one mode, XP SP2 compatibility mode, and ...
0
votes
0answers
62 views

In Ado.Net Update winth transaction “Concurrency violation”

I write on MySQL 5.5, C#, ADO.NET, DataSet. I have a DataSet and DataAdapter filled it. In DataAdapter I override INSERT, UPDATE, DELETE commands. When I use stored procedures, as these commands, all ...
0
votes
1answer
64 views

org.hibernate.exception.ConstraintViolationException can not be catched in JBOSS 6

I am developing an web application by using Spring MVC 3.0.This application gets deployed on JBOSS 6. Problem statement is - Whenever org.hibernate.exception.ConstraintViolationException occurs, The ...
0
votes
6answers
67 views

SQL INSERT Violation Primary Keys

I have a table with a primary key composed of three columns: CODE_TARIF, UNITE, MODE_LIV. In my table there are three records with MODE_LIV = 2. Then I insert a record with MODE_LIV = 4. INSERT INTO ...
0
votes
2answers
88 views

What could this Read Access violation Exception be due to?

My program crashes and a dialog box shows "Unhandled exception at 0x3aaf1aea (pmsqlsrv.dll) in java.exe: 0xC0000005: Access violation reading location 0x3ac60880." The statement shown as causing ...
0
votes
2answers
172 views

Flash AS3 Global Security Settings - programmatically

In my application I am accessing a XML file which is in the same location as the fla, yet I have to add my folder location to the Flash Global security settings in order to avoid that infamous ...
0
votes
2answers
411 views

Mapping IntPtr into Struct via Marshal.PtrToStructure causing “Access Violation Exception”

I'm trying to use a C++ DLL (3rd party library implementing EMI protocol, having source code available) in .NET. I've succesfully done marshalling, calling the functions and getting everything work ...
0
votes
3answers
122 views

C++ std::cin Unhandled exception: Access violation writing location

I'm getting an access violation when trying to use std::cin. I'm using a char* and it's not allowing me to input my data.. void Input(){ while(true){ char* _input = ""; std::cin >> ...
0
votes
1answer
326 views

Violation of PRIMARY KEY constraint on linked record when add a record using the entity framework

I have the following problem: I have a table called farmers. Each farmer has a country specified that is mandatory. When I add a new farmer to the database using antity framework, I get a violation ...
0
votes
1answer
263 views

2047 Security sandbox violation errors while loading an external swf file into flex from server side

This is my code and i want to place an external swf file for my flex application website. This is my code: var loader:Loader = new Loader(); var url:URLRequest = new URLRequest("http://www.my ...
0
votes
1answer
34 views

SQL: cleaning a DB, checking that there's no violation and maybe rolling back

I'd like to clean some DEV DBs. I've got script doing lots of "delete from" that I didn't write. I'm not sure they'll leave the DB in a correct state (it's a dev DB so it's not that bad, but ...
0
votes
2answers
299 views

perform delete or update on unique violation in postgres

On Unique_voilation exception how to update or delete the row which raised the exception table code and insert create table test ( id serial not null, str character varying NOT NULL, is_dup boolean ...
0
votes
1answer
101 views

Identifying violation of GPL

From time to time, I encounter an article about how a company (eg:Skype) has violated GPL, but I've always wondered ¿how can one tell if a certain software is a modified version of a GPL one? ¿Which ...
0
votes
3answers
445 views

The server committed a protocol violation. Section=ResponseStatusLine" For PHP webservice

HI I am calling a web service in my C# Code. The webservice is bulit in PHP. I am calling its loadunload method. The webservice returns me the "The server committed a protocol violation. ...
0
votes
4answers
350 views

Why a EDT violation happens?

I started to use CheckThreadViolationRepaintManager to detect EDT violations. It complains about: partner = getParameter("partner",generatePartnerSelectionPanel(),Design.partnerSelectionDuration); ...
0
votes
2answers
2k views

Flash CS4 AS3 Security Sandbox Violation

I have build my entire website with flash and embedded several swf objects (slideshows) into it. everything always worked fine when I published it as swf movie. but now that I want to upload my ...
0
votes
2answers
521 views

PMD rule DataflowAnomalyAnalysis oddness

I have the following JUnit test: @Test public void testRunLocalhost() throws IOException, InterruptedException { // Start an AnnouncerThread final AnnouncerThread announcer = new ...