soa_server1 won't start
vamsee2Jul 7 2009 — edited Jul 10 2009I have a FMW11G install on Redhat AS 5 with Jrockit bundled with FMW11G in production mode.
I have tried this with 3 or 4 domains so far.
Node manager starts fine. AdminServer starts fine. However the SOA Server that I added starts up only the first time. But subsequent times (after killing it either via Admin console or via stopManagedWebLogic.sh), it won't startup anymore. Exception is as follows:
---------------------
<Jul 7, 2009 7:22:20 PM PDT> <Error> <Management> <BEA-141252> <The domain version, 10.3.1.0, is greater than the release version, 10.3.0.0, of this server.>
<Jul 7, 2009 7:22:20 PM PDT> <Error> <Configuration Management> <BEA-150001> <An error occurred while connecting to the admin server to bootstrap through URL: http://localhost:7001/bea_wls_management_internal2/Bootstrap, user: weblogic
weblogic.management.configuration.ConfigurationException: [Management:141252]The domain version, 10.3.1.0, is greater than the release version, 10.3.0.0, of this server.
at weblogic.management.provider.internal.BootStrapHelper.getBootStrapStruct(BootStrapHelper.java:147)
at weblogic.management.provider.internal.RuntimeAccessImpl.initialize(RuntimeAccessImpl.java:432)
at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:49)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:749)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:488)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
at weblogic.Server.main(Server.java:67)
---------------------------
<Jul 7, 2009 7:22:21 PM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Assertion violated
java.lang.AssertionError: Assertion violated
at weblogic.utils.Debug.assertion(Debug.java:57)
at weblogic.server.channels.ChannelService.getServerChannel(ChannelService.java:1900)
at weblogic.server.channels.ChannelService.getServerChannel(ChannelService.java:1838)
at weblogic.protocol.ServerChannelManager.findServerChannel(ServerChannelManager.java:76)
at weblogic.ldap.EmbeddedLDAP.findLdapURL(EmbeddedLDAP.java:1413)
Truncated. see log file for complete stacktrace
>
----------------------------
The domain version, 10.3.1.0, is greater than the release version, 10.3.0.0, of this server.
A second question is related to how to delete and re-add soa to the installation. If I delete the soa server from Admin console and run common/config.sh, it still shows soa_server in the domain (when I select extend my domain option). So the only option is to create a new domain. How can I tell the config tool that the soa server s already deleted?