AD PROVISION ERROR on MY OTEHR MACHINE ITS WORKING BUT NOW ????

Hi Alll
I want to the AD Provisioing so i do all what all step is required and Attach Certificate with KEYTOOL COMMAND and sucessfully created also under C:\j2sdk1.4.2_15\jre\lib\security folder, then i use the
C:\j2sdk1.4.2_15\jre\lib\security>keytool -import -alias production -file oim.cer -keystore C:\j2sdk1.4.2_15\jre\lib\security\cacerts -storepass (PASSWORD)
After i saw the added Certificate also with this Details..
C:\j2sdk1.4.2_15\jre\lib\security>keytool -list -alias production -file oim.cer -keystore C:\j2sdk1.4.2_15\jre\lib\security\cace
rts -storepass changeit
production, Oct 2, 2009, trustedCertEntry,
Certificate fingerprint (MD5): AB:98:49:59:4A:E8:F8:C6:7B:7C:EC:36:4D:9E:F4:F6
Then i follow all the basic steps for Design console like
ADMIN FQDN / ADMIN LOGIN / ADMIN PASSWORD / ROOT CONTEXT / SERVER ADDRESS / SSl - TRUE / PORT - 636 Every thing, then i start provisioing after importing the 2 file from xml Directory of Connector PACK i.e xliADResourceObject.xml and xliADXLResourceObject.xml ( I AM USING 9.1.0) OIM with connector pack of 9.4 version
After that when i reached the final stage of the provisioing i got this error --
04:14:41,717 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173
04:14:41,733 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
04:14:41,733 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
04:14:41,733 INFO [STDOUT] at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
04:14:41,748 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.j
ava:159)
04:14:41,748 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
04:14:41,748 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
04:14:41,764 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
04:14:41,764 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
04:14:41,764 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
04:14:41,780 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
04:14:41,780 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11
Protocol.java:744)
04:14:41,780 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
04:14:41,795 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
04:14:41,795 INFO [STDOUT] at java.lang.Thread.run(Thread.java:534)
04:14:41,795 INFO [STDOUT] Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
04:14:41,811 INFO [STDOUT] at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
04:14:41,811 INFO [STDOUT] at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA12275)
04:14:41,811 INFO [STDOUT] at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
04:14:41,811 INFO [STDOUT] at com.sun.net.ssl.internal.ssl.AppOutputStream.write(DashoA12275)
04:14:41,826 INFO [STDOUT] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:66)
04:14:41,826 INFO [STDOUT] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
04:14:41,826 INFO [STDOUT] at com.sun.jndi.ldap.Connection.writeRequest(Connection.java:390)
04:14:41,842 INFO [STDOUT] at com.sun.jndi.ldap.LdapClient.ldapBind(LdapClient.java:334)
04:14:41,842 INFO [STDOUT] at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:193)
04:14:41,842 INFO [STDOUT] ... 118 more
04:14:41,842 INFO [STDOUT] Caused by: java.io.EOFException: SSL peer shut down incorrectly
04:14:41,858 INFO [STDOUT] at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA12275)
04:14:41,858 INFO [STDOUT] ... 127 more
04:14:41,858 ERROR [ACTIVEDIRECTORY] tcADUtilLDAPController.Connect():Problem getting InitialDirContext: javax.naming.Commu
nicationException: simple bind failed: production:636 [Root exception is javax.net.ssl.SSLHandshakeException: Remote host c
losed connection during handshake]
04:14:41,873 INFO [STDOUT] java.lang.reflect.InvocationTargetException
04:14:41,873 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:41,889 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
04:14:41,889 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:41,889 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:41,905 INFO [STDOUT] at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCREATEUSER.CREATEUSER(adpADCREATEUSE
R.java:190)
04:14:41,905 INFO [STDOUT] at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCREATEUSER.implementation(adpADCREAT
EUSER.java:77)
04:14:41,920 INFO [STDOUT] at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
04:14:41,920 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
04:14:41,920 INFO [STDOUT] at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
04:14:41,936 INFO [STDOUT] at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
04:14:41,936 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
04:14:41,936 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
04:14:41,936 INFO [STDOUT] at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(Unknown Source)
04:14:41,936 INFO [STDOUT] at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(Unknown Source)
04:14:41,951 INFO [STDOUT] at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(Unknown Source)
04:14:41,951 INFO [STDOUT] at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(Unknown Source)
04:14:41,951 INFO [STDOUT] at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(Unknown Source)
04:14:41,967 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
04:14:41,967 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
04:14:41,967 INFO [STDOUT] at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
04:14:41,983 INFO [STDOUT] at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(Unknown So
urce)
04:14:41,983 INFO [STDOUT] at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(Unknown So
urce)
04:14:41,998 INFO [STDOUT] at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.setProcessFormData(Unknown Sou
rce)
04:14:42,014 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:42,014 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
04:14:42,014 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,030 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,030 INFO [STDOUT] at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
04:14:42,030 INFO [STDOUT] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionCont
ainer.java:214)
04:14:42,045 INFO [STDOUT] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnection
Interceptor.java:149)
04:14:42,045 INFO [STDOUT] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanc
eInterceptor.java:154)
04:14:42,061 INFO [STDOUT] at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor
.java:54)
04:14:42,061 INFO [STDOUT] at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48
04:14:42,076 INFO [STDOUT] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
04:14:42,076 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
04:14:42,076 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
04:14:42,092 INFO [STDOUT] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
04:14:42,092 INFO [STDOUT] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
04:14:42,092 INFO [STDOUT] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor
.java:122)
04:14:42,108 INFO [STDOUT] at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
04:14:42,108 INFO [STDOUT] at org.jboss.ejb.Container.invoke(Container.java:873)
04:14:42,108 INFO [STDOUT] at sun.reflect.GeneratedMethodAccessor115.invoke(Unknown Source)
04:14:42,123 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,123 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,123 INFO [STDOUT] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
04:14:42,139 INFO [STDOUT] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
04:14:42,139 INFO [STDOUT] at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
04:14:42,139 INFO [STDOUT] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
04:14:42,139 INFO [STDOUT] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
04:14:42,155 INFO [STDOUT] at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
04:14:42,155 INFO [STDOUT] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104)
04:14:42,155 INFO [STDOUT] at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:179)
04:14:42,155 INFO [STDOUT] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:165)
04:14:42,170 INFO [STDOUT] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
04:14:42,170 INFO [STDOUT] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
04:14:42,170 INFO [STDOUT] at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:
97)
04:14:42,186 INFO [STDOUT] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
04:14:42,186 INFO [STDOUT] at $Proxy751.setProcessFormData(Unknown Source)
04:14:42,186 INFO [STDOUT] at Thor.API.Operations.tcFormInstanceOperationsClient.setProcessFormData(Unknown Source)
04:14:42,186 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:42,201 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
04:14:42,217 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,217 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,217 INFO [STDOUT] at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
04:14:42,233 INFO [STDOUT] at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
04:14:42,233 INFO [STDOUT] at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
04:14:42,233 INFO [STDOUT] at $Proxy800.setProcessFormData(Unknown Source)
04:14:42,248 INFO [STDOUT] at com.thortech.xl.webclient.actions.DirectProvisionUserAction.handleVerifyProcessData(Unkn
own Source)
04:14:42,248 INFO [STDOUT] at com.thortech.xl.webclient.actions.DirectProvisionUserAction.goNext(Unknown Source)
04:14:42,248 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:42,264 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
04:14:42,264 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,264 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,264 INFO [STDOUT] at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
04:14:42,280 INFO [STDOUT] at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
04:14:42,280 INFO [STDOUT] at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
04:14:42,280 INFO [STDOUT] at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
04:14:42,280 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484
04:14:42,295 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
04:14:42,295 INFO [STDOUT] at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
04:14:42,295 INFO [STDOUT] at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
04:14:42,311 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
04:14:42,311 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
04:14:42,311 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.
java:252)
04:14:42,326 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173
04:14:42,326 INFO [STDOUT] at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
04:14:42,342 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.
java:202)
04:14:42,342 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173
04:14:42,358 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
04:14:42,358 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.
java:202)
04:14:42,358 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173
04:14:42,373 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
04:14:42,373 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
04:14:42,373 INFO [STDOUT] at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
04:14:42,389 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.j
ava:159)
04:14:42,389 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
04:14:42,389 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
04:14:42,405 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
04:14:42,405 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
04:14:42,405 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
04:14:42,420 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
04:14:42,420 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11
Protocol.java:744)
04:14:42,420 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
04:14:42,436 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
04:14:42,436 INFO [STDOUT] at java.lang.Thread.run(Thread.java:534)
04:14:42,436 INFO [STDOUT] Caused by: java.lang.Exception: Problem getting InitialDirContext: javax.naming.CommunicationEx
ception: simple bind failed: production:636 [Root exception is javax.net.ssl.SSLHandshakeException: Remote host closed conn
ection during handshake]
04:14:42,451 INFO [STDOUT] at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.connect(Unknown Sourc
e)
04:14:42,467 INFO [STDOUT] at com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.createUser(Unknown Source)
04:14:42,467 INFO [STDOUT] ... 105 more
04:14:42,467 INFO [STDOUT] com.thortech.xl.dataobj.util.tcAdapterTaskException: Problem getting InitialDirContext: javax.n
*aming.CommunicationException: simple bind failed: production:636 [Root exception is javax.net.ssl.SSLHandshakeException: Re*_
_*mote host closed connection during handshake]*_
04:14:42,483 INFO [STDOUT] at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCREATEUSER.CREATEUSER(adpADCREATEUSE
R.java:196)
04:14:42,498 INFO [STDOUT] at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCREATEUSER.implementation(adpADCREAT
EUSER.java:77)
04:14:42,498 INFO [STDOUT] at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
04:14:42,498 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
04:14:42,514 INFO [STDOUT] at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
04:14:42,514 INFO [STDOUT] at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
04:14:42,514 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
04:14:42,530 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
04:14:42,530 INFO [STDOUT] at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(Unknown Source)
04:14:42,530 INFO [STDOUT] at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(Unknown Source)
04:14:42,530 INFO [STDOUT] at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(Unknown Source)
04:14:42,545 INFO [STDOUT] at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(Unknown Source)
04:14:42,545 INFO [STDOUT] at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(Unknown Source)
04:14:42,545 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
04:14:42,545 INFO [STDOUT] at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
04:14:42,561 INFO [STDOUT] at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
04:14:42,561 INFO [STDOUT] at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(Unknown So
urce)
04:14:42,576 INFO [STDOUT] at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(Unknown So
urce)
04:14:42,592 INFO [STDOUT] at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.setProcessFormData(Unknown Sou
rce)
04:14:42,592 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:42,608 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
04:14:42,608 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,608 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,623 INFO [STDOUT] at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
04:14:42,623 INFO [STDOUT] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionCont
ainer.java:214)
04:14:42,623 INFO [STDOUT] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnection
Interceptor.java:149)
04:14:42,639 INFO [STDOUT] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanc
eInterceptor.java:154)
04:14:42,639 INFO [STDOUT] at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor
.java:54)
04:14:42,655 INFO [STDOUT] at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48
04:14:42,655 INFO [STDOUT] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
04:14:42,670 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
04:14:42,670 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
04:14:42,670 INFO [STDOUT] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
04:14:42,686 INFO [STDOUT] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
04:14:42,686 INFO [STDOUT] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor
.java:122)
04:14:42,686 INFO [STDOUT] at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
04:14:42,701 INFO [STDOUT] at org.jboss.ejb.Container.invoke(Container.java:873)
04:14:42,701 INFO [STDOUT] at sun.reflect.GeneratedMethodAccessor115.invoke(Unknown Source)
04:14:42,701 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,701 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,717 INFO [STDOUT] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
04:14:42,717 INFO [STDOUT] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
04:14:42,717 INFO [STDOUT] at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
04:14:42,733 INFO [STDOUT] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
04:14:42,733 INFO [STDOUT] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
04:14:42,733 INFO [STDOUT] at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
04:14:42,733 INFO [STDOUT] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104)
04:14:42,748 INFO [STDOUT] at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:179)
04:14:42,748 INFO [STDOUT] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:165)
04:14:42,748 INFO [STDOUT] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
04:14:42,748 INFO [STDOUT] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
04:14:42,764 INFO [STDOUT] at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:
97)
04:14:42,764 INFO [STDOUT] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
04:14:42,764 INFO [STDOUT] at $Proxy751.setProcessFormData(Unknown Source)
04:14:42,780 INFO [STDOUT] at Thor.API.Operations.tcFormInstanceOperationsClient.setProcessFormData(Unknown Source)
04:14:42,780 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:42,780 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
04:14:42,780 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,795 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,795 INFO [STDOUT] at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
04:14:42,811 INFO [STDOUT] at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
04:14:42,811 INFO [STDOUT] at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
04:14:42,811 INFO [STDOUT] at $Proxy800.setProcessFormData(Unknown Source)
04:14:42,811 INFO [STDOUT] at com.thortech.xl.webclient.actions.DirectProvisionUserAction.handleVerifyProcessData(Unkn
own Source)
04:14:42,826 INFO [STDOUT] at com.thortech.xl.webclient.actions.DirectProvisionUserAction.goNext(Unknown Source)
04:14:42,826 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:42,842 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
04:14:42,842 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
04:14:42,842 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:324)
04:14:42,842 INFO [STDOUT] at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
04:14:42,858 INFO [STDOUT] at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
04:14:42,858 INFO [STDOUT] at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
04:14:42,858 INFO [STDOUT] at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
04:14:42,873 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484
04:14:42,873 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
04:14:42,873 INFO [STDOUT] at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
04:14:42,889 INFO [STDOUT] at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
04:14:42,889 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
04:14:42,889 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
04:14:42,889 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.
java:252)
04:14:42,905 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173
04:14:42,920 INFO [STDOUT] at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
04:14:42,920 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.
java:202)
04:14:42,936 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173
04:14:42,936 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
04:14:42,951 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.
java:202)
04:14:42,967 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173
04:14:42,967 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
04:14:42,983 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
04:14:42,983 INFO [STDOUT] at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
04:14:42,983 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.j
ava:159)
04:14:42,998 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
04:14:42,998 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
04:14:43,014 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
04:14:43,030 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
04:14:43,030 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
04:14:43,030 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
04:14:43,045 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11
Protocol.java:744)
04:14:43,045 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
04:14:43,061 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
04:14:43,061 INFO [STDOUT] at java.lang.Thread.run(Thread.java:534)
AS FAR I know its an error of SSL BIND error, that iis underlined..
can any one please explain me what is types of error, beczz this i am getting some thing diffrent types of error. please resolve this issue through this blog
TAN

Are you able to telnet over port 636 to your AD box from your OIM box? The cert you generated for your AD domain, did you reimport it back into your domain controller? And are you sure you should be using java 1.4?
-Kevin

Similar Messages

  • I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files the error message is  could not be opened. The movie's file format isn't recognized. "  Any help or are they corrupted

    I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files, the error message is  "could not be opened". The movie's file format isn't recognized. "  Any help or are they corrupted?

    Sounds to me like the file is probably corrupt. If you had hard drive corruption or damage, that could easily result in recovered files not being fully intact. If you were trying to recover accidentally deleted files, it's possible they might have been partially overwritten before recovering. There are never any guarantees with file recovery.
    Without more information on the circumstances that led you to try recovery, it's hard to give advice on what to try from here. You could always try another file recovery tool, like Data Rescue 3. Just be sure you're taking appropriate precautions when doing recovery. See Recovering deleted files.

  • TS3694 Upgrading my iPad2 to iOS6 seems to have worked but now have a 3014 error message, have tried following the support advice but seem to be going round in circles.

    Upgrading my iPad2 to iOS6 seems to have worked but now have a 3014 error message, have tried following the support advice but seem to be going round in circles and can't see what is wrong.
    iPod linked to my MacBook which is upto date and running Mountain Lion
    Noted that my wi-fi here is very slow, could that be an issue?

    From 3rd link below.
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
        1.    Install the latest version of iTunes.
        2.    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
        3.    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
        4.    Try to restore from another known-good computer and network.
        5.    If the errors persist on another computer, the device may need service.
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
     Cheers, Tom

  • I have a problem with my home butten, its working but when i press it, it seems like something is stuck in it. like sand or something like that, and this is the second time it happens to me with 2 devices. what can i do?

    Ok so first sorry for my english, Im not American.
    2 months ago i bought a new Iphone 4 device from my phone company, after a month something happened to the home butten, when i pressed it it felt like something stuck in it.. like sand or dirt.. but the home butten worked perfectly. so i went to the phone company and they told me that it is a problem and they replaced it with a new one. but after a week my iphone fell and something happened to him so i sold it to someone i know, and with that money i bought a new one from privet store (unlike the last time, when i bought my iphone in a big phone company) and in the begining it felt new, i didnt had any problems, but 2 days ago when i woke up i pressed the butten and i noticed that the problem with the home butten is back.. and i dont know what to do.. i mean like its not a big deal or something, it just that when i buy something new, i excpet it to be new, and i want to ejnoy it while its new.
    so i went to some guy i know and he told me that he will see what he can do, i paid him 130 Shekels (35$) and he told my that he replaced the butten with new one, but still it makes problems. it bothers me alot, because i pay almost 300 shekels per month (75$) and i expect from this device to be new.. and its killing me.
    now, i cant go to the phone company because thats not their device, and i know what the people in the privet store will tell me.. that its my fault and bla bla bla.. so what can i do? i cant spend any more money on this..
    its new.. for some reason this always happenes to me.. 3 devices, problems problems and problems..

    You are right, but how could i send it to Apple? when the phone company first replaced my iphone they had in stock alots of iphones and they just sent mine back to Apple and gave me a new one, so all i did is to give them my phone, but now how could i sent it to Apple? and i cant send it by myself, and the store wont do that, its a lost for them.. so sending it to Apple wasnt an option from the begining.
    and for the record, i dont think the store where i bought it is an authorized shop.. its just a store who boughts phone's from Apple in a low price and sells it in much more money..

  • I installed firefox beta on my google nexus 7 tablet i also installed the adobe flash player pluging its working but i have no sound?

    no sound on adobe flash 11 plug in, video works but no sound

    When doing playback on your device, have you check its volume is the correct? Remember Android has three volume controls you have to check: Multimedia, Notifications and Alarms.
    If it is OK, then maybe the issue is on the site. Which site are you visiting? If you are trying to watch videos on Youtube maybe you'd better visit m.youtube.com where you can use tablet's native media player to watch the video.
    In my tablet I can't event start Flash. It is installed and browsers detect it but movies just don't play. Flash for mobiles is very unstable.

  • Pogo games and others give me java scripy error message. Pogo says its fine but most games won't load.

    I get the same message whenever I go to a java based site. I am using ubuntu and windows xp, and have never seen this before. it is a small box that says java didn't load properly, but I have redone it several times and it hasn't helped/ It says Java application type error cid

    I have the same problem with connection reset. For awhile I couldn't even bring up pogo home page. I thought it was the ad blocker, but after allowing pogo site on ad blocker, the problem continues. I too am really frustrated with this; everything was fine until I updated Firefox. My solution was to download Google Chrome. Pogo works just fine on that. I still want my Firefox back! Any solutions out there?

  • SSO to R/3 via ITS, working, but got a little doubt

    Hi ALL,
        I was configuring SSO from EP6.0 to an ITS Server,which talks to backend SAP system. from what i know was that both EP and ITS and CRM should be in the same domain to work with SAP logon ticket.
       in my scenario, I have EP and CRM in same domain ex: comp.com, but my ITS server is in different domain comp.co.corp, and the alias of this ITS server is comp.com
        I am able to set up SSO, but was surprised becuase i didnt do any cross domain SSO steps.. is it ok, if we have just an alias in the same domain of ep or crm (is it not necessary that the ITS system should be in same domain)..
    please lemme know

    Hi Gregor,
       I think I am facing the problem now. Are you sure that A DNS alias which is in same domain of portal will not redirect the cookie.
      becuase my problem is that , It worked fine with CRM, but am facing some problem with R3.
    what do u think?
    Please see the answer from Sean,Morgan in the following post and lemme know your comments.
    SSO EP6 and R/3
    any help is appreciated
    Thank you

  • Time machine is working but showing always the same -current- files in brow

    Hi,
    I'm running Time Machine on an external FW drive. It backups regularly.
    I needed to restore backup of photo albums after a crash and I was only able to browse back and see the same album as the current one with no changes (over 2 months!).
    Now I need a contact I deleted one week ago, I tried a search in the contacts, I tried to set the screen to show the surroundings contacts, in both cases, TM was able to scroll down to old backups, but only showed the same search (not able to change it or to click anywhere), or the same contact (no old contact appearing in between the two I was watching).
    I tried to unselected then reselect the TM drive but no luck. I really need this contact back and TM is my only backup, the contact is as well deleted from my Mobile Me after a week.
    Help much appreciated.
    Regards.
    B.

    Barthelemy Agaesse wrote:
    Now I need a contact I deleted one week ago, I tried a search in the contacts, I tried to set the screen to show the surroundings contacts, in both cases, TM was able to scroll down to old backups, but only showed the same search (not able to change it or to click anywhere), or the same contact (no old contact appearing in between the two I was watching).
    I tried to unselected then reselect the TM drive but no luck. I really need this contact back and TM is my only backup, the contact is as well deleted from my Mobile Me after a week.
    If you're talking about contacts in your Address Book, first try the things in #E4 of the Time Machine - Troubleshooting *User Tip,* also at the top of this forum.
    If that doesn't help, see this thread, with some other folks that seem to be having the same problem: http://discussions.apple.com/thread.jspa?threadID=2317886
    It does show a workaround. If anybody has reported this to Apple yet, they haven't posted back, so we don't know if there's a better fix.

  • I changed my apple id email address to try jumpstart my account to send me a verification email for iCloud activation.  It worked but now I cannot change back to my original email address.  It says its in use.

    Hi Guys
    I am writing this on behalf of a friend of mine.  To understand my issue let me explain how it started.  My friend has a apple ID with email address (lets call it) [email protected]  when activating iCloud on her iPhone a email was sent to verify her account.  This was not done and rendered the iCloud feature disabled due to not being activated.  [email protected] is the correct email address and works.  A form of troubleshooting I used the iForgot service to test if the email address was correct and mail flow from apple was working and it worked fine.
    I logged into apple id to manage account and resend activation email for iCloud.  this did not send the mail.  I waited 48hrs but to no avail.
    I decided to kickstart the account to force it to send to another email address by changing the primary email address from [email protected] to [email protected]  it worked and I verified the address and iCloud is now active.  However now I cannot change the primary email address back to [email protected] as it says its being used by another apple ID. 
    I then tried iForgot with the [email protected] email address, it says it sent a email to [email protected] but nothing arrived in [email protected] or [email protected]
    I have this feeling the [email protected] is stuck I'm memory on my apple ID some how but can't get it to forget [email protected] so that I can use it as my primary email address again.
    I have tried to log into iTunes with my original details [email protected] and password but says its incorrect.
    any advices in this would be greatly appreciated.

    The idea to jumpstart by change was not the smartest one, but gives you an opportunity to use that "temporary" account as permanent. You do not have a choice cause obviously despite you thinking that old account is no more -it does exist on Apple servers. And if you are unwilling to share your [email protected] with friend, just create one extra [email protected] for your friend. One suggestion - do not use gmail.

  • Photo Stream PC-error message "applephotostreams.exe has stopped working" and now additional photos that I want to upload is not uploading.

    I sync my devices with a PC running windows.  I have turned on Photo Stream on my PC, iPhone4S & iPad2.
    On my PC it creates two default folders in Pictures called "My Photo Stream" and "Upload".
    Instructions says that you can add photos to the "Upload" folder and it will automatically upload to your "My Photo Stream" folder and when your devices are connected to wi-fi they will upload to each device and show up in the "Photo Stream" section of Photos.
    I was able to upload 50 photos but then I got an error message that applephotostreams.exe has stopped working.
    How do I fix?

    I was having the same problem.  Earlier in the week, I was able to drag a few photos to the upload folder and they synced correctly.  Yesteday, I dragged different photos, and I got the "applephotostream.exe has stopped working" error.
    The solution - for me, at least! - was to reduce the size of the pictures being uploaded to the photostream.  While all of the pictures were jpegs, the first set were ca. 800K (3800 x 2500), and the second set were ca. 2.5 MB (4000 x 2000).  When I reduced the resolution of the last set by a factor of 4 (ca. 600 K, 2000 x 1500), they uploaded without a hitch.
    Based on this admittedly sketchy experiment, it looks like Apple has a max picture size limit, apparently based on file size rather than picture resolution).  Perhaps < 1 MB?  To be rigorous, I should complete the experiment - leave the resolution of the second set of pictures alone and reduce file size by reducing jpeg quality. 
    Has anyone heard about a picture file size limit?

  • I am trying to reinstall Flash CS4 professional as the action script is not working but now I am getting an error: 2 message when I use the original CD to try and reinstall

    I can't get the original disk to work on a reinstall.  I get the message
    AdobeColorCommonSetRGB
    Error:
    Error 2.
    I teach a class using this program on Macintosh computers running 10.9.5 and the action script is not working.  It will work on any program designed using the 10.8 but if you design any animation on 10.9.5 the action script will not work for the buttons

    You would have to manually delete the color profiles in question... Run the cleaner tool and see if it gets you started.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • I paid for adobe reader to convert pfs to excel. It used to work but now it does not. I get "error while siging in message" but I am signed in. Please fix this or advise.

    Adobe no longer converts pdfs to Excel or Word. I continually get error while signing in message. But I am signed in. I paid for service and expect it to work. I can get no help form adobe. Please help now.

    Hi adoberror,
    I'm sorry that you're having trouble with ExportPDF. Can you please try the following to resolve this sign-in issue:
    Choose Edit > Preferences (Windows) or Adobe Reader > Preferences (Mac)
    Click 'Adobe Online Services' on the left-hand side
    Sign out of our Adobe ID and sign back in.
    Try to convert your document again.
    If you continue to have trouble, please verify that you can access the service via the web interface.  To do this:
    Open a browser and navigate to http://exportpdf.acrobat.com/signin.html
    Try to log in with your Adobe ID (email address) and password
    Once logged in, follow the on-screen prompts to convert a file
    Please let me know how it goes.
    Best,
    Sara

  • Communication Error with Brother MFC-620CN Printer works but not scanner

    Only printing works off the airport extreme but not scanning. Tried to mannually add the printer in the control center or device selector but printer cannot be found. Scanner worked prior to software upgrades. In addition, I get the communication error message "fails to connect to device" when I connect to the brother status monitor... All is OK when hooked up directly to Mac.
    Anybody has a hint? Would be very helpful.
    Thanks
    Marti

    Only printing works off the airport extreme but not scanning.That is exactly how it works. The AirPort Extreme base station (AEBS) only supports printing NOT scanning or any other operations.

  • I have an app in my Wish List that used to list its price, but now says "Download" as if I've purchased it (even though I haven't).

    I definitely haven't purchased "I love Katamari," as it doesn't appear in my purchase history anywhere.  But now where it used to say "$4.99 Buy" in my wish list, it says "Download."  Did it somehow get accidentally purchased? Any ideas?

    Well, you always change your payment method to "None". It definitely won't let you buy it, then!
    That's how I leave my account, anyway. It can't get hacked and me lose money if the payment method is none.
    When I want to buy something, I put the credit card in briefly, buy the item, then set it back to none.

  • I have a paid mobile me account, idisk was working but now am getting an error message saying that the account doesn't exist.  Can I reset the account on idisk?

    I have a paid mobile me account and did have idisk working.  Now when I click on it I am being told that the account doesn't exist or is currently unavailable.  Any ideas?  Thanks

    Solution: No. Idea: Yes. A lot of "funny" things are supposed to happen while Apple moves MobileMe accounts to the new data center which will run iCloud. Maybe that's related....

Maybe you are looking for

  • Month view- I lose part of the event...

    When I am in month view, many events only show part of the event in the particular day. Such as "Soccer with Alex" will show in the day as " 10:00 AM Soccer with". Now, if you click on the event, you can see all of the details in the pane to the righ

  • Do I need HDCP to watch HD movies on iTunes?

    Hi! I use Windows to download and watch movies on iTunes. I have only been able to watch SD movies because iTunes warns that I need HDCP to watch HD movies. Can I install HDCP on my laptop somehow? Thanks!

  • Workspace Contents Report not working

    - Navigate to https://beehiveonline.oracle.com/BOLAdmin.html - Select Workspace Contents Report - A new window pops up with only the header line of the report

  • Can anyone explain what consume() actrually does?

    Can anyone explain what consume() actually does as it relates to a KeyEvent? I read about this but I just can't seem to to understand it. Thanks in advance.

  • Creating own Plug_in for CrystalReports

    Hi together, does anybody knwo how to develop an own plug-in for crystalreports? - we intend to create a similiar one as the plug-in for integration kit for BI. Is there a how to available? Thanks, Stefan