Last Step Deploy

Hi people!
I am one last step to make ADF working on a Tomcat 6. I know from john and shay, that this is not free, nor "supported". But as soon as I cam manage to have something like this working, I say that I am going to make my company work so we can have it on a Weblogic Bea server. But these days we need to have my ADF Application Working on a Tomcat 6, becouse all other apps from the company are working there. Now, my ADF project with libraries well configured on Tomcat is up and seems to be working, when fails on this step when trying to get the localhost:8080/theapp-context-root/faces/page.jsp. The error I get is this one:
Estado HTTP 500 -
type Informe de Excepción
mensaje
descripción El servidor encontró un error interno () que hizo que no pudiera rellenar este requerimiento.
excepción
javax.servlet.ServletException: La ejecución del Servlet lanzó una excepción
     oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
     oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
causa raíz
java.lang.NoSuchMethodError: oracle.ias.cache.CacheAccess.get(Ljava/lang/Object;Z)Ljava/lang/Object;
     oracle.mds.internal.cache.JOCCache.get(JOCCache.java:165)
     oracle.mds.internal.cache.LayeredCache.getGroupNode(LayeredCache.java:644)
     oracle.mds.internal.cache.LayeredCache.getCacheAccess(LayeredCache.java:181)
     oracle.mds.core.MetadataObject.getBaseMOFromCache(MetadataObject.java:1723)
     oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:988)
     oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2769)
     oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1188)
     oracle.mds.core.MOResolver.getMetadataObjects(MOResolver.java:205)
     oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:414)
     oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadUnmutalbeMetadataResources(MdsMetadataResourceProvider.java:367)
     oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadResources(MdsMetadataResourceProvider.java:341)
     oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getBootstrapResources(MdsMetadataResourceProvider.java:234)
     oracle.adf.controller.internal.metadata.MetadataService$Bootstrap.addAll(MetadataService.java:883)
     oracle.adf.controller.internal.metadata.MetadataService.initializePageFlow(MetadataService.java:635)
     oracle.adf.controller.internal.metadata.MetadataService.getPerUserCache(MetadataService.java:738)
     oracle.adf.controller.internal.metadata.MetadataService.getPerUserCache(MetadataService.java:707)
     oracle.adf.controller.internal.metadata.MetadataService.getAdfPageFlow(MetadataService.java:437)
     oracle.adf.controller.internal.metadata.MetadataService.getPageFlow(MetadataService.java:426)
     oracle.adf.controller.internal.metadata.MetadataService.getActivity(MetadataService.java:282)
     oracle.adfinternal.controller.state.ControllerState.checkPermission(ControllerState.java:623)
     oracle.adfinternal.controller.state.ControllerState.initializeUrl(ControllerState.java:670)
     oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart2(ControllerState.java:442)
     oracle.adfinternal.controller.application.SyncNavigationStateListener.afterPhase(SyncNavigationStateListener.java:46)
     oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:531)
     oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:120)
     oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:168)
     oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:124)
     oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:70)
     oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
     oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
     oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
     oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
nota La traza completa de la causa de este error se encuentra en los archivos de diario de Apache Tomcat/6.0.26.
Apache Tomcat/6.0.26
I know now what mds means. They are the Data Source connection from datatables (the data controls). I know, I know... in my application i am not using these data controls, nor any connection, but, who knows why adf is trying to access this? maybe is becouse there is a class that call this method. Is it possible to avoid these calls??
Thank you very much for the help you can give, Once again, I must say this is not supported by ADF developers, but you must know that we as developers also, must accomplish some others constraints and restrictions. I must say, that I dont like it like this either, but I think adf can do much more than other jsf components.
Sincerely
Israel Sanchez Llorens

Hi,
I don't disagree with anything you've said. However:
1). Oracle (I don't work for them, by the way) controls the engineering and certification effort to certify ADF on application servers. Right now, they only support WebLogic and haven't as of yet articulated any clear way forward for any other app servers
2). ADF is easy to learn the basics, but (as would be the case for any enterprise framework), it will take you months+ to really learn and understand.
Believe me, I have fought the same battles with regards to application servers with my clients - they may have standardized on something like Tomcat, Glassfish, etc, but I would never recommend to a company that they run critical ADF 11g applications on anything but WLS, because it is the only platform I am confident will work and will be supported (i.e., Oracle will fix things that don't work). I also know from experience that trying to shoehorn an ADF 11g app on to Tomcat is hit-and-miss and fragile at best. Obviously, this is just my opinion ;)
I agree that ADF 11g gives a compelling story and has a lot of benefit to those who are willing to make the investment required to learn it. Unfortunately, at the current time, you also have to invest in getting WLS up and running in order for you to have a supported environment. As you've probably seen from the forums, many people have tried and have had varying degrees of success with it. I wish you all the best in getting it to work, but it's not the approach I would follow personally.
Venkat had some good suggestions in his last post; did they help?
You can also check your adf-config.xml file (located in the .adf directory, or look in JDeveloper in the application navigator under Application Resources -> Descriptors -> ADF-META-INF) to ensure you don't have stuff like:
    <persistent-change-manager>
      <persistent-change-manager-class>
        oracle.adf.view.rich.change.MDSDocumentChangeManager
      </persistent-change-manager-class>
    </persistent-change-manager>or
  <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config" version="11.1.1.000">
      <cust-config>
      <match path="/">
         <customization-class name="oracle.fodemo.storefront.mycompany.PersonTypeCC"/>
          <customization-class name="oracle.adf.share.config.UserCC"/>
        </match>
      </cust-config>
    </mds-config>
  </adf-mds-config>in there
John

Similar Messages

  • When i connect my ipod touch to the computer and it brings up itunes, and it starts syncing, it just stays on the last step(6) and I can't download anything else to my ipod.

    I connected my ipod touch to the computer.  When it brings up itunes and start to sync, it stalls at the last step (6).  This keeps me from being able to add other songs from my library to my ipod.  I'm very new at this and maybe just don't understand how it works. 

    Try here:
    iPhone, iPad, iPod touch: Disabling digital camera notification in Windows XP

  • How to delete the document at the exit event of last step in workflow

    I want  to delete the content at the exit of last step. Tried two codes:
    1.<$executeService("DELETE_DOC")$>
    2.<$executeService("DELETE_REV")$>
    But is not working. plz guide.
    Thanks.

    Simply put , DELETE_DOC and DELETE_REV are not "scriptable" services.  <$executeService$> will not work in this fashion with those services. 

  • PI 7.1 install issue on the last step

    I am installing pI 7.1 on HPUX IA64 and Oracle 10g.
    On the very last step, I get the error:
    An error occurred while processing service SAP NetWeaver Process Integration 7.1 > Installation Options > SAP Systems with Oracle > Standard System > Standard System( Last error reported by the step :Execution of UTL tool '/tmp/sapinst_instdir/PI71/INSTALL/SYSTEM/ORA/STD/AS/sapjvm/sapjvm_5/bin/java -classpath /usr/sap/XID/SYS/global/sltools/sharedlib/sap.comtcbloffline_launcherimpl.jar -showversion -Xmx256m -d64 com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain /usr/sap/XID/SYS/global/security/lib/tools/iaik_jce.jar:/usr/sap/XID/SYS/global/security/lib/tools/iaik_jsse.jar:/usr/sap/XID/SYS/global/security/lib/tools/iaik_smime.jar:/usr/sap/XID/SYS/global/security/lib/tools/iaik_ssl.jar:/usr/sap/XID/SYS/global/security/lib/tools/w3c_http.jar:/usr/sap/XID/SYS/global/sltools/sharedlib:/oracle/client/10x_64/instantclient/ojdbc14.jar -activated -prod_name=NetWeaver -usage_name=AAS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=XID -dsn=jdbc/pool/XID -ssprops=/usr/sap/XID/SYS/global/security/data/SecStore.properties -ssk=/usr/sap/XID/SYS/global/security/data/SecStore.key' aborts with return code 64 due to a database connection error. DIAGNOSIS: The connection parameters are wrong or the database server has been shut down. SOLUTION: Check 'UTL_activate_usages.log' and '/tmp/sapinst_instdir/PI71/INSTALL/SYSTEM/ORA/STD/AS/UTL.java.log' for more information.). You may now
    choose Retry to repeat the current step.
    choose View Log to get more information about the error.
    stop the task and continue with it later.
    The database is up, in fact I can log in a number of waty from bothe the ABAP and Java sides, and it appears to be operating normally.
    I opened a customer message w/ SAP, but that's not getting me very far, thought I'd have more luck here.
    The UTL_activate usages. log file contains the messages:
    Sep 25, 2008 7:07:51 PM  Info   : Successfully parsed!
    Sep 25, 2008 7:07:51 PM  Info   : Executing command Activate...
    Sep 25, 2008 7:07:51 PM  Info   : Establishing DB connection...
    Sep 25, 2008 7:07:56 PM  Path   : Exception : The DataBase is down or the connection parameters are wrong: -sid=XID -dsn=jdbc/pool/XID -ssprops=/usr/sap/XID/SYS/global/security/data/SecStore.properties -ssk=/usr/sap/XID/SYS/global/security/data/SecStore.key -keyphrase=null
    java.lang.Exception
         at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1141)
         at com.sap.exception.BaseExceptionInfo.<init>(BaseExceptionInfo.java:413)
         at com.sap.exception.BaseException.<init>(BaseException.java:302)
         at com.sap.sl.ut.infoprovider.exceptions.UTInfoException.<init>(UTInfoException.java:99)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:373)
         at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1356)
         at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:46)
         at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
         at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:59)
         at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:55)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Caused by: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "/usr/sap/XID/SYS/global/security/data/SecStore.properties" is invalid: software version 6.30.000.001 is incompatible with file version 7.00.000.001..
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
         at com.sap.sl.ut.manager.persistence.db.DBConnection.connectViaSecureStore(DBConnection.java:157)
         at com.sap.sl.ut.manager.persistence.db.DBConnection.connect(DBConnection.java:171)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:371)
         at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1356)
         at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:46)
         at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
         at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:59)
         at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:55)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Caused by: com.sap.security.core.server.secstorefs.FileInvalidException: File "/usr/sap/XID/SYS/global/security/data/SecStore.properties" is invalid: software version 6.30.000.001 is incompatible with file version 7.00.000.001.
         at com.sap.security.core.server.secstorefs.SecStoreFS.checkCompatibility(SecStoreFS.java:1876)
         at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1954)
         at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
         at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
         ... 15 more
    Any help would be greatly appreciated.
    Cheers,
    -Bud

    Hi,
    Has this issued been resolved please let me know the solution.
    Regards,
    Yashwant

  • When I try to use siri to book an appointment the last step when she says "do you want me to shedule that for you" I say yes and then she says "Sorry I can't do that, very frustrating. Do I have to turn on another setting or something?

    When I try to use siri to book an appointment the last step when she says "do you want me to shedule that for you" I say yes and then she says "Sorry I can't do that, very frustrating. Do I have to turn on another setting or something?

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

  • Active Sync not working (fails on last step of MS remote connectivity test)

    Hello,
    can't figure out what is wrong with our active sync.
    https://testconnectivity.microsoft.com fails on last step:
    Attempting the FolderSync command on the Exchange ActiveSync session.
    Exchange ActiveSync returned an HTTP 500 response (Internal Server Error).
    HTTP Response Headers:
    request-id: c058805f-cfb1-4303-8edc-7962e5cb0d18
    X-CalculatedBETarget: internal_servername.domain.com
    MS-Server-ActiveSync: 15.0
    X-MS-RP: 2.0,2.1,2.5,12.0,12.1,14.0,14.1
    MS-ASProtocolVersions: 2.0,2.1,2.5,12.0,12.1,14.0,14.1
    MS-ASProtocolCommands: Sync,SendMail,SmartForward,SmartReply,GetAttachment,GetHierarchy,CreateCollection,DeleteCollection,MoveCollection,FolderSync,FolderCreate,FolderDelete,FolderUpdate,MoveItems,GetItemEstimate,MeetingResponse,Search,Settings,Ping,ItemOperations,Provision,ResolveRecipients,ValidateCert
    X-MS-BackOffDuration: L/-470
    X-MS-Diagnostics: &Log=PrxFrom:10.224.6.74_V120_HH:mail.domain.com_SmtpAdrs:username%40domain.com_NMS1_St:F_Sk0_Srv:12a0c0d0s0e0r0A0sd_Ers1_Cpo19921_Fet20000_ExStk:H4sIAAAAAAAEAOVWS2%2fjNhC%2bL9D%2fMEcvoAh20r0YiwCq5WwF1HFgedujS5Njmw1FqiRlWP31HVqW5LTZpHFboA9d%2bBBn5vvmRc4kt8aZjY%2bnB75jeotxIm1ea96OD2gLplF7OoCll0bD1dXVLcx%2bL5kyz%2bJUWuTe2DpO0nmJlgWRTnYMCfdyj9AdA9Megg2TCgXQbK%2f08CZ%2bdHtjpYuVj2G5kw7QWmOBJtp4sOitZGuFMSRCyKCBKZB6Ywhwa4ujc0FAoJYo4q%2fencyLzrxFVxrtcAzD5vswhhz51NoxpHmWXg1vRh%2buR9NRBKU1ZK6Ar4fDGxhk9%2fnnu7tVMplM83y1yD59u8zfRyDICTB81zgpr53HovdJjnYvCVP8YI033CjX%2f3vOWcsdQuXQwo4RDe2qzUZyScEA1lCzcrvzjngBAPN%2fxN53gpUTozUdIBMxTZ23FfeLkx8GmfY311CQdrbFTEQQJDpwfbgiIJFK%2bUSp4ESaLesSI1jKAvOSadr8uULnw3pe%2bQi%2bMUYh7WPLb65P%2f95fjj9HLRaNoUEndtpoETyPyZzZfT2ZHwJ4cZHxp%2f5T56sI7iulQhL%2fOAKuQmRzKTBHZvnuBDKC7Ji00tc5J%2b9T6M9WEeRUBnoLnCmFNqP0fwOrJA0bOcU60JkekFceZ0ZISrMjwJYd1fL6JxICQmjrCL7Mtj2ZUSFTdkoqypBEXfCL0tfNiZPZeZ%2fw%2fTHpQu9pmFAlwVSTug2VgKZi6BIInGf8EbxlHMOxS4knBLL%2bBbvf09BnBs%2bFHHg3fckJvaYOqqBQNaXljWdqEboXunbPNsu5DhmP9r8Wwn8jk4uR52yPPUbq2p5pjksT9ineU10VVP5NzdOVQr3AHzOhRbWuS%2bbc90xJwV4D0l3WaYqhU86Ypq5t44%2b3fLVKpSsVqyeK1F1fxx8nFpnH5gYMUo0IJbdnkurqdr1ajXDwJt73xnfhSahSPNleVPrs6h%2bczYGJs9bXZ349MZV%2bsRt%2fiecrlAatT49Wss3d8YXxF7aVvwHXJYZmZk0Kmj%2bDT8qsKc%2fpJoBtN41geqDoYbhUwJGmnCJIGo7yxDns9ynId8gf74ydsUOj9Cw9n0COYEbj2hxOyQ%2fFk%2bU%2fm9Gfhj4xBb2NRfy5FCHa6Utw36KPxlKhP9FvXrH0AgoDXfUvVuhvVf1g7CPa5Y6cIoIgvYCfeZaPxv%2bTZ%2fmvaIx0uvAMAAA%3d_S111_Error:ADOperationException1%3aActive+Directory+operation+failed+on+dc1.domain.com.+This+error+is+not+retriable.+Additional+information%3a+Access+is+denied.%0d%0aActive+directory+response%3a+00000005%3a+SecErr%3a+DSID-031521E1%2c+problem+4003+(INSUFF%5FACCESS%5FRIGHTS)%2c+data+0%0a_Mbx:internal_servername.domain.com_Dc:dc1.domain.com_Throttle0_SBkOffD:L%2f-470_DBL7_DBS1_CmdHC-1477255686_TmRcv08:21:38.3814461_TmSt08:21:38.3814461_TmDASt08:21:38.4126927_TmPolSt08:21:38.4126927_TmExSt08:21:38.4126927_TmExFin08:21:38.4439409_TmFin08:21:38.4595741_TmCmpl08:21:58.381466_ActivityContextData:ActivityID%3dc058805f-cfb1-4303-8edc-7962e5cb0d18%3bDbl%3aMBLB.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d8255%3bDbl%3aST.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d11%3bDbl%3aSTCPU.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d15%3bDbl%3aBudgUse.T%5b%5d%3d78.1279983520508%3bI32%3aMB.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d37%3bF%3aMB.AL%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d0.4054054%3bDbl%3aMAPI.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d15%3bI32%3aRPC.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d37%3bDbl%3aRPC.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d15%3bI32%3aROP.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d6740924%3bI32%3aMAPI.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d85%3bI32%3aATE.C%5bsrv00.domain.com%5d%3d1%3bF%3aATE.AL%5bsrv00.domain.com%5d%3d0%3bI32%3aADS.C%5bsrv00%5d%3d1%3bF%3aADS.AL%5bsrv00%5d%3d8.6476%3bI32%3aADW.C%5bdc1%5d%3d1%3bF%3aADW.AL%5bdc1%5d%3d0.6981%3bI32%3aADS.C%5bdc1%5d%3d3%3bF%3aADS.AL%5bdc1%5d%3d1.060033%3bS%3aWLM.Cl%3dCustomerExpectation%3bS%3aWLM.Type%3dEas%3bS%3aWLM.Int%3dTrue%3bS%3aWLM.SvcA%3dFalse%3bS%3aWLM.Bal%3d480000%3bS%3aWLM.BT%3dEas_Budget:(D)Owner%3aSid%7eKSVORIS%5cusername%7eEas%7efalse%2cConn%3a0%2cMaxConn%3a10%2cMaxBurst%3a480000%2cBalance%3a480000%2cCutoff%3a600000%2cRechargeRate%3a1800000%2cPolicy%3aGlobalThrottlingPolicy%5F3e976729-4019-4478-bb02-790c76651d0a%2cIsServiceAccount%3aFalse%2cLiveTime%3a00%3a00%3a46.5620819_
    X-DiagInfo: internal_servername
    X-BEServer: internal_servername
    X-FEServer: internal_servername
    Content-Length: 5864
    Cache-Control: private
    Content-Type: text/html; charset=utf-8
    Date: Tue, 30 Sep 2014 08:21:58 GMT
    Set-Cookie: X-BackEndCookie=S-1-5-21-1715567821-1220945662-1801674531-2707=u56Lnp2ejJqBms/LnMjOycrSyMaaydLLz86c0p7JycfSns6am8bJnsiaxsrOgYHOz9DMz9DNz87L38/Hxc3OxcrH; expires=Thu, 30-Oct-2014 06:21:58 GMT; path=/Microsoft-Server-ActiveSync; secure; HttpOnly
    Server: Microsoft-IIS/8.0
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Elapsed Time: 20931 ms.
    Owa and everything else works fine.

    Third party COMODO wildcard sertificate. Owa gives no warnings on SSL.
     Testing the SSL certificate to make sure it's valid.
      The certificate passed all validation requirements.
     Additional Details
    Elapsed Time: 585 ms. 
     Test Steps
     The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server mail.domain.com on port 443.
      The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate.
     Additional Details
    Remote Certificate Subject: CN=*.domain.com, OU=COMODO SSL Wildcard, OU=Domain Control Validated, Issuer: CN=COMODO RSA Domain Validation Secure Server CA, O=COMODO CA Limited, L=Salford, S=Greater Manchester, C=GB.
    Elapsed Time: 562 ms. 
     Validating the certificate name.
      The certificate name was validated successfully.
     Additional Details
    The host name that was found, mail.domain.com, is a wildcard certificate match for common name *.domain.com.
    Elapsed Time: 0 ms. 
     Testing the certificate date to confirm the certificate is valid.
      Date validation passed. The certificate hasn't expired.
     Additional Details
    The certificate is valid. NotBefore = 9/16/2014 12:00:00 AM, NotAfter = 9/15/2017 11:59:59 PM
    Elapsed Time: 0 ms. 

  • Downloaded new ios7 and new itunes 11.1 and now iphone 4 won't finish syncing - just stays on last step and never finishes or cancels on its own. Tried reinstalling itunes with no success.

    Downloaded new ios7 and new itunes 11.1 and now iphone 4 won't finish syncing - just stays on last step and never finishes or cancels on its own. Tried reinstalling itunes with no success.

    I have the same problem.. latest version of iTunes (11.1.5) and latest version of ios (7.1) but it gets stuck at "waiting for changes to be applied" and I can't cancel the sync manually. It doesn't cancel on it's own either (at least not the 8 hours over night that it was syncing) and if I unmount the phone then the phone keeps the sync going (the little spinning arrows in the upper left corner) and doesn't recognize that it's been disconnected..
    I've tried restoring the phone (with little success, managed to get one more song on there) and syncing over wi-fi but nothing seems to work. Any thoughts, anyone?

  • Firefox will NOT start, deleting and reinstalling will start as last step but once Firefox is closed it will NOT restart.

    Both browsers (Firefox 21 & IE) installed on my 64-bit Widows XP desktop refuse to start either from clicking the desktop icon, the start bar menu, or the executables themselves. What does happen is that all icons disappear from the screen for some 15-30 seconds, then the icons are returned to the screen, and the last informative message displayed from the system tray at start up is repeated.
    Deleting Firefox and reinstalling will start the browser as the last step, but when the new copy is closed it will not start. Also just rerunning the installation download without deleting Firefox will "Upgrade" and start as a last step but when the new copy is closed it can not be restarted. Running restore on the new copy has on apparent effect on the ultimate inability to restart after closing.
    I only tried the IE browser after being unable to start Firefox (its ordinarily only used by the MS update procedure) and have not investigated either reinstalling or repairing it.

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Overwrite mapping in design repository with the last one deployed

    Hi
    We have a Single Design Environment with 2 runtime environnment (Dev, Prod). When I log in the Dev Control Center, I see there is a mapping "changed". It has been changed by an employee who don't work here anymore and I have no clue what have been changed.
    There is no specific request or obvious reason for that change, and since it's a huge and conplex mapping, I would like to overwrite (or "rollback") the mapping in the design environnment with the last one deployed in Production.
    But I don't know how or if it's possible..! At least if I could compare the 2 version, I could tell if the change is good or not.
    To me, it's a showstopper for incoming modifications..
    There is no Snapshot and i'm using OWB 10gr2 since 1 month now, so all of these is new to me.
    I really need help on this one...!
    Thanks!

    one onerous way to do this is
    take the mdl exports of the mapping from both envs. Try opening them in an xml/html text editor(notepad++ for eg)
    If they look like they are encrypted, try renaming the .mdl file to .zip( I can do this in 11g and what this gives me is a .xml file and a .mdx file which can be viewed in an xml editor)
    You can then possibly do a text comparison to find if anything is obviously different.
    Another good option is something our friend Oleg developed.
    http://owbeg.blogspot.co.uk/2012/05/release-005-of-mapreconstruct-script.html
    This script extracts the mapping as an OMB script. You can then compare both mapping tcl outputs.

  • Sync is stuck on last step in iTunes

    sync is stuck on last step in iTunes and my entire music library will not import to iphone 5c

    Backup and then restore from backup. See:                                               
      iOS: Back up and restore your iOS device with iCloud or iTunes

  • Sync Cancelling at the Last Step after Loading iOS 5

    I recently updated my iPhone 3G S to iOS5 but when the phone was restored following the update only about 2/3 of my music had synced with my phone. When I try to sync (via WiFi or cable), the iPhone gets to the last step (Step 6 of 6), begins to sync the music and then sayings cancelling sync when I haven't touched anything. When I look at my phone after attempting to sync it, I can see the songs that have not sync'd on my phone, but they are in a more transparent gray (rather than the typical black lettering) and I am unable to play them.
    I have already tried restoring my phone again, the issue has persisted. I am unsure if it is relevant, but I have a 13" MacBook Pro. Thanks!

    Hi Roberto,
    Thank you very much for your prompt response the issue seems to be very close to what is described in notes
    ·         1624426
    ·         1664394
    Unfortunately We have tried both notes i.e. our Administrator verified that port is 80 and we have tried to use the ‘DNS-hostname:80’ and the problem still occasionally appears (I stress occasional and from specific end user’s PCs).
    Any other ideas?
    Thank you in advance.
    Kind Regards
    Mike 

  • I just purchased Adobe Acrobat XI Pro, but installation didn't work. At the last step said that it'd fund an error. Any idea? How i can contact Adobe support? I have a new Macbook Pro Yosemitte ..

    I just purchased Adobe Acrobat XI Pro, but installation didn't work. At the last step said that it'd fund an error. Any idea? How i can contact Adobe support? I have a new Macbook Pro Yosemitte ..

    Hi Francis,
    Could you please let me know how have you been trying to install Acrobat?
    Please ensure that you are signed in as admin and antivirus software is disabled at the time when you install.
    Regards,
    Anubha

  • Help required in the last step of SAP Query

    Hi Experts,
    I have walked through all the steps of SAP Query except for the last one.Please tell what to do in the attached screen shot of SAP Query.
    Thanks and regards
    Rajeev Chhabra

    Hi Vinod
    My problem is that
    1.I am not getting the screen Basic List Line structure in the Tcode SQ01 can you tell me how to get that.
    2. In the last step of the SQ01 transaction code Can you please tell what to do on the screen Query layout design(Please give adetailed response)
    Thanks and regards
    Rajeev Chhabra
    Message was edited by: rajeev chhabra

  • Problem at the last step in LSMW Direct I/P Method

    Hi all ,
    I am trying to create the ROUTING using LSMW direct input method .
    After executing the last step (Start Direct Input )  .. I am getting the Following Information as errors .
                   Data Transfer of Routings via Direct Input                                                                  1
        Error_di_exp         From    To      Obj   Index       Plnnr
    E    2     2                             O     0000000001
    E                           1     1      A     0000000001
    E                           2     2      O     0000000001
    C\ 045
       You cannot edit the task list object with activity type
    C\ 045
       You cannot edit the task list object with activity type
    Please let me where could be the problem .
    Thanks for any suggestions .
    Regards,
    Raj

    go to CA01 and try loading one routing manually and you will understand whats the error.
    discuss activity type restrictuing to be laoded with Functional consultent.

  • Eternity Long Syncing, Getting Stuck On Last Step

         Okay, I have tried and tried to solve this problem on my own and I am just at a dead end here. One time I was happy with having music on my iPod Touch 5 until all of a sudden the music would not show up on there anymore. I'm sure a lot of people are experiencing the same thing, having their playlist come up gray-colored with that dotted circle next to it and having it say that it is in the storage in blue but not really on your iPod/iPhone. The real problem I see for me at least it that it does not quite finish the syncing process. It'll get stuck on "waiting for changes to be applied" and well one time last night i left my iPod on that step over night into 9am this morning and STILL on that last step. No music. This is the same for my iPhone 5s. Although at one point I was able to manually grab a song from my playlist and drag to my phone and it'll be on there but that stopped too. Any new songs I manually drag to the phone will show up in that grayed color, but the blue storage part on the bottom part accounts for it, but its not on the phone/pod. The only problem I can spot as of right now is that its not "completely" getting done with syncing. And yes I have tried many alternatives; I've uninstalled iTunes and reinstalled back in the proper way (in case this helps I do have a Windows 7 computer), I've rebooted my iPod 5 and iPhone 5s before syncing, I have un-check marked the "Sync Music" and re-checked it back (That also never gets done syncing, so I just cancel it), I even restored my iPod as new just to see if it'll get music on there and well it didn't work (I was thinking that something corrupted could have been on the iPod as well as in the back-up so I did that and no improvments. I didnt do this for my iPhone yet.), and yes this iTunes is authorized with this computer. I don't know what else to do, this could either be my iPod, the computer, iTunes (I have the 11.1.4) or the dock connector messed up. I just want that syncing to be finished!!! Can someone please help me out so I can listen to music on my iPod again. Thank you!
         Also as additional information, it only shows the songs I've bought off of iTunes, rather than the ones I have on my computer. The majority of my playlist came from my computer and I have it in the "My Documents", I have 540 songs total.

    See this previous discussion:
    Syncing stays on 'waiting for items to copy' with iOS 5 (Updated)

Maybe you are looking for

  • What happens to replicat when a checkpoint table is accidentally removed ?

    Please let me know what happens when a active checkpoint table is removed? Does the replicat abend or does it pick from where it left off by reading the trail file.

  • Questions About Office 365 Capabilities

    I am exploring the possibility of putting our organization's Office on, "the cloud" using Office 365 Enterprise E2. I have some questions that are important. Any help will be appreciate. 1.  I have developed extensive VBA "code behind" on Word files 

  • Black screen before booting and diod flashing

    Hi, i have problem with my new macbook pro 2011 with OS X Lion. when i open notebook it starts from sleep. after 5 sec grey notification with"system will restart" on five langueges. when it shut down and i start it. the csreen is black and diod flash

  • Use of PDFs in PRO4

    Hello All,  Iu2019ve configured for the use of PDFs (expert view, other settlement, position 24 = 0, and the TRVFE feature). Modified and am using a Z copy of the expense form with no problems.  Here is my question/issue, in the weekly report (PR04)

  • Regular Expression in CF ?

    Hi I have the following line from an rss feed #weather_xml.rss.channel.item[x].description.xmlText# At present it outputs as Thursday: sunny, Max Temp: 8°C (46°F), Min Temp: 4°C (39°F) Is it possible using regular expressions or another method, that