JInitiator Problem

  • Thread starter Thread starter R.Muthukumar
  • Start date Start date
R

R.Muthukumar

Hi all,

We are facing problem with Oracle Jinitiator while running
in Windows XP embedded. Oracle JIniator Version is
1.3.1.14. JInitiator is installed properly on to the
client with out any problem, even the Jinitiator Control
Panel applet is also displayed in the Control Panel list.
Once we open the JInitiator Control Panel applet the
following error is open in the notepad.



Unexpected Signal : EXCEPTION_ILLEGAL_INSTRUCTION occurred
at PC=0x83d4e2
Function name=(N/A)
Library=(N/A)

NOTE: We are unable to locate the function name symbol for
the error
just occurred. Please refer to release documentation
for possible
reason and solutions.



Current Java thread:

Dynamic libraries:
0x00400000 - 0x00405000 D:\Program
Files\Oracle\JInitiator 1.3.1.14\bin\javaw.exe
0x77F50000 - 0x77FF7000 D:\WINDOWS.1\System32
\ntdll.dll
0x77E60000 - 0x77F46000 D:\WINDOWS.1\system32
\kernel32.dll
0x77DD0000 - 0x77E5D000 D:\WINDOWS.1\system32
\ADVAPI32.dll
0x78000000 - 0x78086000 D:\WINDOWS.1\system32
\RPCRT4.dll
0x77D40000 - 0x77DCC000 D:\WINDOWS.1\system32
\USER32.dll
0x77C70000 - 0x77CB0000 D:\WINDOWS.1\system32
\GDI32.dll
0x77C10000 - 0x77C63000 D:\WINDOWS.1\system32
\MSVCRT.dll
0x6D3C0000 - 0x6D497000 D:\Program
Files\Oracle\JInitiator 1.3.1.14\bin\hotspot\jvm.dll
0x76B40000 - 0x76B6C000 D:\WINDOWS.1\System32
\WINMM.dll
0x6D1F0000 - 0x6D1F7000 D:\Program
Files\Oracle\JInitiator 1.3.1.14\bin\hpi.dll
0x6D350000 - 0x6D35D000 D:\Program
Files\Oracle\JInitiator 1.3.1.14\bin\verify.dll
0x6D220000 - 0x6D237000 D:\Program
Files\Oracle\JInitiator 1.3.1.14\bin\java.dll
0x6D360000 - 0x6D36D000 D:\Program
Files\Oracle\JInitiator 1.3.1.14\bin\zip.dll
0x76C90000 - 0x76CB2000 D:\WINDOWS.1\system32
\imagehlp.dll
0x6D510000 - 0x6D58D000 D:\WINDOWS.1\system32
\DBGHELP.dll
0x77C00000 - 0x77C07000 D:\WINDOWS.1\system32
\VERSION.dll
0x76BF0000 - 0x76BFB000 D:\WINDOWS.1\System32
\PSAPI.DLL

Local Time = Mon Aug 09 10:47:35 2004
Elapsed Time = 0
#
# HotSpot Virtual Machine Error :
EXCEPTION_ILLEGAL_INSTRUCTION
# Error ID : 4F530E43505002BD
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_04-b02 mixed
mode)
#


Is any components is reuired to run JInitiator?

Could any will be help me on this issue?

regards
R.Muthukumar.
 
R.Muthukumar,

I doubt anyone out there has tried this custom Oracle and Java oriented app
on XPe. But in case there is, he may reply with a better answer.

I'd just suggest you to run the app with Filemon/Regmon monitoring tools
(www.sysinternals.com) running to see what's missing.

Also, double check if Java stack if installed properly on your build? Did
you use your own Java components or 3rd party one?

KM
 
KM

Thanks for your reply.

We are using the standard Oralce JInitiator and no thrid
party Java Stack involved here.

regards
R.Muthukumar
 
R.Muthukumar,

Sorry, I am not familiar with the Oracle JInitiator product.
But my question was about the JVM used. I guess it is Sun JVM. But you
better check that out.

Just FYI.. there is no MS JVM component in XPe Repository so the LVM
included in your build is a "custom" one (could be MS JVM, or Sun JVM, or
else).
This all may be important to you since in the log you posted earlier there
were VM errors.

Regards,
KM
 
Back
Top