Oracle Patch for 1.1

Is there any news about the availability of an oracle patch for 1.1. I have tried generating the scripts myself using the source from the source zip file but have been unable to compile.
bhaugland's picture
655
Joined: Jul 28 2006 - 4:18am
Last seen: 17 years 2 months ago

10 Answers:

Why don't you post the stuff that you've done, and maybe we can work on it together.
timmyd's picture
301
Joined: Jul 26 2006 - 5:39am
Last seen: 17 years 2 months ago
We are working on this.


Sherman
JasperSoft
swood's picture
24551
Joined: Jun 21 2006 - 12:48pm
Last seen: 10 years 11 months ago
Hi,

I have Jasper Intelligence working in oracle already. Just finished it now.

It required no code changes, just the database setting up correctly.
JamesCG26's picture
Joined: Oct 3 2006 - 11:00pm
Last seen: 17 years 4 days ago
I managed to get JasperIntelligence 1.1 running on oracle using the oracle patch for 1.0.1. However I am not sure if there were any database changes that might affect the run. Could you shed some light on this

Thanks
Bruce Haugland
bhaugland's picture
655
Joined: Jul 28 2006 - 4:18am
Last seen: 17 years 2 months ago
hello,

here are the instructions and files that I used to convert a 1.1.0 install to use oracle for the metadata. Let me know if it is not clear in any way.

thanks,
Sam
[file name=oracle_patch_1.zip size=6461]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/ora...
sbirney's picture
181
Joined: Jul 7 2006 - 2:43am
Last seen: 17 years 3 months ago
Hi, I'm able to connect, login after oracle connection.

Created folder & data source. While saving report unit received following error.

org.springframework.webflow.ActionExecutionException: Exception thrown executing [AnnotatedAction@126a408 targetAction = com.jaspersoft.jasperserver.war.action.ReportUnitAction@1db3e20, attributes = map[[empty]]] in state 'saveReport' of flow 'reportUnitFlow'; nested exception is org.springframework.transaction.TransactionSystemException: Could not roll back Hibernate transaction; nested exception is org.hibernate.TransactionException: JDBC rollback failed

Has above to do anything with oracle version, mine is 8.1.7.3
kartikgajjar's picture
Joined: Oct 27 2006 - 4:21am
Last seen: 16 years 11 months ago
kartikgajjar wrote:
Hi, I'm able to connect, login after oracle connection.

Created folder & data source. While saving report unit received following error.

org.springframework.webflow.ActionExecutionException: Exception thrown executing [AnnotatedAction@126a408 targetAction = com.jaspersoft.jasperserver.war.action.ReportUnitAction@1db3e20, attributes = map[[empty]]] in state 'saveReport' of flow 'reportUnitFlow'; nested exception is org.springframework.transaction.TransactionSystemException: Could not roll back Hibernate transaction; nested exception is org.hibernate.TransactionException: JDBC rollback failed

Has above to do anything with oracle version, mine is 8.1.7.3


It is not version specific. I am testing JI with oracle 9.2.0.6
csmth's picture
110
Joined: Jan 17 2007 - 2:30pm
Last seen: 16 years 8 months ago
I think the error message is more clear in oracle10g environment, when creating saving a validated report:
org.springframework.webflow.ActionExecutionException: Exception thrown executing [AnnotatedAction@1c98c1b targetAction = com.jaspersoft.jasperserver.war.action.ReportUnitAction@10d78ec, attributes = map[[empty]]] in state 'saveReport' of flow 'reportUnitFlow'; nested exception is com.jaspersoft.jasperserver.api.JSExceptionWrapper: org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not insert: [com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.persistent.RepoFileResource]; uncategorized SQLException for SQL [insert into JIFileResource (data, file_type, reference, id) values (?, ?, ?, ?)]; SQL state [72000]; error code [1460]; ORA-01460: unimplemented or unreasonable conversion requested ; nested exception is java.sql.SQLException: ORA-01460: unimplemented or unreasonable conversion requested


Post edited by: csmth, at: 2007/01/19 06:49
Post edited by: csmth, at: 2007/01/19 07:21
csmth's picture
110
Joined: Jan 17 2007 - 2:30pm
Last seen: 16 years 8 months ago
I saw this same error message when debugging an issue for a remote client. What was found was that the NLS_LANG setting was not the same between the Oracle client and the Oracle Server. The default setting of NLS_LANG is american_american_ascii7 (or similar). This will be the setting if no NLS_LANG env var is set.

You can check to see that the server and the client have the same settings. Anyway, this is one way to get this particular error.
tkavanagh's picture
16422
Joined: Jul 7 2006 - 8:54am
Last seen: 9 years 1 month ago
Where can i find the Oracle patch for JS 1.2.0 ??

;)

best regards,
João Taborda
taborda's picture
305
Joined: Mar 14 2007 - 1:46am
Last seen: 16 years 6 months ago
Feedback
randomness