Can't delete a page (resource) in 7.1.3!

1
+2
-1

Hi,
I've been following the getting started tutorial; when I built the application (last section) I had an error so I left it?
This morning, I'm unable to see the application I created last night and consequently unable to delete the page.
Logged in as walter.bates and administrator, Applications tab is empty. Resources tab shows a listTravel page which shows an error when listed and which I can't delete, error message is;

Delete pages

These pages cannot be deleted because at least one is used in an application. You must remove a page from an application before you can delete it.

'listTravel page' is used by:
•'listTravel' as page 'list'

Any help much appreciated?
Regards
Chris

Comments

Submitted by antoine.mottier on Mon, 02/08/2016 - 14:30

What I can suggest is first to check if there is any HTTP errors (e.g. 404) when loading the applications administration page. To do so, open the web browser console (F12) and reload the page. In "network" tab of the web browser console you can check for HTTP request response code.

You can also check the content of the database. If you are running the Portal from the Studio you need to connect to the h2 database. Run h2 jar file: java -jar h2-1.3.170.jar (h2 jar file can be found in BonitaBPMCommunity-7.1.3/workspace/tomcat/lib/bonita). This should open a login page in your web browser. Specify the following settings:

  • Driver Class: org.h2.Driver
  • JDBC URL: jdbc:h2:tcp://localhost:9091/bonita_journal.db;MVCC=TRUE;DB_CLOSE_ON_EXIT=TRUE;IGNORECASE=TRUE;
  • User Name: sa
  • Password:

Once connected you can check the content of the following tables: * BUSINESS_APP * BUSINESS_APP_PAGE * PAGE

Submitted by bakhshayesh on Fri, 02/12/2016 - 07:54

Dear Antoine I have the same problem, I did what you said and there were all my old applications. ( I had created many applications before but none of them worked well) But the list of applications in portal Applications tab is empty. Meanwhile the list of Resources includes all of my old pages and forms but when I click on each of them I see the error message:* Item not found.* I also created a new question here.

Submitted by antoine.mottier on Thu, 02/18/2016 - 12:43

Hi,

I did some test and I'm able to reproduce an issue when you publish a new organization and then try to create a new application.

I will report it internally. If you want to be notified when this issue get fixed I would suggest to open a ticket on our community bug tracker.

Submitted by bakhshayesh on Thu, 02/18/2016 - 13:23

Hi
How can I open a ticket in your community bug tracker ?
Thanks

Submitted by antoine.mottier on Thu, 02/18/2016 - 14:15

You need to create an account at https://bonita.atlassian.net/ and click on the "create" button in top menu bar.

No answers yet.
Notifications