Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalStateException after trying to find something by FTS #1380

Closed
myatlevEvg opened this issue Oct 11, 2018 · 0 comments
Closed

IllegalStateException after trying to find something by FTS #1380

myatlevEvg opened this issue Oct 11, 2018 · 0 comments
Assignees
Labels
state: fixed Fixed by the developer type: regression ver: 7.0.0 Fixed in version
Milestone

Comments

@myatlevEvg
Copy link

myatlevEvg commented Oct 11, 2018

Platform 7.0

  1. Create a project on platform version 7.0
  2. Add FTS component to the project
  3. Enable FTS in JMX console
  4. Re-login in platform
  5. Type something in FTS search field
  6. Click search button

AR

java.lang.IllegalStateException: Unknown type of screen ftsSearch
	at com.haulmont.cuba.gui.config.WindowConfig.extractWindowInfoType(WindowConfig.java:144)
	at com.haulmont.cuba.gui.config.WindowConfig$1.getType(WindowConfig.java:104)
	at com.haulmont.cuba.gui.config.WindowInfo.getType(WindowInfo.java:75)
	at com.haulmont.cuba.web.sys.WebScreens.createScreen(WebScreens.java:159)
	at com.haulmont.cuba.web.sys.WebScreens.create(WebScreens.java:155)
	at com.haulmont.cuba.web.sys.WebScreens.openWindow(WebScreens.java:550)
	at com.haulmont.cuba.gui.screen.compatibility.LegacyFrame.openWindow(LegacyFrame.java:100)
	at com.haulmont.cuba.web.gui.components.mainwindow.WebFtsField.openSearchWindow(WebFtsField.java:91)
	at com.haulmont.cuba.web.gui.components.mainwindow.WebFtsField.lambda$new$0(WebFtsField.java:68)
	at com.haulmont.cuba.web.gui.components.util.ShortcutListenerDelegate.handleAction(ShortcutListenerDelegate.java:36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: fixed Fixed by the developer type: regression ver: 7.0.0 Fixed in version
Projects
None yet
Development

No branches or pull requests

3 participants