No response from Xindice when browsing to localhost

Hi there,
I have been using the JWSDP for my xml development and now want to explore the use of the Xindice xml database that conviniently comes installed with the JWSDP. Searched the forums, but no one else seems to have this particular response/problem.
When I click on "start Xindice" from my start menu (in Win 98SE), the Java pop up box for the Xindice server displays but when using my browser to go to http://localhost:4080, I get an error saying "the requested URL could not be retrieved"
Why does this happen? Shouldnt everything be ready to go "out of the box"? I cant find any info on on Xindice in the WSDP Tutorial either.
Any advice/direction is much appreciated.
Thnks

Hello,
http://xml.apache.org/xindice/
and strongly recommended
http://www.ifs.tuwien.ac.at/~aschatt/software/xindice_browser/xindice_browser.html

Similar Messages

  • Missing version field in response from server when accessing resource

    HY
    I have a problem to use the version option of the webstart. All files are included into a war file (created with jar cvf xx.war *). This file is in the webapps folder of the Tomcat 5. The jar files from the dev. kit (jnlp-servlet.jar, jaxp.jar, parser.jar are in the WEB-INF/lib folder).
    Every time I get the same message:
    Category: Download Error
    Missing version field in response from server when accessing resource: (http://localhost:8080/version/ademo.jar, 1.1)
    Do I need a aditional file or must Iwrite a servlet???
    Whats wrong
    my JNLP file
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File fuer HJP3 WebStart Demo-Applikation -->
    <jnlp codebase="http://localhost:8080/version/" href="wstest.jnlp">
    <information>
    <title>HJP3 WebStart Demo Application</title>
    <vendor>Guido Krueger</vendor>
    <homepage href="http://www.javabuch.de"/>
    <description>HJP3 WebStart Demo Application</description>
    <icon href="wstest.gif"/>
    <offline-allowed/>
    </information>
    <information locale="de">
    <description>HJP3 WebStart Demo-Applikation</description>
    <offline-allowed/>
    </information>
    <security>
    <!-- <all-permissions/> //-->
    </security>
    <resources>
    <j2se version="1.4+"/>
    <jar href="ademo.jar" version="1.1"/>
    </resources>
    <application-desc main-class="Listing3813"/>
    </jnlp>
    my version.xml file
    <jnlp-versions>
    <resource>
    <pattern>
    <name>ademo.jar</name>
    <version-id>1.1</version-id>
    </pattern>
    <file>application.jar</file>
    </resource>
    </jnlp-versions>
    my web.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <servlet>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <url-pattern>*.jnlp</url-pattern>
         </servlet-mapping>
    </web-app>

    The log file (jnlpdownloadservlet.log) would show the calls for the jar files if the servlet is called for the jar files (did you correct the url mapping ?). Here are a few lines from a log file
    JnlpDownloadServlet(4): Initializing
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfeguiv.jnlp
    JnlpDownloadServlet(3): User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfeguiv.jnlp isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfeguiv.jnlp lastModified=Tue Mar 23 17:06:56 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfeguiv.jnlp
    JnlpDownloadServlet(4): lastModified: 1080058016000 Tue Mar 23 17:06:56 CET 2004
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.gif
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.gif isPlatformRequest=false]
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.jar
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.jar isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfegui.jar lastModified=Tue Mar 23 17:06:30 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfegui.jarYou should see all the resources (including jar files) being requested, and whether a specific version was requested or not (in above sample, not).
    I put my problems down to my application server (Orion) as other people seem to have this working. The deployment in Orion keeps the original timestamps of the jars, so I explicitly set the timestamps in my build so that the unchanged jars do not have to be downloaded all the time. This is not really a good solution, so maybe someone else can give further advice.
    Brendan

  • Missing version filed in response from server when accessing resource

    Hello all,
    I am getting the following error when trying to do jar version download in webstart.
    Missing version field in response from server when accessing resource(http://lo alhost:8080/jdc/jnlp/new/SimpleGUI.jar,1.0)
    I am using Tomcat 5.5.
    My web.xml looks like this,
    <web-app>
    <display-name>Tomcat Examples</display-name>
    <description>
    Tomcat Example servlets and JSP pages.
    </description>
    <servlet>
    <servlet-name>
    JnlpDownloadServlet
    </servlet-name>
    <servlet-class>
    jnlp.sample.servlet.JnlpDownloadServlet
    </servlet-class>
    <init-param>
    <param-name>
    logLevel
    </param-name>
    <param-value>
    DEBUG
    </param-value>
    </init-param>
    <init-param>
    <param-name>
    logPath
    </param-name>
    <param-value>
    c:\logs\jnlpdownloadservlet.log
    </param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>/jdc/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jar</url-pattern>
    </servlet-mapping>
    </web-app>
    My version.xml file.
    <jnlp-versions>
    <resource>
    <pattern>
    <name>SimpleGUI_v1.0.jar</name>
    <version-id>1.0</version-id>
    <locale>en_US</locale>
    <locale>en</locale>
    </pattern>
    <file>SimpleGUI_v1.0.jar</file>
    </resource>
    <resource>
    <pattern>
    <name>SimpleGUI_v2.0.jar</name>
    <version-id>2.0</version-id>
    <locale>en_US</locale>
    <locale>en</locale>
    </pattern>
    <file>SimpleGUI_v2.0.jar</file>
    </resource>
    </jnlp-versions>
    My jnlp file is as follows,
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/jdc/jnlp/new" href="SimpleGUI.jnlp">
    <information>
    <title>SimpleGUI</title>
    <vendor>Java Developer Connection</vendor>
    <homepage href="/jdc/jnlp/new/index.html" />
    <description>Demonstration of JNLP</description>
    </information>
    <offline-allowed/>
    <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+ " />
    <jar href="SimpleGUI_v1.0.jar" version="1.0"/>
    <jar href="AddLogic_v1.0.jar"/>
    <jar href="SimpleGUI_v2.0.jar" version="2.0"/>
    <jar href="AddLogic_v2.0.jar"/>
    </resources>
    <application-desc main-class="com.logic.SimpleGUI" />
    </jnlp>
    For the codebase if I use $$codebase then it reports an error showing,
    The field <jnlp> codebase has an invalid value:$$codebase
    I think the JnlpDpwnloadServlet is not getting invoked. I cant figure out my mistake. I am tired searching in forums and there is no proper answer to this problem. Any help is appreciated.
    Thanks in advance.
    Regards,
    robi

    Thanks for including all your code. I've ran into version download problems before also. In the jar reference don't include the actual __V.jar file name, just include all pre __V.jar. <jar href="AddLogic_v1.0.jar"/> would become <jar href="AddLogic.jar"/>. Now I haven't done it with the version.xml before I just did it with making file named *__V.jar.
    I just re-read all that you did, if you title your files with the __V.jar notation you don't need a version.xml file.
    <jar href="SimpleGUI_v1.0.jar" version="1.0"/>
    Should become
    <jar href="SimpleGUI.jar" version="1.0"/>
    And you would have SimpleGUI_v1.0.jar on your server. Also might need it to be a capital "V" not sure.
    Message was edited by:
    javaunixsolaris

  • Launching Browser from Java when Browser URL is very  long

    Hi,
    I am trying to launch a browser from Java.
    I am doing the following.
    String command = "cmd" + "/c" + "start" + " browserURL";
    Process p = Runtime.getRuntime()exec(command);
    Note: My browserURL is very long.
    Now the browser is invoked. But the URL shown is incomplete and hence
    browser is unable to open the required application.
    Can someone help me in this.
    One way is to increase the buffer size on the command prompt?
    Is there any java command for this?
    Is there any other way to solve this issue.
    Thanks,
    AR

    this is my second time posting this, take note of it. I can't remember where i got it from, but credits go to the person that wrote it. It has helped me out thousands of times!!!
    to use, compile, then call from your program:
    org.newio.utils.BrowserLauncher.openURL("your url here")dfwtc
    package org.newio.utils;
    import java.io.File;
    import java.io.IOException;
    import java.lang.reflect.*;
    public class BrowserLauncher
        private static int jvm;
        private static Object browser;
        private static boolean loadedWithoutErrors;
        private static Class mrjFileUtilsClass;
        private static Class mrjOSTypeClass;
        private static Class macOSErrorClass;
        private static Class aeDescClass;
        private static Constructor aeTargetConstructor;
        private static Constructor appleEventConstructor;
        private static Constructor aeDescConstructor;
        private static Method findFolder;
        private static Method getFileType;
        private static Method makeOSType;
        private static Method putParameter;
        private static Method sendNoReply;
        private static Object kSystemFolderType;
        private static Integer keyDirectObject;
        private static Integer kAutoGenerateReturnID;
        private static Integer kAnyTransactionID;
        private static final int MRJ_2_0 = 0;
        private static final int MRJ_2_1 = 1;
        private static final int WINDOWS_NT = 2;
        private static final int WINDOWS_9x = 3;
        private static final int OTHER = -1;
        private static final String FINDER_TYPE = "FNDR";
        private static final String FINDER_CREATOR = "MACS";
        private static final String GURL_EVENT = "GURL";
        private static final String FIRST_WINDOWS_PARAMETER = "/c";
        private static final String SECOND_WINDOWS_PARAMETER = "start";
        private static final String NETSCAPE_OPEN_PARAMETER_START = " -remote 'openURL(";
        private static final String NETSCAPE_OPEN_PARAMETER_END = ")'";
        private static String errorMessage;
        private BrowserLauncher()
        private static boolean loadClasses()
            switch(jvm)
            default:
                break;
            case 0: // '\0'
                try
                    Class aeTargetClass = Class.forName("com.apple.MacOS.AETarget");
                    macOSErrorClass = Class.forName("com.apple.MacOS.MacOSError");
                    Class osUtilsClass = Class.forName("com.apple.MacOS.OSUtils");
                    Class appleEventClass = Class.forName("com.apple.MacOS.AppleEvent");
                    Class aeClass = Class.forName("com.apple.MacOS.ae");
                    aeDescClass = Class.forName("com.apple.MacOS.AEDesc");
                    aeTargetConstructor = aeTargetClass.getDeclaredConstructor(new Class[] {
                        Integer.TYPE
                    appleEventConstructor = appleEventClass.getDeclaredConstructor(new Class[] {
                        Integer.TYPE, Integer.TYPE, aeTargetClass, Integer.TYPE, Integer.TYPE
                    aeDescConstructor = aeDescClass.getDeclaredConstructor(new Class[] {
                        java.lang.String.class
                    makeOSType = osUtilsClass.getDeclaredMethod("makeOSType", new Class[] {
                        java.lang.String.class
                    putParameter = appleEventClass.getDeclaredMethod("putParameter", new Class[] {
                        Integer.TYPE, aeDescClass
                    sendNoReply = appleEventClass.getDeclaredMethod("sendNoReply", new Class[0]);
                    Field keyDirectObjectField = aeClass.getDeclaredField("keyDirectObject");
                    keyDirectObject = (Integer)keyDirectObjectField.get(null);
                    Field autoGenerateReturnIDField = appleEventClass.getDeclaredField("kAutoGenerateReturnID");
                    kAutoGenerateReturnID = (Integer)autoGenerateReturnIDField.get(null);
                    Field anyTransactionIDField = appleEventClass.getDeclaredField("kAnyTransactionID");
                    kAnyTransactionID = (Integer)anyTransactionIDField.get(null);
                    break;
                catch(ClassNotFoundException cnfe)
                    errorMessage = cnfe.getMessage();
                    return false;
                catch(NoSuchMethodException nsme)
                    errorMessage = nsme.getMessage();
                    return false;
                catch(NoSuchFieldException nsfe)
                    errorMessage = nsfe.getMessage();
                    return false;
                catch(IllegalAccessException iae)
                    errorMessage = iae.getMessage();
                return false;
            case 1: // '\001'
                try
                    mrjFileUtilsClass = Class.forName("com.apple.mrj.MRJFileUtils");
                    mrjOSTypeClass = Class.forName("com.apple.mrj.MRJOSType");
                    Field systemFolderField = mrjFileUtilsClass.getDeclaredField("kSystemFolderType");
                    kSystemFolderType = systemFolderField.get(null);
                    findFolder = mrjFileUtilsClass.getDeclaredMethod("findFolder", new Class[] {
                        mrjOSTypeClass
                    getFileType = mrjFileUtilsClass.getDeclaredMethod("getFileType", new Class[] {
                        java.io.File.class
                    break;
                catch(ClassNotFoundException cnfe)
                    errorMessage = cnfe.getMessage();
                    return false;
                catch(NoSuchFieldException nsfe)
                    errorMessage = nsfe.getMessage();
                    return false;
                catch(NoSuchMethodException nsme)
                    errorMessage = nsme.getMessage();
                    return false;
                catch(SecurityException se)
                    errorMessage = se.getMessage();
                    return false;
                catch(IllegalAccessException iae)
                    errorMessage = iae.getMessage();
                return false;
            return true;
        private static Object locateBrowser()
            if(browser != null)
                return browser;
            switch(jvm)
            case 0: // '\0'
                try
                    Integer finderCreatorCode = (Integer)makeOSType.invoke(null, new Object[] {
                        "MACS"
                    Object aeTarget = aeTargetConstructor.newInstance(new Object[] {
                        finderCreatorCode
                    Integer gurlType = (Integer)makeOSType.invoke(null, new Object[] {
                        "GURL"
                    Object appleEvent = appleEventConstructor.newInstance(new Object[] {
                        gurlType, gurlType, aeTarget, kAutoGenerateReturnID, kAnyTransactionID
                    return appleEvent;
                catch(IllegalAccessException iae)
                    browser = null;
                    errorMessage = iae.getMessage();
                    return browser;
                catch(InstantiationException ie)
                    browser = null;
                    errorMessage = ie.getMessage();
                    return browser;
                catch(InvocationTargetException ite)
                    browser = null;
                    errorMessage = ite.getMessage();
                    return browser;
            case 1: // '\001'
                File systemFolder;
                try
                    systemFolder = (File)findFolder.invoke(null, new Object[] {
                        kSystemFolderType
                catch(IllegalArgumentException iare)
                    browser = null;
                    errorMessage = iare.getMessage();
                    return browser;
                catch(IllegalAccessException iae)
                    browser = null;
                    errorMessage = iae.getMessage();
                    return browser;
                catch(InvocationTargetException ite)
                    browser = null;
                    errorMessage = ite.getTargetException().getClass() + ": " + ite.getTargetException().getMessage();
                    return browser;
                String systemFolderFiles[] = systemFolder.list();
                for(int i = 0; i < systemFolderFiles.length; i++)
                    try
                        File file = new File(systemFolder, systemFolderFiles);
    if(file.isFile())
    Object fileType = getFileType.invoke(null, new Object[] {
    file
    if("FNDR".equals(fileType.toString()))
    browser = file.toString();
    return browser;
    catch(IllegalArgumentException iare)
    browser = browser;
    errorMessage = iare.getMessage();
    return null;
    catch(IllegalAccessException iae)
    browser = null;
    errorMessage = iae.getMessage();
    return browser;
    catch(InvocationTargetException ite)
    browser = null;
    errorMessage = ite.getTargetException().getClass() + ": " + ite.getTargetException().getMessage();
    return browser;
    browser = null;
    break;
    case 2: // '\002'
    browser = "cmd.exe";
    break;
    case 3: // '\003'
    browser = "command.com";
    break;
    case -1:
    default:
    browser = "netscape";
    break;
    return browser;
    public static void openURL(String url)
    throws IOException
    if(!loadedWithoutErrors)
    throw new IOException("Exception in finding browser: " + errorMessage);
    Object browser = locateBrowser();
    if(browser == null)
    throw new IOException("Unable to locate browser: " + errorMessage);
    switch(jvm)
    case 0: // '\0'
    Object aeDesc = null;
    try
    try
    aeDesc = aeDescConstructor.newInstance(new Object[] {
    url
    putParameter.invoke(browser, new Object[] {
    keyDirectObject, aeDesc
    sendNoReply.invoke(browser, new Object[0]);
    catch(InvocationTargetException ite)
    throw new IOException("InvocationTargetException while creating AEDesc: " + ite.getMessage());
    catch(IllegalAccessException iae)
    throw new IOException("IllegalAccessException while building AppleEvent: " + iae.getMessage());
    catch(InstantiationException ie)
    throw new IOException("InstantiationException while creating AEDesc: " + ie.getMessage());
    break;
    finally
    aeDesc = null;
    browser = null;
    case 1: // '\001'
    Runtime.getRuntime().exec(new String[] {
    (String)browser, url
    break;
    case 2: // '\002'
    case 3: // '\003'
    Runtime.getRuntime().exec(new String[] {
    (String)browser, "/c", "start", url
    break;
    case -1:
    Process process = Runtime.getRuntime().exec((String)browser + " -remote 'openURL(" + url + ")'");
    try
    int exitCode = process.waitFor();
    if(exitCode != 0)
    Runtime.getRuntime().exec(new String[] {
    (String)browser, url
    catch(InterruptedException ie)
    throw new IOException("InterruptedException while launching browser: " + ie.getMessage());
    break;
    default:
    Runtime.getRuntime().exec(new String[] {
    (String)browser, url
    break;
    static
    loadedWithoutErrors = true;
    String osName = System.getProperty("os.name");
    if("Mac OS".equals(osName))
    String mrjVersion = System.getProperty("mrj.version");
    String majorMRJVersion = mrjVersion.substring(0, 3);
    try
    double version = Double.valueOf(majorMRJVersion).doubleValue();
    if(version == 2D)
    jvm = 0;
    } else
    if(version >= 2.1000000000000001D)
    jvm = 1;
    } else
    loadedWithoutErrors = false;
    errorMessage = "Unsupported MRJ version: " + version;
    catch(NumberFormatException numberformatexception)
    loadedWithoutErrors = false;
    errorMessage = "Invalid MRJ version: " + mrjVersion;
    } else
    if(osName.startsWith("Windows"))
    if(osName.indexOf("9") != -1)
    jvm = 3;
    } else
    jvm = 2;
    } else
    jvm = -1;
    if(loadedWithoutErrors)
    loadedWithoutErrors = loadClasses();
    suck my balls

  • Missing version field in response from server when accessing resource: (htt

    I'm getting the above error when I specific a version # in the <jar> field under <resources>. If I leave the version out, the application works. If I put in it fails. In both cases I am supplying a version.xml file. From the logs (at the end) I only see the Basic Protocol lookups happening. If it were working I'd expect to see Version-based lookups. It seems the server doesn't know about versioning.
    Below are the essentials (Thanks for looking at it!)
    I am using Tomcat 5.0, the JnlpDownloadServlet from JDK 1.5.0-beta2 on client and server.
    WAR file layout:
    META-INF/
    META-INF/MANIFEST.MF
    index.html
    WEB-INF/
    WEB-INF/lib/
    WEB-INF/lib/jnlp-servlet.jar
    app/
    app/images/
    app/images/bullwinkle.jpg
    app/Pacer.jnlp
    app/version.xml
    app/Pacer.jar
    WEB-INF/web.xml
    Contents of Pacer.jnlp
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="$$codebase">
    <information>
    <title>Pacer jnlp</title>
    <vendor>Unicon</vendor>
    <description>Pacer as a webstart app</description>
    <description kind="short">Pacer using JWS</description>
    <description kind="tooltip">Pacer"</description>
         <homepage href="../index.html"/>
         <icon href="images/bullwinkle.jpg"/>
         <icon kind="splash" href="images/bullwinkle.jpg"/>
    <offline-allowed/>
    </information>
    <security>
    <!-- <all-permissions/> -->
    </security>
    <resources>
    <j2se version="1.4+"/>
    <jar href="Pacer.jar" version="1.0"/>
    </resources>
    <application-desc main-class="com.demo.app.jnlp.Pacer"/>
    </jnlp>
    Contents of version.xml
    <jnlp-versions>
    <resource>
    <pattern>
    <name>Pacer.jar</name>
    <version-id>1.0</version-id>
    </pattern>
    <file>Pacer.jar</file>
    </resource>
    </jnlp-versions>
    Log info on server-side
    2004-07-14 16:37:12 StandardContext[Pacer]Basic Protocol lookup
    2004-07-14 16:37:12 StandardContext[Pacer]JnlpResource: JnlpResource[WAR Path: /app/Pacer.jnlp lastModified=Wed Jul 14 15:29:26 EDT 2004]]
    2004-07-14 16:37:12 StandardContext[Pacer]Resource returned: /app/Pacer.jnlp
    2004-07-14 16:37:12 StandardContext[Pacer]SupportQuery in Href: true
    2004-07-14 16:37:12 StandardContext[Pacer]lastModified: 1089833366000 Wed Jul 14 15:29:26 EDT 2004
    2004-07-14 16:37:12 StandardContext[Pacer]Double check query string: null
    2004-07-14 16:43:45 StandardContext[Pacer]Request: /Pacer/app/Pacer.jnlp
    2004-07-14 16:43:45 StandardContext[Pacer]User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
    2004-07-14 16:43:45 StandardContext[Pacer]DownloadRequest[path=/app/Pacer.jnlp isPlatformRequest=false]
    2004-07-14 16:43:45 StandardContext[Pacer]Basic Protocol lookup
    2004-07-14 16:43:45 StandardContext[Pacer]JnlpResource: JnlpResource[WAR Path: /app/Pacer.jnlp lastModified=Wed Jul 14 15:29:26 EDT 2004]]
    2004-07-14 16:43:45 StandardContext[Pacer]Resource returned: /app/Pacer.jnlp
    2004-07-14 16:43:45 StandardContext[Pacer]SupportQuery in Href: true
    2004-07-14 16:43:45 StandardContext[Pacer]lastModified: 1089833366000 Wed Jul 14 15:29:26 EDT 2004

    I fixed this problem. I worked it out using the webpad application as a model. I'll go back later and see what the actual small differences were, but please DON'T LOOK at this problem anymore.

  • No response from printer when printing a specific file from Photoshop CS6

    I am printing from Photoshop to an Epson 3880 printer. I have a specific batch of files from a client that cause the print dialogue to immediately quit when requesting a print job, therefore never sending the information to the printer. With other files, I am able to print normally from Photoshop. After spending the morning on the phone with Epson, I isolated the problem to being with the file in Photoshop. These files were sent to me as PDFs and I converted them to PSDs. Having a hard time understanding this issue.
    Does anyone know what kind of file would cause communication between photoshop and the printer to cease?

    Photoshop does not communicate directly with the printer.
    Photoshop communicates with the OS, which communicates with the driver, and the driver communicates with the printer.
    But there may be something in the previously used print settings in the file that the driver does not like and causes it to misbehave.
    (note: Epson has had a LOT of problems with their drivers on MacOS 10.9)

  • No response from Teststand when trying to copy a large 2-D data in Local context.

      Attached is an example. When trying to copy a large 2-D data in local context "InOutArray", Teststand will run into no response. Is that a bug in Teststand?
    Thanks!
    Jacky

    Oh......I made a mistake and forgot to attached the file.
    Please see attached file and find the arrary in context of "Locals.InOutArray"
    THANKS
    JACKY
    Attachments:
    Write_Eeprom.seq ‏2596 KB

  • No response from computer when connecting phone

    My G4 Powerbook does nothing when I connect the Iphone. It used to. Software is up to date. Phone is almost new and all equipment well cared for.
    Anyone had this problem?

    Hi,
    Please try to clear the temporary files for Muse and then try to publish the site again.
    Here is a forum post related on how to clear temporary files : http://forums.adobe.com/message/5086018#5086018
    Hope this helps you to publish the site.
    Rgeards,
    Rajan

  • Safari ipad - Delayed Response from Keyboard when typing in website address

    Delays up to 30 seconds only when typing in the address.  No delay when typing in the search. Any suggestions please?

    That certainly is not right. I get a slight delay at times but I'm talking about a second or two.
    Did you reboot? Quit Safari? Quit all apps and restart? Clear Safari?
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit all apps and restart the iPad. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Clear Safari. Go to Settings>Safari>Clear History, Cookies and Cache or Data. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Error - "No Response From Server" when publishing.

    Upload hangs up at random points.  Seems to be whith larger files.  website www.tcs-pub-and-grub.com

    Hello,
    Please check if the suggestions in the below threads help resolve the issue:
    http://forums.adobe.com/message/5994460
    http://forums.adobe.com/message/5698414
    Cheers
    Parikshit

  • No Responses from ALOM using NET MGNT PORT on SunFire v245

    Please Help...
    I have two sunfire V245 servers running Apache on Solaris 5.10. Both servers have the same settings and apps. Before we used serial port to connect to ALOM 1.6. We switched to net mgnt port because of virtualization of all our servers.
    Situation:
    Server 1 applied the solaris patches to server 1 and switch to Net Mgnt port to connect to ALOM and no problem setting up and connecting to ALOM. And it is still working and everything works fine.
    Server 2 did not applied any solaris patches and switch to Net Mgnt port to connect to ALOM and no problem setting up and connecting to ALOM. After applying solaris patches to server 2 (same patches applied to Server 1), no responses from ALOM when connecting to it. Apache and Unix OS are both working fine. Just can not connect to ALOM.
    Please Help ... many Thanks in advance
    George

    if you want to connect via net mgmt port, then you have to configure a separate IP address for net mgmt to access.
    if you have not configure the IP for net mgmt then you can connect to serial mgmt port with a straight cable and with a DB-9 connector (null modem)
    OR
    you can do this from OS as well.
    go to
    login as root user
    cd /usr/platform/`uname -i`
    cd sbin
    ./scadm help
    ./scadm setsc netsc_ipaddr 0.0.0.0 (net mgmt IP, other than OS)
    ./scadm setsc netsc_ipnetmask 0.0.0.0
    ./scadm setsc netsc_ipgateway 0.0.0.0
    ./scadm reset-sc
    plug in a cable in net mgmt port.
    now u can access through net mgmt IP.
    the proper way to exit from serial management is
    sc> logout

  • ESB is not receiving response from BPEL

    I have routing rule in ESB which routes the input to BPEL process.
    ESB is not receving any response from BPEL
    When I execute BPEL process independently, BPEL process is completing successfully and returning response.
    but when I invoked (Sync/Async) it from ESB, I am simply getting empty response back.
    in ESB console I got following message
    An unhandled exception has been thrown in the ESB system. The exception reported is: "com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is 7836DD907BDE11DCBFEDA1C287EB1942. Please check the process instance for detail. at com.evermind.server.rmi.RMICall.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMICall.java:109) at com.evermind.server.rmi.RMICall.throwRecordedException(RMICall.java:125) at com.evermind.server.rmi.RMIClientConnection.obtainRemoteMethodResponse(RMIClientConnection.java:517) at com.evermind.server.rmi.RMIClientConnection.invokeMethod(RMIClientConnection.java:461) at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:63) at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:28) at com.evermind.server.ejb.StatelessSessionRemoteInvocationHandler.invoke(StatelessSessionRemoteInvocationHandler.java:43) at __Proxy10.request(Unknown Source) at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:104) at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:67) at oracle.tip.esb.server.service.impl.bpel.BPELService.processBusinessEvent(BPELService.java:380) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:106) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:85) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1416) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:105) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:273) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:150) at oracle.tip.esb.se
    Thanks
    Praveen

    Is it possible to add several checkpoint in embedded java too your process to see where (on which activity) it fails.
    no extra information in the domain.log of bpel on this process ?
    it's possible that the bpel is started, the first activity executes ok, but the second fails ( for example xslt error) and if the process isn't dehydrated , you wont see any output in the console, but the process is already started..

  • An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser.

    I have 2 WFE behing F5 that handles ssl termination too. I have a site abc.xyz.com.
    At aam i have
    http://abc.xyz.com in default zone and https://abc.xyz.com in internal zone.
    AT sharepoint content source; I have both http and https of the above site version.
    DNS entry of abc.xyz.com is pointing at VIP in f5 which load balances this site at 2 different ips assigned to each web front end server.
    Now when i run search in this content source, searchable item populates but there is error for http request telling An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser.
    Why is this happening?
    Is it because requests are coming to f5 as https but search is returning it as http? Will SSL termination removal from f5 solve this issue which i really don't want to do? Will pointing dns entry to two ips in wfe instead of f5 VIP will work?
    Adit

    Hi,
    I have seen a similar post from you, my understanding is that when you ran search in your content source, there was an error. You can take a look at the following thread:
    http://social.technet.microsoft.com/Forums/en-US/94e999e3-4128-4674-97dc-e46e71fe0f46/search-service-setup-behind-f5-an-unrecognized-http-response-was-received-when-attempting-to-crawl
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • No response from server error when transferring files

    Hi, I just changed my website over from a windows based server to a linux one. I wasn't having any problems and now I can't get my files to load onto the server. I contacted the server provider who has tested things on their end and say the problem is with dreamweaver. This is the message I have been getting...
    no response from server while transferring file.... reconnecting.
    It says that it is putting the file, and then I receive this message again..
    no response from server while transferring. 2 attempts made.  try again or cancel?
    if I hit cancel, then it starts putting the file and sometimes it goes through, sometimes not.
    Now if I manage to get the file through, when I post it on the web and click on the link it says the file is damaged or corrupted.
    Anyone have any idea how to correct this? I am new to dreamweaver and web design and I thought maybe the problem has to do with my site definition, but I can't see that there is a problem. I have noticed that before I changed the site definition for the linux server I could easily preview my pages in the browser without having to post it to the site. Now when I try to preview my pages it says that I have to put it to the site in order to view it. Could that be related?
    I am working on a Mac and haven't installed a firewall.
    Any help is much appreciated!!!
    Thank you!

    In the Site Settings (Advanced Mode) there is an option where you set up the remote connection for Passive FTP.  Try checking that box and see if you are able to connect.

  • How can I get my ES2 loops to play correctly? I keep getting the message that the audio is not found when I drag the loops from my audio browser even though they play fine in the preview.

    How can I get my ES2 loops to play correctly? I keep getting the message that the audio is not found when I drag the loops from my audio browser even though they play fine in the preview.

    It's exactly as I stated. Whenever I try to drag these kinds of loops (ESX24 / software instrument loops? the ones marked in green with the white music note next to them) from the loop browser into the timeline a message comes up saying Audio Not Found for that loop.  And a new track is created automatically when loops are dragged into the timeline, so I'm not creating some other random / synth instrument track so I'm not sure  what the deal is... But perhaps I'll try creating a software instrument track first and then drag the loop into that track and see what happens - maybe there's something with the default settings that automatically creates audio tracks whenever loops are imported?

Maybe you are looking for

  • Launch apps one at a time and disable iTunes at startup

    Hey guys I have two questions: The first one is, is there any way to launch apps at Login but one after the other and not all at the same time? For instance, I would like to launch Adobe Ps, then Ai after Ps loaded, then Mail, and then others. Is thi

  • Slow Phone 4s with ios8!! How to make it faster?

    Slow Phone 4s with ios8!! How to make it faster? After upgraded ios8.1.1, my iPhone 4s Facebook become very slow response and always hand. Whastapp having same problem! Very lagging with safari too! It is really regret to upgrade since many peoples s

  • Undeleteable file ? How to get rid of it

    In my trash I have a file thats undeleteable. The file name is ␀␀␀õ␀␀.␀␀ It says zero KB in size and when I get info the file disappears but on the next restart it reappears. Anyone have any idea on what it is ? My info: OSX 10.5.6 15in. Macbook Pro

  • Same Oracle Bind Variable Name in 2 VOs not permitted?

    Hi, JDeveloper Studio Edition Version 10.1.3.3.0.4157 I have 2 different Entity based VOs, those VO's use similar Entities but their WHERE is clause is different, one VO doesn't extend the other one. I have used Oracle (first time use for me) named b

  • Does any one know where I can get a copy of the following Video on Certifcates

    Hello All I understand this was a very good session at TechEd in 2010 by John Craddock regarding Certificates "All You Need to Know About Certificates from Templates to Revocation" Unfortunately the video is not longer available from TechEd or Channe