
| Key: |
CONF-4222
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Mingyi Liu
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
Environment:
|
Application Server: Apache Tomcat/4.1.30
Servlet Version: 2.3
Database Dialect: net.sf.hibernate.dialect.Oracle9Dialect
Java Version: 1.5.0_04
Java Vendor: Sun Microsystems Inc.
JVM Version: 1.0
JVM Vendor: Sun Microsystems Inc.
JVM Implementation Version: 1.5.0_04-b05
Java Runtime: Java(TM) 2 Runtime Environment, Standard Edition
Java VM: Java HotSpot(TM) Server VM
Operating System: Linux 2.4.18-18.7.xbigmem
OS Architecture: i386
Application Server: Apache Tomcat/4.1.30
Servlet Version: 2.3
Database Dialect: net.sf.hibernate.dialect.Oracle9Dialect
Java Version: 1.5.0_04
Java Vendor: Sun Microsystems Inc.
JVM Version: 1.0
JVM Vendor: Sun Microsystems Inc.
JVM Implementation Version: 1.5.0_04-b05
Java Runtime: Java(TM) 2 Runtime Environment, Standard Edition
Java VM: Java HotSpot(TM) Server VM
Operating System: Linux 2.4.18-18.7.xbigmem
OS Architecture: i386
|
|
I was doing an upgrade (1.4.3 to 1.4.4) and deploy against Oracle testing. After it was done, everything seems to work until I tried to view one space, which crashed and gave this info:
Then I remembered in 1.4.3, I was trying out the new {redirect} and {alias} macros, and the latter one was tricky and the deletion of it wasn't complete. It left behind an empty-titled page. It didn't cause problem for the 1.4.3 and the embedded DB, but apparently it wasn't working for 1.4.4.
Then I tried to delete that page from Oracle DB. After its deletion, I was able to access the space view and all pages. But the space view's limited to 'recently updated' view and 'alphabetically listed' view. The tree view still gave an exception as below:
Please let me know if there's other things that need to be check/deleted for that empty page (I forgot to write down the page content id though). Also please check, if possible, why {alias} macro caused this problem after an alias was deleted. Thanks a lot!
Mingyi
|
|
Description
|
I was doing an upgrade (1.4.3 to 1.4.4) and deploy against Oracle testing. After it was done, everything seems to work until I tried to view one space, which crashed and gave this info:
Then I remembered in 1.4.3, I was trying out the new {redirect} and {alias} macros, and the latter one was tricky and the deletion of it wasn't complete. It left behind an empty-titled page. It didn't cause problem for the 1.4.3 and the embedded DB, but apparently it wasn't working for 1.4.4.
Then I tried to delete that page from Oracle DB. After its deletion, I was able to access the space view and all pages. But the space view's limited to 'recently updated' view and 'alphabetically listed' view. The tree view still gave an exception as below:
Please let me know if there's other things that need to be check/deleted for that empty page (I forgot to write down the page content id though). Also please check, if possible, why {alias} macro caused this problem after an alias was deleted. Thanks a lot!
Mingyi |
Show » |
Sort Order:
|
Update: After a while, I just found I was able to view the tree view for the space now! I wonder if it's index-related then. Anyway it seems that at least a temporary solution would be to manually delete the empty-titled page from the space and maybe reindex?