I have jBoss2.0 running on Linux with IBM JDK1.3. Though start up seems all
right: no exceptions anymore, and all beans deployed, I don't seem able to
get the clients (helloWorld client, bank client) not to fail (initial
context problems).
It seems jBoss needs write permissions in one/some of the directories e.g.
where it logs, the deploy dir, ...
If you installed as root, and are running jBoss as another user, it won't be
able to write to /usr/local.
Either give permissions to write on /usr/local (not a good option), put the
directories where it wants to write, somewhere on /var and give write
permissions (to the user running it) there, or install it as user (what you
did).
(The problem with NT developed software is that it's usually giving you a
hard time finding out in what directories (if not all) it needs write
access). May be one of the developers can elaborate on this?
-----Original Message-----
From: Rickard �berg [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 11:35
To: jBoss
Subject: Re: [jBoss-User] jBoss + jdk1.2.2/Linux
Hey
Charles Benett wrote:
> I have to say it took me ages to get jBoss working - but I thought that
was just
> me! There may be an issue around file permissions. Originally, I su'd to
root,
> unziped the dist into usr/local and then tried to run it from a non-root
account.
> It kept throwing file permission errors and hanging. I then removed the
install,
> su'd to root' mkdir /usr/local/ejboss, chown <me> ejboss and then reverted
to
> <me>. I the unzipped the dist as <me> and it seems to work fine.
Since I'm developing on a NT box all these types of problems are unknown
to me. :-( It should run out of the box though, and it's strange that it
doesn't.
/Rickard
--
Rickard �berg
@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]