So I want to run SQL Developer on a Solaris 10 x86 platform and i've got JDK 1.7.0_51 installed.
I downloaded the platform agnostic bundle with no JRE, and extracted the zip file. It appears that none of the shell scripts have the correct permissions set (all files are set to 0644) to be executable.
For example the sdcli is meant to be executable,
bash-3.00# zipinfo -l sqldeveloper-4.0.0.13.80-no-jre.zip | grep sdcli
-rw-r--r-- 2.0 unx 586 b- 187 defN 13-Dec-10 13:30 sqldeveloper/sqldeveloper/bin/sdcli
same with the sqldeveloper shell script:
bash-3.00# zipinfo -l sqldeveloper-4.0.0.13.80-no-jre.zip | grep bin\/sqldeveloper
-rw-r--r-- 2.0 unx 3220 b- 1072 defN 13-Dec-10 13:28 sqldeveloper/sqldeveloper/bin/sqldeveloper
and launcher.sh
bash-3.00# zipinfo -l sqldeveloper-4.0.0.13.80-no-jre.zip | grep launcher.sh
-rw-r--r-- 2.0 unx 55308 b- 12596 defN 13-Dec-02 19:08 sqldeveloper/ide/bin/launcher.sh
So despite this, i think i've gotten this into a functional state from a permissions point of view. However now when I start either in GUI mode via Xvnc or with the headless flag, I get the following error:
Maximum number of simultaneous IDE processes exceeded.
I start the SQL Developer GUI, and it launches the netbeans gui, and then the SQL developer banner page jumps to life, to the console that launched the applicat I get the above error, and the Oracle SQL Developer banner just hangs until I kill the PID>
any thoughts?