Stardust Oracle Integration [message #1109966] |
Mon, 16 September 2013 03:24  |
Eclipse User |
|
|
|
Hi,
I have installed stardust using eclipse update. and i am able to do run support case sample using the default derby db. I need to run the same in Oracle DB. I have configured the oracle information in carnot.properties and stardust-spring-context.xml
In carnot.properties
AuditTrail.Type = ORACLE
AuditTrail.DriverClass = oracle.jdbc.OracleDriver
AuditTrail.URL = jdbc:oracle:thin:@<myhost>:<myport>:<mydbname>
AuditTrail.User = username
AuditTrail.Password = password
and in stardust-spring-context.xml have changed like
<bean id="carnotXaAuditTrailDataSourceLocalUrl" class="oracle.jdbc.xa.client.OracleXADataSource">
<property name="URL" value="${AuditTrail.URL}" />
<property name="user" value="${AuditTrail.User}" />
<property name="password" value="${AuditTrail.Password}" />
</bean>
In oracle i have created all tables.
After setting these properties when i start the server i am getting the follwing errors.
12:13:45 INFO [ttp-8080-1] ServiceLoaderUtils - searchProviders: Searching providers using IPP = org.eclipse.stardust.ui.web.common.spi.user.AuthenticationProvider$Factory
12:13:45 INFO [ttp-8080-1] Parameters - CARNOT version: 1.0.0.71
12:13:45 INFO [ttp-8080-1] ServiceLoaderUtils - searchProviders: Found provider using IPP -> [org.eclipse.stardust.ui.web.viewscommon.common.spi.user.impl.IppAuthenticationProvider$IppFactory@603874]
12:13:46 INFO [ttp-8080-1] actPortalResourcesServlet - Started resource servlet with debug mode set to true
12:13:46 INFO [ttp-8080-1] nResourceRequestProcessor - Initialized portal-plugin Request Processor'Support-Case' using markup URL patterns: *.iface
12:13:46 INFO [ttp-8080-1] LoginFilter - Redirect to login, because session was not initialized.
12:13:46 INFO [ttp-8080-1] MainServlet - Blocking Request Handler: "auto-detect"
12:13:46 INFO [ttp-8080-1] nvironmentAdaptingServlet - Adapting to Thread Blocking environment
12:13:46 WARN [ttp-8080-1] MainServlet - Push Server not found - the Push Server must be deployed to support multiple asynchronous applications.
12:13:46 INFO [ttp-8080-1] MainServlet - Adapting to Push environment.
12:13:46 INFO [ttp-8080-1] AssociatedPageViews - using com.icesoft.faces.webapp.http.portlet.page.NoOpAssociatedPageViews
12:13:46 INFO [ttp-8080-1] nFaceletsResourceResolver - Resolved plugin ID views-common to URL prefix jar:file:/D:/WorkingFolder/NewWS/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/Support-Case/WEB-INF/lib/ipp-views-common.jar!/META-INF/xhtml
12:13:47 INFO [ttp-8080-1] TechnicalUserUtils - The default user credentials were used to initiate the 'Technical User login' request. Please configure a new technical user.
12:13:47 ERROR [ttp-8080-1] LoginDialogBean - Technical User login failed for reading skin preferenceorg.eclipse.stardust.common.error.LoginFailedException: ATDB00113 - Partition with ID 'default' not found.
12:13:47 INFO [ttp-8080-1] ortalPluginResourceLoader - Resolved plugin ID common to URL prefix jar:file:/D:/WorkingFolder/NewWS/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/Support-Case/WEB-INF/lib/ipp-portal-common.jar!/META-INF/xhtml
12:13:47 INFO [ttp-8080-1] ortalPluginResourceLoader - Resolved plugin ID views-common to URL prefix jar:file:/D:/WorkingFolder/NewWS/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/Support-Case/WEB-INF/lib/ipp-views-common.jar!/META-INF/xhtml
12:13:48 INFO [ttp-8080-3] Parameters - CARNOT version: 1.0.0.71
12:13:48 WARN [ttp-8080-3] ApplicationException - Failed retrieving content for file '/default-skin/login.css'.
org.eclipse.stardust.common.error.ObjectNotFoundException: ATDB00113 - Partition with ID 'default' not found.: default
at org.eclipse.stardust.engine.core.runtime.beans.AuditTrailPartitionBean.findById(AuditTrailPartitionBean.java:122)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:115)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:94)
at org.eclipse.stardust.common.Function.call(Function.java:38)
at org.eclipse.stardust.common.Function.execute(Function.java:33)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean$TxIsolatedActionInvoker.isolate(AbstractSpringForkingServiceBean.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.CallingInterceptor.invoke(CallingInterceptor.java:29)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.POJOExceptionHandler.invoke(POJOExceptionHandler.java:30)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.RuntimeExtensionsInterceptor.invoke(RuntimeExtensionsInterceptor.java:34)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.NonInteractiveSecurityContextInterceptor.invoke(NonInteractiveSecurityContextInterceptor.java:47)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.doWithDataSource(SpringSessionInterceptor.java:143)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.access$000(SpringSessionInterceptor.java:48)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor$1.doInConnection(SpringSessionInterceptor.java:87)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:341)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.invoke(SpringSessionInterceptor.java:81)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringConfigurationInterceptor.invoke(SpringConfigurationInterceptor.java:101)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.PropertyLayerProviderInterceptor.invoke(PropertyLayerProviderInterceptor.java:129)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.DebugInterceptor.invoke(DebugInterceptor.java:55)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringTxInterceptor$1.doInTransaction(SpringTxInterceptor.java:66)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.eclipse.stardust.engine.api.spring.SpringTxInterceptor.invoke(SpringTxInterceptor.java:51)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.execute(MethodInvocationImpl.java:68)
at org.eclipse.stardust.engine.core.runtime.beans.InvocationManager.invoke(InvocationManager.java:53)
at $Proxy20.isolate(Unknown Source)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean$2.doInTransaction(AbstractSpringForkingServiceBean.java:146)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean.isolate(AbstractSpringForkingServiceBean.java:135)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet.doDownloadFileContent(SkinContentServlet.java:93)
at org.eclipse.stardust.vfs.impl.jcr.web.AbstractVfsContentServlet.doGet(AbstractVfsContentServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
Sep 16, 2013 12:13:48 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet SkinContentServlet threw exception
org.eclipse.stardust.common.error.PublicException: Failed retrieving content for file '/default-skin/login.css'.: ATDB00113 - Partition with ID 'default' not found.: default
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:202)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:94)
at org.eclipse.stardust.common.Function.call(Function.java:38)
at org.eclipse.stardust.common.Function.execute(Function.java:33)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean$TxIsolatedActionInvoker.isolate(AbstractSpringForkingServiceBean.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.CallingInterceptor.invoke(CallingInterceptor.java:29)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.POJOExceptionHandler.invoke(POJOExceptionHandler.java:30)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.RuntimeExtensionsInterceptor.invoke(RuntimeExtensionsInterceptor.java:34)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.NonInteractiveSecurityContextInterceptor.invoke(NonInteractiveSecurityContextInterceptor.java:47)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.doWithDataSource(SpringSessionInterceptor.java:143)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.access$000(SpringSessionInterceptor.java:48)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor$1.doInConnection(SpringSessionInterceptor.java:87)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:341)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.invoke(SpringSessionInterceptor.java:81)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringConfigurationInterceptor.invoke(SpringConfigurationInterceptor.java:101)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.PropertyLayerProviderInterceptor.invoke(PropertyLayerProviderInterceptor.java:129)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.DebugInterceptor.invoke(DebugInterceptor.java:55)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringTxInterceptor$1.doInTransaction(SpringTxInterceptor.java:66)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.eclipse.stardust.engine.api.spring.SpringTxInterceptor.invoke(SpringTxInterceptor.java:51)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.execute(MethodInvocationImpl.java:68)
at org.eclipse.stardust.engine.core.runtime.beans.InvocationManager.invoke(InvocationManager.java:53)
at $Proxy20.isolate(Unknown Source)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean$2.doInTransaction(AbstractSpringForkingServiceBean.java:146)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean.isolate(AbstractSpringForkingServiceBean.java:135)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet.doDownloadFileContent(SkinContentServlet.java:93)
at org.eclipse.stardust.vfs.impl.jcr.web.AbstractVfsContentServlet.doGet(AbstractVfsContentServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
Caused by: org.eclipse.stardust.common.error.ObjectNotFoundException: ATDB00113 - Partition with ID 'default' not found.: default
at org.eclipse.stardust.engine.core.runtime.beans.AuditTrailPartitionBean.findById(AuditTrailPartitionBean.java:122)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:115)
... 54 more
12:13:48 WARN [ttp-8080-1] ApplicationException - Failed retrieving content for file '/default-skin/login_ie8.css'.
org.eclipse.stardust.common.error.ObjectNotFoundException: ATDB00113 - Partition with ID 'default' not found.: default
at org.eclipse.stardust.engine.core.runtime.beans.AuditTrailPartitionBean.findById(AuditTrailPartitionBean.java:122)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:115)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:94)
at org.eclipse.stardust.common.Function.call(Function.java:38)
at org.eclipse.stardust.common.Function.execute(Function.java:33)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean$TxIsolatedActionInvoker.isolate(AbstractSpringForkingServiceBean.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.CallingInterceptor.invoke(CallingInterceptor.java:29)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.POJOExceptionHandler.invoke(POJOExceptionHandler.java:30)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.RuntimeExtensionsInterceptor.invoke(RuntimeExtensionsInterceptor.java:34)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.NonInteractiveSecurityContextInterceptor.invoke(NonInteractiveSecurityContextInterceptor.java:47)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.doWithDataSource(SpringSessionInterceptor.java:143)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.access$000(SpringSessionInterceptor.java:48)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor$1.doInConnection(SpringSessionInterceptor.java:87)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:341)
at org.eclipse.stardust.engine.api.spring.SpringSessionInterceptor.invoke(SpringSessionInterceptor.java:81)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringConfigurationInterceptor.invoke(SpringConfigurationInterceptor.java:101)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.PropertyLayerProviderInterceptor.invoke(PropertyLayerProviderInterceptor.java:129)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.beans.interceptors.DebugInterceptor.invoke(DebugInterceptor.java:55)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.api.spring.SpringTxInterceptor$1.doInTransaction(SpringTxInterceptor.java:66)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.eclipse.stardust.engine.api.spring.SpringTxInterceptor.invoke(SpringTxInterceptor.java:51)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:130)
at org.eclipse.stardust.engine.core.runtime.interceptor.MethodInvocationImpl.execute(MethodInvocationImpl.java:68)
at org.eclipse.stardust.engine.core.runtime.beans.InvocationManager.invoke(InvocationManager.java:53)
at $Proxy20.isolate(Unknown Source)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean$2.doInTransaction(AbstractSpringForkingServiceBean.java:146)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean.isolate(AbstractSpringForkingServiceBean.java:135)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet.doDownloadFileContent(SkinContentServlet.java:93)
at org.eclipse.stardust.vfs.impl.jcr.web.AbstractVfsContentServlet.doGet(AbstractVfsContentServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
Sep 16, 2013 12:13:48 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet SkinContentServlet threw exception
org.eclipse.stardust.common.error.PublicException: Failed retrieving content for file '/default-skin/login_ie8.css'.: ATDB00113 - Partition with ID 'default' not found.: default
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:202)
at org.eclipse.stardust.ui.client.dms.SkinContentServlet$1.invoke(SkinContentServlet.java:94)
at org.eclipse.stardust.common.Function.call(Function.java:38)
at org.eclipse.stardust.common.Function.execute(Function.java:33)
at org.eclipse.stardust.engine.api.spring.AbstractSpringForkingServiceBean$TxIsolatedActionInvoker.isolate(AbstractSpringForkingServiceBean.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
can you please help me to solve this.or am i doing wrong?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.31744 seconds