auto set of read-only flag??

From: ahnf <interz12(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: auto set of read-only flag??
Date: 2007-10-25 14:38:20
Message-ID: 651486.57061.qm@web36610.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

var YAHOO = {'Shortcuts' : {}};
YAHOO.Shortcuts.hasSensitiveText = false;
YAHOO.Shortcuts.sensitivityType = [];
YAHOO.Shortcuts.doUlt = false;
YAHOO.Shortcuts.location = "us";
YAHOO.Shortcuts.document_id = 0;
YAHOO.Shortcuts.document_type = "";
YAHOO.Shortcuts.document_title = "Re: [JDBC] ERROR transaction is read-only";
YAHOO.Shortcuts.document_publish_date = "";
YAHOO.Shortcuts.document_author = "interz12(at)yahoo(dot)com";
YAHOO.Shortcuts.document_url = "";
YAHOO.Shortcuts.document_tags = "";
YAHOO.Shortcuts.annotationSet = {
"lw_1193323068_0": {
"text": "interz12(at)yahoo(dot)com",
"extended": 0,
"startchar": 304,
"endchar": 321,
"start": 304,
"end": 321,
"extendedFrom": "",
"predictedCategory": "",
"predictionProbability": "0",
"weight": 1,
"type": ["shortcuts:/us/instance/identifier/hyperlink/mailto"],
"category": ["IDENTIFIER"],
"context": "normal Original Message From ahnf interz12(at)yahoo(dot)com To pgsql-jdbc(at)postgresql(dot)org Sent Wednesday October",
"metaData": {
"linkHref": "mailto:interz12(at)yahoo(dot)com",
"linkProtocol": "mailto",
"linkYmailto": "mailto:interz12(at)yahoo(dot)com"
}
},
"lw_1193323068_1": {
"text": "pgsql-jdbc(at)postgresql(dot)org",
"extended": 0,
"startchar": 424,
"endchar": 448,
"start": 424,
"end": 448,
"extendedFrom": "",
"predictedCategory": "",
"predictionProbability": "0",
"weight": 1,
"type": ["shortcuts:/us/instance/identifier/hyperlink/mailto"],
"category": ["IDENTIFIER"],
"context": "Message From ahnf interz12(at)yahoo(dot)com To pgsql-jdbc(at)postgresql(dot)org Sent Wednesday October 24 2007",
"metaData": {
"linkHref": "mailto:pgsql-jdbc(at)postgresql(dot)org",
"linkProtocol": "mailto",
"linkYmailto": "mailto:pgsql-jdbc(at)postgresql(dot)org"
}
}
};

FYI, the connection is non-readonly when I initially create it. After
doing a select, it becomes read-only and I have to manually set it back
to non-readonly. Is this normal???

----- Original Message ----
From: ahnf <interz12(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Sent: Wednesday, October 24, 2007 9:17:34 AM
Subject: [JDBC] ERROR transaction is read-only

I am using the postgresql-8.2.506.jdbc4.jar file

My jdbc connections are setReadOnly(false)

When attempting an insert I get

org.postgresql.util.PSQLException: ERROR: transaction is read-only

ideas?

org.postgresql.util.PSQLException: ERROR: transaction is read-only
at

org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)
at

org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316)
at

org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191)
at

org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
at

org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351)
at

org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:344)

---------------------------(end of
broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Browse pgsql-jdbc by date

  From Date Subject
Next Message Frank Habermann 2007-10-25 21:51:33 multiple connections to db over jsp
Previous Message Heikki Linnakangas 2007-10-25 10:20:33 Re: "Something unusual has occured" error using PostgreSQL 8.2 with Apache Commons DBCP 1.2.2