Fatal exception while log in to the RPM 14.1

I have installed the rpm successfully and its configured to work with OID. Application is launching from the JNLP file but when i m trying to log in,it throws the following fatal exception.
com.retek.platform.exception.RetekUnknownSystemException: javax.ejb.EJBException: EJB Exception: ; nested exception is:
  com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: Failed to obtain IdentityStore instance [method=com.retek.rpm.app.security.service.SecurityAppService.login, params=com.retek.platform.service.ClientContextjava.lang.Stringjava.lang.String]
    exception id: 1427792658563; nested exception is: com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: Failed to obtain IdentityStore instance [method=com.retek.rpm.app.security.service.SecurityAppService.login, params=com.retek.platform.service.ClientContextjava.lang.Stringjava.lang.String]
    exception id: 1427792658563
  at com.retek.platform.service.ServiceAccessor.callRemoteMethod(ServiceAccessor.java:312)
  at com.retek.rpm.app.RPMServiceAccessorProxy.remoteTransaction(RPMServiceAccessorProxy.java:24)
  at com.retek.platform.service.ServiceAccessorProxy.invoke(ServiceAccessorProxy.java:52)
  at com.sun.proxy.$Proxy0.login(Unknown Source)
  at com.retek.rpm.gui.security.RpmLoginEngine.validateUserLogin(RpmLoginEngine.java:247)
  at com.retek.rpm.gui.security.RpmLoginEngine.authenticate(RpmLoginEngine.java:200)
  at com.retek.platform.client.AbstractLoginProvider.doLogin(AbstractLoginProvider.java:85)
  at com.retek.rpm.gui.security.RpmLoginEngine.doLogin(RpmLoginEngine.java:91)
  at com.retek.platform.client.gui.framework.LoginBootStrap.start(LoginBootStrap.java:44)
  at com.retek.platform.client.bootstrap.BootStrapManager.nextBootStrap(BootStrapManager.java:158)
  at com.retek.platform.client.bootstrap.BootStrapExecutor.executeBootStraps(BootStrapExecutor.java:35)
  at com.retek.platform.client.ClientImpl.run(ClientImpl.java:74)
  at com.retek.platform.client.UIClientImpl.run(UIClientImpl.java:56)
  at java.lang.Thread.run(Unknown Source)
Caused by: javax.ejb.EJBException: EJB Exception: ; nested exception is:
  com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: Failed to obtain IdentityStore instance [method=com.retek.rpm.app.security.service.SecurityAppService.login, params=com.retek.platform.service.ClientContextjava.lang.Stringjava.lang.String]
    exception id: 1427792658563; nested exception is: com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: Failed to obtain IdentityStore instance [method=com.retek.rpm.app.security.service.SecurityAppService.login, params=com.retek.platform.service.ClientContextjava.lang.Stringjava.lang.String]
    exception id: 1427792658563
  at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.unwrapRemoteException(RemoteBusinessIntfProxy.java:109)
  at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:91)
  at com.sun.proxy.$Proxy1.executeCommand(Unknown Source)
  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 com.retek.platform.util.ForwardingProxy.invoke(ForwardingProxy.java:252)
  at com.retek.platform.util.ForwardingProxy.invoke(ForwardingProxy.java:194)
  at com.retek.platform.service.EjbServiceLocator$ServiceToEjbAdaptor.invoke(EjbServiceLocator.java:331)
  at com.sun.proxy.$Proxy2.executeCommand(Unknown Source)
  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.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:278)
  at com.retek.platform.service.ServiceAccessor.callRemoteMethod(ServiceAccessor.java:273)
  ... 13 more
Caused by: com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: Failed to obtain IdentityStore instance [method=com.retek.rpm.app.security.service.SecurityAppService.login, params=com.retek.platform.service.ClientContextjava.lang.Stringjava.lang.String]
    exception id: 1427792658563
  at com.retek.rpm.domain.core.service.RPMSessionBeanCommand.execute(RPMSessionBeanCommand.java:94)
  at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb.executeCommand(RPMCommandExecutionServiceEjb.java:121)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:601)
  at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
  at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
  at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
  at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
  at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
  at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
  at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
  at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  at com.sun.proxy.$Proxy163.executeCommand(Unknown Source)
  at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_RPMCommandExecutionServiceRemoteImpl.__WL_invoke(Unknown Source)
  at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
  at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_RPMCommandExecutionServiceRemoteImpl.executeCommand(Unknown Source)
  at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_RPMCommandExecutionServiceRemoteImpl_WLSkel.invoke(Unknown Source)
  at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
  at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
  at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
  at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
  at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
  at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
  at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: Failed to obtain IdentityStore instance [method=com.retek.rpm.app.security.service.SecurityAppService.login, params=com.retek.platform.service.ClientContextjava.lang.Stringjava.lang.String]
    exception id: 1427792658563
  at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb$1.doExecute(RPMCommandExecutionServiceEjb.java:107)
  at com.retek.rpm.domain.core.service.RPMSessionBeanCommand.execute(RPMSessionBeanCommand.java:78)
  ... 35 more
Caused by: java.lang.IllegalStateException: Failed to obtain IdentityStore instance
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.getIdentityStoreFactory(UserDaoLDAPImpl.java:70)
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.getLdapStore(UserDaoLDAPImpl.java:42)
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.getIdentityStore(UserDaoLDAPImpl.java:29)
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.buildUserSearchParameters(UserDaoLDAPImpl.java:404)
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.searchForUsers(UserDaoLDAPImpl.java:480)
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.findUsers(UserDaoLDAPImpl.java:317)
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.readUser(UserDaoLDAPImpl.java:361)
  at com.retek.rpm.domain.security.service.SecurityAdminCoreServiceImpl.readUser(SecurityAdminCoreServiceImpl.java:39)
  at com.retek.rpm.domain.security.service.SecurityCoreServiceImpl.readSecureUser(SecurityCoreServiceImpl.java:396)
  at com.retek.rpm.domain.security.service.SecurityCoreServiceImpl.getLoginCredentialsVo(SecurityCoreServiceImpl.java:323)
  at com.retek.rpm.app.security.service.SecurityAppServiceImpl.getLoginCredentials(SecurityAppServiceImpl.java:106)
  at com.retek.rpm.app.security.service.SecurityAppServiceImpl.getRpmLoginCredentials(SecurityAppServiceImpl.java:39)
  at com.retek.rpm.app.security.service.SecurityAppServiceImpl.buildSecureUserCredentials(SecurityAppServiceImpl.java:62)
  at com.retek.rpm.app.security.service.SecurityAppServiceImpl.login(SecurityAppServiceImpl.java:29)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:601)
  at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:278)
  at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb$1.doExecute(RPMCommandExecutionServiceEjb.java:101)
  ... 36 more
Caused by: oracle.security.idm.ConfigurationException: javax.naming.CommunicationException: dev3.corp.ecubein:3060 [Root exception is java.net.SocketException: Connection reset]
  at oracle.security.idm.providers.stdldap.TestConnectionPool.execute(LDIdentityStoreFactory.java:1026)
  at oracle.security.idm.providers.stdldap.LDIdentityStoreFactory.setupConnPool(LDIdentityStoreFactory.java:620)
  at oracle.security.idm.providers.stdldap.LDIdentityStoreFactory.setup(LDIdentityStoreFactory.java:333)
  at oracle.security.idm.providers.oid.OIDIdentityStoreFactory.<init>(OIDIdentityStoreFactory.java:56)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  at oracle.security.idm.IdentityStoreFactoryBuilder.getIdentityStoreFactory(IdentityStoreFactoryBuilder.java:128)
  at com.retek.rpm.domain.security.dao.impl.user.UserDaoLDAPImpl.getIdentityStoreFactory(UserDaoLDAPImpl.java:64)
  ... 55 more
Caused by: javax.naming.CommunicationException: dev3.corp.ecubein:3060 [Root exception is java.net.SocketException: Connection reset]
  at com.sun.jndi.ldap.Connection.<init>(Connection.java:214)
  at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:136)
  at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1600)
  at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2698)
  at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:316)
  at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:193)
  at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:211)
  at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:154)
  at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:84)
  at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
  at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
  at javax.naming.InitialContext.init(InitialContext.java:242)
  at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:153)
  at oracle.security.idm.providers.stdldap.TestConnectionPool.run(LDIdentityStoreFactory.java:1006)
Caused by: java.net.SocketException: Connection reset
  at java.net.SocketInputStream.read(SocketInputStream.java:189)
  at java.net.SocketInputStream.read(SocketInputStream.java:121)
  at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
  at sun.security.ssl.InputRecord.read(InputRecord.java:480)
  at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
  at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)
  at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339)
  at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1323)
  at oracle.security.idm.providers.stdldap.LDSSLSocketFactory.init(LDSSLSocketFactory.java:180)
  at oracle.security.idm.providers.stdldap.LDSSLSocketFactory.createSocket(LDSSLSocketFactory.java:141)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:601)
  at com.sun.jndi.ldap.Connection.createSocket(Connection.java:331)
  at com.sun.jndi.ldap.Connection.<init>(Connection.java:201)
  ... 13 more

Yes and there are a number of documents out there to do this, hence this is why I asked for the doc you used for this process. Also what is you desired version once complete.
I would recommend that you be on 10.1.3.4 as in 10.1.3.3 you can't apply MLR patches.
Its not clear if you are trying to upgrade from 10.1.3.3 to 10.1.3.4
Have a look at the metalink notes 753899.1 and 757947.1
also this is the starting point.
http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/toc.htm
cheers
James

Similar Messages

  • Approval task SP09: Evaluation of approvalid failed with Exception: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'aValue'

    Hi everyone,
    I just installed SP09 and i was testing the solution. And I found a problem with the approvals tasks.
    I configured a simple ROLE approval task for validate add event. And when the runtime executes the task, the dispatcher log shows a error:
    ERROR: Evaluation of approvalid failed with Exception: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'aValue'
    And the notifications configured on approval task does not start either.
    The approval goes to the ToDO tab of the approver, but when approved, also the ROLE stays in "Pending" State.
    I downgraded the Runtime components to SP08 to test, and the approvals tasks works correctly.
    Has anyone passed trough this situation in SP09?
    I think there is an issue with the runtime components delivered with this initial package of SP09.
    Suggestions?

    Hi Kelvin,2016081
    The issue is caused by a program error in the Dispatcher component. A fix will be provided in Identity Management SP9 Patch 2 for the Runtime component. I expect the patch will be delivered within a week or two.
    For more info about the issue and the patch please refer to SAPNote 2016081.
    @Michael Penn - I might be able to assist if you provide the ticket number
    Cheers,
    Kristiyan
    IdM Development

  • 'Could not create' and 'Fatal exception' while installing Java

    Win7 64bit
    latest Firefox
    Java 7.10 64 and 32 bit
    Hello!
    Since weeks i have the following problem. Every time i want to install Java (62 or 64 bit), after the installation progress bar reached 100% and the windows closes i get 2 error messages, both containing the errors:
    'Could not create Java Virtual Machine' and
    'Fatal exception occured. Program will exit'
    After closing both error messages i get the 'Installation successful' screen of Java again.
    However, if i start firefox and go to a page requiring java (the official testing page for example), firefox freezes until i kill the process manually.
    So far i reinstalled Java repeatedly, cleaning every trace of it on my system before doing so, including entrys in the microsoft uninstall wizard and the registry entrys, as described here:
    +hkey_local_machine>software>microsoft>windows>currentversion>uninstall
    search for "java"
    delete entrys+
    what is the programms problem??
    edit: i cant acess java from the windows control panel either, i get the same error messages
    Edited by: 981351 on 11.01.2013 07:04

    I don't know that I'll be able to offer up any useful advice but here goes...
    Can you enable extra verbose logging as part of the installation & post the results here or on pastebin.com?
    jre-7u11-windows-i586.exe /l*vx c:\JavaInstall.log(feel free to adjust the log path to a more suitable location)
    All of our users are local admins and tend to install whatever. This leads to a messy environment and we don't always know which version of Java is installed. So, to address that, I created a small script that scours 'HKLM\software\microsoft\windows\currentversion\uninstall' for Java entries, reads the uninstall string then runs the reported uninstall string. The assumption here is that the uninstall string will be an MSI command. (All the machines & versions of Java used the same format.)
    This is a Windows 7 Enterprise (32-bit) environment, but the script also works on 64-bit installations of Windows 7 Enterprise.
    I've tested this with 7u11 and went as far back as 6u21. It should work with just about any version that uses MSI for uninstalling.
    @echo off
    setlocal enabledelayedexpansion
    echo. & echo Checking for Obsolete Versions of Java...
    for /f "usebackq tokens=*" %%a in (`reg query HKLM\software\microsoft\windows\currentversion\uninstall`) do (
         rem echo a is %%a
         for /f "usebackq tokens=2*" %%b in (`reg query "%%a" /v DisplayName 2^>nul ^| find /i "java"`) do (
              rem echo b is %%b
              rem echo c is %%c
              for /f "usebackq tokens=3,4" %%d in (`reg query "%%a" /v UninstallString 2^>nul`) do (
                   echo.     Removing %%c
                   rem echo d is %%d
                   rem echo e is %%e
                   set uninstallcmd=%%e
                   set uninstallcmd=!uninstallcmd:^/I=^/X!
                   rem %%d %%e /qb-
                   %%d !uninstallcmd! /qb-
    :end
    endlocal
    Standard Dislaimer:*
    Neither I nor the respective owners and/or maintainers of Oracle make representations about the suitability of this software for any purpose. This material is provided "as is", with absolutely no warranty of the attached items whatsoever, whether express, implied, or statutory, including, but not limited to, any warranty of merchantability or fitness for a particular purpose or any warranty that the contents of the item will be error-free. Any use is at your own risk. Blah blah blah.

  • Getting exception while clicking any of the link in the .xhtml page

    Hi,
    I have an issue while clicking any of the link from the .xhtml page. The page have three <h:selectOneMenu> selection box and some hyperlinks. First time screen loading properly with values populated in these <h:selectOneMenu> selection box. After that if i click any of the link i will get below exception. This is working fine if my backing bean is in session. I changed the backing bean from session to request scope i got this exception.
    This is my backing bean entry in faces-config.xml
    <managed-bean>
    <managed-bean-name>pricingBean</managed-bean-name>
    <managed-bean-class>com.pricing.mbean.PricingBean</managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
    </managed-bean>
    Exception
    Apr 28, 2008 11:19:54 AM com.sun.faces.lifecycle.LifecycleImpl phase
    WARNING: executePhase(PROCESS_VALIDATIONS 3,com.sun.faces.context.FacesContextImpl@718e84) threw exception
    javax.faces.FacesException
    at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:108)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
    at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Caused by: java.lang.IllegalArgumentException
    at javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:168)
    at javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:51)
    at javax.faces.component.UISelectOne.matchValue(UISelectOne.java:165)
    at javax.faces.component.UISelectOne.validateValue(UISelectOne.java:137)
    at javax.faces.component.UIInput.validate(UIInput.java:868)
    at javax.faces.component.UIInput.executeValidate(UIInput.java:1071)
    at javax.faces.component.UIInput.processValidators(UIInput.java:663)
    at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1040)
    at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1040)
    at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1040)
    at javax.faces.component.UIForm.processValidators(UIForm.java:229)
    at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1040)
    at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:667)
    at org.ajax4jsf.component.AjaxViewRoot.access$201(AjaxViewRoot.java:59)
    at org.ajax4jsf.component.AjaxViewRoot$3.invokeRoot(AjaxViewRoot.java:321)
    at org.ajax4jsf.context.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:56)
    at org.ajax4jsf.context.AjaxContextImpl.invokeOnRegionOrRoot(AjaxContextImpl.java:173)
    at org.ajax4jsf.component.AjaxViewRoot.processValidators(AjaxViewRoot.java:335)
    at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100)
    ... 21 more
    java.lang.IllegalArgumentException
    at javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:168)
    at javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:51)
    at javax.faces.component.UISelectOne.matchValue(UISelectOne.java:165)
    at javax.faces.component.UISelectOne.validateValue(UISelectOne.java:137)
    at javax.faces.component.UIInput.validate(UIInput.java:868)
    Truncated. see log file for complete stacktrace
    >
    Please any one help to solve this issue.........................
    Edited by: JSFDevelopment on Apr 28, 2008 8:37 AM
    Edited by: JSFDevelopment on Apr 28, 2008 8:37 AM
    Edited by: JSFDevelopment on Apr 28, 2008 8:39 AM

    So the f:selectItems list is empty in the next request. Rewrite your bean code so that it prefills the list in the constructor or initialization block or even by lazy loading in the getter of the f:selectItems.

  • Fatal Exception while adding site

    Hi,
    I reinstalled DW MX on a new laptop and while trying to
    define sites, one site in particular causes a fatal exception just
    after the program starts loading the site files. This happens
    repeatedly with this site but not others. I've had no problem with
    this site with dreamweaver on my other laptop running Win2000. I'm
    using WinXP on this system. I appreciate any advice you can offer.
    thx
    steve

    DMX6.0 or DMX6.1? If the former, please run (don't walk) to
    the Adobe site
    and update....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "davissm58" <[email protected]> wrote in
    message
    news:evdtth$gh5$[email protected]..
    > Hi,
    >
    > I reinstalled DW MX on a new laptop and while trying to
    define sites, one
    > site
    > in particular causes a fatal exception just after the
    program starts
    > loading
    > the site files. This happens repeatedly with this site
    but not others.
    > I've had
    > no problem with this site with dreamweaver on my other
    laptop running
    > Win2000.
    > I'm using WinXP on this system. I appreciate any advice
    you can offer.
    >
    > thx
    > steve
    >

  • Can't add any users while logged in as the ADMIN

    Back in my post, http://discussions.apple.com/message.jspa?messageID=5314598#5314598 , I was stuck in a broken auto login, unable to get past the solid blue screen. I was able to fix that but now I can not add any new users to the accounts pane. Logged in as the ADMIN, I click on the + and nothing happens. I can not add anymore accounts. What can I do to solve this?

    It is probably some residual effect from your single user mode actions detailed in your previous post.
    Run *Repair Permissions* from Disk Utility to see if that is the cause.
    If that doesn't fix it, try deleting the com.apple.loginwindow.plist from your admin account's Library/Preferences folder.
    There is also the same file in
    HD/Library/Preferences/com.apple.loginwindow.plist
    but I am not sure about the consequences of deleting that, as I've never done it.
    Whichever you delete, log out and log back in again to re-create them.

  • Exception while loading data into the cache

    I'm getting the following error while attempting to pre-populate the cache:
    2010-11-01 16:27:21,766 ERROR [STDERR] (Logger@9229983 n/a) 2010-11-01 16:27:21.766/632.975 Oracle Coherence EE n/a <Error> (thread=DistributedCache, member=1): SynchronousListener cannot be added on the service thread:
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.addMapListener(PartitionedCache.CDB:14)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.addMapListener(PartitionedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.addMapListener(SafeNamedCache.CDB:27)
         at com.tangosol.net.cache.CachingMap.registerListener(CachingMap.java:1463)
         at com.tangosol.net.cache.CachingMap.ensureInvalidationStrategy(CachingMap.java:1579)
         at com.tangosol.net.cache.CachingMap.registerListener(CachingMap.java:1484)
         at com.tangosol.net.cache.CachingMap.get(CachingMap.java:487)
         at com.jpm.ibt.primegps.cachestore.AbstractGpsCacheStore.isEnabled(AbstractGpsCacheStore.java:54)
         at com.jpm.ibt.primegps.cachestore.AbstractGpsCacheStore.store(AbstractGpsCacheStore.java:83)
         at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.store(ReadWriteBackingMap.java:4783)
         at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.storeInternal(ReadWriteBackingMap.java:4468)
         at com.tangosol.net.cache.ReadWriteBackingMap.putInternal(ReadWriteBackingMap.java:1147)
         at com.tangosol.net.cache.ReadWriteBackingMap.put(ReadWriteBackingMap.java:853)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.put(PartitionedCache.CDB:98)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onPutAllRequest(PartitionedCache.CDB:41)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$PutAllRequest.onReceived(PartitionedCache.CDB:90)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
         at java.lang.Thread.run(Thread.java:619)
    2010-11-01 16:27:21,829 ERROR [STDERR] (pool-14-thread-3) Exception in thread "pool-14-thread-3"
    2010-11-01 16:27:21,829 ERROR [STDERR] (Logger@9229983 n/a) 2010-11-01 16:27:21.766/632.975 Oracle Coherence EE n/a <Error> (thread=DistributedCache, member=1): Assertion failed: poll() is a blocking call and cannot be called on the Service thread
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:5)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
         at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1559)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
         at com.tangosol.net.cache.CachingMap.get(CachingMap.java:491)
         at com.jpm.ibt.primegps.cachestore.AbstractGpsCacheStore.isEnabled(AbstractGpsCacheStore.java:54)
         at com.jpm.ibt.primegps.cachestore.AbstractGpsCacheStore.store(AbstractGpsCacheStore.java:83)
         at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.store(ReadWriteBackingMap.java:4783)
         at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.storeInternal(ReadWriteBackingMap.java:4468)
         at com.tangosol.net.cache.ReadWriteBackingMap.putInternal(ReadWriteBackingMap.java:1147)
         at com.tangosol.net.cache.ReadWriteBackingMap.put(ReadWriteBackingMap.java:853)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.put(PartitionedCache.CDB:98)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onPutAllRequest(PartitionedCache.CDB:41)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$PutAllRequest.onReceived(PartitionedCache.CDB:90)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
         at java.lang.Thread.run(Thread.java:619)
    2010-11-01 16:27:21,922 ERROR [STDERR] (pool-14-thread-3) (Wrapped: Failed request execution for DistributedCache service on Member(Id=1, Timestamp=2010-11-01 16:20:09.372, Address=169.65.134.90:7850, MachineId=28250, Location=site:EMEA.AD.JPMORGANCHASE.COM,machine:WLDNTEC6WM754J,process:5416) (Wrapped: Failed to store key="9046019") poll() is a blocking call and cannot be called on the Service thread) com.tangosol.util.AssertionException: poll() is a blocking call and cannot be called on the Service threadI'm a bit stumped as my code doesn't call poll() anywhere and this appears to be caused by the following in my CacheStore class:
    public void store(Object key, Object value) {
            log.info("CacheStore currently " + isEnabled());
            if (isEnabled()) {
                throw new UnsupportedOperationException("Store method not currently supported");
    public boolean isEnabled() {
            return ((Boolean) CacheFactory.getCache(CacheNameEnum.CONTROL_CACHE.name()).get(ENABLED)).booleanValue();
        }the only thing I can think of is maybe it has a problem calling a cache from within a CacheStore (if that makes sense). What I have is a CONTROL_CACHE which just stores a boolean value to indicate whether the store(), storeAll(), erase(), and eraseAll() methods should do anything. Is this correct?

    Hi Jonathan,
    I am trying to implement a write-behind cache but my configs may be wrong. The config for the cache with the cachestore looks like:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd" >
    <cache-config>
         <caching-scheme-mapping>
         <cache-mapping>
              <cache-name>PARTY_CACHE</cache-name>
              <scheme-name>party_cache</scheme-name>
         </cache-mapping>
         </caching-scheme-mapping>
         <caching-schemes>
              <near-scheme>
                   <scheme-name>party_cache</scheme-name>
                   <service-name>partyCacheService</service-name>
                   <!-- a sensible default ? -->
                   <thread-count>5</thread-count>
                   <front-scheme>
                        <local-scheme>
                        </local-scheme>
                   </front-scheme>
                   <back-scheme>
                        <distributed-scheme>
                             <backing-map-scheme>
                                  <read-write-backing-map-scheme>
                                       <internal-cache-scheme>
                                            <local-scheme>
                                            </local-scheme>
                                       </internal-cache-scheme>
                                       <cachestore-scheme>
                                            <class-scheme>
                                                 <class-name>spring-bean:partyCacheStore</class-name>
                                            </class-scheme>
                                       </cachestore-scheme>
                                  </read-write-backing-map-scheme>
                             </backing-map-scheme>
                        </distributed-scheme>
                   </back-scheme>
                   <autostart>true</autostart>
              </near-scheme>
         </caching-schemes>
    </cache-config>and the control cache config looks like:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd" >
    <cache-config>
         <caching-scheme-mapping>
         <cache-mapping>
              <cache-name>CONTROL_CACHE</cache-name>
              <scheme-name>control_cache</scheme-name>
         </cache-mapping>
         </caching-scheme-mapping>
         <caching-schemes>
              <near-scheme>
                   <scheme-name>control_cache</scheme-name>
                   <service-name>controlCacheService</service-name>
                   <!-- a sensible default ? -->
                   <thread-count>5</thread-count>
                   <front-scheme>
                        <local-scheme>
                             <high-units>100</high-units>
                        </local-scheme>
                   </front-scheme>
                   <back-scheme>
                        <distributed-scheme>
                             <backing-map-scheme>
                                  <read-write-backing-map-scheme>
                                  </read-write-backing-map-scheme>
                             </backing-map-scheme>
                        </distributed-scheme>
                   </back-scheme>
                   <autostart>true</autostart>
              </near-scheme>
         </caching-schemes>
    </cache-config>They have different service names but I'm guessing this isn't what you mean and I thought I was using write-behind but again I'm guessing my config is not correct?

  • Exception while logging out of Process Administrator

    Hi,
    When I click on Save and Apply button on the basic engine configuration and then if I log out,
    I get the following error.
    An unexpected error ocurred.
    The error's technical description is:
    "javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found."
    Possible causes are:
    The maximum size for file uploads has been exceeded.
    If you are trying to publish an exported project you should publish it using the remote project option.
    If you are trying to upload the participant's photo you should choose a smaller one.
    An internal error has ocurred, please contact support attaching this page's source code.
    The webconsole logs are as follows:
    (cont) ] Main: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main: Caused by: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main: javax.management.RuntimeMBeanException: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main:      at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:195)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl_1030_WLStub.invoke(Unknown Source)
    [     (cont)     ] Main:      at weblogic.management.remote.common.RMIConnectionWrapper$15.run(ClientProviderBase.java:606)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    [     (cont)     ] Main:      at weblogic.security.Security.runAs(Security.java:61)
    [     (cont)     ] Main:      at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:604)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(Unknown Source)
    [     (cont)     ] Main:      at javax.management.MBeanServerInvocationHandler.invoke(Unknown Source)
    [     (cont)     ] Main:      at $Proxy14.disconnect(Unknown Source)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Unknown Source)
    [     (cont)     ] Main:      at fuego.mami.engine.jmx.EngineManagementJmxAdaptor$JmxEngineManagementProxy.invoke(EngineManagementJmxAdaptor.java:270)
    [     (cont)     ] Main:      at $Proxy14.disconnect(Unknown Source)
    [     (cont)     ] Main:      at fuego.mami.engine.jmx.EngineManagementJmxAdaptor.disconnect(EngineManagementJmxAdaptor.java:92)
    [     (cont)     ] Main:      at fuego.mami.Engine.disconnect(Engine.java:328)
    [     (cont)     ] Main:      at fuego.mami.EngineManager.disconnect(EngineManager.java:478)
    [     (cont)     ] Main:      at fuego.mami.EngineManager.invalidAllData(EngineManager.java:307)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.invalidAllData(AdminSession.java:379)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.disconnect(AdminSession.java:242)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.close(AdminSession.java:228)
    [     (cont)     ] Main:      at fuego.webconsole.model.LoginUser$LoginSessionBindingListener.valueUnbound(LoginUser.java:204)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.removeAttributeInternal(StandardSession.java:1607)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.expire(StandardSession.java:737)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.expire(StandardSession.java:643)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.invalidate(StandardSession.java:1088)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSessionFacade.invalidate(StandardSessionFacade.java:149)
    [     (cont)     ] Main:      at fuego.webconsole.model.LoginUser.logout(LoginUser.java:78)
    [     (cont)     ] Main:      at org.apache.jsp.jsf.logout_jsp._jspService(org.apache.jsp.jsf.logout_jsp:64)
    [     (cont)     ] Main:      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    [     (cont)     ] Main:      at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    [     (cont)     ] Main:      at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    [     (cont)     ] Main:      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    [     (cont)     ] Main:      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    [     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    [     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    [     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    [     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    [     (cont)     ] Main:      at java.lang.Thread.run(Unknown Source)
    [     (cont)     ] Main: Caused by: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main:      at fuego.ejbengine.EJBEngineManagementImpl.getConnectedClient(EJBEngineManagementImpl.java:289)
    [     (cont)     ] Main:      at fuego.ejbengine.EJBEngineManagementImpl.disconnect(EJBEngineManagementImpl.java:200)
    [     (cont)     ] Main:      at fuego.server.jmx.mami.ClusterAwareEngineManagement.disconnect(ClusterAwareEngineManagement.java:218)
    [     (cont)     ] Main:      at fuego.server.jmx.mami.JmxEngineManagement.disconnect(JmxEngineManagement.java:189)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Method.java:597)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
    [     (cont)     ] Main:      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    [     (cont)     ] Main:      at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [     (cont)     ] Main:      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [     (cont)     ] Main:      at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [     (cont)     ] Main:
    Kindly suggest why this happens.
    I have also increased the memory size of the domain,but still am stuck with this error.
    Thanks and Regards,
    charan

    hi Barry,
    what parameters in Secure Store do i need to check.
    and one more thing i wanted to tell u....
    i guess the problem started because of some changes that i did unknowingly in the settings of default login module stacks...
    actually i was trying to explore visual admin tool's usage..and in that process i unknowingly changed the values of the default login module stacks provided by EP..
    after that only the problem arose..
    can u tell me how to restore the default settings for the login module stacks (j2ee engine,basic,client_cert,form,
    digest,ticket,evaluation_assertion_ticket) so that the application starts working properly again
    thanks in advance
    PK

  • Unmarshal Exception while accessing operations in the MBeans

    Hi,
    I am using jconsole to monitor my application.Here my MBeane shows "Attribute" and "Operation" nodes .When i access the operation .It throws an exception like "java.rmi.unmarshalException:error unmarshalling return;" .Please help me to solve this problem.

    Hi,
    Yes.you are correct.I am using Jconsole to monitor Hibernate.Instead of using RMI.Can i use some other way to connect with JConsole.
    i read some other forum comments . i.e)
    1) If you use JDK 6, you could deploy MXBeans instead of deploying MBeans
    see http://blogs.sun.com/roller/page/jmxetc?entry=writing_mxbeans_is_now_a
    2) You can also start jconsole so that it finds your application classes in its
    classpath. In that case you will need to start jconsole with the following
    flag:
    jconsole -J-Djava.class.path=<jconsole.jar>:<tools.jar>:<my-custom-classes.jar>
    3) You could possibly use RMI annotations but:
    1) you will have to run both client and server with a security manager and
    the appropriate flag to turn on RMI codebase annotations
    2) you will have to make your <my-custom-classes.jar> downloadable
    at the appropriate location.
    see http://java.sun.com/j2se/1.5.0/docs/guide/rmi/codebase.html
    for more info.
    I tried first #1 and #2. It doesn't work for webapplication.Because Custom jar should be main method otherwise #2 command doesn't work.
    is there any otherway communication between jconsole and server.please reply soon

  • Classcast exception while sending objects to the server

    I'm getting classcast exception when i try to send objects from the java webstart application at the client side to a server. Its working fine if I do the same without using javaweb start. I'm using hessian client to send objects to the server.
    I've a web app that gets outlook contacts from the client machine and send those to the server. I'm sending these contacts as custom objects(OutlookContact) to the server using hessian client. But these objects are being sent to the server as String objects but not as OutlookContact objects. I don't know whats happening. Can anyone please tell me is there any setting that I need to set in the jnlp file.
    thanks,
    Jayaram

    I am also getting the same error. Please anybody can help

  • VCS alarm - An unexpected software error was detected in clusterStatus.py: Received a URLError exception while trying to update the Cluster Status information

    Hi,
    Has anyone come across the alarm with their VCS Control? If so could you explain what would be causing the error and how to resolve the issue?
    VCS version x8.2.2
    Thanks

    Hi,
    May be of use
    1. Open the visual admin at <installdrive>:\usr\sap\J2E\JC00\j2ee\admin\go.bat
    2. Login is Administrator + admin-password you defined during installation.
    3. Under the Server 0... node select Services->Deploy
    4. Select the "Application" radio button at the bottom.
    5. Check if there exists an application sap.com/tcwdtools
    And the following applications are running
    sap.com/tcwdcorecomp
    sap.com/tcwddispwda
    sap.com/tcwdtools.
    Last thing was their any errors in the installation.
    Regards
    Ayyapparaj

  • Custom SharePoint 2010 designer page throws "The data source control failed to execute the insert command" exception while adding the new item after the August 13, 2013 CU has installed

    We have the SharePoint Server 2010 with SP1 environment on which the custom SP2010 designer pages were working as expected before the
    August 13, 2013 CU has installed. But, getting the below exception while trying to add the new item after the CU has installed.
    Error while executing web part: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteInsert(IDictionary values)     at
    System.Web.UI.DataSourceView.Insert(IDictionary values, DataSourceViewOperationCallback callback) 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    06/19/2014 16:49:37.65  w3wp.exe (0x1240)                        0x1300 SharePoint Foundation        
     Runtime                        tkau Unexpected Microsoft.SharePoint.WebPartPages.DataFormWebPartException: The data source control
    failed to execute the insert command. 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.InsertCallback(Int32 affectedRecords, Exception ex)     at System.Web.UI.DataSourceView.Insert(IDictionary
    values, DataSourceViewOperationCallback callback)     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.FlatCommit()     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleOnSave(Object sender, EventArgs e)    
    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    inclu... 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    06/19/2014 16:49:37.65* w3wp.exe (0x1240)                        0x1300 SharePoint Foundation        
     Runtime                        tkau Unexpected ...deStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    I have tried changing the "DataSourceMode" as below, now the insert command is working, but update command is not working.
    <SharePoint:SPDataSource runat="server" DataSourceMode="ListItem" />
    Also, the lookup dropdown fields are displaying the value as "<a href="Daughterhttp://cpsp10/sites/Employees/_layouts/listform.aspx?PageType=4&ListId={8F62F444-FB6A-4F03-9522-C4696B45DCD1}&ID=10&RootFolder=*">Daughter</a>"
    instead of only "Daughter".
    Please provide the solution to get rid of this issue.
    Thanks
    Ramasubbu

    Try below:
    http://social.technet.microsoft.com/Forums/en-US/ae910269-3a0c-4506-844b-e8bc89d95b71/data-source-control-failed-to-execute-the-insert-command
    http://blog.jussipalo.com/2012/01/sharepoint-2010-data-source-control.html
    While there can be many causes for this generic error message, in my case the first parameter or ddwrt:DataBind function inside the SharePoint:FormFields element was
    'i' and I was working with an Edit Form. Changing it to
    'u' as it was with every other FormField fixed the issue.
    <SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="Edit" FieldName="Esittaja" __designer:bind="{ddwrt:DataBind('u',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Esittaja')}"
    />
    Explanation:
    DataBind operation type parameters (the first parameter) are listed below:
    'i' stands for INSERT,
    'u' stands for UPDATE,
    'd' stands for DELETE.
    http://webcache.googleusercontent.com/search?q=cache:d9HHY4I7omgJ:thearkfloats.blogspot.com/2014/03/sharepoint-2010-data-source-control.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered

  • Odd character being picked in the URL while logging in to IC Web

    Hi,
    Need some help.
    While logging in to the IC Web application (Z application: ZCRM_IC), as seen in HTTP anlalyzer we find an odd character is
    appended into the URL string. Logging on doesn't cause issues, but the extrenal system scripts monitoring the logon are failing
    due to this character. The odd characteris very well visible under the Redirect URL column in the HTTP Analyzer.
    It appears to me as if the URLs maintained in the SICF transaction for the service ZCRM_IC for the Redirect URL (found under the 'Log on error' tab is somehow responsible for this since I do not see anything in the custom code that is causing this.
    Can anyone please help me on this. IF needed I can send the .xml file that I collected from the HTTP Analyzer for better clarity on this.
    Sauveek Ghosh.

  • Fatal Error while Installing DQS.

    Fatal error while trying to install the DQS. Only the DQS staging database is available when I open the SSMS the other databases are not made available with the installation please help out with the error or provide with leads.
    Error Log:
    [11/18/2014 1:49:38 AM] DQS Installer started. Installation log will be written to C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log\DQS_install.log
    [11/18/2014 1:49:39 AM] Setting the collation to default value: SQL_Latin1_General_CP1_CI_AS
    [11/18/2014 1:49:47 AM] Using instance: MSSQLSERVER, catalog: DQS.
    [11/18/2014 1:49:48 AM] Executing action: Validate collation argument.
    [11/18/2014 1:49:48 AM] Action 'Validate collation argument' finished successfully.
    [11/18/2014 1:49:48 AM] Executing action: Check whether system reboot is pending.
    [11/18/2014 1:49:48 AM] Action 'Check whether system reboot is pending' finished successfully.
    [11/18/2014 1:49:48 AM] Executing action: Create data quality event source.
    [11/18/2014 1:49:49 AM] Action 'Create data quality event source' finished successfully.
    [11/18/2014 1:49:49 AM] Executing action: Request Database Master Key password from user..
    [11/18/2014 1:50:38 AM] Action 'Request Database Master Key password from user.' finished successfully.
    [11/18/2014 1:50:38 AM] Executing action: Approve removal of data quality services previous schema.
    [11/18/2014 1:50:38 AM] Action 'Approve removal of data quality services previous schema' finished successfully.
    [11/18/2014 1:50:38 AM] Executing action: Load Installation Scripts.
    [11/18/2014 1:50:38 AM] Extracting script to: C:\Users\Administrator\AppData\Local\Temp\hvu0kshe.qei
    [11/18/2014 1:50:41 AM] Extracting script: db\create_core_db_objects.sql
    [11/18/2014 1:50:41 AM] Extracting script: db\create_logic_db_objects.sql
    [11/18/2014 1:50:41 AM] Extracting script: db\create_transient_db_objects.sql
    [11/18/2014 1:50:41 AM] Extracting script: db\static_data.sql
    [11/18/2014 1:50:41 AM] Extracting script: db\drop_dq_databases.sql
    [11/18/2014 1:50:41 AM] Extracting script: helper\DeleteSchemaDs.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\drop_all_assemblies.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\create_databases.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\drop_databases.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\drop_all_tables.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\drop_database_properties.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\master_create.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\master_recreate.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\register_assemblies.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\register_assemblies_tsql.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\register_dq_assemblies.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\create_service_broker_objects.sql
    [11/18/2014 1:50:41 AM] Extracting script: sql\drop_service_broker_objects.sql
    [11/18/2014 1:50:41 AM] Extracting script: recreate_schema.bat
    [11/18/2014 1:50:41 AM] Extracting script: drop_databases.cmd
    [11/18/2014 1:50:41 AM] Extracting script: register_dlls.cmd
    [11/18/2014 1:50:41 AM] Extracting script: unregister_dlls.cmd
    [11/18/2014 1:50:41 AM] Extracting script: assembly_paths_retail.txt
    [11/18/2014 1:50:41 AM] Extracting script: DQS_Data.dqs
    [11/18/2014 1:50:42 AM] Extracting script: DefaultKbs.xml
    [11/18/2014 1:50:42 AM] Total scripts extracted: 25
    [11/18/2014 1:50:42 AM] Action 'Load Installation Scripts' finished successfully.
    [11/18/2014 1:50:42 AM] Executing action: Create data quality schema.
    [11/18/2014 1:50:42 AM] Script: 'recreate_schema.bat SHANKS-PC DQS SQL_Latin1_General_CP1_CI_AS'
    [11/18/2014 1:50:42 AM] .  Trying to connect using Windows Authentication and db name...
    [11/18/2014 1:50:43 AM] Changed database context to 'master'.
    [11/18/2014 1:50:54 AM] Creating DQS databases (DQS_MAIN, DQS_PROJECTS, DQS_STAGING_DATA)...
    [11/18/2014 1:50:54 AM] Configuring DQS databases
    [11/18/2014 1:50:54 AM] Configuration option 'clr enabled' changed from 0 to 1. Run the RECONFIGURE statement to install.
    [11/18/2014 1:50:54 AM] Creating Master Key for database DQS_MAIN...
    [11/18/2014 1:50:54 AM] Creating Module Signing Certificate for database DQS_MAIN...
    [11/18/2014 1:50:54 AM] Exporting Certificate from DQS_MAIN
    [11/18/2014 1:50:54 AM] Importing Certificate into DQS_PROJECTS
    [11/18/2014 1:50:54 AM] Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
    [11/18/2014 1:50:54 AM] Configuration option 'xp_cmdshell' changed from 0 to 1. Run the RECONFIGURE statement to install.
    [11/18/2014 1:50:54 AM] Configuration option 'xp_cmdshell' changed from 1 to 0. Run the RECONFIGURE statement to install.
    [11/18/2014 1:50:54 AM] Creating DQS roles
    [11/18/2014 1:50:54 AM] Changed database context to 'DQS_STAGING_DATA'.
    [11/18/2014 1:50:54 AM]  
    [11/18/2014 1:50:54 AM]  --> Running File: drop_database_properties.sql
    [11/18/2014 1:50:54 AM] Changed database context to 'DQS_PROJECTS'.
    [11/18/2014 1:50:54 AM]  
    [11/18/2014 1:50:54 AM]  --> Drop all SSDQS Database objects and KB schemas
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all Symmetric Keys ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all Certificates ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all FK constraints ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all views ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all tables and synonyms ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all database triggers ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all stored procedures in Knowledge Base schemas ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all types in Knowledge Base schemas ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all Knowledge Base schemas ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --> Running File: drop_database_properties.sql
    [11/18/2014 1:50:56 AM] Changed database context to 'DQS_MAIN'.
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --> Drop all SSDQS Database objects and KB schemas
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all Symmetric Keys ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all Certificates ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all FK constraints ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all views ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all tables and synonyms ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all database triggers ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all stored procedures in Knowledge Base schemas ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all types in Knowledge Base schemas ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --[ Drop all Knowledge Base schemas ]
    [11/18/2014 1:50:56 AM]  
    [11/18/2014 1:50:56 AM]  --> Running File: drop_database_properties.sql
    [11/18/2014 1:50:56 AM] Changed database context to 'DQS_STAGING_DATA'.
    [11/18/2014 1:50:56 AM] Changed database context to 'DQS_PROJECTS'.
    [11/18/2014 1:50:56 AM] Changed database context to 'DQS_MAIN'.
    [11/18/2014 1:50:57 AM]  
    [11/18/2014 1:50:57 AM]  --> Running File: create_core_db_objects.sql
    [11/18/2014 1:50:57 AM] ---[  Creating Certificates  ]---
    [11/18/2014 1:50:57 AM]  
    [11/18/2014 1:50:57 AM] ---[  Creating Symmetric Keys  ]---
    [11/18/2014 1:50:57 AM]  
    [11/18/2014 1:50:57 AM] ---[  Creating Tables  ]---
    [11/18/2014 1:50:57 AM] Creating Table:     A_TEST    
    [11/18/2014 1:50:57 AM] Creating Table:     A_TEST2    
    [11/18/2014 1:50:57 AM] Creating Table:     A_FLOW    
    [11/18/2014 1:50:57 AM] Creating Table:     A_FLOW_ANSWER    
    [11/18/2014 1:50:57 AM] Creating Table:     A_EXECUTION_UNIT 
    [11/18/2014 1:50:57 AM] Creating Table:     A_CODE_GROUP    
    [11/18/2014 1:50:57 AM] Creating Table:     A_CODE_MEMBER    
    [11/18/2014 1:50:57 AM] Creating Table:     A_CONFIGURATION    
    [11/18/2014 1:50:57 AM] Creating Table:     A_PROCESS    
    [11/18/2014 1:50:57 AM] Creating Table:     A_SERVICE_BROKER_TASK    
    [11/18/2014 1:50:57 AM] Creating Table:     A_KNOWLEDGEBASE    
    [11/18/2014 1:50:57 AM] Creating Table:     A_KNOWLEDGEBASE_AUDIT    
    [11/18/2014 1:50:57 AM] Creating Table:     A_KNOWLEDGEBASE_ACTIVITY    
    [11/18/2014 1:50:57 AM] Creating Table:     A_PROFILING_ACTIVITY_ARCHIVE    
    [11/18/2014 1:50:57 AM] Creating Table:     A_CLIENT_SESSION    
    [11/18/2014 1:50:57 AM] Creating Table:     A_REFERENCE_DATA_PROVIDER    
    [11/18/2014 1:50:57 AM] Creating Table:     A_REFERENCE_DATA_PROVIDER_SCHEMA    
    [11/18/2014 1:50:57 AM] Creating Table:     A_REFERENCE_DATA_CACHE    
    [11/18/2014 1:50:57 AM] Creating Table:     A_REFERENCE_DATA_CACHE_SUGGESTION    
    [11/18/2014 1:50:57 AM] Creating Table:     A_REFERENCE_DATA_CACHE_SUGGESTION_PARSED    
    [11/18/2014 1:50:57 AM] Creating Table:     A_REFERENCE_DATA_AUDIT    
    [11/18/2014 1:50:57 AM] Creating Table:     A_IMPORTED_PROJECT    
    [11/18/2014 1:50:57 AM] Creating Table:     A_SPELLER_DICTIONARY_VALUE    
    [11/18/2014 1:50:57 AM] Creating Table:     A_SPECIAL_CHARACTER_RULE    
    [11/18/2014 1:50:57 AM] Creating Table:     A_PERSISTENT_CACHE    
    [11/18/2014 1:50:57 AM] Creating Table:     A_TEMPLATE_OBJECTS    
    [11/18/2014 1:50:57 AM] Creating Table:     A_TEMPLATE_FOREIGN_KEYS    
    [11/18/2014 1:50:57 AM] Creating Table:     A_TEMPLATE_COLUMNS    
    [11/18/2014 1:50:57 AM] ---[ Creating Views ]---
    [11/18/2014 1:50:57 AM] Creating View:      V_A_FLOW
    [11/18/2014 1:50:57 AM] Creating View:      V_A_KNOWLEDGEBASE
    [11/18/2014 1:50:57 AM] Creating View:      V_A_KNOWLEDGEBASE_AUDIT
    [11/18/2014 1:50:57 AM] Creating View:     V_A_REFERENCE_DATA_PROVIDER    
    [11/18/2014 1:50:57 AM] Changed database context to 'DQS_PROJECTS'.
    [11/18/2014 1:50:57 AM] Changed database context to 'DQS_MAIN'.
    [11/18/2014 1:50:57 AM]  
    [11/18/2014 1:50:57 AM]  --> Running File: static_data.sql
    [11/18/2014 1:50:57 AM] ---[ Insert Data ]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert Cleansing configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert Logging settings section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert Logging settings section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert Association configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert DataValueService configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert Association rules configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert IndexService configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert Knowledgebase configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert Notification configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] ---[Insert Interactive Cleansing configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Reference Data configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert client paging configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Insert client process sampling configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Matching configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Profiling configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Process configuration section]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Reference Data Add provider]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] ---[Reference Data Add provider schema]---
    [11/18/2014 1:50:57 AM] ---[Add Special characters for term normalization]---
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] (1 rows affected)
    [11/18/2014 1:50:57 AM] 
    [11/18/2014 1:50:57 AM] Action 'Create data quality schema' finished successfully.
    [11/18/2014 1:50:57 AM] Executing action: Register data quality assemblies and stored procedures.
    [11/18/2014 1:50:57 AM] Script: 'register_dlls.cmd SHANKS-PC DQS'
    [11/18/2014 1:50:58 AM] .  Trying to connect using Windows Authentication and db name...
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Drop all SSDQS Executable Objects
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Drop all SSDQS Types
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Drop all SSDQS Assemblies
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Drop all SSDQS Schemas
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Drop all CLR Assemblies
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Drop DQ startup stored procedure DQInitDQS_MAIN
    [11/18/2014 1:50:58 AM] Changed database context to 'master'.
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Drop all SSDQS Service Broker Objects
    [11/18/2014 1:50:58 AM] Changed database context to 'DQS_MAIN'.
    [11/18/2014 1:50:58 AM] Dropping Service Broker Services.
    [11/18/2014 1:50:58 AM] Dropping Service Broker Queues.
    [11/18/2014 1:50:58 AM] Dropping Service Broker Contracts.
    [11/18/2014 1:50:58 AM] Dropping Service Broker Messages.
    [11/18/2014 1:50:58 AM] Completed - Service Broker objects dropped.
    [11/18/2014 1:50:58 AM] Changed database context to 'DQS_MAIN'.
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]  --> Registering Assemblies
    [11/18/2014 1:50:58 AM]  
    [11/18/2014 1:50:58 AM]      * Register .NET dependency assemblies
    [11/18/2014 1:51:49 AM] Warning: The Microsoft .NET Framework assembly 'system.management, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.configuration.install, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.runtime.serialization, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'smdiagnostics, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.windows.forms, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.drawing, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'accessibility, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.runtime.serialization.formatters.soap, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in
    the SQL Server hosted environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'microsoft.jscript, version=10.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.management.instrumentation, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server
    hosted environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.messaging, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:52:00 AM] Warning: The Microsoft .NET Framework assembly 'system.directoryservices, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.enterpriseservices, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=amd64.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.runtime.remoting, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.web, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=amd64.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'microsoft.build.framework, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.xaml, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.runtime.caching, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'microsoft.build.utilities.v4.0, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server
    hosted environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.directoryservices.protocols, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server
    hosted environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.design, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.drawing.design, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.web.regularexpressions, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server
    hosted environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'microsoft.build.tasks.v4.0, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted
    environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM] Warning: The Microsoft .NET Framework assembly 'system.serviceprocess, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:25 AM]      * Register Microsoft.Practices assemblies
    [11/18/2014 1:53:30 AM] Warning: The Microsoft .NET Framework assembly 'microsoft.csharp, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:30 AM] Warning: The Microsoft .NET Framework assembly 'system.dynamic, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment
    and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
    [11/18/2014 1:53:30 AM]  
    [11/18/2014 1:53:30 AM]      * Register DQ assemblies
    [11/18/2014 1:53:34 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.infra, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:35 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.core, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:35 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.dataservice, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:36 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.referencedata, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:37 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.index, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:37 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.associationrules, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted
    environment.
    [11/18/2014 1:53:38 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.datavalueservice, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted
    environment.
    [11/18/2014 1:53:39 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.domainrules, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:44 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.cleansing, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:45 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.association, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:45 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.flow, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:46 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs.matching, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:47 AM] Warning: The SQL Server client assembly 'microsoft.ssdqs, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil.' you are registering is not fully tested in SQL Server hosted environment.
    [11/18/2014 1:53:47 AM] Resource file was not copied
    [11/18/2014 1:53:47 AM] Changed database context to 'master'.
    [11/18/2014 1:53:47 AM] Changed database context to 'DQS_MAIN'.
    [11/18/2014 1:53:47 AM]  
    [11/18/2014 1:53:47 AM]      * Clear the Code Member Table A_CODE_MEMBER.
    [11/18/2014 1:53:47 AM] 
    [11/18/2014 1:53:47 AM] (0 rows affected)
    [11/18/2014 1:53:47 AM]  
    [11/18/2014 1:53:47 AM]      * Clear the Code Group Table A_CODE_GROUP.
    [11/18/2014 1:53:47 AM] 
    [11/18/2014 1:53:47 AM] (0 rows affected)
    [11/18/2014 1:53:47 AM]  
    [11/18/2014 1:53:47 AM]      * Register assemblies T-SQL executable objects
    [11/18/2014 1:53:47 AM]         - Creating assemblies T-SQL registeration stored procedure.
    [11/18/2014 1:53:47 AM]  
    [11/18/2014 1:53:47 AM]      * Creating the internal_core schema
    [11/18/2014 1:53:47 AM]         - Registering Microsoft.Ssdqs.Infra T-SQL executable objects.
    [11/18/2014 1:54:01 AM]         - Registering Microsoft.Ssdqs.Core T-SQL executable objects.
    [11/18/2014 1:54:01 AM]         - Registering Microsoft.Ssdqs.DataService T-SQL executable objects.
    [11/18/2014 1:54:02 AM]         - Registering Microsoft.Ssdqs.ReferenceData T-SQL executable objects.
    [11/18/2014 1:54:02 AM]         - Registering Microsoft.Ssdqs.Index T-SQL executable objects.
    [11/18/2014 1:54:02 AM]         - Registering Microsoft.Ssdqs.Cleansing T-SQL executable objects.
    [11/18/2014 1:54:03 AM]         - Registering Microsoft.Ssdqs.Association T-SQL executable objects.
    [11/18/2014 1:54:03 AM]         - Registering Microsoft.Ssdqs.Flow T-SQL executable objects.
    [11/18/2014 1:54:03 AM]         - Registering Microsoft.Ssdqs T-SQL executable objects.
    [11/18/2014 1:54:08 AM]         - Registering Microsoft.Ssdqs.DataValueService T-SQL executable objects.
    [11/18/2014 1:54:08 AM]         - Registering Microsoft.Ssdqs.DomainRules T-SQL executable objects.
    [11/18/2014 1:54:08 AM]         - Registering Microsoft.Ssdqs.AssociationRules T-SQL executable objects.
    [11/18/2014 1:54:08 AM]         - Registering Microsoft.Ssdqs.Matching T-SQL executable objects.
    [11/18/2014 1:54:08 AM]         - Creating refresh assemblies stored procedure.
    [11/18/2014 1:54:10 AM] Changed database context to 'master'.
    [11/18/2014 1:54:10 AM]         - Creating refresh assemblies helper linked server.
    [11/18/2014 1:54:10 AM]         - Creating and registering [dbo].[DQInitDQS_MAIN] (calls internal_core.InitServer) as startup stored procedure.
    [11/18/2014 1:54:10 AM]  
    [11/18/2014 1:54:10 AM]      * Register Service Broker objects
    [11/18/2014 1:54:10 AM] Changed database context to 'DQS_MAIN'.
    [11/18/2014 1:54:10 AM]         - Creating SB dispatcher stored procedure, messages and contract
    [11/18/2014 1:54:10 AM]         - Creating parallel execution SB queues and services
    [11/18/2014 1:54:10 AM]         - Creating calibration SB queues and services
    [11/18/2014 1:54:10 AM]         - Creating parallel calibration SB queues and services
    [11/18/2014 1:54:10 AM] 
    [11/18/2014 1:54:10 AM] 
    [11/18/2014 1:54:10 AM] Successfully registered all assemblies.
    [11/18/2014 1:54:10 AM] 
    [11/18/2014 1:54:10 AM] 
    [11/18/2014 1:54:10 AM] Action 'Register data quality assemblies and stored procedures' finished successfully.
    [11/18/2014 1:54:10 AM] Executing action: Set product version property.
    [11/18/2014 1:54:10 AM] Action 'Set product version property' finished successfully.
    [11/18/2014 1:54:10 AM] Executing action: Create MDS user (if MDS login exists).
    [11/18/2014 1:54:10 AM] Action 'Create MDS user (if MDS login exists)' finished successfully.
    [11/18/2014 1:54:10 AM] Executing action: Load out of the box data.
    [11/18/2014 1:54:14 AM] Started loading knowledgebase 'DQS Data'
    [11/18/2014 1:59:54 AM] Starting installation rollback...
    [11/18/2014 1:59:55 AM] Installation rollback completed successfully.
    [11/18/2014 1:59:55 AM] Fatal error while executing the DQS installer.
    Microsoft.Ssdqs.Infra.Exceptions.EntryPointException: Execution of DB script 'Microsoft.Ssdqs.Core.Service.KnowledgebaseManagement.TSQL.create_logic_tables_and_copy_data.sql' failed.
       at Microsoft.Ssdqs.Proxy.Database.DBAccessClient.Exec()
       at Microsoft.Ssdqs.Proxy.EntryPoint.KnowledgebaseManagementEntryPointClient.KnowledgebasePublish(Knowledgebase knowledgebase)
       at Microsoft.Ssdqs.DqsInstaller.Logic.Actions.LoadOutOfTheBoxDataAction.Execute()
       at Microsoft.Ssdqs.DqsInstaller.Logic.ActionExecuter.ExecuteAllActions()
       at Microsoft.Ssdqs.DqsInstaller.Logic.Installer.Main(String[] args)
    [11/18/2014 2:08:25 AM] DQS Installer started. Installation log will be written to C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log\DQS_install.log
    [11/18/2014 2:08:25 AM] Setting the collation to default value: SQL_Latin1_General_CP1_CI_AS
    [11/18/2014 2:08:26 AM] Using instance: MSSQLSERVER, catalog: DQS.
    [11/18/2014 2:08:26 AM] Executing action: Validate collation argument.
    [11/18/2014 2:08:26 AM] Action 'Validate collation argument' finished successfully.
    [11/18/2014 2:08:26 AM] Executing action: Check whether system reboot is pending.

    Can you check in event viewer for the actual errors? What is @@version?
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • Deployment exception while running a .jspx page in Jdev 11g 11.1.1.1.0

    I have a .jspx page that renders taskflows as dynamic regions. When I execute this exception is what I get.
    WARNING: [ComponentRule]{faces-config/component} Merge(oracle.adf.Table)
    <Aug 13, 2009 11:39:47 AM IST> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.IllegalAccessError: tried to access method oracle.adf.controller.v2.lifecycle.Lifecycle$Phase.<init>(Ljava/lang/String;)V from class oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase.
    java.lang.IllegalAccessError: tried to access method oracle.adf.controller.v2.lifecycle.Lifecycle$Phase.<init>(Ljava/lang/String;)V from class oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase.<init>(JSFLifecycle.java:22)
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle.<clinit>(JSFLifecycle.java:40)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.<init>(ADFPhaseListener.java:241)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.<init>(ADFLifecyclePhaseListener.java:26)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <Aug 13, 2009 11:39:47 AM IST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack failed: java.lang.NullPointerException.
    java.lang.NullPointerException
         at oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack.contextDestroyed(ADFConfigLifeCycleCallBack.java:122)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
         Truncated. see log file for complete stacktrace
    >
    Aug 13, 2009 11:39:47 AM oracle.mds.internal.lcm.logging.MDSLCMLogger log
    INFO: MBean: oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=UI deregistered
    Aug 13, 2009 11:39:47 AM oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener postStop
    INFO: ADFApplicationLifecycleListener.postStop
    Aug 13, 2009 11:39:47 AM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    <Aug 13, 2009 11:39:47 AM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1250143764562' for task '2'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1376)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         Truncated. see log file for complete stacktrace
    java.lang.IllegalAccessError: tried to access method oracle.adf.controller.v2.lifecycle.Lifecycle$Phase.<init>(Ljava/lang/String;)V from class oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase.<init>(JSFLifecycle.java:22)
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle.<clinit>(JSFLifecycle.java:40)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.<init>(ADFPhaseListener.java:241)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.<init>(ADFLifecyclePhaseListener.java:26)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <Aug 13, 2009 11:39:47 AM IST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'UI'.>
    <Aug 13, 2009 11:39:47 AM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'UI'.>
    <Aug 13, 2009 11:39:47 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1376)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         Truncated. see log file for complete stacktrace
    java.lang.IllegalAccessError: tried to access method oracle.adf.controller.v2.lifecycle.Lifecycle$Phase.<init>(Ljava/lang/String;)V from class oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase.<init>(JSFLifecycle.java:22)
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle.<clinit>(JSFLifecycle.java:40)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.<init>(ADFPhaseListener.java:241)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.<init>(ADFLifecyclePhaseListener.java:26)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    [11:39:47 AM] Weblogic Server Exception: weblogic.application.ModuleException:
    [11:39:47 AM] Caused by: java.lang.IllegalAccessError: tried to access method oracle.adf.controller.v2.lifecycle.Lifecycle$Phase.<init>(Ljava/lang/String;)V from class oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase
    [11:39:47 AM] See server logs or server console for more details.
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed[11:39:47 AM] #### Deployment incomplete. ####
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:341)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:235)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:442)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$6$1.run(AdrsStarter.java:1469)
    Caused by: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.redeployApplications(Jsr88DeploymentHelper.java:627)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:315)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.redeployApplications(Jsr88DeploymentHelper.java:608)
         ... 12 more
    #### Cannot run application UI due to error deploying to DefaultServer.
    [Application UI stopped and undeployed from Server Instance DefaultServer]

    I was facing a similar error, the problem was because of adf-controller.jar. My error was :
    java.lang.IllegalAccessError: tried to access method oracle.adf.controller.v2.lifecycle.Lifecycle$Phase.<init>(Ljava/lang/String;)V from class oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase
    The jar's 10g edition has  (1st part)oracle.adf.controller.v2.lifecycle.Lifecycle$Phase and 11g edition has (2nd part) oracle.adfinternal.controller.faces.lifecycle.JSFLifecycle$JSFPhase. So I created my own jar extracting both jars at one place using the following command
    jar -cf adf-controller.jar .
    This solved my problem.
    Hope you get the idea. The best way to face these type of errors is opening the archive and checking for the files for which the compiler is complaining.

Maybe you are looking for

  • Unable to upgrade ORM 10.1.4.1 TO ORM 10.1.4.2

    Hi, We tried to upgrade ORM 10.1.4.1 to 10.1.4.2 . We have installed ORM 10.1.4.2 in a new directory, and when trying to upgrade the data model and configurations in the database using upgrade.bat we are getting the following error oracle.iam.rm.upgr

  • Stuck In the Mud with First EJB

    I am using the apress 'Beginning Java EE, from Novice to Professional' book. In its first EJB example it attempts to create am extremely simple stateless session bean. There are two classes and a remote interface as follows; package beans; import jav

  • I can download silverlight

    How do you delete silverlight and adobe flash player off a mini mac.

  • Analysis Authorizations on Infosets

    Hi, I just wonder if analaysis authorizations work on infosets in SAP BW(701) SP8. I have got Infoobject A, which is authorization relevant. When I use this object in DSO/Cubes/Multiproviders then data level authorizations(analysis) are work fine. Bu

  • HP Pavilion 17 Notebook PC 17-e046us Windows 7 Drivers for LAN

    Hello,  I just bought a HP Pavilion 17 Notebook PC 17-e046us I've already installed Windows 7 64bit Professional (Win8 was the default) Several of the components were registering with erors in Device Manager.  I was able to dig deeper into all the dr