Hi,

The port conflict (BindException) doesn't have anything to do with user
permissions.  That's just the EJB server trying to start its class server on
a port that's in use.  You'll have to edit local.properties for that server
and change the Ejipt port(s).

The connector wizard, which can be run from the JMC, does require write
access to the httpd.conf.  So you can temporarily change the permissions on
that file, run the connector wiz, and then change it back, as you said.

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: Douglas Sparling [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 23, 2000 3:12 PM
> To: [EMAIL PROTECTED]
> Subject: Linux installation - permissions
> 
> 
> :You must have installed JRun as root and/or be running JRun 
> as root. I
> always create a user named "jrun" with regular user 
> permissions and install
> under that user's :home directory. You can do it anyway you 
> please, but
> installing or running as root is not recommended.
> :Scott Stirling
> --
> 
> After seeing this post, I've decided to reinstall JRun (as I 
> did it as root
> the first time). I setup a "jrun" user with regular 
> permissions and tired to
> install into the "/home/jrun" directory. However, the admin 
> server won't
> start:
> 
> Exception: [10:54:32] java.net.BindException: Address already in use
> java.net.BindException: Address already in use
>         at allaire.ejipt._Runtime._createException(_Runtime.java:289)
>         at
> allaire.ejipt._ClassServer._getServerSocket(_ClassServer.java:219)
>         at allaire.ejipt._ClassServer.<init>(_ClassServer.java:51)
>         at allaire.ejipt.Ejipt.start(Ejipt.java:420)
>         at allaire.jrun.ejb.EjbService.init(EjbService.java:78)
>         at allaire.jrun.ServletService.init(ServletService.java:66)
>         at allaire.jrun.ServletService.init(ServletService.java:31)
>         at
> allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRu
> nServletLoader
> .java:236)
>         at allaire.jrun.servlet.JRunSE.initServices(JRunSE.java:620)
>         at 
> allaire.jrun.servlet.JvmContext.initServices(JvmContext.java:96)
>         at allaire.jrun.servlet.JRunSE.init(JRunSE.java:187)
>         at allaire.jrun.servlet.JvmContext.init(JvmContext.java:35)
>         at allaire.jrun.ServletService.init(ServletService.java:66)
>         at allaire.jrun.ServletService.init(ServletService.java:31)
>         at JRun.main(JRun.java:130)
> 
> What address is this referring to?
> 
> Doesn't the JRun install modify httpd.conf. Do I need to 
> temporarily change
> the permissions to this file so that the install can write to 
> this file?
> 
> By the way - I'm using a default install of Redhat 6.2 with JDK1.2.
> 
> Thanks.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to