Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java error when trying to install 1.1 standalone on Win 64b server

HaakonMar 7 2011 — edited Mar 7 2011
Hi,

just downloaded the new 1.1 release and tried to set it up as a standalone Apex listener on our Windows Server 2008 64-bit database server. Got Oracle 11.2.0.2 64-bit running on it, and are using the java install from that installation to install the Apex listener.

- unzipped the listener zip-file to d:\temp
- when trying to install with "java -jar D:\temp\listener\apex.war" I get:

INFO: Starting: D:\temp\listener\apex.war
+See: 'java -jar apex.war --help' for full range of configuration options+
INFO: Extracting to: C:\Users\haakon\AppData\Local\Temp\apex
SEVERE: java.lang.System.console()Ljava/io/Console;
java.lang.NoSuchMethodError: java.lang.System.console()Ljava/io/Console;
at ____embedded.____EntryPoint.apexImages(____EntryPoint.java:103)
at ____embedded.____EntryPoint.main(____EntryPoint.java:90)

- trying to specify a specific apex.home & apex.images directory (pointing to the images-directory in a complete installation of Apex 4.0.2) on the java command line results in the same error.
I can see that the installer has created the apex.home in this last attempt.

I'm running this as a domain user with admin-rights on the server.
Is this a 64-bit problem, or something else? Should I use a different java-version than the one installed with the 11.2.0.2 database when trying this?

Regards,
Haakon

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 4 2011
Added on Mar 7 2011
1 comment
143 views