Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » Stardust Oracle Integration(Stardust Oracle DB Integration how to do)
Stardust Oracle Integration [message #1109966] Mon, 16 September 2013 07:24 Go to next message
VENKATESH CHIDAMBARANATHAN is currently offline VENKATESH CHIDAMBARANATHANFriend
Messages: 10
Registered: September 2013
Junior Member
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?








Re: Stardust Oracle Integration [message #1110622 is a reply to message #1109966] Tue, 17 September 2013 05:37 Go to previous messageGo to next message
Tanmoy Roy is currently offline Tanmoy RoyFriend
Messages: 41
Registered: September 2013
Member
Hi Venkatesh,

As Stardust process manager supports multi partition and multi model, it requires at latest one partition 'default' in the database. Looks like empty 'partition' table in this case.
How you have generated the DB schema? Also, this error should appear at time of user login, not during the server start-up.

-Tanmoy Roy
Re: Stardust Oracle Integration [message #1112161 is a reply to message #1110622] Thu, 19 September 2013 07:42 Go to previous messageGo to next message
Tanmoy Roy is currently offline Tanmoy RoyFriend
Messages: 41
Registered: September 2013
Member
Hi,

Stardust provides sysconsole admin client to create the Audit trail DB schema (for supported DataBase types)

You can build the client by following steps, and refer to below link for details.
http://help.eclipse.org/kepler/topic/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-command-preface.htm?cp=52_6_2_1

Sysconsole admin utility:

Step1)
mvn archetype:generate -DarchetypeGroupId=org.eclipse.stardust.deploy.jee.archetypes -DarchetypeArtifactId=sysconsole-client -DarchetypeVersion=1.0.1 -DgroupId=local -DartifactId=sysconsole -Dversion=1.0-SNAPSHOT -DarchetypeRepository=http://download.eclipse.org/stardust/maven/releases

Step2)
The above command will download the archetype in folder named 'sysconsole'. Finally navigate to the above created folder and run the below command, this will build the sysconsole utility.
mvn clean install

-Tanmoy Roy
Re: Stardust Oracle Integration [message #1114894 is a reply to message #1110622] Mon, 23 September 2013 11:17 Go to previous message
VENKATESH CHIDAMBARANATHAN is currently offline VENKATESH CHIDAMBARANATHANFriend
Messages: 10
Registered: September 2013
Junior Member
Hi Tanmoy Roy,

Thanks for the reply. yes the 'default' in the PARTITION table entry was missed.

Thanks
Venkatesh C




[Updated on: Mon, 23 September 2013 11:17]

Report message to a moderator

Previous Topic:Sysconsole utility
Next Topic:Stardust Webservice Integration - org.xml.sax.SAXParseException; Premature end of file
Goto Forum:
  


Current Time: Fri Mar 29 04:59:00 GMT 2024

Powered by FUDForum. Page generated in 0.03458 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top