Hi all,
I have manually installed, configurated and deployed Forms 7.2 on the JBoss server. At JBoss I don't use the default ports. For naming I use port 1199 instead 1099 (see below: binding configuration)
If I try to to initialize the DB with the configuration manager I will see in the log (see below) that it uses port 1099. I found the file "config.properties" in the configuration manager and chnaged the port to 1199. Nothing changes ...
Any idea? thanks in advance,
Mike
---------- binding configuration ----------
1198
---------- binding configuration ----------
---------- JBoss Log ----------
andardContext[/LCMBootstrapper]BootstrapServlet: Initializing Bootstrap servlet...
00:18:45,665 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Found initialization param pair [REGISTRY,com.adobe.idp.install.bootstrap.RegistryBootstrapper]
00:18:45,665 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Adding bootstrapper ########: com.adobe.idp.install.bootstrap.RegistryBootstrapper@554058
... And 6 more of this log entries ...
00:18:45,665 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Found initialization param pair [WATCHEDFOLDER,com.adobe.idp.install.bootstrap.WatchedFolderBootstrapper]
00:18:45,696 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Initializing Bootstrap servlet Complete
00:18:45,696 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Request for 'UM'
00:18:45,696 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Request for providerURL 'null'
00:18:45,696 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Request for response type 'null'
00:18:45,696 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Bootstrapping using [UM] : com.adobe.idp.install.bootstrap.UMBootstrapper@b84c44
00:18:45,696 INFO [Engine] StandardContext[/LCMBootstrapper]BootstrapServlet: Overriding providerURL for JBoss: jnp://localhost:1099
00:18:45,696 INFO [STDOUT] com.adobe.idp.install.bootstrap.UMBootstrapper@b84c44 : Bootstrapping using [jnp://localhost:1099] [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerHome]
00:18:46,790 WARN [NamingContext] Failed to connect to localhost:1099
javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:213)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1185)
---------- JBoss Log ----------