Home Forums Development Installing and Launch NexJ Studio

Viewing 1 reply thread
  • Author
    Posts
    • #12263
      Neil Gildayngilday
      Participant

      I am installing and launching NexJ Studio.

      How do I sleuth the following error?

      I can log into the database with nexj/nexj.

      I am getting the following error.

      30 INFO [GenericTransactionManager] (Thread-0) Transaction journal “C:\Users\Neil Gilday\.nexj\teee\clarity_clarity_env_Template_Development\data\node1\tx”
      ; 08:23:43,936 INFO [RelationalDatabaseConnectionPool] (Thread-0) RelationalDatabaseFragment DefaultRelationalDatabase.[default]: Microsoft SQL Server 14.00.1000 (jTDS Type 4 JDBC Driver for MS SQL Server and Sybase 1.2.2)
      ; 08:23:44,152 FATAL [LifecycleManager] (Thread-0) Unable to start up the application
      nexj.core.persistence.PersistenceException: err.persistence.checkVersion(“DefaultRelationalDatabase”)
      at nexj.core.persistence.sql.SQLAdapter.getVersion(SQLAdapter.java:2706)
      at nexj.core.runtime.Upgrade.upgrade(Upgrade.java:159)
      at nexj.core.runtime.Upgrade.startup(Upgrade.java:107)
      at nexj.core.runtime.LifecycleManager.startup(LifecycleManager.java:230)
      at nexj.core.runtime.LifecycleManager.startup(LifecycleManager.java:273)
      at nexj.core.rpc.ServerMDB.ejbCreate(ServerMDB.java:52)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at nexj.core.container.platform.teee.ejb.GenericMDBContainer.getBean(GenericMDBContainer.java:150)
      at nexj.core.container.platform.teee.ejb.GenericMDBContainer.invoke(GenericMDBContainer.java:110)
      at nexj.core.container.platform.teee.ejb.MDBMessageEndpointFactory$ProxyHandler.invoke(MDBMessageEndpointFactory.java:286)
      at com.sun.proxy.$Proxy2.startup(Unknown Source)
      at nexj.core.rpc.tomcat.ra.TomcatResourceAdapter.startFramework(TomcatResourceAdapter.java:1127)
      at nexj.core.rpc.tomcat.ra.TomcatResourceAdapter.startTomcat(TomcatResourceAdapter.java:766)
      at nexj.core.rpc.tomcat.ra.TomcatResourceAdapter.endpointActivation(TomcatResourceAdapter.java:219)
      at nexj.core.container.platform.teee.ra.GenericRAContainer.activateMessageEndpoint(GenericRAContainer.java:100)
      at nexj.core.container.platform.teee.GenericContainerContainer.activateMessageListener(GenericContainerContainer.java:1243)
      at nexj.core.container.platform.teee.GenericContainerContainer.startAdapters(GenericContainerContainer.java:570)
      at nexj.core.container.platform.teee.GenericContainerContainer.startChildren(GenericContainerContainer.java:384)
      at nexj.core.container.platform.teee.GenericContainerContainer.start(GenericContainerContainer.java:329)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at nexj.core.container.platform.teee.BootstrapLoader.invoke(BootstrapLoader.java:374)

      0
    • #12273

      Hi Neil,

      Can you please confirm if you are able to connect to your database through Studio?

      1. Open the environment file
      2. Go to data source connections tab
      3. Select Relational Datasource
      4. Click on Test Connection

      If that is working, please run the create tool and then start up the application.

       

      Also the log suggests to you are using Sql Server 14, were you always using that? Recommendation is to use 2016 or 2012

      Regards,

      Dhruv

      0
Viewing 1 reply thread
  • You must be logged in to reply to this topic.