LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-14-2004, 07:35 AM   #1
phatboyz
Member
 
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358

Rep: Reputation: 30
Lotus Domino For Linux


I am running fedora core 3 and I have not been able to get the server to start. Can some one point me in the right direction? When I run /opt/lotus/bin/server from /local/notesdata it gives this message.
-bash-3.00$ /opt/lotus/bin/server
./java -ss512k -Xoss5M -cp jhall.jar:cfgdomserver.jar:Notes.jar lotus.domino.setup.WizardManagerDomino -data /local/notesdata
Please edit your shell's DISPLAY environment variable to reflect an unlocked terminal that you would like to launch the Domino Setup Program on.
*Warning all runtime debug info will be logged to /local/notesdata/setuplog.txt

Here is the output of the setuplog.
Startup arguments = -data /local/notesdata
Creating new WizardData instance
argument 0 -data
Processing -data parameter
About to wait on DominoAPIThread.callAPI()
dominoAPI.run.init
About to notify api caller
About to wait on run
Woke in DominoAPIThread.callAPI()
detected jsetdom JNI interface
launch path= /local/notesdata
Set writable helpdir /local/notesdata
Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
endWizard
About to wait on DominoAPIThread.callAPI()
Woke up from wait on run
dominoAPI.run.endNotes
DominoAPI - endNotes terminating notes
Thread= Thread[Thread-0,5,main]
Deleting setup db
DominoAPI - deleteDB
Thread= Thread[Thread-0,5,main]
EndNotes Error - Can't delete setup database
About to notify api caller
About to wait on run
Woke in DominoAPIThread.callAPI()
About to wait on DominoAPIThread.callAPI()
Woke up from wait on run
dominoAPI.run.term
About to notify api caller
Woke in DominoAPIThread.callAPI()
DominoConstants.getWritableDirectory()
writable directory = /tmp
 
Old 01-17-2005, 04:56 PM   #2
Wizard Gwar
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
Re: Please edit your shell's DISPLAY environment variable to reflect an unlocked term

Just trying this myself now...

http://www.hardwareanalysis.com/content/topic/21654/
 
Old 01-18-2005, 07:54 AM   #3
phatboyz
Member
 
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358

Original Poster
Rep: Reputation: 30
Now whats going on now? I try to run the java program and nothing happens

Startup arguments = -data /local/notesdata
Creating new WizardData instance
argument 0 -data
Processing -data parameter
About to wait on DominoAPIThread.callAPI()
dominoAPI.run.init
About to notify api caller
About to wait on run
Woke in DominoAPIThread.callAPI()
detected jsetdom JNI interface
launch path= /local/notesdata
Set writable helpdir /local/notesdata
Current directory is /opt/lotus/notes/65010/linux
Changing current directory to /local/notesdata
Current directory after change is /local/notesdata
Setting current path to include datapath /local/notesdata
Setting new path to /local/notesdata:/local/notesdata:/opt/lotus/notes/latest/linux:/opt/lotus/notes/latest/linux/res/C:/usr/bin:/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
path after set= /local/notesdata:/local/notesdata:/opt/lotus/notes/latest/linux:/opt/lotus/notes/latest/linux/res/C:/usr/bin:/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
DominoConstants.getWritableDirectory()
writable directory = /tmp
Default data directory = /local/notesdata
getNotesINIValue key= ServerSetup
No =notes.ini parm detected, trying the data directory
DefaultDataPath= /local/notesdata
Trying to opening notes.ini file at /local/notesdata/notes.ini
getNotesINIValue ServerSetup=null
Server has not been setup yet
getNotesINIValue key= KitType
No =notes.ini parm detected, trying the data directory
DefaultDataPath= /local/notesdata
Trying to opening notes.ini file at /local/notesdata/notes.ini
getNotesINIValue KitType=2
About to wait on DominoAPIThread.callAPI()
Woke up from wait on run
dominoAPI.run.initNotes
DominoAPI - initializing notes
Thread= Thread[Thread-0,5,main]
create session
 
Old 01-18-2005, 09:30 AM   #4
Wizard Gwar
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
I got it!

I think it was a combination of things. I got through the install, but get these errors when trying to launch the server. I found that I had to do at the server:

"/opt/lotus/bin/server -listen"

and then on a workstation with the Admin client installed:

"serversetup -remote"

Once the server was configured, I could launch it with just

"/opt/lotus/bin/server"

Not sure if adding /opt/lotus/bin and /opt/lotus/data (or your data dir) to the PATH helped or not...

Strange errors to be resolved this way. My DISPLAY is still all messed up, I think I made it worse, but can launch the server, at least manually. Configuring it on boot is my next step. That will be tonight, probably.

I'm up and running! Hope this helps.
 
Old 01-18-2005, 02:06 PM   #5
phatboyz
Member
 
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358

Original Poster
Rep: Reputation: 30
Thats the same way that I got it done. Let me know how you made it run a boot time. I am running fedora so if you can help it would be nice. I have done this before, but I don't remember cause someone helped me.
 
Old 01-19-2005, 11:40 AM   #6
phatboyz
Member
 
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358

Original Poster
Rep: Reputation: 30
I have my domino server running now as a background process and it starts and stops fine.

http://www.double6.co.uk/lotus/notes...ND6+on+Engarde!open
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
lotus domino pansarevaibhav Red Hat 2 11-26-2005 01:37 AM
"Error on Listen function : The TCP/IP- Lotus Domino 6.5 on Redhat Linux vsadvilkar General 0 01-12-2005 04:21 AM
Lotus Domino for Linux phatboyz Linux - Software 3 11-11-2004 07:06 AM
RedHat 9 and Lotus Domino 5.0.5 Server vvandam Linux - General 4 07-22-2003 01:52 AM
Automatically Start Lotus Domino dkochan Linux - General 2 05-07-2003 08:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration