Home Forums Deployments Environments Server console not starting

Viewing 4 reply threads
  • Author
    Posts
    • #381

      Dear Team,
      I have restored some db details at my local-dev environment of SQL server. I have selected the environment, user and tried to start server console. The server console throws the below error and shutdowns automatically. PFA server log and environment file and please suggest the solution.

      Thanks,
      Aravind

      0
    • #383
      Ed ShawEd Shaw
      Keymaster

      This question has been answered.

      Overview:
      The Environment file was missing some SOA Service Connection settings

      Environment files are where you put all of the configuration settings for a particular server environment. e.g. Local Development, QA, Staging…

      Some of the settings include Connections, which are deployment settings for Datasources, Channels and SOA. For each datasource (e.g. relational database), channel (e.g. MessageQueue or HTTP channel), or SOA Service specified in the model that you are using in your environment you need to have an entry with correct location, ports, credentials, etc.

      Typically when you have a problem like this it manifests itself as an error in the server log at startup that will point you to the DataSource, Channel or SOA Service that you need to look at settings for.

      1
    • #385

      Additional Info ::

      Please suggest on the error mentioned.

      0
    • #387
      Ed ShawEd Shaw
      Keymaster

      Do you have an example of an environment file on another machine that is working with your checked-out code? I’m wondering if you should be using perimiter auth rather than basic. e.g.

      ** note: removed the beginning <'s so it wouldn't be interpreted as markup.

      0
    • #389

      Dear EdShaw,

      thanks for the response;

      the problem lies at environment file where all the required data-sources need to define as according to the project design and also need to create missing Database and created few db tables. Later, disabled the data-source. Need to refresh and restart the serve. that works!

      Regards,
      Aravind

      0
Viewing 4 reply threads
  • You must be logged in to reply to this topic.