There's definitely something wrong with geronimo at the moment (at
least in my locally modified copy :-). I'll investigate.
Goes to show we need more integration tests.
many thanks for pointing this out!
david jencks
On Jan 15, 2005, at 9:20 PM, Nathan Peles wrote:
Hi,
I'm just getting started with Geronimo, but am having some trouble
getting
it up & running.
I've checked out the source with subversion and run maven to compile
it (all
seemed to work ok.)
I then tried to run the server:
cd modules/assembly/target/geronimo-1.0-SNAPSHOT
java -jar bin/server.jar org/apache/geronimo/Server
(the server starts up ok.)
java -jar bin/deployer.jar org/apache/geronimo/DebugConsole
This prompts me for a username & password (I used system/manager)
however I
get the following error:
"Error: Unable to connect to server: Invalid login."
I had a look in the file "var/security/users.properties" & it does
list that
login.
I also tried starting up the server with the DebugConsole enabled
using the
following command:
"java -jar bin/server.jar org/apache/geronimo/Server
org/apache/geronimo/DebugConsole"
However it failed with the following error:
org.apache.geronimo.kernel.config.NoSuchConfigException: No
configuration
with id: org/apache/geronimo/DebugConsole
at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(Configu
ratio
nManagerImpl.java:129)
at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursiv
e(Con
figurationManagerImpl.java:167)
at org.apache.geronimo.system.main.Daemon.main(Daemon.java:148)
It looks like the DebugConsole config is missing(?) however I'm still
new to
the Geronimo directory structure, so I was hoping one of you guys
could help
me with this error?
-Nathan