Re: [JBoss-user] JBoss on Solaris?

2002-10-27 Thread Ed Brown

Quoting Michael Bartmann <[EMAIL PROTECTED]>:

> I had the same nasty effect when running on a SuSE 8.1 Linux
> box using NIS, which did not resolve localhost to 127.0.0.1.
> 
> Just my 2c,
> Michael Bartmann

That is indeed the problem. 

In the etc hosts file, 127.0.0.1 resolved to localhost and the machine name.
I removed the machine name from the 127.0.0.1 entry, and added an entry with the IP 
address and the machine name.

After restarting JBoss, everything was fine.



Ed Brown


_
This mail sent via toadmail.com, web e-mail @ ToadNet - want to go fast?
http://www.toadmail.com


---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss on Solaris?

2002-10-26 Thread David Ward
This could be it, or it could be that there is a process already bound
to the port, thus the conflict.  You could use netstat or something
similar to figure this out.

As an aside, I would suggest that you don't run JBoss as root.  Instead,
have a start-up script (that would work in /etc/init.d) that runs as
root but su -c 's to a jboss (or whoever) user.  That way, the process
can bind to lower ports, but the process (java/jboss) runs as the other
user.  Also, your "jboss" user should have minimal rights on the system
in case 1) someone compromises the system or 2) rogue code accidently
tries to delete directories (ie: system files) it shouldn't.

And oh yeah - make sure you nohup the su -c 'd process also.  That way
disconnecting your terminal won't signal your process to shut down.

Just my 2 (or maybe 3) cents -
David

--

> JD Brennan wrote:
> 
> It's probably trying to listen on a low numbered port.  I think
> all ports below 1024 require root priv on Unix systems.  Try
> running it as root.
> 
> JD
> 
> -Original Message-
> From: Luttrell, Peter [mailto:PLuttrell@;starkinvestments.com]
> Sent: Friday, October 25, 2002 2:42 PM
> To: '[EMAIL PROTECTED]'
> Subject: [JBoss-user] JBoss on Solaris?
> 
> Has anyone had success running JBoss on Solaris?
> 
> I just installed jboss3.0.3 and jdk1.4.1_01 on Solaris. Before
> changing anything but the JAVA_HOME i started and stopped JBoss.
> 
> When it stops i get a Cannot Connection Socket Exception from the
> Hypersonic service. This happens repeatedly.
> 
> Does anyone know why? And better yet how to fix it?
> 
> thanks.
> .peter
> 
>  emails>
> 
> This transmission contains information solely for intended recipient
> and may be privileged, confidential and/or otherwise protect from
> disclosure. If you are not the intended recipient, please contact the
> sender and delete all copies of this transmission. This message and/or
> the materials contained herein are not an offer to sell, or a
> solicitation of an offer to buy, any securities or other instruments.
> The information has been obtained or derived from sources believed by
> us to be reliable, but we do not represent that it is accurate or
> complete. Any opinions or estimates contained in this information
> constitute our judgment as of this date and are subject to change
> without notice. Any information you share with us will be used in the
> operation of our business, and we do not request and do not want any
> material, nonpublic information. Absent an express prior written
> agreement, we are not agreeing to treat any information confidentially
> and will use any and all information and reserve the right to publish
> or disclose any information you share with us.


---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss on Solaris?

2002-10-26 Thread Jean-Christophe Pazzaglia
Well,

your problem is not clear but on 'badly network
configured' computers, I often use that :
-Djava.rmi.server.hostname=ipaddress

(to add to the JAVA_OPTS of run.sh)

you should try taht ?!!

good luck

jc



At 11.40 26/10/2002, Michael Bartmann wrote:

I had the same nasty effect when running on a SuSE 8.1 Linux
box using NIS, which did not resolve localhost to 127.0.0.1.

Just my 2c,
Michael Bartmann

Thorbjørn Ravn Andersen wrote:

Luttrell, Peter wrote:


Has anyone had success running JBoss on Solaris?

Yes.  We run on a Solaris 7 machine.



I just installed jboss3.0.3 and jdk1.4.1_01 on Solaris. Before changing 
anything but the JAVA_HOME i started and stopped JBoss.

When it stops i get a Cannot Connection Socket Exception from the 
Hypersonic service. This happens repeatedly.

Does anyone know why? And better yet how to fix it?
This is most likely that your DNS configuration is incorrect.  Does the 
machine really have the names that it think it does?

--
  Thorbjørn Ravn Andersen  Scandiatransplant
   Skejby Sygehus, indgang 3
  +45 89 49 53 01  DK-8200 Århus N
  http://biobase.dk/~tra



---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss on Solaris?

2002-10-26 Thread Thorbjørn Ravn Andersen




Luttrell, Peter wrote:

  
  
  Has anyone had success
running  JBoss on Solaris?

Yes.  We run on a Solaris 7 machine.

   
  I just installed jboss3.0.3
and  jdk1.4.1_01 on Solaris. Before changing anything but the JAVA_HOME i
started and  stopped JBoss.
   
  When it stops i get
a Cannot  Connection Socket Exception from the Hypersonic service. This happens
repeatedly.
   
  Does anyone know why?
And  better yet how to fix it?
  

This is most likely that your DNS configuration is incorrect.  Does the machine
really have the names that it think it does?


-- 
  Thorbjørn Ravn Andersen  Scandiatransplant
   Skejby Sygehus, indgang 3
  +45 89 49 53 01  DK-8200 Århus N
  http://biobase.dk/~tra 





Re: [JBoss-user] JBoss on Solaris?

2002-10-26 Thread Michael Bartmann
I doubt that this is the problem.
I often run it as an ordinary user
under Linux, which has lower ports
reserver for root, too.

Just my 2c,
Michael Bartmann

JD Brennan wrote:

*It's probably trying to listen on a low numbered port.  I think*
*all ports below 1024 require root priv on Unix systems.  Try*
*running it as root.*
 
*JD*
 
-Original Message-
*From:* Luttrell, Peter [mailto:PLuttrell@;starkinvestments.com]
*Sent:* Friday, October 25, 2002 2:42 PM
*To:* '[EMAIL PROTECTED]'
*Subject:* [JBoss-user] JBoss on Solaris?

Has anyone had success running JBoss on Solaris?
 
I just installed jboss3.0.3 and jdk1.4.1_01 on Solaris. Before changing 
anything but the JAVA_HOME i started and stopped JBoss.
 
When it stops i get a Cannot Connection Socket Exception from the 
Hypersonic service. This happens repeatedly.
 
Does anyone know why? And better yet how to fix it?
 
thanks.
.peter
 




This transmission contains information solely for intended recipient and 
may be privileged, confidential and/or otherwise protect from 
disclosure. If you are not the intended recipient, please contact the 
sender and delete all copies of this transmission. This message and/or 
the materials contained herein are not an offer to sell, or a 
solicitation of an offer to buy, any securities or other instruments. 
The information has been obtained or derived from sources believed by us 
to be reliable, but we do not represent that it is accurate or complete. 
Any opinions or estimates contained in this information constitute our 
judgment as of this date and are subject to change without notice. Any 
information you share with us will be used in the operation of our 
business, and we do not request and do not want any material, nonpublic 
information. Absent an express prior written agreement, we are not 
agreeing to treat any information confidentially and will use any and 
all information and reserve the right to publish or disclose any 
information you share with us.




---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss on Solaris?

2002-10-26 Thread Michael Bartmann
I had the same nasty effect when running on a SuSE 8.1 Linux
box using NIS, which did not resolve localhost to 127.0.0.1.

Just my 2c,
Michael Bartmann

Thorbjørn Ravn Andersen wrote:

Luttrell, Peter wrote:


Has anyone had success running JBoss on Solaris?


Yes.  We run on a Solaris 7 machine.


 
I just installed jboss3.0.3 and jdk1.4.1_01 on Solaris. Before 
changing anything but the JAVA_HOME i started and stopped JBoss.
 
When it stops i get a Cannot Connection Socket Exception from the 
Hypersonic service. This happens repeatedly.
 
Does anyone know why? And better yet how to fix it?

This is most likely that your DNS configuration is incorrect.  Does the 
machine really have the names that it think it does?


--
  Thorbjørn Ravn Andersen  Scandiatransplant
   Skejby Sygehus, indgang 3
  +45 89 49 53 01  DK-8200 Århus N
  http://biobase.dk/~tra 




---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] JBoss on Solaris?

2002-10-25 Thread JD Brennan



It's probably trying to listen on a low 
numbered port.  I think
all ports below 1024 require root priv on Unix 
systems.  Try
running it as 
root.
 
JD
 
-Original Message-From: Luttrell, Peter 
[mailto:[EMAIL PROTECTED]]Sent: Friday, October 25, 2002 
2:42 PMTo: '[EMAIL PROTECTED]'Subject: 
[JBoss-user] JBoss on Solaris?
Has anyone had success running 
JBoss on Solaris?
 
I just installed jboss3.0.3 and 
jdk1.4.1_01 on Solaris. Before changing anything but the JAVA_HOME i started and 
stopped JBoss.
 
When it stops i get a Cannot 
Connection Socket Exception from the Hypersonic service. This happens 
repeatedly.
 
Does anyone know why? And 
better yet how to fix it?
 
thanks.
.peter
 


This transmission contains information solely for 
intended recipient and may be privileged, confidential and/or otherwise protect 
from disclosure. If you are not the intended recipient, please contact the 
sender and delete all copies of this transmission. This message and/or the 
materials contained herein are not an offer to sell, or a solicitation of an 
offer to buy, any securities or other instruments. The information has been 
obtained or derived from sources believed by us to be reliable, but we do not 
represent that it is accurate or complete. Any opinions or estimates contained 
in this information constitute our judgment as of this date and are subject to 
change without notice. Any information you share with us will be used in the 
operation of our business, and we do not request and do not want any material, 
nonpublic information. Absent an express prior written agreement, we are not 
agreeing to treat any information confidentially and will use any and all 
information and reserve the right to publish or disclose any information you 
share with us.


[JBoss-user] JBoss on Solaris?

2002-10-25 Thread Luttrell, Peter



Has anyone had success running 
JBoss on Solaris?
 
I just installed jboss3.0.3 and 
jdk1.4.1_01 on Solaris. Before changing anything but the JAVA_HOME i started and 
stopped JBoss.
 
When it stops i get a Cannot 
Connection Socket Exception from the Hypersonic service. This happens 
repeatedly.
 
Does anyone know why? And 
better yet how to fix it?
 
thanks.
.peter
 






This transmission contains information solely for intended recipient and may be privileged, confidential and/or otherwise protect from disclosure.  If you are not the intended recipient, please contact the sender and delete all copies of this transmission.  This message and/or the materials contained herein are not an offer to sell, or a solicitation of an offer to buy, any securities or other instruments.  The information has been obtained or derived from sources believed by us to be reliable, but we do not represent that it is accurate or complete.  Any opinions or estimates contained in  this information constitute our judgment as of this date and are subject to change without notice.  Any information you share with us will be used in the operation of our business, and we do not request and do not want any material, nonpublic information. Absent an express prior written agreement, we are not agreeing to treat any information confidentially and will use any and all information and reserve the right to publish or disclose any information you share with us.


Re: [JBoss-user] JBOSS on solaris

2002-10-02 Thread James Cooley

I've not seen any problems but you may want/need to patch Solaris for Java.

 http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE

The patch list would put me off installing Java on Solaris :)

James

Anthony Geoghegan wrote:

>Any known issues executing JBOSS on a Solaris box?
>Best Regards,
>Anthony Geoghegan.
>J2EE Developer
>CPS Ireland Ltd.
>
>
>---
>This sf.net email is sponsored by:ThinkGeek
>Welcome to geek heaven.
>http://thinkgeek.com/sf
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>  
>





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBOSS on solaris

2002-10-02 Thread Anthony Geoghegan

LOL
I read that article on the jboss.org homepage :-)
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message - 
From: "Sacha Labourey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 02, 2002 1:32 PM
Subject: RE: [JBoss-user] JBOSS on solaris


> Except making Scott McNealy upset, everything is fine.
> 
> > Any known issues executing JBOSS on a Solaris box?
> > Best Regards,
> > Anthony Geoghegan.
> 
> 
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBOSS on solaris

2002-10-02 Thread David Ward

None to worry about.  I do notice that large .*ar extraction takes a bit 
longer when deploying than it does on, say, a Linux box - or even on a 
non-fragmented Windoze box.

David

--

Anthony Geoghegan wrote:
> Any known issues executing JBOSS on a Solaris box?
> Best Regards,
> Anthony Geoghegan.
> J2EE Developer
> CPS Ireland Ltd.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] JBOSS on solaris

2002-10-02 Thread Sacha Labourey

Except making Scott McNealy upset, everything is fine.

> Any known issues executing JBOSS on a Solaris box?
> Best Regards,
> Anthony Geoghegan.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBOSS on solaris

2002-10-02 Thread Anthony Geoghegan

Any known issues executing JBOSS on a Solaris box?
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss on Solaris 8

2001-07-09 Thread Eddy

Hi

I was wondering if anyone in this news group has installed JBoss 2.2.2
on Solaris 8(2.8), or any other 64 bit OS successfully, and if there
were any problems that occurred pertaining to the new 64 bit OS and
JBoss 2.2.2.

thank you for your time,

Jay




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user