You are not logged in.
When I try to start a glassfish domain, it always thinks the admin port is in use with the following error:
"There is a process already using the admin port 4848 -- it probably is another instance of a GlassFish server."
But there definitely is not any such process, the only daemon I have is MySQL, here is the output of nmap:
sudo nmap -T Aggressive -A -v 127.0.0.1 -p 1-65000
Starting Nmap 5.21 ( http://nmap.org ) at 2010-07-15 07:32 MDT
NSE: Loaded 36 scripts for scanning.
Initiating SYN Stealth Scan at 07:32
Scanning localhost.localdomain (127.0.0.1) [65000 ports]
Discovered open port 3306/tcp on 127.0.0.1
Completed SYN Stealth Scan at 07:32, 3.04s elapsed (65000 total ports)
Initiating Service scan at 07:32
Scanning 1 service on localhost.localdomain (127.0.0.1)
Completed Service scan at 07:32, 0.00s elapsed (1 service on 1 host)
Initiating OS detection (try #1) against localhost.localdomain (127.0.0.1)
NSE: Script scanning 127.0.0.1.
NSE: Starting runlevel 1 (of 1) scan.
Initiating NSE at 07:32
Completed NSE at 07:32, 0.00s elapsed
NSE: Script Scanning completed.
Nmap scan report for localhost.localdomain (127.0.0.1)
Host is up (0.00010s latency).
Not shown: 64999 closed ports
PORT STATE SERVICE VERSION
3306/tcp open mysql MySQL 5.1.47
| mysql-info: Protocol: 10
| Version: 5.1.47
| Thread ID: 9
| Some Capabilities: Long Passwords, Connect with DB, Compress, ODBC, Transactions, Secure Connection
| Status: Autocommit
|_Salt: 7voI_$0e-N%g[qGO5\OW
Device type: general purpose
Running: Linux 2.6.X
OS details: Linux 2.6.31
Uptime guess: 0.018 days (since Thu Jul 15 07:05:42 2010)
Network Distance: 0 hops
TCP Sequence Prediction: Difficulty=204 (Good luck!)
IP ID Sequence Generation: All zeros
Any ideas why this is happening? Is there something I have to do to allow Java to run a daemon or something?
Offline
Figured it out. Have to use the Glassfish available in AUR rather than usual installation for some reason.
Offline