the administration server isnot responding

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

verdickt

the administration server isnot responding

Postby verdickt » Sat Nov 12, 2005 10:52 am

Hi,

i am new to the linux world but i am looking for an alernative to exchange. that's after a long
evaluation and more knowledge of linux.

Situation: fedora 4

I followed the installation manual and everything went fine.

I can connect to the local host but when i try to login to the webmail and sac
it gives me the following error:

the administration server is not responding ( i've found anoter topic with this heading but
that didn't seem to help or maybe i am just not experienced enough.

When i start the tomcat startup script i see the folowing in the caa.log:

Code: Select all

2005-11-13 15:27:10,781  INFO [SOAPDispatcherServlet.init:76] ====> CAA is starting up, standby <====
2005-11-13 15:27:10,838 ERROR [CAAConfigLoader.parseComponentNode:244] Service scalix.res, Component disabled has no class defined!
2005-11-13 15:27:10,878  WARN [CAAConfigLoader.parseConfigDocument:224] No services are configured in this config file
2005-11-13 15:27:10,921  INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2005-11-13 15:27:10,922  INFO [NotificationEventListener.launch:243] Main Notification Event Listener thread launched...
2005-11-13 15:27:10,925  INFO [NotificationEventListener.launch:246] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0 launched...
2005-11-13 15:27:10,928  INFO [NotificationEventListener.launch:246] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1 launched...
2005-11-13 15:27:10,937  INFO [RESInitializer.initNotificationListener:201] RESMonitor-thread Thread launched...
2005-11-13 15:27:10,944  INFO [SOAPDispatcherServlet.init:118] ====> CAA started, you may fire when ready <====
2005-11-13 15:28:22,436 ERROR [RbacAuthorizationHelper.authenticateUser:80] Exception:
javax.naming.CommunicationException: fedora.verdickt.org:389 [Root exception is java.net.SocketException: Invalid argument or cannot assign requested address]
   at com.sun.jndi.ldap.Connection.<init>(Connection.java:204)
   at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:119)
   at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1668)
   at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2599)
   at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
   at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
   at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
   at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
   at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
   at javax.naming.InitialContext.init(InitialContext.java:219)
   at javax.naming.InitialContext.<init>(InitialContext.java:195)
   at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:80)
   at com.scalix.sac.ubermgr.ldap.LDAPQuery.initContext(LDAPQuery.java:71)
   at com.scalix.sac.ubermgr.rbac.RbacAuthorizationHelper.authenticateUser(RbacAuthorizationHelper.java:51)
   at com.scalix.sac.ubermgr.ldap.LDAPServiceHandler.Login(LDAPServiceHandler.java:101)
   at com.scalix.sac.ubermgr.caa.RESService.authenticateAndAuthorizeUser(RESService.java:155)
   at com.scalix.sac.ubermgr.caa.RESService.doRequest(RESService.java:82)
   at com.scalix.caa.soap.SOAPDispatcherServlet.onMessage(SOAPDispatcherServlet.java:267)
   at com.scalix.caa.soap.SAAJServlet.doPost(SAAJServlet.java:123)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
   at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
   at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
   at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
   at java.lang.Thread.run(Thread.java:534)
Caused by: java.net.SocketException: Invalid argument or cannot assign requested address
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
   at java.net.Socket.connect(Socket.java:452)
   at java.net.Socket.connect(Socket.java:402)
   at java.net.Socket.<init>(Socket.java:309)
   at java.net.Socket.<init>(Socket.java:124)
   at com.sun.jndi.ldap.Connection.createSocket(Connection.java:346)
   at com.sun.jndi.ldap.Connection.<init>(Connection.java:181)
   ... 46 more
2005-11-13 15:29:02,296 ERROR [RbacAuthorizationHelper.authenticateUser:80] Exception:
javax.naming.CommunicationException: fedora.verdickt.org:389 [Root exception is java.net.SocketException: Invalid argument or cannot assign requested address]
   at com.sun.jndi.ldap.Connection.<init>(Connection.java:204)
   at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:119)
   at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1668)
   at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2599)
   at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
   at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
   at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
   at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
   at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
   at javax.naming.InitialContext.init(InitialContext.java:219)
   at javax.naming.InitialContext.<init>(InitialContext.java:195)
   at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:80)
   at com.scalix.sac.ubermgr.ldap.LDAPQuery.initContext(LDAPQuery.java:71)
   at com.scalix.sac.ubermgr.rbac.RbacAuthorizationHelper.authenticateUser(RbacAuthorizationHelper.java:51)
   at com.scalix.sac.ubermgr.ldap.LDAPServiceHandler.Login(LDAPServiceHandler.java:101)
   at com.scalix.sac.ubermgr.caa.RESService.authenticateAndAuthorizeUser(RESService.java:155)
   at com.scalix.sac.ubermgr.caa.RESService.doRequest(RESService.java:82)
   at com.scalix.caa.soap.SOAPDispatcherServlet.onMessage(SOAPDispatcherServlet.java:267)
   at com.scalix.caa.soap.SAAJServlet.doPost(SAAJServlet.java:123)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
   at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
   at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
   at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
   at java.lang.Thread.run(Thread.java:534)
Caused by: java.net.SocketException: Invalid argument or cannot assign requested address
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
   at java.net.Socket.connect(Socket.java:452)
   at java.net.Socket.connect(Socket.java:402)
   at java.net.Socket.<init>(Socket.java:309)
   at java.net.Socket.<init>(Socket.java:124)
   at com.sun.jndi.ldap.Connection.createSocket(Connection.java:346)
   at com.sun.jndi.ldap.Connection.<init>(Connection.java:181)
   ... 46 more


I am using the following java version: /usr/java/j2sdk1.4.2_04/

in setclasspath i have the following:

Code: Select all

# Added by Scalix Wizard version 9.4.0.53 (do not remove any of this section)
JAVA_HOME=/usr/java/j2sdk1.4.2_04
JAVA_OPTS="-server -Xms256m -Xmx256m"
JAVA_OPTS="-Djava.net.preferIPv4Stack=tru"
# End of added Scalix Wizard entries


The JAVA_OPTS="-Djava.net.preferIPv4Stack=tru" i added manually

Since i am new to linux i don't know what else i might check

any help welcome ( thanks )

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sat Nov 12, 2005 1:58 pm

The JAVA_OPTS="-Djava.net.preferIPv4Stack=tru" i added manually


Looks like you may have a typo in that. It should be:

Code: Select all

JAVA_OPTS="-Djava.net.preferIPv4Stack=true"


However, you need to also include the memory settings as well so you need to make the JAVA_OPTS line

Code: Select all

JAVA_OPTS="-server -Xms256m -Xmx256m -Djava.net.preferIPv4Stack=true"


Cheers

Dave

verdickt

Postby verdickt » Sat Nov 12, 2005 7:26 pm

ok,

that seemed to work

After this i could login to webmail but sac didn't seem to work. ( incorrect login )

But i did the following: was allready mentioned in another topic:

Code: Select all

omshowu -n "User Name" | grep ^Auth
( which gave me the correct login id )

I also created the sxqueryadmin user since that was missing also ( but
i am not sure that was realy neccessary )

anyway: thanks for your help ( next thing: setting up fechtmail )


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 4 guests