JnlpErrorResponse[11 Could not locate requested version]

Hi all,
Im trying to get jardiff working the version based protol is working fine, using the version.xml files.
However when I increment the version number ie 1.4->1.5 in the .jnlp file and the version.xml file in my webapp, and run webstart on a client , I get the exception below.
And the JNLP Download servlet just returns the whole client jar file, not the diff. I am just deleting the old jar file and putting the new file in the webapp, is this wrong, ie shoudl I store the files in /app/1.1/ app/1.2/ so a jar diff can be executed, or do you have to use the __V versioning syntax for jar diff to work???
Also, is there anywhere to look up info on error messages comming out of the jnlp download servlets, ie error 11??
Thanks for you time
Jim
15:24:39 File directory: E:\Apache Group\Apache Tomcat 4.0\webapps\mypro\app
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/myproClient.jar versionId=1.8 name=myproClient.jar lastModified=Fri Oct 04 15:18:17 GMT+01:00 2002] returnVersionId=1.8]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/connector.jar versionId=1.0 name=connector.jar lastModified=Fri Oct 04 13:59:26 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/myproShared.jar versionId=1.0 name=myproShared.jar lastModified=Fri Oct 04 13:59:26 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/jaas.jar versionId=1.0 name=jaas.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/jms.jar versionId=1.0 name=jms.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/oc4j.jar versionId=1.0 name=oc4j.jar lastModified=Fri Oct 04 13:59:31 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/xmlparserv2.jar versionId=1.0 name=xmlparserv2.jar lastModified=Fri Oct 04 13:59:31 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/j2ee.jar versionId=1.0 name=j2ee.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/jta.jar versionId=1.0 name=jta.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
2002-10-04 15:24:39 JnlpResource: JnlpResource[WAR Path: /app/myproClient.jar versionId=1.8 name=myproClient.jar lastModified=Fri Oct 04 15:18:17 GMT+01:00 2002] returnVersionId=1.8]
2002-10-04 15:24:39 Resource returned: /app/myproClient.jar
2002-10-04 15:24:39 Generating JarDiff for myproClient.jar 1.7->1.8
2002-10-04 15:24:39 File directory: E:\Apache Group\Apache Tomcat 4.0\webapps\mypro\app
2002-10-04 15:24:39 Failed to genereate jardiff
com.sun.javaws.servlet.DownloadResponse$JnlpErrorResponse[11 Could not locate requested version]
     at com.sun.javaws.servlet.ResourceCatalog.lookupResource(ResourceCatalog.java:119)
     at com.sun.javaws.servlet.JarDiffHandler.generateJarDiff(JarDiffHandler.java:188)
     at com.sun.javaws.servlet.JarDiffHandler.getJarDiffEntry(JarDiffHandler.java:126)
     at com.sun.javaws.servlet.JnlpDownloadServlet.constructResponse(JnlpDownloadServlet.java:183)
     at com.sun.javaws.servlet.JnlpDownloadServlet.handleRequest(JnlpDownloadServlet.java:111)
     at com.sun.javaws.servlet.JnlpDownloadServlet.doGet(JnlpDownloadServlet.java:79)
     at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:313)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
     at java.lang.Thread.run(Thread.java:484)
2002-10-04 15:24:39 Failed to generate JarDiff for myproClient.jar 1.7->1.8
2002-10-04 15:24:39 Request: /mypro/app/myproClient.jar?version-id=1.8&current-version-id=1.7
2002-10-04 15:24:39 User-Agent: javaws-1.0.1_02/b03
2002-10-04 15:24:39 DownloadRequest[path=/app/myproClient.jar version=1.8 currentVersionId=1.7 isPlatformRequest=false]
2002-10-04 15:24:39 Version-based/Extension based lookup
2002-10-04 15:24:39 JnlpResource: JnlpResource[WAR Path: /app/myproClient.jar versionId=1.8 name=myproClient.jar lastModified=Fri Oct 04 15:18:17 GMT+01:00 2002] returnVersionId=1.8]
2002-10-04 15:24:39 Resource returned: /app/myproClient.jar

to use the jardiff protocol, (with the jnlpDownloadServlet) you must provide version based resources named in accordance with:
http://java.sun.com/products/javawebstart/1.2/docs/downloadservletguide.html#resources.
ie:
provide version 1.4 of myProClient.jar as:
myProClient__V1.4.jar, and version 1.5 as:
myProClient__V1.5.jar. Then when upgrading from
1.4 to 1.5 servlet can generate the jardiff, and send only the changes to the client.
(note client must have allready downloaded jar using version based protocol: myProClient__V1.4.jar as opposed to vasic protocol: myProClient.jar)
/Dietz

Similar Messages

  • CAT encountered an error : Could not locate: align version: module:

    hi am geting this error when trying to test my deploy application in weblogic
    i created war file from my jdeveloper and go and install that war under deployment in my weblogic but now when i ry to test application am geting this error
    Welcome to the Classloader Analysis Tool (CAT)
    Using CAT
    User applications are getting larger as they include multiple frameworks for their functionality. These frameworks can come from open source, commercial sources, or developed in-house. Applications can arrange these dependencies in one or more of the following ways:
        * Framework JARs bundled directly in the applications or modules
        * MANIFEST classpath references to other JARs
        * WebLogic Server application and JAR libraries
        * WebLogic Server system classpath
    The MANIFEST classpath references can get very complex when each dependent JAR in turn depends on other JARs. As the application classpath grows, it gets cumbersome for application developers to understand which class is getting loaded from which source. Sometimes applications bundle different versions of JARs than those in the system classpath. Application developers employing the WebLogic Server filtering classloader also have to configure the filter packages.
    CAT is a small Web application that is designed to help application developers understand, analyze, and resolve classloading issues in their applications. CAT has a simple Web GUI through which it is possible to browse through deployed applications and analyze various classloaders. CAT will report potential problems and also present solutions for resolving those issues.
    CAT is automatically deployed when the server is configured for development mode. CAT is not recommended in production mode. However, if you want to analyze your applications in production, you can manually deploy the CAT Web application to the server on which you want to analyze the classloaders. The CAT Web application is located at: WL_HOME/server/lib/wls-cat.war.
    To begin using CAT, browse to http://wls-host:port/wls-cat/ and enter your Console login credentials.
    Application Navigation
    The CAT navigation pane displays a tree of all the deployed applications and modules. You can select an application in the navigation pane that you want to analyze. Once you have selected an application for further analysis, a brief description of the application will be shown in the right-hand pane. All actions that you perform will be executed in the context of the selected application. For example, if you select to analyze the application for conflicts, the analysis would be executed on the currently selected application.
    The result of each action you select can either be shown in a basic view or a detailed view. For many applications, the detailed view can be a bit overwhelming so unless explicitly selected, the result of an action will be shown in the basic view.
    The following are some of the tasks which you can perform using CAT:
        * Display basic information about the application
        * Analyze conflicts in the application and receive suggestions for configuring a package filter
        * Display the classloader hierarchy and the entire classpath for each classloader
        * Search for a class (or a resource) on a classloader
    Note that CAT will seem sluggish as larger applications are being investigated. This is normal as CAT does significant analysis on the fly.
    For more information on CAT, see "Using the Classloader Analysis Tool" documentation in Developing

    The request made by java web start to download the jre is a using the extension protocol (version protocol) see the jnlp spec at:
    http://jcp.org/aboutJava/communityprocess/mrel/jsr056/index.html
    basically what this means is that you need to be running a servlet or jsp page on the target that implements the version protocol. see:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/downloadservletguide.html
    I don''t know what you have at the target address of the jre:
    javaws-1_0_1-j2re-1_5_0-windows-i586.jnlp
    but you need servlet running at http://127.0.0.1:8080/Web-Test2/install to implement the version protocol.
    /Andy

  • Trying to download iTunes 64-bit version on my new Windows 7 PC. Getting the error 'could not locate "%APPDATA%". How do I get past this error? The software doesn't install.

    Trying to download iTunes 64-bit version on my new Windows 7 PC. Getting the error 'could not locate "%APPDATA%". How do I get past this error? The software doesn't install. Appreciate if someone in the forum can help.

    The backup and restore from the iCloud was a little unnerving since the restore erased all information from the iPod.  The iCloud backup and restore took a long time, but worked.  I was very grateful.
    Trying again to backup to iTunes locally proved to be the same challenging problem.  The same backup to corrupt file was the message.  The status bar showing backup seemed to move faster to start, but then slowed to a creep toward the end before the error. 
    When trying to restore a backup in iTunes, the "Restore" button is grayed out since it is looking for a local copy.  Any restore would need to be from the iCloud which already worked but isn't the final solution.
    Your suggestions were good, I am just in the same boat.  Any thoughts about doing the following?
    1) creating a cloud backup
    2) resetting the iPod to factory defaults
    3) removing all traces of iTunes from my computer and
    4) installing iTunes and setting up iPod from scratch.
    This is the next thing on my list.

  • Error 10 Could not locate resource

    I tried to auto download the JRE using the JREInstaller and the DownloadServlet (sample in jdk 1.5) from a local server. I got the error 10 Could not locate resource.
    <j2se version="1.5.0*"  href="http://127.0.0.1:8080/Web-Test2/install/javaws-1_0_1-j2re-1_5_0-windows-i586.jnlp"/>If I only take <j2se version="1.5.0*"  href="http://127.0.0.1:8080/Web-Test2/install"/>, I will get an error: "Missing version field in response from server when accessing resource"
    Any idea?

    The request made by java web start to download the jre is a using the extension protocol (version protocol) see the jnlp spec at:
    http://jcp.org/aboutJava/communityprocess/mrel/jsr056/index.html
    basically what this means is that you need to be running a servlet or jsp page on the target that implements the version protocol. see:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/downloadservletguide.html
    I don''t know what you have at the target address of the jre:
    javaws-1_0_1-j2re-1_5_0-windows-i586.jnlp
    but you need servlet running at http://127.0.0.1:8080/Web-Test2/install to implement the version protocol.
    /Andy

  • Error : disp+work.exe in stopped : Could not locate entry in sysdatabases

    SM 3.2 was installed on SQL Server 2000.After trying to start SAP System via SAPMMC I saw that disp+work.exe can't start properly : after 3 seconds green light there appeared grey light. Message server and IGS WatchDog work OK -green light
    Error in SAPMMC Syslog : "DB-Connect Failed, Return Code 000256".
    SQL Server is running.
    The log trans.log after running command "r3trans -d"
    is following:
    Could not locate entry in sysdatabases for database 'SMN'. No entry found with that name. Make sure that the name is entered correctly.
    4 ETW000 147 0.031163
    4 ETW000 [dev trc ,00000] sloledb.cpp [ExecuteAndFlush,line 5597]: Error/Message: (err 911, sev 0), Could not locate entry in sysdatabases for database 'SMN'. No entry found with that name. Make sure that the name is entered correctly.
    4 ETW000 69 0.031232
    4 ETW000 [dev trc ,00000] OpenOledbConnection : Failed to switch to specified database SMN
    How could I solve this problem ?
    Thank You!

    Thank You for helping me
    dev_disp:
    trc file: "dev_disp", trc level: 1, release: "640"
    Fri Apr 28 14:22:48 2006
    kernel runs with dp version 127000(ext=102000) (@(#) DPLIB-INT-VERSION-127000-UC)
    length of sys_adm_ext is 524 bytes
    systemid   560 (PC with Windows NT)
    relno      6400
    patchlevel 0
    patchno    10
    intno      20020600
    make:      multithreaded, Unicode
    pid        2996
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2996) [dpxxdisp.c   1093]
         shared lib "dw_xml.dll" version 10 successfully loaded
         shared lib "dw_xtc.dll" version 10 successfully loaded
         shared lib "dw_stl.dll" version 10 successfully loaded
         shared lib "dw_gui.dll" version 10 successfully loaded
    Fri Apr 28 14:22:52 2006
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3880]
    MtxInit: -2 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: JAVA is not active
    DpShMCreate: sizeof(wp_adm)          10528     (1316)
    DpShMCreate: sizeof(tm_adm)          2506872     (12472)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpShMCreate: sizeof(comm_adm)          290000     (580)
    DpShMCreate: sizeof(vmc_adm)          0     (372)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 04320040, size: 2919328)
    DpShMCreate: allocated sys_adm at 04320040
    DpShMCreate: allocated wp_adm at 04321B58
    DpShMCreate: allocated tm_adm_list at 04324478
    DpShMCreate: allocated tm_adm at 043244A0
    DpShMCreate: allocated wp_ca_adm at 04588518
    DpShMCreate: allocated appc_ca_adm at 0458E2D8
    DpShMCreate: allocated comm_adm_list at 04590218
    DpShMCreate: allocated comm_adm at 04590230
    DpShMCreate: allocated vmc_adm_list at 045D6F00
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 045D6F28
    DpShMCreate: allocated wall_adm at 045D6F30
    MBUF state OFF
    Fri Apr 28 14:22:53 2006
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <EsNT> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 1132 MB
    <ES> 1131 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 2.6.1 2.6 4.0) [dpxxdisp.c   1455]
    ***LOG Q0K=> DpMsAttach, mscon ( r3demo24) [dpxxdisp.c   9701]
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6400, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    DpMsgAdmin: Set patchno for this platform to 10
    Release check o.K.
    Fri Apr 28 14:23:33 2006
    ERROR => W0 (pid 3932) died [dpxxdisp.c   12152]
    ERROR => W1 (pid 2680) died [dpxxdisp.c   12152]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W2 (pid 3336) died [dpxxdisp.c   12152]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W3 (pid 2072) died [dpxxdisp.c   12152]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W4 (pid 940) died [dpxxdisp.c   12152]
    ERROR => W5 (pid 900) died [dpxxdisp.c   12152]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W6 (pid 2592) died [dpxxdisp.c   12152]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W7 (pid 3420) died [dpxxdisp.c   12152]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-3932 (SIGUSR2)
    ERROR => DpWpKill(3932, SIGUSR2) failed [dpxxtool.c   2468]
    killing W1-2680 (SIGUSR2)
    ERROR => DpWpKill(2680, SIGUSR2) failed [dpxxtool.c   2468]
    killing W2-3336 (SIGUSR2)
    ERROR => DpWpKill(3336, SIGUSR2) failed [dpxxtool.c   2468]
    killing W3-2072 (SIGUSR2)
    ERROR => DpWpKill(2072, SIGUSR2) failed [dpxxtool.c   2468]
    killing W4-940 (SIGUSR2)
    ERROR => DpWpKill(940, SIGUSR2) failed [dpxxtool.c   2468]
    killing W5-900 (SIGUSR2)
    ERROR => DpWpKill(900, SIGUSR2) failed [dpxxtool.c   2468]
    killing W6-2592 (SIGUSR2)
    ERROR => DpWpKill(2592, SIGUSR2) failed [dpxxtool.c   2468]
    killing W7-3420 (SIGUSR2)
    ERROR => DpWpKill(3420, SIGUSR2) failed [dpxxtool.c   2468]
    NiWait: sleep (10000 msecs) ...
    NiISelect: timeout 10000 ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Apr 28 14:23:43 2006
    NiISelect: TIMEOUT occured (10000 ms)
    dump system status
    Workprocess Table (long)               Fri Apr 28 11:23:43 2006
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     3932 Ended         no      1   0             0                                                             
    1 DIA     2680 Ended         no      1   0             0                                                             
    2 UPD     3336 Ended         no      1   0             0                                                             
    3 ENQ     2072 Ended         no      1   0             0                                                             
    4 BTC      940 Ended         no      1   0             0                                                             
    5 BTC      900 Ended         no      1   0             0                                                             
    6 SPO     2592 Ended         no      1   0             0                                                             
    7 UP2     3420 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Fri Apr 28 11:23:43 2006
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    3
    2000
    10
    10
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          13
    wake_evt_udp_now     0
    wake events           total     9,  udp     8 ( 88%),  shm     1 ( 11%)
    since last update     total     9,  udp     8 ( 88%),  shm     1 ( 11%)
    Dump of tm_adm structure:               Fri Apr 28 11:23:43 2006
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Fri Apr 28 11:23:43 2006
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000 msecs) ...
    NiISelect: timeout 5000 ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Apr 28 14:23:48 2006
    NiISelect: TIMEOUT occured (5000 ms)
    Shutdown server ...
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes...
    Stop gateway
    killing process (1412) (SOFT_KILL)
    Stop icman
    killing process (532) (SOFT_KILL)
    Terminate gui connections
    [DpProcDied] Process lives  (PID:1412  HANDLE:1620)
    waiting for termination of gateway
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Apr 28 14:23:49 2006
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process died  (PID:1412  HANDLE:1620)
    [DpProcDied] Process died  (PID:532  HANDLE:1612)
    DpHalt: cancel all lcom connections
    MPI CancelAll 2 -> 0
    MPI DeleteAll 2 -> 0
    NiIMyHostName: hostname = 'r3demo24'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 163 bytes
    NiBufSend starting
    NiIWrite: write 562, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name          -, type 4, key -
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   9927]
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiSelClear: removed hdl 3 from selectset
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/8
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 19)
    MBUF component DOWN
    NiBufClose: clear extensions for hdl 3
    NiBufSetStat: bufstat of hdl 3 changed from OK to OFF
    NiICloseHandle: shutdown and close hdl 3 / socket 1628
    MsIDetach: detach MS-system
    EsCleanup ....
    ***LOG Q05=> DpHalt, DPStop ( 2996) [dpxxdisp.c   8460]
    Good Bye
    <i><u><b>
    dev_ms</b></u></i>
    trc file: "dev_ms", trc level: 1, release: "640"
    [Thr 3872] Fri Apr 28 14:22:47 2006
    [Thr 3872] systemid   560 (PC with Windows NT)
    [Thr 3872] relno      6400
    [Thr 3872] patchlevel 0
    [Thr 3872] patchno    7
    [Thr 3872] intno      20020600
    [Thr 3872] pid        3248
    [Thr 3872] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 3248) [msxxserv.c   1638]
    [Thr 3872] MsHttpInit: full qualified hostname = r3demo24
    [Thr 3872] HTTP logging is switch off
    [Thr 3872] set HTTP state to LISTEN
    [Thr 3872] *** I listen to port sapmsSMN (3601) ***
    [Thr 3872] *** HTTP port 8100 state LISTEN ***
    [Thr 3872] CUSTOMER KEY: >J0370937238<
    [Thr 3872] Fri Apr 28 14:23:49 2006
    [Thr 3872] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from r3demo24_SMN_00 [msxxserv.c   4144]
    [Thr 3872] Fri Apr 28 14:34:09 2006
    [Thr 3872] *** ERROR => MsSCheckConnections: no response from client C1 (163.242.255.14) after 300 secs received [msxxserv.c   2879]
    [Thr 3872] *** ERROR => MsSCheckConnections: disconnect now [163.242.255.14] [msxxserv.c   2883]
    [Thr 3872] Fri Apr 28 15:41:11 2006
    [Thr 3872] MsSExit: received SIGINT (2)
    [Thr 3872] ***LOG Q02=> MsSHalt, MSStop (Msg Server 3248) [msxxserv.c   5189]
    <u><i>dev_w0</i></u>
    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Fri Apr 28 14:22:54 2006
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\SMN\SYS\exe\run\dbmssslib.dll' ...
    B  Library 'C:\usr\sap\SMN\SYS\exe\run\dbmssslib.dll' loaded
    B  Version of 'C:\usr\sap\SMN\SYS\exe\run\dbmssslib.dll' is "640.00", patchlevel (0.7)
    B  New connection 0 created
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    10
    M intno      20020600
    M make:      multithreaded, Unicode
    M pid        3932
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3932) [dpxxdisp.c   1153]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: JAVA is not active
    M  DpShMCreate: sizeof(wp_adm)          10528     (1316)
    M  DpShMCreate: sizeof(tm_adm)          2506872     (12472)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpShMCreate: sizeof(comm_adm)          290000     (580)
    M  DpShMCreate: sizeof(vmc_adm)          0     (372)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04320040, size: 2919328)
    M  DpShMCreate: allocated sys_adm at 04320040
    M  DpShMCreate: allocated wp_adm at 04321B58
    M  DpShMCreate: allocated tm_adm_list at 04324478
    M  DpShMCreate: allocated tm_adm at 043244A0
    M  DpShMCreate: allocated wp_ca_adm at 04588518
    M  DpShMCreate: allocated appc_ca_adm at 0458E2D8
    M  DpShMCreate: allocated comm_adm_list at 04590218
    M  DpShMCreate: allocated comm_adm at 04590230
    M  DpShMCreate: allocated vmc_adm_list at 045D6F00
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 045D6F28
    M  DpShMCreate: allocated wall_adm at 045D6F30
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Fri Apr 28 14:22:55 2006
    M  calling db_connect ...
    C  Warning: Env(MSSQL_SERVER) [r3demo24\SMN] <> Prof(dbs/mss/server) [r3demo24\smn]. Profile value will be used.
    C  Warning: Env(MSSQL_DBNAME) [SMN] <> Prof(dbs/mss/dbname) [smn]. Profile value will be used.
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'C:\usr\sap\SMN\SYS\exe\run\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      7
    C    patchcomment MSSQL: Row handles must all be released (719273)
    C  Local connection used on R3DEMO24 to named instance: np:r3demo24\smn
    C  Using Provider SQLOLEDB
    C  ExecuteAndFlush return code: 0x80004005 Stmt: [use smn ]
    C  ExecuteAndFlush: line 5597. hr: 0x80004005 Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  sloledb.cpp [ExecuteAndFlush,line 5597]: Error/Message: (err 911, sev 0), Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  OpenOledbConnection : Failed to switch to specified database smn
    C  Using Provider SQLOLEDB
    C  ExecuteAndFlush return code: 0x80004005 Stmt: [use smn ]
    C  ExecuteAndFlush: line 5597. hr: 0x80004005 Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  sloledb.cpp [ExecuteAndFlush,line 5597]: Error/Message: (err 911, sev 0), Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  OpenOledbConnection : Failed to switch to specified database smn
    C  Using Provider SQLOLEDB
    C  ExecuteAndFlush return code: 0x80004005 Stmt: [use smn ]
    C  ExecuteAndFlush: line 5597. hr: 0x80004005 Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  sloledb.cpp [ExecuteAndFlush,line 5597]: Error/Message: (err 911, sev 0), Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  OpenOledbConnection : Failed to switch to specified database smn
    C  failed to establish conn to np:r3demo24\smn.
    C  Retrying without protocol specifier: r3demo24\smn
    C  Using Provider SQLOLEDB
    C  ExecuteAndFlush return code: 0x80004005 Stmt: [use smn ]
    C  ExecuteAndFlush: line 5597. hr: 0x80004005 Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  sloledb.cpp [ExecuteAndFlush,line 5597]: Error/Message: (err 911, sev 0), Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  OpenOledbConnection : Failed to switch to specified database smn
    C  Using Provider SQLOLEDB
    C  ExecuteAndFlush return code: 0x80004005 Stmt: [use smn ]
    C  ExecuteAndFlush: line 5597. hr: 0x80004005 Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  sloledb.cpp [ExecuteAndFlush,line 5597]: Error/Message: (err 911, sev 0), Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  OpenOledbConnection : Failed to switch to specified database smn
    C  Using Provider SQLOLEDB
    C  ExecuteAndFlush return code: 0x80004005 Stmt: [use smn ]
    C  ExecuteAndFlush: line 5597. hr: 0x80004005 Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  sloledb.cpp [ExecuteAndFlush,line 5597]: Error/Message: (err 911, sev 0), Could not locate entry in sysdatabases for database 'smn'. No entry found with that name. Make sure that the name is entered correctly.
    C  OpenOledbConnection : Failed to switch to specified database smn
    C  failed to establish conn. 0
    B  ***LOG BY2=> sql error 0      performing CON [dbsh#1 @ 1200] [dbsh    1200 ]
    B  ***LOG BY0=> <message text not available> [dbsh#1 @ 1200] [dbsh    1200 ]
    B  ***LOG BY2=> sql error 0      performing CON [dblink#1 @ 419] [dblink  0419 ]
    B  ***LOG BY0=> <message text not available> [dblink#1 @ 419] [dblink  0419 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1270]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   9377]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server r3demo24_SMN_00 on host r3demo24 (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Fri Apr 28 14:22:55 2006
    M  *  RELEASE     640
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        9553
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   728]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  245]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3932) [dpnttool.c   357]
    May be this information coul help
    Thank You a lot!

  • Could not locate target container - with HP3

    We are working to move our zen services from a Netware box to a SLES 10.1 box and I'm having some troubles getting the automatic workstation import to work. We are trying to import to workstations to an OU relative to the users OU. The tree structure is as follows
    O=ORG
    --OU=LOCATION
    --OU=USER
    --OU=WORKSTATION
    The policy is assigned to the server and defined on the Platforms>General tab, I have it set to create the workstations in the user container with the optional path workstation. which has always worked on the netware box.
    Here is the error I am getting on the ZDM server when I try to import the workstation.
    Code:
    Apr 16, 2009 8:23:00 AM Connection opened: /10.100.17.79:1112
    Apr 16, 2009 8:23:00 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 272
    Connection: Keep-Alive
    Apr 16, 2009 8:23:00 AM contentLength = 272
    Apr 16, 2009 8:23:00 AM bytesRead=272 byteCount=272
    Apr 16, 2009 8:23:00 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:00 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <find_ws>
    <tree>EACSTREE</tree>
    <dn>EAST-DD33C7698F.Workstation.CDV.eacs</dn>
    </find_ws>
    Apr 16, 2009 8:23:00 AM OS = <linux>
    Apr 16, 2009 8:23:00 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:03 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:04 AM ENTER getLdapDN - EAST-DD33C7698F.Workstation.CDV.eacs
    Apr 16, 2009 8:23:04 AM ENTER doContainerSearch - Workstation,CDV,eacs
    Apr 16, 2009 8:23:04 AM "eacs" is not typed.
    Apr 16, 2009 8:23:04 AM "eacs" is not cached.
    Apr 16, 2009 8:23:04 AM searchContainer =
    Apr 16, 2009 8:23:04 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:04 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM EXIT getLdapDN - cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Could not find workstation: cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Connection closed: /10.100.17.79:1112
    Apr 16, 2009 8:23:04 AM Connection opened: /10.100.17.79:1113
    Apr 16, 2009 8:23:04 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 944
    Connection: Keep-Alive
    Apr 16, 2009 8:23:04 AM contentLength = 944
    Apr 16, 2009 8:23:04 AM bytesRead=944 byteCount=944
    Apr 16, 2009 8:23:04 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:04 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <new_ws>
    <computer>EAST-DD33C7698F</computer>
    <cpu>PENTIUM PRO</cpu>
    <dns>EAST-DD33C7698F.eacs.k12.in.us</dns>
    <subnet_mask>255.255.240.0</subnet_mask>
    <ip>10.100.17.79</ip>
    <ipx></ipx>
    <mac>00:0C:29:EB:03:74</mac>
    <os>WINXP (5.1 Service Pack 3)</os>
    <server>FS02</server>
    <user_dn>cdvteacher.Teacher.CDV.eacs</user_dn>
    <login_count>11</login_count>
    <auditing_version>7.0.1.0</auditing_version>
    </new_ws>
    Apr 16, 2009 8:23:04 AM OS = <linux>
    Apr 16, 2009 8:23:04 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:07 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:07 AM Version = ZfD4
    Apr 16, 2009 8:23:07 AM User name = cdvteacher
    Apr 16, 2009 8:23:07 AM IPX address =
    Apr 16, 2009 8:23:07 AM IP address = 10.100.17.79
    Apr 16, 2009 8:23:07 AM Subnet mask = 255.255.240.0
    Apr 16, 2009 8:23:07 AM DNS name = EAST-DD33C7698F.eacs.k12.in.us
    Apr 16, 2009 8:23:07 AM Computer name = EAST-DD33C7698F
    Apr 16, 2009 8:23:07 AM Server name = FS02
    Apr 16, 2009 8:23:07 AM OS = WINXP (5.1 Service Pack 3)
    Apr 16, 2009 8:23:07 AM CPU = PENTIUM PRO
    Apr 16, 2009 8:23:07 AM MAC address = 00:0C:29:EB:03:74
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM User context = Teacher,CDV,eacs
    Apr 16, 2009 8:23:07 AM Login count = 11
    Apr 16, 2009 8:23:07 AM ENTER doContainerSearch - workstation,CDV,eacs
    Apr 16, 2009 8:23:07 AM "eacs" is not typed.
    Apr 16, 2009 8:23:07 AM "eacs" is not cached.
    Apr 16, 2009 8:23:07 AM searchContainer =
    Apr 16, 2009 8:23:07 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:07 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:07 AM Could not locate the target container.
    Apr 16, 2009 8:23:07 AM Connection closed: /10.100.17.79:1113
    When I switch to using a specific selected container, the workstation will import without any problems. I have deleted and recreated the policy, so I know that is not an issue. It looks like the problems is that the server is not recognizing that EACS is our "O" and consequently cannot figure out what context the rest of the container should be in - I am guessing based on the two "'eacs' is not typed" and "'eacs' is not cached" entries in the log.
    I have tried switching my specified container from a trailing period to a trailing comma, and several different combinations of periods and commas just to try to fix things to no avail. I upgraded all of the Zen components on the server from HP2 to HP3 except the imaging stuff, and it did not help the problem.
    Any help you can offer is appreciated!
    Aaron

    Hey Aaron,
    Was just wondering if you've found resolution to this issue.
    We've been experiencing it for about a year now and just resorted to explicitly defining where we want the workstations to import to, rather than using a relative path.
    Thanks!
    Chris
    Originally Posted by ahilton
    We are working to move our zen services from a Netware box to a SLES 10.1 box and I'm having some troubles getting the automatic workstation import to work. We are trying to import to workstations to an OU relative to the users OU. The tree structure is as follows
    O=ORG
    --OU=LOCATION
    --OU=USER
    --OU=WORKSTATION
    The policy is assigned to the server and defined on the Platforms>General tab, I have it set to create the workstations in the user container with the optional path workstation. which has always worked on the netware box.
    Here is the error I am getting on the ZDM server when I try to import the workstation.
    Code:
    Apr 16, 2009 8:23:00 AM Connection opened: /10.100.17.79:1112
    Apr 16, 2009 8:23:00 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 272
    Connection: Keep-Alive
    Apr 16, 2009 8:23:00 AM contentLength = 272
    Apr 16, 2009 8:23:00 AM bytesRead=272 byteCount=272
    Apr 16, 2009 8:23:00 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:00 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <find_ws>
    <tree>EACSTREE</tree>
    <dn>EAST-DD33C7698F.Workstation.CDV.eacs</dn>
    </find_ws>
    Apr 16, 2009 8:23:00 AM OS = <linux>
    Apr 16, 2009 8:23:00 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:03 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:04 AM ENTER getLdapDN - EAST-DD33C7698F.Workstation.CDV.eacs
    Apr 16, 2009 8:23:04 AM ENTER doContainerSearch - Workstation,CDV,eacs
    Apr 16, 2009 8:23:04 AM "eacs" is not typed.
    Apr 16, 2009 8:23:04 AM "eacs" is not cached.
    Apr 16, 2009 8:23:04 AM searchContainer =
    Apr 16, 2009 8:23:04 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:04 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM EXIT getLdapDN - cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Could not find workstation: cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Connection closed: /10.100.17.79:1112
    Apr 16, 2009 8:23:04 AM Connection opened: /10.100.17.79:1113
    Apr 16, 2009 8:23:04 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 944
    Connection: Keep-Alive
    Apr 16, 2009 8:23:04 AM contentLength = 944
    Apr 16, 2009 8:23:04 AM bytesRead=944 byteCount=944
    Apr 16, 2009 8:23:04 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:04 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <new_ws>
    <computer>EAST-DD33C7698F</computer>
    <cpu>PENTIUM PRO</cpu>
    <dns>EAST-DD33C7698F.eacs.k12.in.us</dns>
    <subnet_mask>255.255.240.0</subnet_mask>
    <ip>10.100.17.79</ip>
    <ipx></ipx>
    <mac>00:0C:29:EB:03:74</mac>
    <os>WINXP (5.1 Service Pack 3)</os>
    <server>FS02</server>
    <user_dn>cdvteacher.Teacher.CDV.eacs</user_dn>
    <login_count>11</login_count>
    <auditing_version>7.0.1.0</auditing_version>
    </new_ws>
    Apr 16, 2009 8:23:04 AM OS = <linux>
    Apr 16, 2009 8:23:04 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:07 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:07 AM Version = ZfD4
    Apr 16, 2009 8:23:07 AM User name = cdvteacher
    Apr 16, 2009 8:23:07 AM IPX address =
    Apr 16, 2009 8:23:07 AM IP address = 10.100.17.79
    Apr 16, 2009 8:23:07 AM Subnet mask = 255.255.240.0
    Apr 16, 2009 8:23:07 AM DNS name = EAST-DD33C7698F.eacs.k12.in.us
    Apr 16, 2009 8:23:07 AM Computer name = EAST-DD33C7698F
    Apr 16, 2009 8:23:07 AM Server name = FS02
    Apr 16, 2009 8:23:07 AM OS = WINXP (5.1 Service Pack 3)
    Apr 16, 2009 8:23:07 AM CPU = PENTIUM PRO
    Apr 16, 2009 8:23:07 AM MAC address = 00:0C:29:EB:03:74
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM User context = Teacher,CDV,eacs
    Apr 16, 2009 8:23:07 AM Login count = 11
    Apr 16, 2009 8:23:07 AM ENTER doContainerSearch - workstation,CDV,eacs
    Apr 16, 2009 8:23:07 AM "eacs" is not typed.
    Apr 16, 2009 8:23:07 AM "eacs" is not cached.
    Apr 16, 2009 8:23:07 AM searchContainer =
    Apr 16, 2009 8:23:07 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:07 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:07 AM Could not locate the target container.
    Apr 16, 2009 8:23:07 AM Connection closed: /10.100.17.79:1113
    When I switch to using a specific selected container, the workstation will import without any problems. I have deleted and recreated the policy, so I know that is not an issue. It looks like the problems is that the server is not recognizing that EACS is our "O" and consequently cannot figure out what context the rest of the container should be in - I am guessing based on the two "'eacs' is not typed" and "'eacs' is not cached" entries in the log.
    I have tried switching my specified container from a trailing period to a trailing comma, and several different combinations of periods and commas just to try to fix things to no avail. I upgraded all of the Zen components on the server from HP2 to HP3 except the imaging stuff, and it did not help the problem.
    Any help you can offer is appreciated!
    Aaron

  • Error while using spring multipart in Oracle Weblogic 10.3.6 - org.springframework.web.portlet.dispatcherportlet - could not complete request

    Hi there,
    We were using the spring multipart for the purpose of uploading a file into our application running on Oracle Weblogic Server 10.3.2 using spring framework.
    It was working fine until we upgraded our server to the version 10.3.6
    After the upgrade, we started getting the below error while we try to submit the form after selecting the file to be uploaded.
    2013-11-20 06:11:29,923 ERROR||[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)']||[email protected]||org.springframework.web.portlet.DispatcherPortlet||Could not complete request
    javax.portlet.PortletException: Error occured during request processing: javax/portlet/ActionRequest
            at org.springframework.web.portlet.DispatcherPortlet.doActionService(DispatcherPortlet.java:668)[org.springframework.web.portlet-3.0.2.RELEASE.jar:3.0.2.RELEASE]
            at org.springframework.web.portlet.FrameworkPortlet.processRequest(FrameworkPortlet.java:519)[org.springframework.web.portlet-3.0.2.RELEASE.jar:3.0.2.RELEASE]
            at org.springframework.web.portlet.FrameworkPortlet.processAction(FrameworkPortlet.java:460)[org.springframework.web.portlet-3.0.2.RELEASE.jar:3.0.2.RELEASE]
            at com.bea.portlet.container.PortletStub.doAction(PortletStub.java:901)[portlet-container.jar:10.3.6 ]
            at com.bea.portlet.container.FilterChainGenerator.runFilterChain(FilterChainGenerator.java:96)[portlet-container.jar:10.3.6 ]
            at com.bea.portlet.container.PortletStub.processAction(PortletStub.java:314)[portlet-container.jar:10.3.6 ]
            at com.bea.portlet.container.AppContainer.invokeProcessAction(AppContainer.java:679)[portlet-container.jar:10.3.6 ]
            at com.bea.netuix.servlets.controls.content.JavaPortletContent.fireProcessAction(JavaPortletContent.java:209)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.servlets.controls.portlet.JavaPortlet.fireProcessAction(JavaPortlet.java:1299)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.servlets.controls.portlet.JavaPortlet.raiseChangeEvents(JavaPortlet.java:805)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.ControlLifecycle$4.postVisitRoot(ControlLifecycle.java:316)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:341)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:399)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:465)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:291)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:219)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:275)[netuix_servlet.jar:10.3.6 ]
            at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:731)[netuix_servlet-full.jar:10.3.6 ]
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)[javax.servlet_1.0.0.0_2-5.jar:2.5]
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)[content_servlet.jar:10.3.6 ]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)[p13n_ejb.jar:10.3.6 ]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.rogers.business.servlet.filter.GenericContentFilter.doFilter(GenericContentFilter.java:50)[GenericContentFilter.class:]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.rogers.business.servlet.filter.SessionExpiryFilter.doFilter(SessionExpiryFilter.java:82)[SessionExpiryFilter.class:]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.rogers.business.servlet.filter.ServletExceptionFilter.doFilter(ServletExceptionFilter.java:54)[ServletExceptionFilter.class:]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.rogers.business.servlet.seo.SEOUrlFilter.doFilter(SEOUrlFilter.java:87)[SEOUrlFilter.class:]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.rogers.business.servlet.filter.BusinessContextDetectionFilter.doFilter(BusinessContextDetectionFilter.java:75)[BusinessContextDetectionFilter.class:]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.rogers.business.servlet.filter.LanguageProvinceSelectionFilter.doFilter(LanguageProvinceSelectionFilter.java:160)[LanguageProvinceSelectionFilter.class:]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)[content_servlet.jar:10.3.6 ]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)[weblogic.jar:10.3.6.0]
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)[com.bea.core.weblogic.security.identity_1.2.0.0.jar:1.2.0.0]
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)[com.bea.core.weblogic.security.wls_1.0.0.0_6-2-0-0.jar:6.2.0.0]
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)[weblogic.jar:10.3.6.0]
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)[weblogic.jar:10.3.6.0]
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)[com.bea.core.weblogic.workmanager_1.11.0.0.jar:1.11.0.0]
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)[com.bea.core.weblogic.workmanager_1.11.0.0.jar:1.11.0.0]
    We are using "ActionMapping" to call the action method in our controller from the JSP form.
    Have anyone faced this error before?
    Any help would be much appreciated.
    Thanks,
    Lan

    Hi Lan,
    Did you get any resolution for the above issue ?
    If yes can you share it as we also ran into this.
    Regards
    Manu

  • How do I fix Camera Raw in CS6? I get "Could not complete request because the file was not found"

    How do I fix my Camera Raw in Photoshop CS6? I tried to view an NEF file in CS6, but it said I had to update my Camera Raw to 7.3 (I had 7.0). I went online and the only thing I could find was to download 8.6 so I started with that, and installed something and it didn't work, and then it told me I couldn't download 8.6 because my OS X is not 10.7 ( I have 10.6.8). Now when I go back into photoshop it gives me this error "Could not complete request because the file was not found" and I cant open any jpegs in photoshop.  I have tried shutting down my computer, deleting caches, and uninstalling photoshop and reinstalling it. Still no luck. Any idea how I can fix this?

    Follow these instructions to manually update your ACR plug-in to ACR 8.3, which was the last version compatible with your OS:
    http://helpx.adobe.com/x-productkb/multi/camera-raw-84-support-policy.html

  • I am trying to open a .tiff file in photoshop by using bridge and it opens it as a photo in windows. If I go to file open it says could not complete request because it is not the right type of document. It is a file from a lesson folder from school. Can a

    I am trying to open a .tiff file in photoshop by using bridge and it opens it as a photo in windows. If I go to file<open it says could not complete request because it is not the right type of document. It is a file from a lesson folder from school. Can anyone help me?

    Hi,
    The D810 requires Camera Raw 8.6 or later - the latest version that is compatible with Photoshop Elements 12 is Camera Raw 8.5 as far as I can see.
    You need to either buy a new version of Photoshop Elements or use the free Adobe DNG converter.
    DNG  Converter 8.8
    Win – http://www.adobe.com/support/downloads/detail.jsp?ftpID=5888
    Mac – http://www.adobe.com/support/downloads/detail.jsp?ftpID=5887
    Useful Tutorial
    http://www.youtube.com/watch?v=0bqGovpuihw
    Brian

  • Need Help! "Could not locate the resource file in the Configuration folder."

    I had just purchased and installed Adobe Crerative Design Suite last night. Every program works except Dreamweaver, which gives me the error message:"Could not locate the resource file in the Configuration folder. This File is required to run Dreamweaver. Please reinstall the application". I am suspicious because the was a previous version of Dreamweaver on the computer before this installation, but I unistalled it. I do not understand why I get this message. Is there a file somewhere that is missing or at faut. How can I remedy this? Thanks
    ~Todd

    Nadia,
    Your posted resources worked for me. Thank you! After many attempts (to include Adobe's overseas call canter) to resolve the same installation and run errors, I used your suggested steps and I finally have a clean and running install. I did have to take a few extra steps;
    First I downloaded both Cleaning  scripts. For CS4 & CS3.
    Next I downloaded Windows installer/cleaner. I have Windows Vista Home Premium and that is a required installed program to run Adobe's cleaning script.
    Once I was sure I had all the programs/scripts I needed (per your instructions and the instructions found on the Cleaning scripts site) I disconnected my computer from the Internet.
    Then I disabled all running programs especially all Anti-virus and firewall programs and any others that have calls of any kind: i.e. Boinc (Seti), Skype, email programs (Windows Live Mail), etc.
    Next I uninstalled all CS4 products and even though I was told that Macromedia Studio MX 2004 can stay installed (read that on one site and the overseas Tech also reinforced that information) I uninstalled MX 2004.
    I then rebooted and installed the Windows installer/cleaner program and ran the Adobe CS4 cleaner script twice.
    After another reboot I installed Dreamweaver CS4 first, rebooted (can't reboot enough with Windows!) and, yes you guessed it, rebooted.
    I then attempted to open Dreamweaver CS4 and for the first time it ran without the error!
    I then installed Adobe Ps CS4 and rebooted and that work for the first time as well.
    I can't say for sure if Macromedia Studio MX 2004 caused the install errors on the Adobe products but without it and ALL that uninstalling and rebooting and running cleaning scripts and installing and rebooting, Adobe finally felt my computer was clean enough to call it home and work.
    Thank you again for your information and I suggest if anyone else finds their way here that they follow your instructions to the letter. Takes a long time but a proper and clean install will be the result.

  • UCCX 8.0 CAD: Can you disable auto update? Error: "unable to download file" Could not open request.

    I have a UCCX 8.0 (2) Installed.
    Users here have limited access via proxy. Now everytime i try to run the CAD or CSD, i get the error:
    "unable to download file" Could not open request.
    It seems to want to install or check for an update.
    The work around i have found is to go to the CAD directory and change the update.exe filename
    C:\Program Files (x86)\Common Files\CAD\bin\update.exe
    i dont want to have to do this for every user as i possibly want the update.
    Is there a way to allow or bypass proxy on CAD?
    Regards
    J

    I had this problem before - to resolve it I disabled the proxy in internet explorer settings.
    You'll need to make sure the CAD version matches your UCCX server version. Otherwise you may run in to issues.
    Brian

  • ISE Could not locate Network Device or AAA Client

    When authenticating using 802.1x and MAB, I recieve an authentication failure with the error 11007(Could not locate Network Device or AAA Client). The root cause that ISE spits back at me is "Could not find the network device or the AAA Client while accessing NAS by IP during authentication." I did pretty much everything by the book except instead of using a loopback interface I used a vlan with a defined ip address.  Could this be causing the problem?
    Here is the config of the port that I'm testing on:
    interface GigabitEthernet1/0/9
     switchport access vlan 9
     switchport mode access
     switchport voice vlan 8
     ip access-group ACL-ALLOW in
     srr-queue bandwidth share 1 30 35 5
     queue-set 2
     priority-queue out
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan 4
     authentication event server dead action authorize voice
     authentication host-mode multi-auth
     authentication open
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication violation restrict
     mab
     mls qos trust device cisco-phone
     mls qos trust cos
     dot1x pae authenticator
     dot1x timeout tx-period 10
     auto qos voip cisco-phone
     spanning-tree portfast
     service-policy input AUTOQOS-SRND4-CISCOPHONE-POLICY
    end

    I can ping both the vlan and the endpoint from the ISE.  As far as allowing ISE to speak snmp and RADIUS to the NAD, I have enabled it on the NAD config inside the ISE. I have also double checked the snmp and radius shared passwords.
    I have gotten MAB authentication to work but I am still getting the same error for dot1x authentication. Here are some of the configs on the switch.
    aaa new-model
    aaa authentication dot1x default group radius
    aaa authentication dot1x defualt group radius
    aaa authentication dot1x group group radius
    aaa authorization network default group radius
    aaa accounting dot1x default start-stop group radius
    aaa server radius dynamic-author
    aaa session-id common
    ip radius source-interface TenGigabitEthernet1/0/1
    radius-server attribute 6 on-for-login-auth
    radius-server attribute 6 support-multiple
    radius-server attribute 8 include-in-access-req
    radius-server attribute 25 access-request include
    radius-server dead-criteria time 5 tries 3
    radius-server host 10.10.10.47 auth-port 1812 acct-port 1813 test username test key 7 097940581F5412162B464D
    radius-server vsa send accounting
    radius-server vsa send authentication
    dot1x system-auth-control
     authentication order dot1x mab
     authentication priority dot1x mab
     dot1x pae authenticator
     dot1x timeout tx-period 10

  • "Could not determine request character set " error while recording

    I am using the OATS 9.3 GA version. When I try to record a load testing script using Openscript, I am getting the following error and the recording gets stuck without moving to the next page.
    !ENTRY oracle.oats.scripting.modules.http.proxyRecorder.ProxyRecorderQueueRunnable 2 0 2011-08-11 14:50:26.328
    !MESSAGE Could not determine request character set for https://adcgek13.us.oracle.com:10616/sales/BIProxy?cid=BIPresentationServer&RedirectURL=res%2fsk_blafp%2fdvt%2fBIChart.swf, referer=https://adcgek13.us.oracle.com:10616/sales/faces/mooOpportunityHome?_afrLoop=83903503964000&webApp=HomePage&fndHomePageViewId=%2FAtkHomePage
    Should I check any of the script or record settings to fix this?

    Hello
    Where did you get the 9.30 GA version? is not yet available for download.
    Regards
    Alex

  • 11007 could not locate network device or aaa client

    Dears,
    I have two redundant WLC and two ISE configured as primary and secondary.
    I configured the Dot1x and users authenticated successfully, but my issue that i'm still receiving this error message (11007 could not locate network device or aaa client).
    Any ideas or suggestions highly appreciated,

    ISE NAD Import via CSV passes with invalid IP, unable to load NAD config
    CSCur65990
    Description
    Symptom:
    RADIUS requests dropped due to failure reason "11007 Could not locate Network Device or AAA Client", even though they are successfully loaded in ISE.
    Conditions:
    Issue with Network Device import via CSV.
    Known Affected Releases:
    (2)
    1.2(0.912)
    1.3(0.876)

  • Could not locate compiled schema resource schema/system/s1130C5BD40C5682431D4FD64179031DE/index.xsb

    can somebody pleas tell me why is xmlbeans looking for an index.xsb? i cant run
    my java classes because it is looking for this file. how can i solve this?

    Unfortunately the generated error messages are really misleading. Nevertheless
    I was able to find the solution.
    The orginal error message was:
    Caused by: java.lang.RuntimeException: Could not instantiate SchemaTypeSystemImpl
    (java.lang.reflect.InvocationTargetException): is the version of xbean.jar correct?
    I tried to locacate the error somewhere in the implementation of XMLBeans, but
    no success. Afterwards I included an printStackTrace() command in the code section
    where the error has been thrown and the more detailed error message was:
    Could not locate compiled schema resource schema/system/sC8870485F5E7AEB8A9BBEB56FEB321E8/index.xsb
    Obviously the schema resource has not been compiled. Then I looked in the parameters
    of scomp and found:
    H:\UserData\SunONE\XMLBeans>scomp
    Compiles a schema into XML Bean classes and metadata.
    Usage: scomp [opts] [dirs]* [schema.xsd]* [service.wsdl]* [config.xsdconfig]*
    Options include:
    -cp [a;b;c] - classpath
    -d [dir] - target binary directory for .class and .xsb files
    Obviously the xsb Files are not generated, if the target binary directory is not
    explicitly mentioned. Therefore I modified the compile command to
    H:\UserData\SunONE\XMLBeans>scomp -src GenClasses -d GenClasses -out myMainData.
    jar MainData21.xsd
    and, voila, it works!!!!!

Maybe you are looking for

  • AC 5.3 Release Note Inquiry - Is it included in an Support Pack for AC5.2??

    Hi Everyone, In release v.5.3 release notes, SAP noted that the logical validation of "not to allow approvers to approve their request" has been added.  Does anyone know if this functionality was included in a Support Pack for v.5.2 version?  Or woul

  • Error in Weekly.out log file

    I was just about to clone my MacintoshHD to a new SSD drive for my boot volume, so did a search for any basic cleanup tools or scripts or anything else I could do before creating the clone I came across the fact that there are the daily weekly and mo

  • Lion server and SSI

    I wanted to have some SSI elements on my site, which I'm hosting off my iMac (I know it's not the best setup, but it works well, considering my site isn't tremendously popular). I tried to test wether it supported SSI by creating an HTML document, th

  • PDF image

    Hi. I created a logo for my website in Pages '08. How do I convert it to a JPEG for use on my webpage so that everyone can see it. I copied and pasted it into iWeb, but it remains a PDF. Any ideas? Is it OK to leave it as a PDF. Will iWeb treat it li

  • Photoshop elements 12 editor will not startup after install. Support chat no help. Help?

    How do I fix? This is ver 12.