× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




Hi James,

Will looking at the journals tell us anything?

Maybe. Worth checking out. I'd look for anything that happened around
that time. Depending on how the application is running, like standalone or
web app, there may be other areas to check: Server logs and even QSysopr
messages.

SQLException can have chained warnings and messages, sort of like second
level detail on AS/400 messages, but the app has to program appropriately
for them. See this portion of my 11 year old (!!!) tutorial:

JDBC Exception Types and Exception Handling
http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/JDBC20.html#JDBC209

which would probably give needed info, but most programs effectively swallow or ignore them, especially warnings.

If this is happening sporadically, I would check for record locks by
other applications. If it happens every time, I don't have a specific area
to point to other than maybe a program bug in terms of previous or current
transaction state. Don't know if this is third party or not, but if so, I'd
check with them.

HTH,


Joe Sam

Joe Sam Shirah - www.conceptgo.com (904) 302-6870
conceptGO - Consulting/Development/Outsourcing
Java Filter Forum: www.ibm.com/developerworks/java
Just the JDBC FAQs: www.jguru.com/faq/JDBC
Going International? www.jguru.com/faq/I18N
Que Java400? www.jguru.com/faq/Java400



-----Original Message----- From: James Lampert
Sent: Tuesday, July 10, 2012 2:24 PM
To: Java Programming on and around the IBM i
Subject: Re: Anybody here have any experience running Rollbase on a
V6box?(cross-posted)

Joe Sam Shirah wrote:
Hi James,

From this,

java.sql.SQLException: Transaction state not valid.
at
com.ibm.as400.access.JDError.throwSQLException(JDError.java:360)
at
com.ibm.as400.access.AS400JDBCConnection.setReadOnly(AS400JDBCConnection.java:2885)

I'd check to see if journaling is on.

Journaling is on.

We just got the same failure here.

Will looking at the journals tell us anything? If so, what should I look
for?

--
JHHL
-- 8

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.