Hi, i'm trying to install Oracle 9i database in wine, and get a huge error message with lots to do with java i think. Can anyone help with this? I also cant find the error log it said it created. tnh at webbook:~$ wine /home/tnh/Desktop/Disk1/autorun/autorun.exe err:mmio:MMIO_ParseExtA No . in szFileName: "?\x13???\x13??????H\x11" err:mmio:MMIO_ParseExtA No . in szFileName: "" err:mmio:MMIO_ParseExtA No . in szFileName: "Z:\\home\\tnh\\Desktop\\Disk1\\autorun\\" err:mmio:MMIO_ParseExtA No . in szFileName: "?\x13???\x13??????H\x11" tnh at webbook:~$ An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d203482 Function name=(N/A) Library=C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\fontmanager.dll 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: at sun.awt.font.NativeFontWrapper.getFontMetrics(Native Method) at sun.awt.font.FontDesignMetrics.initMatrixAndMetrics(Unknown Source) at sun.awt.font.FontDesignMetrics.<init>(Unknown Source) at sun.awt.font.FontDesignMetrics.<init>(Unknown Source) at sun.awt.SunToolkit.getFontMetrics(Unknown Source) at sun.awt.windows.WToolkit.getFontMetrics(Unknown Source) at java.awt.Component.getFontMetrics(Unknown Source) at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.init(OiifmSplashScreen.java:203) at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:595) Dynamic libraries: 0x00400000 - 0x00405000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\javaw.exe 0x7BC10000 - 0x7BCA4000 C:\windows\system32\ntdll.dll 0x7B820000 - 0x7B92D000 C:\windows\system32\KERNEL32.dll 0x7EE30000 - 0x7EE77000 C:\windows\system32\advapi32.dll 0x7ED00000 - 0x7EE25000 C:\windows\system32\user32.dll 0x7EC50000 - 0x7ECDE000 C:\windows\system32\gdi32.dll 0x7EBF0000 - 0x7EC43000 C:\windows\system32\msvcrt.dll 0x7EA50000 - 0x7EADA000 C:\windows\system32\winex11.drv 0x7E8F0000 - 0x7E900000 C:\windows\system32\imm32.dll 0x6D420000 - 0x6D4EE000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\hotspot\jvm.dll 0x7E840000 - 0x7E8C1000 C:\windows\system32\winmm.dll 0x7E800000 - 0x7E82F000 C:\windows\system32\winealsa.drv 0x7E720000 - 0x7E72A000 C:\windows\system32\msacm32.drv 0x7E6F0000 - 0x7E713000 C:\windows\system32\msacm32.dll 0x7E6E0000 - 0x7E6ED000 C:\windows\system32\midimap.dll 0x6D220000 - 0x6D227000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\hpi.dll 0x6D3B0000 - 0x6D3BD000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\verify.dll 0x6D250000 - 0x6D266000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\java.dll 0x6D3C0000 - 0x6D3CD000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\zip.dll 0x6D020000 - 0x6D128000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\awt.dll 0x7DFA0000 - 0x7DFD2000 C:\windows\system32\winspool.drv 0x7DF10000 - 0x7DF9C000 C:\windows\system32\ole32.dll 0x7DEA0000 - 0x7DEF8000 C:\windows\system32\rpcrt4.dll 0x7DE80000 - 0x7DE97000 C:\windows\system32\iphlpapi.dll 0x6D1E0000 - 0x6D21B000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\fontmanager.dll 0x10000000 - 0x1001E000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\JavaAccessBridge.dll 0x6D2C0000 - 0x6D2DB000 C:\windows\temp\OraInstall2008-09-18_05-41-41PM\jre\bin\jpeg.dll 0x7D510000 - 0x7D51E000 C:\windows\system32\imagehlp.dll 0x7D4D0000 - 0x7D507000 C:\windows\system32\dbghelp.dll 0x7D4B0000 - 0x7D4BD000 C:\windows\system32\psapi.dll Local Time = Thu Sep 18 17:41:44 2008 Elapsed Time = 2 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode) # # An error report file has been saved as hs_err_pid31.log. # Please refer to the file for further information. #
tumblebomb wrote:> Hi, i'm trying to install Oracle 9i database in wine, and get a huge error message with lots to do with java i think.Why do you even bother installing DB on Wine? Use a native Linux version. And use UnixODBC for DB connection. See Wine user manual for details on how to set that up.
Tumblebomb: This may be obvious, but why do you need to use a Windows version of Oracle? If you need it for college, get a 'cheap' Windows laptop and install it there. Oracle for Windows uses many undocumented features of the operating system to install and operate that are not provided at this time by Wine. If you need to learn how to work with Oracle, get the Linux version and install UnixODBC to communicate with it from any Windows applications. Bottom Line: You cannot, at this time, install Oracle for Windows in Wine and probably will not be able to do so for a long time as there is already a solution that works. James McKenzie -----Original Message----->From: tumblebomb <wineforum-user at winehq.org> >Sent: Sep 19, 2008 3:00 AM >To: wine-users at winehq.org >Subject: [Wine] Re: oralce 9i database and wine > >Because for the moment I have to learn it for college. Otherwise of course i wouldn't bother. In the majority im trying to crossover from windows but need it for some things still. > > > > >
ha ha yeah - ah that would be a away. I've just went and did the opposite- got a ubuntu micro-notebook thing for travelling, documents, and learning linux which it is great for. I guess i'll just have to put another HDD in my desktop and run a separate win2003 server partition. oracle just slows down my xp too much. thanks for the information, its a great help. it just shows how bad propriety software is.