[opencms-dev] testing the version e.g. 9.5.0
Christoph Kukulies
kuku at physik.rwth-aachen.de
Thu Nov 27 12:41:31 CET 2014
I ran the upgrade package over my site and got errors (see below)
How can I tell whether the update ran ok and I'm running 9.5?
--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
-------------- next part --------------
1: OpenCms WEB-INF path: "/var/lib/tomcat7/webapps/ROOT/WEB-INF/".
2: OpenCms property file: "/var/lib/tomcat7/webapps/ROOT/WEB-INF/config/opencms.properties".
3:
4:
5: Starting Workplace update for OpenCms!
6:
7: further details.
8: Please see the GNU Lesser General Public Licence for
9: redistribute it under certain conditions.
10: This is free software, and you are welcome to
11: OpenCms comes with ABSOLUTELY NO WARRANTY
12: Copyright (c) 2014 Alkacon Software GmbH
13:
14: This is OpenCms 9.5.0 [Release #305 (origin/branch_9_5_x - 4e4c395) 2014-10-31 11:26]
15:
16:
17: # Turn echo on
18: Echo is now on.
19: Guest at Online>
20: Guest at Online># Login the Admin user
21: Guest at Online>login 'Admin' 'admin'
22: Login failed!
23: Guest at Online>
24: Guest at Online># Switch to the default context
25: Guest at Online>setSiteRoot '/sites/default/'
26: Guest at Online>
27: Guest at Online># Rebuild search indexes
28: Guest at Online>#rebuildAllIndexes
29: Guest at Online>
30: Guest at Online># purge the jsp repository
31: Guest at Online>purgeJspRepository
32: Guest at Online>
33: Guest at Online># update content relation engine data
34: Guest at Online>updateRelations
35: Guest at Online>
36: Guest at Online># Import the modules that have been selected in the update wizard
37: Guest at Online>updateModulesFromUpdateBean
38: ------ Begin update of module org.opencms.workplace ...
39: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
40: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
41: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
42: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
43: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
44: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
45: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
46: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
47: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
48: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
49: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
50: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
51: at java.lang.reflect.Method.invoke(Method.java:606)
52: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
53: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
54: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
55: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
56: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
57: ------ Begin update of module org.opencms.ugc ...
58: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
59: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
60: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
61: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
62: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
63: at org.opencms.importexport.CmsImportExportManager.importData(CmsImportExportManager.java:720)
64: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1100)
65: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
66: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
67: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
68: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
69: at java.lang.reflect.Method.invoke(Method.java:606)
70: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
71: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
72: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
73: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
74: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
75: ------ Begin update of module org.opencms.jquery ...
76: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
77: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
78: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
79: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
80: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
81: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
82: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
83: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
84: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
85: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
86: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
87: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
88: at java.lang.reflect.Method.invoke(Method.java:606)
89: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
90: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
91: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
92: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
93: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
94: ------ Begin update of module org.opencms.workplace.explorer ...
95: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
96: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
97: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
98: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
99: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
100: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
101: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
102: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
103: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
104: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
105: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
106: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
107: at java.lang.reflect.Method.invoke(Method.java:606)
108: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
109: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
110: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
111: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
112: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
113: ------ Begin update of module org.opencms.workplace.spellcheck ...
114: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
115: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
116: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
117: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
118: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
119: at org.opencms.importexport.CmsImportExportManager.importData(CmsImportExportManager.java:720)
120: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1100)
121: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
122: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
123: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
124: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
125: at java.lang.reflect.Method.invoke(Method.java:606)
126: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
127: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
128: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
129: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
130: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
131: ------ Begin update of module org.opencms.workplace.tools.sites ...
132: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
133: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
134: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
135: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
136: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
137: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
138: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
139: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
140: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
141: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
142: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
143: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
144: at java.lang.reflect.Method.invoke(Method.java:606)
145: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
146: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
147: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
148: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
149: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
150: ------ Begin update of module org.opencms.workplace.tools.searchindex ...
151: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
152: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
153: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
154: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
155: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
156: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
157: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
158: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
159: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
160: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
161: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
162: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
163: at java.lang.reflect.Method.invoke(Method.java:606)
164: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
165: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
166: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
167: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
168: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
169: ------ Begin update of module org.opencms.workplace.tools.projects ...
170: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
171: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
172: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
173: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
174: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
175: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
176: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
177: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
178: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
179: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
180: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
181: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
182: at java.lang.reflect.Method.invoke(Method.java:606)
183: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
184: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
185: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
186: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
187: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
188: ------ Begin update of module org.opencms.workplace.tools.modules ...
189: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
190: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
191: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
192: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
193: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
194: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
195: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
196: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
197: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
198: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
199: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
200: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
201: at java.lang.reflect.Method.invoke(Method.java:606)
202: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
203: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
204: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
205: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
206: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
207: ------ Begin update of module org.opencms.workplace.tools.accounts ...
208: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
209: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
210: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
211: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
212: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
213: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
214: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
215: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
216: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
217: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
218: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
219: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
220: at java.lang.reflect.Method.invoke(Method.java:606)
221: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
222: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
223: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
224: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
225: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
226: ------ Begin update of module org.opencms.editors.tinymce ...
227: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
228: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
229: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
230: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
231: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
232: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
233: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
234: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
235: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
236: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
237: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
238: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
239: at java.lang.reflect.Method.invoke(Method.java:606)
240: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
241: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
242: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
243: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
244: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
245: ------ Begin update of module org.opencms.editors.codemirror ...
246: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
247: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
248: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
249: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
250: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
251: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
252: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
253: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
254: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
255: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
256: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
257: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
258: at java.lang.reflect.Method.invoke(Method.java:606)
259: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
260: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
261: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
262: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
263: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
264: ------ Begin update of module org.opencms.ade.sitemap ...
265: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
266: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
267: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
268: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
269: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
270: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
271: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
272: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
273: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
274: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
275: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
276: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
277: at java.lang.reflect.Method.invoke(Method.java:606)
278: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
279: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
280: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
281: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
282: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
283: ------ Begin update of module org.opencms.ade.editprovider ...
284: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
285: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
286: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
287: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
288: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
289: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
290: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
291: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
292: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
293: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
294: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
295: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
296: at java.lang.reflect.Method.invoke(Method.java:606)
297: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
298: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
299: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
300: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
301: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
302: ------ Begin update of module org.opencms.ade.upload ...
303: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
304: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
305: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
306: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
307: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
308: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
309: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
310: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
311: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
312: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
313: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
314: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
315: at java.lang.reflect.Method.invoke(Method.java:606)
316: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
317: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
318: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
319: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
320: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
321: ------ Begin update of module org.opencms.ade.publish ...
322: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
323: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
324: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
325: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
326: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
327: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
328: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
329: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
330: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
331: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
332: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
333: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
334: at java.lang.reflect.Method.invoke(Method.java:606)
335: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
336: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
337: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
338: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
339: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
340: ------ Begin update of module org.opencms.ade.galleries ...
341: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
342: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
343: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
344: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
345: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
346: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
347: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
348: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
349: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
350: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
351: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
352: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
353: at java.lang.reflect.Method.invoke(Method.java:606)
354: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
355: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
356: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
357: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
358: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
359: ------ Begin update of module org.opencms.ade.properties ...
360: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Database manager" role.
361: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
362: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
363: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:573)
364: at org.opencms.security.CmsRoleManager.checkRole(CmsRoleManager.java:110)
365: at org.opencms.module.CmsModuleManager.deleteModule(CmsModuleManager.java:482)
366: at org.opencms.setup.CmsUpdateBean.removeModule(CmsUpdateBean.java:1063)
367: at org.opencms.setup.CmsUpdateBean.updateModule(CmsUpdateBean.java:1096)
368: at org.opencms.setup.CmsUpdateBean.updateModulesFromUpdateBean(CmsUpdateBean.java:892)
369: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
370: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
371: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
372: at java.lang.reflect.Method.invoke(Method.java:606)
373: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
374: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
375: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
376: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
377: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
378: ------ Module org.opencms.ade.config is up to date!
379: Guest at Online>
380: Guest at Online># Create the shared folder
381: Guest at Online>createSharedFolder
382: Exception while calling method "createSharedFolder".
383: org.opencms.security.CmsRoleViolationException: Error creating project for temporary workplace files.
384: at org.opencms.security.CmsRoleViolationException.createException(CmsRoleViolationException.java:71)
385: at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:334)
386: at org.opencms.db.CmsDbContext.report(CmsDbContext.java:286)
387: at org.opencms.db.CmsSecurityManager.createTempfileProject(CmsSecurityManager.java:1176)
388: at org.opencms.file.CmsObject.createTempfileProject(CmsObject.java:782)
389: at org.opencms.setup.CmsUpdateBean.createSharedFolder(CmsUpdateBean.java:204)
390: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
391: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
392: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
393: at java.lang.reflect.Method.invoke(Method.java:606)
394: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:200)
395: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:1025)
396: at org.opencms.main.CmsShell.execute(CmsShell.java:702)
397: at org.opencms.main.CmsShell.execute(CmsShell.java:635)
398: at org.opencms.setup.CmsUpdateThread.run(CmsUpdateThread.java:180)
399: Caused by: org.opencms.security.CmsRoleViolationException: The user "Guest" does not have access to the required "Project manager" role.
400: at org.opencms.security.CmsRole.createRoleViolationException(CmsRole.java:442)
401: at org.opencms.db.CmsSecurityManager.checkRole(CmsSecurityManager.java:553)
402: at org.opencms.db.CmsSecurityManager.createTempfileProject(CmsSecurityManager.java:1173)
403: ... 11 more
404: Guest at Online>
405: Guest at Online># purge the jsp repository
406: Guest at Online>purgeJspRepository
407: Guest at Online>
408: Guest at Online>exit
409:
410:
411: The update is finished!
412: The OpenCms system used for the update will now shut down.
413:
414:
415: Shutting down OpenCms, version 9.5.0 in web application "ROOT"
416: Shutdown completed, total uptime was 00:01:16.
417:
More information about the opencms-dev
mailing list