Questions tagged [jinitiator]

9 questions
13
votes
8 answers

Oracle JInitiator version too low

When I Open a page in my intranet portal, I get a window with the following message FRM - 92095: Oracle JInitiator version too low. Please install version 1.1.8.2 or higher I have installed JInitiator 1.1.8.16 and JInitiator 1.3.1.30. But I get…
Gapchoos
  • 1,422
  • 5
  • 20
  • 40
4
votes
4 answers

Oracle forms in web windows 7 jinitiator not working for IE9

I was using oracle forms in WEB Windows XP with IE6 it was working well with J initiator. Now I switched to Windows 7 with IE9 I installed Jinitator but, IE is crashing. Any solution ?
2
votes
2 answers

quickfixj initiator disconnecting due to low seqnum too low

quickfixj initiator getting Disconnecting: Encountered END_OF_STREAM while trying to logon to the acceptor. We are using vendor's fix engine as acceptor. and feedback from acceptor is that logon request for xxxx was not accepted, incoming too small,…
baron
  • 149
  • 3
  • 11
1
vote
0 answers

Chrome Developer Tools Network close request details remember marked request

I inspect a xhr request in chrome to see its details and check if this is the request I'm looking for. The currently inspected request is marked on the left list of requests. If I want to see what code initiated this request, I close the details…
1
vote
1 answer

Trying to get Oracle Forms - Jinitiator 1.3.1.22 to work with IE11 on Windows 7

Update I am considering manually changing the code through Chrome to get the page to use a more up to date Java runtime environment. The code:
Ivor
  • 153
  • 2
  • 11
1
vote
1 answer

Java Web Application not working on windows 7

I have a java web application installed on a server which is accessed via intranet. It worked well when i run it on a client pc with Windows XP and IE 6, with Jinitiator. The problem comes when i run it on Windows 7, on any updated browser. The IE…
Nitesh Verma
  • 1,795
  • 4
  • 27
  • 46
0
votes
0 answers

Oracle forms - only java output

When using IExplore 9 and jinitiator to launch some oracle forms, i can only see the java console text output, the GUI actually doesn't start! More details: It's a local https website From website once connected you push the button and oracle forms…
0
votes
2 answers

Please help, Can't install Jinitiator 1.3.1.17 on Window 7

I've been trying to install "Jinitiator 1.3.1.17" on Window7 for 2 days, but it doesn't work. I have jinit.exe on my pc and i run this as administrator. After the onscreen prompt appeared, it showed only about 3 sec and then it disappeared. I've…
0
votes
1 answer

Quickfix C# initiator implementation questions

I am in the process of QuickFix service initiator implementation in c# which needs to do the following. Listen to incoming QuoteRequest messages and save them to a local database/queue. Our users will have the ability to hit the Bids on these…