Maximo Wire - The IBM Maximo Help & Discussion Forum
May 20, 2012, 11:39:41 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to Maximo Wire, the IBM Maximo help forum. Feel free to register and ask any Maximo related questions you like.
 
  Home Help Search Login Register  
*
Pages: [1]   Go Down
  Print  
Author Topic: error: unable to connect to application server.. MXServer..  (Read 523 times)
0 Members and 1 Guest are viewing this topic.
ameabaspy
Newbie
*

Karma: 1
Posts: 15


View Profile
« on: November 20, 2008, 03:42:21 am »

Please help...  Please... 

maximo v5.2
websphere 5.1


here's what's in the err log:

Wed Nov 19 19:19:25 PST 2008 Couldn't connect to JDBC source: jdbc:inetdae7a:vmmax52:1433?database=MAXIMO&language=us_english&nowarnings=true
Wed Nov 19 19:19:25 PST 2008 com.inet.tds.SQLException: Connection refused: connect
Wed Nov 19 19:19:25 PST 2008 java.net.ConnectException: Connection refused: connect
Wed Nov 19 19:19:25 PST 2008    at java.net.PlainSocketImpl.socketConnect(Native Method)
Wed Nov 19 19:19:25 PST 2008    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
Wed Nov 19 19:19:25 PST 2008    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
Wed Nov 19 19:19:25 PST 2008    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
Wed Nov 19 19:19:25 PST 2008    at java.net.Socket.connect(Socket.java:478)
Wed Nov 19 19:19:25 PST 2008    at java.net.Socket.connect(Socket.java:428)
Wed Nov 19 19:19:25 PST 2008    at java.net.Socket.<init>(Socket.java:335)
Wed Nov 19 19:19:25 PST 2008    at java.net.Socket.<init>(Socket.java:150)
Wed Nov 19 19:19:25 PST 2008    at com.inet.tds.TdsDriver.a(Unknown Source)
Wed Nov 19 19:19:25 PST 2008    at com.inet.tds.TdsDriver.connect(Unknown Source)
Wed Nov 19 19:19:25 PST 2008    at java.sql.DriverManager.getConnection(DriverManager.java:539)
Wed Nov 19 19:19:25 PST 2008    at java.sql.DriverManager.getConnection(DriverManager.java:189)
Wed Nov 19 19:19:25 PST 2008    at psdi.server.DBManager.createConnection(DBManager.java:363)
Wed Nov 19 19:19:25 PST 2008    at psdi.server.DBManager.createUserConnection(DBManager.java:333)
Wed Nov 19 19:19:25 PST 2008    at psdi.server.DBManager.init(DBManager.java:499)
Wed Nov 19 19:19:25 PST 2008    at psdi.server.MXServer.boot(MXServer.java:470)
Wed Nov 19 19:19:25 PST 2008    at psdi.server.MXServer.start(MXServer.java:1189)
Wed Nov 19 19:19:25 PST 2008    at psdi.servlet.MAXIMOStartupServlet.init(MAXIMOStartupServlet.java:60)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
Wed Nov 19 19:19:25 PST 2008    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:876)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1279)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:392)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:211)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1005)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:505)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:299)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:256)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:152)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:243)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
Wed Nov 19 19:19:25 PST 2008    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Wed Nov 19 19:19:25 PST 2008    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
Wed Nov 19 19:19:25 PST 2008    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
Wed Nov 19 19:19:25 PST 2008    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
Wed Nov 19 19:19:25 PST 2008    at java.lang.reflect.Method.invoke(Method.java:391)
Wed Nov 19 19:19:25 PST 2008    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:189)


running cmdline checkmxserver.bat got the following:

C:\MAXIMO>checkmxserver

MAXIMO Application Server Release 5.2  Build 061, DB Build V520-01

PRINTING RMI REGISTRY ...
CONNECTING TO RMI REGISTRY ON :rmi://localhost:1099
END OF RMI REGISTRY PRINT...



Connecting to (localhost/MXServer)
Username :WINSTON, password :WINSTON
UNABLE TO CONNECT TO MAXIMO SERVER....
psdi.util.MXSystemException: The system was unable to connect to an application
server on the specified host.
Please ensure that the application server is running.; nested exception is:
        java.rmi.NotBoundException: MXServer
        at psdi.util.RMISession.connect(RMISession.java:66)
        at psdi.util.RMISession.connect(RMISession.java:25)
        at psdi.server.CheckMXServer.main(CheckMXServer.java:113)
Usage : CheckMXServer -h<hostname> -s<servername> -u<username> -p<password>  -f<
logfile> -?




Logged
maurogrz
Global Moderator
Full Member
*****

Karma: 14
Posts: 111



View Profile Email
« Reply #1 on: November 20, 2008, 09:24:50 am »

It seems you are not connectig to the DB.

Check the sintax of the connect string in the MXServer.properties file and be sure you can connect to the DB server fom the Maximo machine.....
Also try to check user/password used to connect to the DB

Logged
amdisuk
Administrator
Full Member
*****

Karma: -1
Posts: 199


allandonaldson@hotmail.com
View Profile WWW
« Reply #2 on: November 20, 2008, 12:57:58 pm »

Seems to me that its either the server name is wrong or the jdbc syntax is wrong.

doe svmmax52 tell us that you are connection to a Virtual Machine instance? If so you will probably have to specify the virtual machine ip address rather than the hosts computer name.

Al
Logged

Big Al
ameabaspy
Newbie
*

Karma: 1
Posts: 15


View Profile
« Reply #3 on: November 20, 2008, 05:11:39 pm »

yes, vmmax52 is a VM instance...  i'll try to use the ip first...  thnx...
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Recent

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!