Re: Glassfish v3 server: Admin port in use

2009-11-23 Thread Frank Staals

Pieter de Goeje wrote:

On Saturday 21 November 2009 15:01:55 Frank Staals wrote:
  
snip

Perhaps this is an error specific to glassfish 3.
I used to have Glassfish 2.1.1 working on FreeBSD/head (i386). I don't know 
what your requirements are but maybe that version will suffice? I used 
the Linux installer if I remember correctly.


You can also try asking freebsd-j...@freebsd.org.

Good luck,

Pieter de Goeje
  
Hmm Thanks for the tip, I installed the latest glassfish v2 server, 
which runs fine, however I use some cutting-edge JSF2 stuff which realy 
requires glassfish v3 it seems :(


--

- Frank

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Glassfish v3 server: Admin port in use

2009-11-23 Thread Frank Staals

Roman Neuhauser wrote:

this from https://glassfish.dev.java.net/downloads/v3-preview.html :
For supported operating systems except MacOS, the minimum required
version is 1.6.0_13.

this from your log:

fr...@rena# java -version
java version 1.6.0_03-p4

that might be related.
  
Hmm I guess that might be it then. So I installed the linux-sun-jdk16 
port, which does match those criteria. Unfortunately glassfish crashes 
whith some scary stack-traces then :(
(Full log at http://fstaals.net/junk/glassfish_linux_sdk.txt ). Anyone 
ideas what else I could try ?


fr...@rena# java -version
java version 1.6.0_15
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Server VM (build 14.1-b02, mixed mode)

[#|2009-11-23T20:36:01.864+0100|SEVERE|glassfishv3.0|grizzly|_ThreadID=14;_ThreadName=Thread-12;|doSelect 
IOException

java.io.IOException: Function not implemented
at sun.nio.ch.EPollArrayWrapper.epollCreate(Native Method)
at sun.nio.ch.EPollArrayWrapper.init(EPollArrayWrapper.java:68)
at sun.nio.ch.EPollSelectorImpl.init(EPollSelectorImpl.java:52)
at 
sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18)

at java.nio.channels.Selector.open(Selector.java:209)
at com.sun.grizzly.util.Utils.openSelector(Utils.java:78)
at 
com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:413)

at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:393)
at 
com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectorHandler.preSelect(MonitorableSelectorHandler.java:85)
at 
com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:183)

at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:130)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

at java.lang.Thread.run(Thread.java:619)
|#]


--

- Frank

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Glassfish v3 server: Admin port in use

2009-11-23 Thread Pieter de Goeje
On Monday 23 November 2009 20:24:08 Frank Staals wrote:
 Pieter de Goeje wrote:
  On Saturday 21 November 2009 15:01:55 Frank Staals wrote:
 
  snip
  Perhaps this is an error specific to glassfish 3.
  I used to have Glassfish 2.1.1 working on FreeBSD/head (i386). I don't
  know what your requirements are but maybe that version will suffice? I
  used the Linux installer if I remember correctly.
 
  You can also try asking freebsd-j...@freebsd.org.
 
  Good luck,
 
  Pieter de Goeje
 
 Hmm Thanks for the tip, I installed the latest glassfish v2 server,
 which runs fine, however I use some cutting-edge JSF2 stuff which realy
 requires glassfish v3 it seems :(
 
I've tested glassfish v3 preview and it does seem to work, apart from the 
admin console. It barfs on some missing UI classes. asadmin works fine though. 
The internet tells me it really needs a newer version of the sun JDK :( 

There was some development on OpenJDK6 lately, maybe that works...

- Pieter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Glassfish v3 server: Admin port in use

2009-11-22 Thread Roman Neuhauser
On Sat, Nov 21, 2009 at 03:01:55PM +0100, Frank Staals wrote:
 Hey everyone,
 
 I'm trying to deploy a Glassfish v3 server on my workstation since I 
 need to do some jsf-developement. However when I try to start the server 
 it keeps telling me the admin port I'm trying to use is allready in use 
 by an other process, no matter what port I use. However I'm 100% certain 
 there is nothing running on the port it should use (sockstat confirms 
 that). Has anyone seen this type of behaviour and/or knows how to fix it 
 ? I'm running FreeBSD 8.0-RC1 with jdk16 installed from ports. Full log 
 is here: http://fstaals.net/junk/glassfish.txt

this from https://glassfish.dev.java.net/downloads/v3-preview.html :

For supported operating systems except MacOS, the minimum required
version is 1.6.0_13.

this from your log:

fr...@rena# java -version
java version 1.6.0_03-p4

that might be related.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Glassfish v3 server: Admin port in use

2009-11-21 Thread Pieter de Goeje
On Saturday 21 November 2009 15:01:55 Frank Staals wrote:
 Hey everyone,

 I'm trying to deploy a Glassfish v3 server on my workstation since I
 need to do some jsf-developement. However when I try to start the server
 it keeps telling me the admin port I'm trying to use is allready in use
 by an other process, no matter what port I use. However I'm 100% certain
 there is nothing running on the port it should use (sockstat confirms
 that). Has anyone seen this type of behaviour and/or knows how to fix it
 ? I'm running FreeBSD 8.0-RC1 with jdk16 installed from ports. Full log
 is here: http://fstaals.net/junk/glassfish.txt

Perhaps this is an error specific to glassfish 3.
I used to have Glassfish 2.1.1 working on FreeBSD/head (i386). I don't know 
what your requirements are but maybe that version will suffice? I used 
the Linux installer if I remember correctly.

You can also try asking freebsd-j...@freebsd.org.

Good luck,

Pieter de Goeje
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org