I'm having problems installing 10g on XP pro, the install is successful
if I don't create a database.
(I've tried on two pcs, one with 256Mb and one with 512Mb.)
The error is the same on both, it's dbca.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:> dbca
Exception in thread "main" java.lang.NoClassDefFoundError: com/inprise/vbroker/C
ORBA/portable/Skeleton
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:624)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:200)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHo
st.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:149)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:91)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:169)
Any thoughts appeciated...
25 Jun 2004 03:41:48 -0700 steveh <st...@rwxltd.co.uk> wrote:
> Hi All,
>
> I'm having problems installing 10g on XP pro, the install is successful
> if I don't create a database.
>
> (I've tried on two pcs, one with 256Mb and one with 512Mb.)
>
> The error is the same on both, it's dbca.
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:> dbca
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> com/inprise/vbroker/C
The JVM seems to look for a language definition. This was a known issue
with the Oracle Installer on some linux's. The solution in these cases
was to
$ unset LANG
before calling the installer.
--
Crisis? What Crisis?
----------------------------------------------------
f_r_a_n_k_a_t_k_o_n_a_d_d_o_t_n_e_t
Interesting...
I'm on XP Pro though, and there's no LANG variable or anything similar
that I can see?
I'm just amazed this doesn't seem to be a common problem since it's happened
to me on 2 pc's now...
Steve
You may be the first person to attempt to run Oracle on Windows XP ;-)
Plus, prepare to be amazed at the myriad other problems you're bound to run
into :-(