Portal 6.5 startup problem

Hello,

I’m a portal developer novice. Recently, everytime I try to boot the portal instance, logs aren’t created. So, I executed the startup script with a nohup.out. I noticed this error:

PARAMS: -s tmsaPortal run
JAVA_HOME: /logiciels/webMethodsPortal/jvm/aix142
PORTAL_HOME: /logiciels/webMethodsPortal/Portal
SERVER_HOME: /logiciels/webMethodsPortal/Portal/server/tmsaPortal
Running PORTAL:
No registered exception delegate
java.io.IOException: Connection refused to host: tmsaint; nested exception is:
java.net.ConnectException: Un he distant a rejetune tentative de connexion (connect).
at com.webMethods.rtl.locator.RegistryLocator.connectToRegistry(RegistryLocator.java:163)
at com.webMethods.rtl.locator.RegistryLocator.checkValid(RegistryLocator.java:139)
at com.webMethods.rtl.locator.RegistryLocator.getSession(RegistryLocator.java:120)
at com.webMethods.rtl.locator.RegistryLocator.getLocationStream(RegistryLocator.java:84)
at com.webMethods.rtl.locator.StreamLocatorFactory.getLocationStream(StreamLocatorFactory.java:112)
at com.webMethods.rtl.util.FileUtil.getInputStream(FileUtil.java:175)
at com.webMethods.rtl.util.FileUtil.loadPropertiesFile(FileUtil.java:358)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.loadSystemProps(DefaultPhaseProvider.java:118)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:58)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:775)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:741)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.webMethods.portal.system.start.Main.start(Main.java:87)
at com.webMethods.portal.system.start.Main.main(Main.java:33)
—> Nested exception
java.io.IOException: Connection refused to host: tmsaint; nested exception is:
java.net.ConnectException: Un he distant a rejetune tentative de connexion (connect).
at com.webMethods.rtl.locator.RegistryLocator.connectToRegistry(RegistryLocator.java:163)
at com.webMethods.rtl.locator.RegistryLocator.checkValid(RegistryLocator.java:139)
at com.webMethods.rtl.locator.RegistryLocator.getSession(RegistryLocator.java:120)
at com.webMethods.rtl.locator.RegistryLocator.getLocationStream(RegistryLocator.java:84)
at com.webMethods.rtl.locator.StreamLocatorFactory.getLocationStream(StreamLocatorFactory.java:112)
at com.webMethods.rtl.util.FileUtil.getInputStream(FileUtil.java:175)
at com.webMethods.rtl.util.FileUtil.loadPropertiesFile(FileUtil.java:358)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.loadSystemProps(DefaultPhaseProvider.java:118)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:58)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:775)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:741)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.webMethods.portal.system.start.Main.start(Main.java:87)
at com.webMethods.portal.system.start.Main.main(Main.java:33)
[POP.001.0002] A “java.io.IOException” occurred with the Message “Connection refused to host: tmsaint; nested exception is:
java.net.ConnectException: Un he distant a rejetune tentative de connexion (connect).”
java.io.IOException: Connection refused to host: tmsaint; nested exception is:
java.net.ConnectException: Un he distant a rejetune tentative de connexion (connect).
at com.webMethods.rtl.locator.RegistryLocator.connectToRegistry(RegistryLocator.java:163)
at com.webMethods.rtl.locator.RegistryLocator.checkValid(RegistryLocator.java:139)
at com.webMethods.rtl.locator.RegistryLocator.getSession(RegistryLocator.java:120)
at com.webMethods.rtl.locator.RegistryLocator.getLocationStream(RegistryLocator.java:84)
at com.webMethods.rtl.locator.StreamLocatorFactory.getLocationStream(StreamLocatorFactory.java:112)
at com.webMethods.rtl.util.FileUtil.getInputStream(FileUtil.java:175)
at com.webMethods.rtl.util.FileUtil.loadPropertiesFile(FileUtil.java:358)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.loadSystemProps(DefaultPhaseProvider.java:118)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:58)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:775)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:741)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.webMethods.portal.system.start.Main.start(Main.java:87)
at com.webMethods.portal.system.start.Main.main(Main.java:33)
Shutting down Portal…

2 weeks ago, I had the same problem with IS startup :lol: and it was resolved recently… I had to delete a .cnf file!

I wonder if I should do the same for this case. Thanks for help!

FYI:
OS: aix 5.3
JVM: IBM 1.4.2

Hello,

There’s something wrong in the server’s DNS configuration. I’m working on this problem.