I tried building the plugins from trunk and also the download  version dated
06/11/2007.

In both cases I can't start the server from within Eclipse (it starts fine
outside of eclipse)

I'm running on Ubuntu Feisty Fawn with Eclipse 3.3 RC2 and WTP 2.0 RC2 with
the Sun JDK 1.5.0_11. The server starts fine outside of Eclipse

When I try to start from inside Eclipse I get the following in my Eclipse
log even though I used system/manager as my credentials when defining the
server runtime. Any ideas ?

[EMAIL PROTECTED]:~/eclipse_workspaces/sandbox1/.metadata$ tail -f .log

!SESSION 2007-06-14 12:08:12.299-----------------------------------------------
eclipse.buildId=I20070525-1350
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.emf.ecore 2 0 2007-06-14 12:08:18.149
!MESSAGE Both 'org.apache.geronimo.deployment.model' and '
org.apache.geronimo.v11.deployment.model' register an extension parser for
'deployment'

!ENTRY org.eclipse.emf.ecore 2 0 2007-06-14 12:08:18.150
!MESSAGE Both 'org.apache.geronimo.deployment.model' and '
org.apache.geronimo.v11.deployment.model' register an extension parser for
'naming'

!ENTRY org.eclipse.emf.ecore 2 0 2007-06-14 12:08:18.150
!MESSAGE Both 'org.apache.geronimo.deployment.model' and '
org.apache.geronimo.v11.deployment.model' register an extension parser for
'web'

!ENTRY org.apache.geronimo.st.core 4 0 2007-06-14 12:08:35.761
!MESSAGE Invalid username and/or password.
!STACK 0
java.lang.SecurityException: Unable to locate a login configuration
       at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance(
NativeConstructorAccessorImpl.java:39)
       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(
DelegatingConstructorAccessorImpl.java:27)
       at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
       at java.lang.Class.newInstance0(Class.java:350)
       at java.lang.Class.newInstance(Class.java:303)
       at javax.security.auth.login.Configuration$3.run(Configuration.java
:216)
       at java.security.AccessController.doPrivileged(Native Method)
       at javax.security.auth.login.Configuration.getConfiguration(
Configuration.java:210)
       at javax.security.auth.login.LoginContext$1.run(LoginContext.java
:237)
       at java.security.AccessController.doPrivileged(Native Method)
       at javax.security.auth.login.LoginContext.init(LoginContext.java
:234)
       at javax.security.auth.login.LoginContext.<init>(LoginContext.java
:403)
       at org.apache.geronimo.jmxremoting.Authenticator.authenticate(
Authenticator.java:64)
       at javax.management.remote.rmi.RMIServerImpl.doNewClient(
RMIServerImpl.java:214)
       at javax.management.remote.rmi.RMIServerImpl.newClient(
RMIServerImpl.java:181)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java
:294)
       at sun.rmi.transport.Transport$1.run(Transport.java:153)
       at java.security.AccessController.doPrivileged(Native Method)
       at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
       at sun.rmi.transport.tcp.TCPTransport.handleMessages(
TCPTransport.java:466)
       at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(
TCPTransport.java:707)
       at java.lang.Thread.run(Thread.java:595)
       at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(
StreamRemoteCall.java:247)
       at sun.rmi.transport.StreamRemoteCall.executeCall(
StreamRemoteCall.java:223)
       at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
       at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown
Source)
       at javax.management.remote.rmi.RMIConnector.getConnection(
RMIConnector.java:2239)
       at javax.management.remote.rmi.RMIConnector.connect(
RMIConnector.java:271)
       at javax.management.remote.JMXConnectorFactory.connect(
JMXConnectorFactory.java:248)
       at
org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.getServerConnection
(GeronimoServerBehaviourDelegate.java:685)
       at org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.getKernel
(GeronimoServerBehaviour.java:73)
       at
org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isKernelAlive(
GeronimoServerBehaviour.java:93)
       at
org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isFullyStarted(
GeronimoServerBehaviour.java:113)
       at org.apache.geronimo.st.core.PingThread.run(PingThread.java:75)
Caused by: java.io.IOException: Unable to locate a login configuration
       at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
       at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance(
NativeConstructorAccessorImpl.java:39)
       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(
DelegatingConstructorAccessorImpl.java:27)
       at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
       at java.lang.Class.newInstance0(Class.java:350)
       at java.lang.Class.newInstance(Class.java:303)
       at javax.security.auth.login.Configuration$3.run(Configuration.java
:216)
       at java.security.AccessController.doPrivileged(Native Method)
       at javax.security.auth.login.Configuration.getConfiguration(
Configuration.java:210)
       at javax.security.auth.login.LoginContext$1.run(LoginContext.java
:237)
       at java.security.AccessController.doPrivileged(Native Method)
       at javax.security.auth.login.LoginContext.init(LoginContext.java
:234)
       at javax.security.auth.login.LoginContext.<init>(LoginContext.java
:403)
       at org.apache.geronimo.jmxremoting.Authenticator.authenticate(
Authenticator.java:64)
       at javax.management.remote.rmi.RMIServerImpl.doNewClient(
RMIServerImpl.java:214)
       at javax.management.remote.rmi.RMIServerImpl.newClient(
RMIServerImpl.java:181)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java
:294)
       at sun.rmi.transport.Transport$1.run(Transport.java:153)
       at java.security.AccessController.doPrivileged(Native Method)
       at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
       at sun.rmi.transport.tcp.TCPTransport.handleMessages(
TCPTransport.java:466)
       at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(
TCPTransport.java:707)
       at java.lang.Thread.run(Thread.java:595)

!ENTRY org.eclipse.wst.server.core 4 0 2007-06-14 12:08:36.726
!MESSAGE Server Apache Geronimo v2.0 Server at localhost failed to start.

Reply via email to