I am getting a Error! Please check your selected file and try it again error when I try to import an app from another development server. Both are community editions.

A new version appears on top of the existing version but it has no PROCESS however FORM, LIST and USERVIEW are there.

I tried exporting several times but as the result is still the same. 

What is the cause of this issue and how to solve it?

  • No labels

4 Comments

  1. Hi there,

    Do you get any error message in your server log? It's good if you can check on this area to help you to troubleshoot.

    Thanks.

  2.  java.util.regex.Matcher.getTextLength(Matcher.java:1140)ERROR 24 Jul 2013 12:11:02 org.joget.apps.form.dao.FormDataLocalSessionFactoryBean  - java.lang.NullPointerException
    java.lang.NullPointerException
    	at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
    	at java.util.regex.Matcher.reset(Matcher.java:291)
            ....
    INFO  24 Jul 2013 12:11:02 org.joget.apps.form.dao.FormDataLocalSessionFactoryBean  - Building new Hibernate SessionFactory
    ERROR 24 Jul 2013 12:11:02 org.joget.apps.app.service.AppServiceImpl  - org.springframework.orm.hibernate3.HibernateSystemException: Unknown entity: app_fd_sc_registration_student; nested exception is org.hibernate.MappingException: Unknown entity: app_fd_sc_registration_student
    org.springframework.orm.hibernate3.HibernateSystemException: Unknown entity: app_fd_sc_registration_student; nested exception is org.hibernate.MappingException: Unknown entity: app_fd_sc_registration_student
    	at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:676)
    	at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
     at java.util.regex.Matcher.reset(Matcher.java:291)
    

    Other logs has no error - Just in Joget.logUnknown entity: app_fd_sc_registration_student;

    1. Hi Garrett,

      Try to verify if you have created form that uses "sc_registration_student" as a table name. Let us know on your findings.

      Cheers

      1. Yes, there is several forms with are using "sc_registration_student" as a table name.