Setup Flash Acces manager

i installed CentOS 5.6 and downloaded tomcat 6.0.32 , all operations from manual, point 4.1 to 4.7 work, the server is on ip 10.4.80.21, when i check from my windows http://10.4.80.21:8080/flashaccessserver/flashaccess/license/v1 i see :
License Server is setup correctly.
     Total successful requests = 0 requests in 0 ms.
     Average response time = 0 ms. Average throughput = 0 requests per sec
Now i do step 5,
copy Reference Implementation\Server\resources\ to /usr/tomcat/resources, in catalina.sh i set :
CLASSPATH="/usr/tomcat/resources/flashaccess-refimpl-packager.properties"
in
/usr/tomcat/resources/flashaccess-refimpl-packager.properties
i set config.resourcesDirectory="/usr/tomcat/resources"
copy flashaccess-packager.war to /usr/tomcat/webapps
i downloaded last version of AIR on my windows and installed flash accessmanager.air
i restarted my tomcat, in log i have :
2011-08-02 14:52:26 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/lib/i386/client:/usr/java/lib/i386:/usr/java/../
2011-08-02 14:52:27 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
2011-08-02 14:52:27 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1743 ms
2011-08-02 14:52:27 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
2011-08-02 14:52:27 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
2011-08-02 14:52:27 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
2011-08-02 14:52:28 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
2011-08-02 14:52:28 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive flashaccessserver.war
2011-08-02 14:52:29,602 INFO  [com.adobe.flashaccess.server.license.engine.LicenseEngine] Deployment root: /usr/tomcat/licenseserver
2011-08-02 14:52:29,615 INFO  [com.adobe.flashaccess.server.license.engine.LicenseEngine] Log root: /usr/tomcat/licenseserver
2011-08-02 14:52:29,696 INFO  [com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory] Unable to initialize the PKCS11 key store factory. If PKCS11 is to be supported, please ensure 'pkcs11.cfg'
2011-08-02 14:52:30 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive flashaccess-packager.war
2011-08-02 14:52:30 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
log4j:WARN No appenders could be found for logger (com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer).
log4j:WARN Please initialize the log4j system properly.
2011-08-02 14:52:30 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
2011-08-02 14:52:30 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
2011-08-02 14:52:31 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
2011-08-02 14:52:31 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
2011-08-02 14:52:31 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=1/61  config=null
2011-08-02 14:52:31 org.apache.catalina.startup.Catalina start
INFO: Server startup in 3883 ms
when i check again from my windows http://10.4.80.21:8080/flashaccessserver/flashaccess/license/v1 i see :
License Server is setup correctly.
     Total successful requests = 0 requests in 0 ms.
     Average response time = 0 ms. Average throughput = 0 requests per sec
still is ok, so i check manager on windows, i run it and in field Packager Server URL i set http://10.4.80.21:8080/, close aplication and run again, on start i have screen with message :
FAULT
Cannot populate packager preferences.
HTTP request error
Packager Server may not be running at specified location
What i missed or doing wrong ?

thank katherine n and zong, the path was wrong ;]
now manager try to connect, getting configuration in  resources directory and license server but next fields are empty in log AdobeFlashAcces.log i have :
2011-08-09 15:38:24,973 INFO  [com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer] Packager thread started. Thread: Thread[WatchedFolderPackagerThread,1,main]
2011-08-09 15:38:25,877 ERROR [com.adobe.flashaccess.refimpl.util.ParamsReader] Error decoding the password for MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential.password
javax.crypto.BadPaddingException: Given final block not properly padded
        at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
        at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
        at com.sun.crypto.provider.SunJCE_ab.b(DashoA13*..)
        at com.sun.crypto.provider.PBEWithMD5AndDESCipher.engineDoFinal(DashoA13*..)
        at javax.crypto.Cipher.doFinal(DashoA13*..)
        at com.adobe.flashaccess.refimpl.util.ScrambleUtil.decode(ScrambleUtil.java:103)
        at com.adobe.flashaccess.refimpl.util.ScrambleUtil.unscramble(ScrambleUtil.java:92)
        at com.adobe.flashaccess.refimpl.util.ParamsReader.unscramble(ParamsReader.java:147)
        at com.adobe.flashaccess.refimpl.util.ParamsReader.loadServerCredential(ParamsReader.java:18 0)
        at com.adobe.flashaccess.refimpl.util.ParamsReader.readPackagerSecurityParams(ParamsReader.j ava:865)
        at com.adobe.flashaccess.refimpl.util.ParamsReader.readPackagerParams(ParamsReader.java:853)
        at com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer.packagerSetup(RefImplPackage rServer.java:116)
        at com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer.run(RefImplPackagerServer.ja va:165)
        at java.lang.Thread.run(Unknown Source)
2011-08-09 15:38:25,881 FATAL [com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer] Could not find server properties
javax.servlet.UnavailableException: Error decoding the password for MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential.password Bad password encountered. Please use ScrambleUtil
s.class to encrypt the password
        at com.adobe.flashaccess.refimpl.util.ParamsReader.unscramble(ParamsReader.java:171)
        at com.adobe.flashaccess.refimpl.util.ParamsReader.loadServerCredential(ParamsReader.java:18 0)
        at com.adobe.flashaccess.refimpl.util.ParamsReader.readPackagerSecurityParams(ParamsReader.j ava:865)
        at com.adobe.flashaccess.refimpl.util.ParamsReader.readPackagerParams(ParamsReader.java:853)
        at com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer.packagerSetup(RefImplPackage rServer.java:116)
        at com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer.run(RefImplPackagerServer.ja va:165)
        at java.lang.Thread.run(Unknown Source)
2011-08-09 15:38:25,882 INFO  [com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer] Exiting Packager thread.
2011-08-09 15:38:29,956 INFO  [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] Password for MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential.password could not be
unscrambled. Displaying blank value
2011-08-09 15:38:29,957 ERROR [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] javax.crypto.BadPaddingException: Given final block not properly padded
2011-08-09 15:38:29,966 INFO  [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] Password for PolicyUpdateListFactory.ServerCredential.password could not be unscrambled. Displaying blank value
2011-08-09 15:38:29,966 ERROR [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] javax.crypto.BadPaddingException: Given final block not properly padded
2011-08-09 15:38:29,967 INFO  [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] Password for RefImpl.HSM.PartitionPWD could not be unscrambled. Displaying blank value
2011-08-09 15:38:29,967 ERROR [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] java.lang.IllegalArgumentException: Invalid character in base 64 encoding at index 0
2011-08-09 15:38:30,077 INFO  [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] Password for MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential.password could not be
unscrambled. Displaying blank value
2011-08-09 15:38:30,077 ERROR [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] javax.crypto.BadPaddingException: Given final block not properly padded
2011-08-09 15:38:30,079 INFO  [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] Password for PolicyUpdateListFactory.ServerCredential.password could not be unscrambled. Displaying blank value
2011-08-09 15:38:30,080 ERROR [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] javax.crypto.BadPaddingException: Given final block not properly padded
2011-08-09 15:38:30,080 INFO  [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] Password for RefImpl.HSM.PartitionPWD could not be unscrambled. Displaying blank value
2011-08-09 15:38:30,080 ERROR [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] java.lang.IllegalArgumentException: Invalid character in base 64 encoding at index 0
2011-08-09 15:38:30,121 INFO  [com.adobe.flashaccess.refimpl.userinterface.UICommunicator] Password for MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential.password could not be
unscrambled. Displaying blank value
in file flashaccess-refimpl-packager.properties   i have :
# Reference Implementation Packager Properties #
# Packager resources directory (used for policies, certificates, and any other
# resource file read by the packager).
config.resourcesDirectory=/usr/tomcat/resoruces/
# Specify the URL of the server to request a license from
# This value is a base URL of the server, including protocol (http/https), hostname, port, and path (optional).
# The client will append additional path info, according to the Flash Access protocol.
# URL highly recommended to be http for maximum speed.
V2KeyParameters.LicenseServerUrl=http://89.174.236.242:8080/
# License Server Certificate, issued by Adobe
V2KeyParameters.KeyOptions.AsymmetricKeyOptions.Certificate=wsb-nlu-trial.pem
# Server transport certificate, issued by Adobe
V2KeyParameters.LicenseServerTransportCertificate=wsb-nlu-trial.pem
# Packager credential (file containing certificate and private key), issued by Adobe.
# This parameter is used to sign the metadata during packaging.
MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential=wsb-nlu-t rial.pfx
# Packager credential file password
# *** Use ScrambleUtil.class to encrypt the password. ***
#MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential.password =67klP5KmmOSNTN/w5Zetuw==
MediaEncrypter.encryptContent.DRMParameters.SignatureParameters.ServerCredential.password= ZTHpbVZXeodEra9+vVCfbg==
# Parameters for the policy update list creation
# License Server credential (file containing certificate and private key), issued by Adobe.
PolicyUpdateListFactory.ServerCredential=wsb-nlu-trial.pfx
# License Server credential file password
# *** Use ScrambleUtil.class to encrypt the password. ***
PolicyUpdateListFactory.ServerCredential.password=ZTHpbVZXeodEra9+vVCfbg==
# Number of milliseconds between polls.
# The watchfolder will be watched after this specified interval for any new files added to the folder.(optional)
packager.watchfolder.interval=60000
# Overwrite destination file if exists
packager.watchfolder.overwrite=true
# If this is true then a copy of input file will be saved  to a backup folder specified by
# packager.watchfolder.backupSubfolder (optional)
packager.watchfolder.backupInput=true
# String to be inserted in the destination file name before the file name extension to indicate
# that this is the output file. (optional)
packager.watchfolder.outputFileNameLabel=.out
# Name of input path sub-folder where input files are copied into if packager.watchfolder.backupInput is true.(optional)
packager.watchfolder.backupSubfolder=inputBackup
# List of source paths for Watched Folders.
# Source path for the watchfolder should be an absolute path. It is not relative to the resourcesDirectory (specified above).
#packager.watchfolder.source.1=C:\\MyVideos\\Folder1
#packager.watchfolder.source.2=C:\\MyVideos\\Folder2
i used scrambler to encrypt password for pem files, what again is wrong ?

Similar Messages

  • How do you delete songs that you purchased through iTunes but don't show up when you connect the iphone to iTunes they don't show up in music when you click on "On this phone"? I have my phone setup to manually manage music. Please help.

    How do you delete songs that you purchased through iTunes but don't show up when you connect the iphone to iTunes? They don't show up in the music section when you click on "On this phone". Side Note: I have my phone setup to manually manage music. Please help.

    Hi, Mrs.Frankie57. 
    Thank you for visiting Apple Support Communities.
    If you want to delete a song from your iOS device on iOS 7, tap Songs, swipe the song from right to left, then tap Delete. The song is deleted from iPhone, but not from your iTunes library on your Mac or PC, or from iCloud.
    iPhone User Guide
    Cheers,
    Jason H.

  • Regading PI monitoring setup in solution manager

    Hi Folks,
    I am new to solution manager and I need to setup PI monitoring setup in solution manager...
    I read some blogs and docs but not getting clear idea.   all the remaning setup has been done in solution manager and only need to configure the technical monitoring thing in solution manager...
    Please help me on this step by step guide...
    Thanks,
    Sreenivas

    Hi Hareesh,
    Thanks for your reply.
    In Solution manager if I opend the technical monitoring I am getting below screen..
    Can you please tell me what are the steps I need to do... For first i want to test this with one file communication channel later I will do remaining channels.
    I am new to this setup.. help me on this..
    Thanks,
    Sreenivas

  • System Monitoring Setup in Solution Manager

    Hello Experts,
    We are going to implement and configure Solution Manager - System monitoring setup for pre testing purpose
    Currenly we have installed below SAP Systems
    1.Solution Manager Server
    2.ECC server (Without Ides) - Abap
    3.CRM Server (Without Ides) -Abap + Java
    We need to setup below tasks in Solution Manager
    1.Early watch alert
    2.System Monitoring
    3.Central System Administration
    4.Business Process Monitoring
    5.Service Level reporting
    1.Is it possible to setup the solution manager -above mentioned tasks without Ides system ?
    Could you please someone give input reg this.
    Thanks
    Thirumal
    Edited by: Thiru Thirumal on Aug 6, 2008 4:56 AM
    Edited by: Thiru Thirumal on Aug 6, 2008 4:57 AM

    Hi,
    Q. Is it possible to setup the solution manager -above mentioned tasks without Ides system ?
    A. Yes.
    Check with links for
    1.Early watch alert
    This process helps you to identify potential problems early, avoid bottlenecks, and monitor the performance of your ABAP and JAVA systems and your most important business processes, regularly, automatically and effectively. The data collection infrastructure comprises the ABAP Service Data Control Center and the JAVA function module Data Provider. The SAP EarlyWatch Alert in the SAP Solution Manager is a service provided by SAP.
    To be able to use it, you have:
    maintained the non-ABAP systems correctly in the system landscape maintenance (transaction SMSY)
    RFC u2013 Connections between: and an RFC u2013 Connections established.
    your satellite systems and the SAP Solution Manager system
    SAP Solution Manager and the SAP Service Marketplace
    Solution Manager system and Solution Manager Diagnostics
    Cf: Solution Manager IMG (transaction SPRO).
    checked the availability of the tools required for the SAP Service sessions (add-on ST-A/PI), with the report RTCCTOOL.
    activated Alert Monitoring and set-up the Automatic Session Manager (ASM) in the Service Data Control Center (SDCCN) of your satellite systems, for all SAP satellite systems and the central SAP Solution Manager of your solution
    set-up your systems in a solution landscape in the SAP Solution Manager
    configured Solution Manager Diagnostics
    2.System Monitoring
    The system monitoring in the SAP Solution Manager is, as described above, like a system-wide central CCMS. It can also contain the central CCMS (CEN) of satellite systems. These CENs can then monitor other components.
    The graphical display in the SAP Solution Manager gives you access to the alerts of all systems in a solution. You can go to the local or central CCMS of the satellite systems.
    The system proposes the most important alerts in the CCMS monitor collection, according to SAP experience, and their alert thresholds, for each system in the solution, in the system monitoring Session. You can activate or deactivate these alerts. The connection between the local CCMS and the SAP Solution Manager allows you to maintain the alert thresholds directly in the SAP Solution Manager, overwriting the values in the local CCMS.
    3.Central System Administration
    You activate the customizing for business processes in your solution, in the Business Process MONITORING session in the SAP Solution Manager. A monitoring tree element (MTE), or a monitor collection, u201EBPMu201C of several monitoring objects, is created in the local or central (CEN) CCMS of the satellite system.
    The data is collected for the monitoring types of the business process monitoring in contrast to system monitoring, as follows:
    ● The system collects performance (dialog transactions), posting cancellations (V1 and V2) and u201EOther CCMSu201C and interface data, in the local CCMS of the satellite systems.
    ● The system collects background processing, application list, application monitors, delivery lists, and document size data, in the central SAP Solution Manager CCMS.
    The SAP Solution Manager system copies the data from the local CCMS.
    The graphical display in the SAP Solution Manager simplifies access to the alerts for the business processes, business process steps or the interfaces between the systems in a solution. You can go to the local CCMS of the satellite systems.
    The connection between the local CCMS and the SAP Solution Manager allows you to maintain the alert thresholds directly in the SAP Solution Manager. These overwrite the values in the local CCMS.
    4.Business Process Monitoring
    The system and business process monitoring (including interface monitoring) in the SAP Solution Manager, both use the Computing Center Management System (CCMS) (transaction RZ20) architecture. This means that system alerts which occur in the local CCMS, are passed to the SAP Solution Manager via RFC connections between the SAP Solution Manager and the satellites. The system shows these alerts in a graphic or in Sessions. You can also handle the alerts centrally, without having to go to the local CCMS of the satellite systems.
    You can see the alerts from several systems in a solution landscape in the SAP Solution Manager, in a graphical overview, in contrast to the local CCMS of the SAP Solution Manager satellite systems. This is the view of a central CCMS (CEN). You can also monitor non-SAP systems in a central CCMS (CEN) of a satellite system
    5.Service Level reporting
    http://service.sap.com/solutionmanager for all solman tasks as given below.
    http://www.asap.net.cn/homepage_en/Solution%20Manager%20EN.pdf
    http://help.sap.com/saphelp_sm32/helpdata/en/1b/f02c41ab78f66fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_sm32/helpdata/en/9f/1f46570f8a4a268b3154e0e0f07280/content.htm
    Regards,
    Srini Nookala

  • After install of OS X ML, do I need to re-install Adobe Flash  Drive Manager?

    Do I have to re-install Adobe Flash Drive Manager? I do not see it after instaling ML.

    If you own a license for License then you should be able to download it as needed.
    Lightroom - all versions
    Windows
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    Mac
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Macintosh

  • Companycode 9650 is not setup for materials management

    Hi all,
    i am loading  data from r/3 to CO cube 0copc_c10 from a custom defined datasource.I am getting error as "Companycode 9650 is not setup for materials management". i have checked in rsa/3.there also its throwing same error while displaying (but its showing 2056 records are selected).Dont know what to do.Any help?
    Regards,
    Murali.

    Hi Roberto,
    here is the message i see :
    No cost estimate found for material item 00016 in itemization
    Message no. CK 375
    Diagnosis
    The system could not find a cost estimate for material item 00016 in the itemization of material 1278.357.233 in plant 0800.
    It is possible that the cost estimate for this material has been deleted.
    Procedure
    You can display the costs for this material referenced to cost component view 01.
    The costs for material item 00016 correspond to the cost component view in the costing type in Customizing for Product Cost Controlling. If the costing type does not contain a cost component view, the system displays the costs for the cost components that are flagged as being relevant to stock valuation.
    And DATA SOURCE WAS BUILT ON FUNCTION MODULE(Custom defined).
    regards,
    Murali.

  • Need help on Using Oracle Acces Manager 11g

    Hi
    I Need help on Using Oracle Acces Manager Admin console to configure for SSO.
    I am new to Identity Management
    I have installed OAM 11g and configured for OAM in new weblogic domain
    Please help to proceed forward.
    Thanks
    Swapnil

    Hi
    Thanks for your reply
    I am able to login to the console
    I am unable to login the the weblogic server from another machine but abl eto do so from the machine where all this is installed
    What i feel is there needs to be some configurataion maybe policy or Agent
    IDMDomainAgent is configured and so is the OAM server configured .
    Please advice some books or link how to do achieve logging into the weblogic em/console from a remote machine
    Thanks in Advance

  • Setup Flash Media Server 2

    Hi,
    I am new to Flash Media Server. I have installed FMS 2 on
    Windows 2003 Server, I have loaded the .flv file in applications
    directory and created the instance on FMS managment console. The
    .swf file is in the Web Server (IIS 6.0) root directory. Next what?
    how to link the FMS to the Web Server ?
    I would really appreciate if anyone could help me setup the
    FMS from scratch......or a link with an example...
    Thanks

    Hi JayCharles,
    I have followed each an every step given by Ryan.......I
    installed Adobe Flash CS3 trial ver., but I couldn't find the
    samples and tutorials folder in C:\Adobe or C:\Macromedia.....so, I
    have created a main.asc file with *** load("components.asc") ***.
    In teh content path I have given "
    rtmp://localhost/my_folder/_definst_/filename.flv.....when I
    publish it I can't see the video .......
    --Waiting for your reply.....
    Thanks

  • Initiall SharePoint Server 2013 setup -- unable to manage new User Profile Service Application

    During initial farm setup, creating an initial User Profile Service Application works fine.  However, once it's created, I cannot 'manage' it through the Manage Service Applications page in central
    admin.
    I get a generic error (Sorry, something went wrong / unexpected error) with a correlation ID that doesn't seem to match any ULS log entries. (Yes, I merged logs from all machines in the farm.)
    A Windows event log entry says:
    A failure was reported when trying to invoke a service application: Endpoint Failure
    Also frequent errors in ULS logs:  (see below)
    UserProfileApplicationNotAvailableException     
    User Profile Application      Proxy failed to retrieve partitions from User Profile Application: Micro…
    SPDistributedCache DataCacheException
    I did notice that the file 'ProfileService.svc does not exist in SharePoint's web services app at the URL you see in the error. (below)
    I also found it interesting that the event log error shows 1 active endpoint and 3 failed endpoints.  I have 2 WFEs and 2 app servers.  But I'm only trying to get the user profile service app running on the application
    servers.  I have deleted and recreated this service app several times under various names (deleted/recreated its app pool as well) and wonder if these other failed endpoints could be orphans from previous instances...
    Any thoughts on how I might successfully create this service application?  I've already been Binging my head against a wall long enough that I would have been better off reinstalling the entire farm...  I may still
    do that.
    FYI, my farm came from a slipstreamed SP1 install package, and received the July CU after several other things were already configured, including the already-failed UP service application.
    Log Name:      Application 
    Source:        Microsoft-SharePoint Products-SharePoint Foundation 
    Date:          8/8/2014 6:11:54 PM 
    Event ID:      8313 
    Task Category:
    Topology 
    Level:         Error 
    Keywords:       
    User:          xyz\sp_farm
    Computer:      spapp1.xyz.local 
    Description: 
    A failure was reported when trying to invoke a service application: EndpointFailure 
    Process Name: w3wp 
    Process ID: 4284 
    AppDomain Name: /LM/W3SVC/560632691/ROOT-1-130519915587486075 
    AppDomain ID: 2 
    Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&authority=https://spapp1:32844/Topology/topology.svc 
    Active Endpoints: 1 
    Failed Endpoints:3 
    Affected Endpoint:
    http://spapp1:32843/3f215b603e634a629875945488863f75/ProfileService.svc 
    Event Xml: 
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> 
      <System> 
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" /> 
        <EventID>8313</EventID> 
        <Version>15</Version> 
        <Level>2</Level> 
        <Task>13</Task> 
        <Opcode>0</Opcode> 
        <Keywords>0x4000000000000000</Keywords> 
        <TimeCreated SystemTime="2014-08-08T23:11:54.738080000Z" /> 
        <EventRecordID>14550</EventRecordID> 
        <Correlation ActivityID="{02A1AC9C-1125-6026-E124-A52653003266}" /> 
        <Execution ProcessID="4284" ThreadID="16072" /> 
        <Channel>Application</Channel> 
        <Computer>spapp1</Computer> 
        <Security UserID="S-1-5-21-499312637-3451022336-10712144539-44056" /> 
      </System> 
      <EventData> 
        <Data Name="string0">EndpointFailure</Data> 
        <Data Name="string1">w3wp</Data> 
        <Data Name="int2">4284</Data> 
        <Data Name="string3">/LM/W3SVC/560632691/ROOT-1-130519915587486075</Data> 
        <Data Name="int4">2</Data> 
        <Data Name="string5">urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&amp;authority=https://spapp1:32844/Topology/topology.svc</Data> 
        <Data Name="int6">1</Data> 
        <Data Name="int7">3</Data> 
        <Data Name="string8">http://spapp1:32843/3f215b603e634a629875945488863f75/ProfileService.svc</Data> 
      </EventData> 
    </Event> 
    Log Name:      Application 
    Source:        Microsoft-SharePoint Products-SharePoint Foundation 
    Date:          8/8/2014 6:51:04 PM 
    Event ID:      8313 
    Task Category: Topology 
    Level:         Error 
    Keywords:       
    User:          VANTAGE\sp_farm 
    Computer:      spapp1.vantage.local 
    Description: 
    A failure was reported when trying to invoke a service application: EndpointFailure 
    Process Name: OWSTIMER 
    Process ID: 8472 
    AppDomain Name: DefaultDomain 
    AppDomain ID: 1 
    Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&authority=https://spapp1:32844/Topology/topology.svc 
    Active Endpoints: 1 
    Failed Endpoints:3 
    Affected Endpoint:
    http://spapp2:32843/3f215b603e634a629875945488863f75/ProfileService.svc 
    Event Xml: 
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> 
      <System> 
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" /> 
        <EventID>8313</EventID> 
        <Version>15</Version> 
        <Level>2</Level> 
        <Task>13</Task> 
        <Opcode>0</Opcode> 
        <Keywords>0x4000000000000000</Keywords> 
        <TimeCreated SystemTime="2014-08-08T23:51:04.938901900Z" /> 
        <EventRecordID>14596</EventRecordID> 
        <Correlation /> 
        <Execution ProcessID="8472" ThreadID="17360" /> 
        <Channel>Application</Channel> 
        <Computer>spapp1.vantage.local</Computer> 
        <Security UserID="S-1-5-21-499312637-3451022336-10712144539-44056" /> 
      </System> 
      <EventData> 
        <Data Name="string0">EndpointFailure</Data> 
        <Data Name="string1">OWSTIMER</Data> 
        <Data Name="int2">8472</Data> 
        <Data Name="string3">DefaultDomain</Data> 
        <Data Name="int4">1</Data> 
        <Data Name="string5">urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&amp;authority=https://spapp1:32844/Topology/topology.svc</Data> 
        <Data Name="int6">1</Data> 
        <Data Name="int7">3</Data> 
        <Data Name="string8">http://spapp2:32843/3f215b603e634a629875945488863f75/ProfileService.svc</Data> 
      </EventData> 
    </Event> 
    20:22:31.94 SharePoint Portal Server User Profiles cm6y High  
    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging
    :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 6cd1c1f0-5874-4f8e-9c0a-ed1aff342048     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)  
    20:22:38.16 SharePoint Portal Server User Profiles d22b High  
    Failure retrieving application ID for User Profile Application Proxy 'User Profile Service Application': Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging
    :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 6cd1c1f0-5874-4f8e-9c0a-ed1aff342048     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_AppID()  
    20:22:44.25 SharePoint Foundation DistributedCache ah24v High  
    [Forced due to logging gap, cached @ 08/08/2014 20:22:38.16, Original Level: Verbose] DistributedCacheClient TransportProperties- ChannelInitializationTimeout '{0}', ConnectionBufferSize '{1}',                                  
    MaxBufferPoolSize '{2}', MaxBufferSize '{3}', MaxOutputDelay '{4}',ReceiveTimeout '{5}'.  
    20:22:55.26 SharePoint Foundation DistributedCache ah24w Unexpected  
    Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0006>:There
    is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been
    granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.). Additional
    Information : The client was trying to com...  

    Thanks for the suggestion.  I performed the service restarts, and then an iisreset an the two web servers, and the application server that does not run the services.  Finally, I ran iisreset on the application server that does run the services.
    After performing those steps, I still cannot manage the user profile service application.
    ULS log at the time of the attempt contains User Profile Application Proxy errors (in my original post) and am also noticing the following error:
    08:15:21.17 SharePoint Foundation General ajlz0 High Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException:
    This User Profile Application's connection is currently not available. The Application Pool or User Profile Service may not have been started. Please contact your administrator.     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.get_CurrentApplicationProxy()    
    at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ManageUserProfileServiceApplicationBase.OnPreRender(EventArgs e)     at System.Web.UI.Control.PreRenderRecursiveInternal()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean
    includeStag...  

  • Dual monitor setup flashes constantly

    I am trying to set up a dual monitor setup with a Lenovo Thinkcentre Edge computer.  I reset the BIOS to enable multimonitor support and IGD Active Video.  One monitor is plugged into the VGA port.  But when I plug the second monitor into the DVI-D port, both monitors flash constantly and the speakers make the sound of a device being disconnected.  Unplugging the DVI-D monitor stops the problem on the VGA monitor.  I checked the drivers and they are all up to date.  Any ideas?

    Bad cable?
    Disclaimer: While I do work for Lenovo Partner, all my contributions are my personal, non-official and not that of Lenovo or my employer.

  • How big effort it is to setup Change Request Management?

    We are interested in implementing Change Request Management into our Solution manager 7.0.
    What size of an effort in mandays it actually is and what kind of professional roles are required to set it up? Some background information for your responses:
    implementation project is already there in Solman (SOLAR01/02) and is already live
    satellite system connections within SMSY are already active
    no central CTS/CTS+ is currently in use
    when having CHARM it is assumed that also CTS+ should be used
    So, I guess we are in a typical situation where implementation project has ended and live and support organisation and tools are being setup. There we need CHARM and CTS+.
    I have read lots of SDN threads and blogs, but did not get a clear picture how big effort setting up CHARM is. Please note, I not looking for config guides now, just your experiences. Even if am not interested in config guides, could you at least describe the main steps that are necessary in setting up CHARM?
    br Kim

    Hi
    Adding more to it
    Use the following link,
    /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    https://websmp202.sap-ag.de/~sapdownload/011000358700000657692007E/ECTS_CHARM_SP12.PDF
    Regular correction
    https://websmp202.sap-ag.de/~sapidb/011000358700000086572008E.sim
    Later login to solman enter tcode SPRO and goto scenario specific Change Request management node and start configuring by
    going through the IMG Help and as per requirement.
    Create a maintenance project and Activate Charms
    https://websmp202.sap-ag.de/~sapidb/011000358700005479242006E.sim
    Regards
    Uday

  • Setup BPEL Process Manager with OID

    I followed all the instructions provided by the Content Services Custom BPEL workflow to setup BPEL with OID but I have The error "Identity Service cannot find user" while log in to http://fr101sv0226.corp.tpnet.intra:9700/integration/worklistapp/Login
    I have configured :
    1)
    [oracle@fr101sv0226 orabpel]$ more ./system/services/config/is_config.xml
    <BPMIdentityServiceConfig xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
    <provider providerType="JAZN" name="oid">
    <connection url="ldap://fr101sv0226.corp.tpnet.intra:389" binddn="cn=orcladmin" password="CLxKPM04EzA=" encrypted="true">
    <pool initsize="2" maxsize="25" prefsize="10" timeout="300000"/>
    </connection>
    </provider>
    </BPMIdentityServiceConfig>
    2)[oracle@fr101sv0226 orabpel]$ more ./system/appserver/oc4j/j2ee/home/config/jazn.xml
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn-9_04.dtd">
    <jazn provider="LDAP" location="ldap://fr101sv0226.corp.tpnet.intra:389">
    <property name="ldap.cache.session.enable" value="false"/>
    <property name="ldap.cache.realm.enable" value="false"/>
    <property name="ldap.user" value="cn=orcladmin"/>
    <property name="ldap.password" value="{903}q/BL01wZ0UsS9H+PIN25ih4tlPcSWaLm"/>
    <property name="ldap.cache.policy.enable" value="false"/>
    </jazn>
    (password value was "!password"
    3)oracle@fr101sv0226 orabpel]$ more ./system/appserver/oc4j/j2ee/home/application-deployments/hw_services/orion-application.xml
    <?xml version="1.0"?>
    <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application
    -9_04.dtd">
    <orion-application deployment-version="10.1.2.0.0" default-data-source="jdbc/OracleDS" treat-zero-as-null="true">
    <ejb-module remote="false" path="hw_services.war" />
    <web-module id="testconnection" path="testconnection.war" />
    <web-module id="deploy" path="deploy.war" />
    <web-module id="worklistxpress" path="worklistxpress.war" />
    <web-module id="hw_services" path="hw_services.war" />
    <persistence path="persistence" />
    <principals path="principals.xml" />
    <!--jazn provider="XML" location="jazn-data.xml" /-->
    <jazn provider="LDAP" location="ldap://fr101sv0226.corp.tpnet.intra:389" >
    <property name="ldap.cache.session.enable" value="false" />
    <property name="ldap.cache.realm.enable" value="false" />
    <property name="ldap.user" value="cn=orcladmin" />
    <property name="ldap.password" value="!sv0226" />
    <property name="ldap.cache.policy.enable" value="false" />
    </jazn>
    (the password has not beend encrypted for this file???)
    Please Help....
    Thanks
    JO

    Hi JO,
    Can you confirm the following:
    That the 10.1.2.0.0 Application Server instance to which you installed BPEL was configured with the same Oracle Internet Directory that is used by Content Services (you would have had an option during AS install to specify OID integration - aka Identity Management access).
    Note - that the OID Server must also be running on both SSL and non SSL Ports.
    The bpel integration documentation has been revised since the 10.1.1 release.
    As per the OC4J J2EE Security Guide, one should not need to specify full OID jazn provider information should the IAS instance be associated with Identity Management.
    Thus, you should now be able to set the following revised values in the various configuration files:
    $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml
    <jazn provider="LDAP" />
    $ORACLE_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/jazn.xml
    <jazn provider="LDAP" />
    Also, the orion-application.xml file should not need to be changed at all, as it should inherit the jazn information from the container’s default JAZN configuration specified in $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml
    To summarize:
    1) $ORACLE_HOME/j2ee/OC4J_BPEL/application/deployments/hw_services/orion-application.xml should not need to be modified.
    2) $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml and $ORACLE_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/jazn.xml should contain a jazn entry <jazn provider=”LDAP”/>
    The steps for configuring Identity Service Provider (is_config.xml) are correct. However it should not noted that due to limitations with BPEL’s OIDIdentityService and OIDProvider classes, there is no way of setting up ssl connectivity in is_config.xml – this however has no effect on the workflows.
    thanks,
    Matt

  • How to Setup Flash Builder ActionScript only project for iPad?

    Hello!
    Can someone give a short guide on how to setup an ActionScript only prject in flash builder such that it can be compiled using adt and deployed to the iPad?
    i created successfully iphone games using FlashIDE and PFI.
    now I'd like to create an iPad app using Flash Builder (ActionScript only). but I fail to load the compiled IPA to the ipad, keep getting different errormessages thus i think something with my projectsetup is wrong

    Yes, in Terminal you type a single line which is made from the path to the adt application, some parameters, and paths to other documents. Here's the full list of things:
    /Location/to/AdobeAIRSDK_2.6/bin/adt
    -package
    -target ipa-test
    -provisioning-profile /Location/to/Provision.mobileprovision
    -storetype pkcs12
    -keystore /Location/to/Certificates.p12
    -storepass password
    NameOfApp.ipa ApplicationDescriptor-app.xml
    -C /Location/to/swf  NameOfApp.swf
    splashscreens
    icons
    That "-C" line is clever, it does a directory change to the folder you give it, so after the -C /location/to/swf part it will then look in that same folder for other documents, and for where to build the IPA file.

  • Flash Project Management System

    I was wondering if there has been a UI built in flash for a
    project management system. What Im looking for is an app where the
    managers would drag and drop their resources into a timeline for
    projects and they would be able to stretch resources along the
    timeline for each project. It would basically look like a Gant
    Chart, but with user interactivity. Just basically asking if this
    has already been done, is there an example of the work I could see,
    would this be a fairly easy project, or if am I wasting my time
    here.

    I'm not looking for a full blown project management system; more like an activity (to-do) list in a subject lookup hierarchy, possible with email reminders of what's coming due. (something like expand-collapse subject areas with text, date, name and status fields).  I've done something similar in Visual Basic wtih an Access DB holding the information.  It doesn't look so great but does the job.

  • Change Request Managment setup for Solution Manager 4.0

    Hi guys! Can someone help me on how to setup the Change Request Management in Solution Manager 4.0? I have already have checked the SAP Marketplace for any documentation about this topic but found none. I am configuring the two test servers (1 prod and 1 dev) in tcode SMSY. I have also configured the system role for each server. When I try executing /TMWFLOW/CMSCONF in SE38, no clients appear in the CRITICAL OBJECTS pane. Did I miss a required step in the implementation? I hope you guys can help me. Thanks in advance...
    Regards,
    Ronald Navarro

    Hello Ronald,
    Following the spro configuration will setup the Change Request Management scenario, each spro point has associated the corresponding documentation.
    Also in service.sap.com/rkt-solman>solman 4.0>CCC profile you will find valuable information about how to use this scenario.
    Hope this helps,
    Dolores

Maybe you are looking for

  • Int Server (ABAP Cache) - Cache Updated column shows "red"

    ...long read, appreciate your patience... In the IB:Config, under Cache Notifications, I'm getting the red square in the Cache Updated column for all "ABAP Cache" entries (green for notification).   The "Java Cache" and "Central Adapter Engine" entri

  • How to empty the cube and re-intialize the data load.

    Dear All, I've the following data flow in my BW7 env. From Oracle DB, a full load into a BW ODS  and then a delta load into BW CUBE. The full load from Oracle DB to ODS  contains weekly data (sort of delta filtering put in place at the source) Coz of

  • GetConnection hanging, then stops. can't get connected

    am writing a java application that connects to our Oracle 8i database. i seem to be following the oracle instructions exactly, but when i go to connect it just hangs. no error and no connection. i'm using Sun's Forte IDE. here's my code, can you help

  • I can't upload new BIOS f.40 on my Probook 4740s

    Hi. I can't upload new BIOS or older BIOS on my laptop. why? How can I fix it? I bought a new laptop from store with windows7 in it, but it doesnt work correctly. I downloaded a new BIOS f.40 from HP site, it showed me, that BIOS instaled in my pc is

  • Where Is The Edge Code Compiler?

    I was just wondering where the Java Compiler is supposed to be accessed in the Edge Code application? I have a fairly long Java source code program which pretty badly needs compilation as soon as possible.