WebService Endpoint URI expected not found endpoint with URI DigitalSignatu

Dear Experts,     
When we try to test webservice deployed  with wsdl  url http://satder:52000/DigitalSignature/ws?style=document in  ws navigater, getting the following  error The call fails with error 404 as shown below      
Error : Web Service Endpoint URI expected not found endpoint with URI  DigitalSignature     
very much appreciate your immediate help and advice.Thanks a lot in advance. very much appreciate it.
pisam.

Hi Pisam,
Is your query got resolved ,if not have you created the endpoint proper in the soamanager after selecting your service.
"Web Service Endpoint URI expected not found endpoint..' implies that endpoint is not created properly ,, so suggest you to delete the exsiting if any  endpoints and recreated and then test with WSnavigator.
post if you have same error again ...
Regards,
srinivas

Similar Messages

  • Getting a file not found error with jam pack instruments

    Since Logic Express no longer works with the current Mac OS X versions, I'm trying to get used to using GarageBand again while I save up to buy the full Logic Package.  I had purchased all of the jam packs years ago and recently also purchased Main Stage.  Now, when I go to use, for example, an instrument from the Orchestral jam pack, I get a message saying "EXS24 instrument “Cellos.exs”: Audio file “VC-L_legato_f_C2.wav” not found!" with the option to continue or search again.  Clicking "search again" always ends up with the same message.  This is driving me nuts!  Pretty ****** off right now that I can't use what I paid money for.  Isn't this stuff supposed to "just work"?  Or did that die with Steve Jobs?

    same Problem: Working with OS X 10.6.8 on a MacBookPro Santa Rosa and Logic Pro: Its not possible to use the cello.exs 'cos missing audio file “VC-L_legato_f_C2.wav”, same problem with Basses.exs (missing KB-L_legato_f_A#1.wav) and the  Piano. All this broken Instruments are from the Jam pack Orchestra Library.

  • Modify service endpoint in webservices.xml throws class not found for link

    Hello, we had a problem for serveral days and have not found any solutions googling. We read the documentation and seems ok, so we are a little desesperate.
    We have a WebService project in Oracle Eclipse included in Weblogic 10.3.5 with the following classes:
    - An EJB (org.test.TestWSImpl) with the @WebService annotation:
    @WebService(serviceName = "TestService", portName = "testService", targetNamespace = "testNameSpace",
    endpointInterface = "test.TestWS", wsdlLocation = "/wsdls/test.wsdl")
    - When deploying the ear all runs ok. Now, for serveral business reasons, we need to change the defalut service URI so we added a webservices.xml and weblogic-webservices.xml.
    The webservices.xml:
    <?xml version='1.0' encoding='UTF-8'?>
    <webservices xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2">
         <webservice-description>
              <webservice-description-name>TestService</webservice-description-name>
              <port-component>
                   <port-component-name>testService</port-component-name>
                   <wsdl-port xmlns:tns="testNameSpace">tns:testDataService</wsdl-port>
                   <service-endpoint-interface>test.TestWS</service-endpoint-interface>
                   <service-impl-bean>               
                        <ejb-link>TestWSImpl</ejb-link>
                   </service-impl-bean>
              </port-component>
         </webservice-description>
    </webservices>
    In the weblogic-webservices.xml we define the new endpoint:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices
    xmlns="http://xmlns.oracle.com/weblogic/weblogic-webservices"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-webservices http://xmlns.oracle.com/weblogic/weblogic-webservices/1.1/weblogic-webservices.xsd">
    <webservice-description>
    <webservice-description-name>IE3SEnvironmentalMasterDataService</webservice-description-name>
    <webservice-type>JAXWS</webservice-type>
    <port-component>
    <port-component-name>e3sEnvironmentalMasterDataService</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>/E3S</webservice-contextpath>
    <webservice-serviceuri>/e3sEnvironmentalMasterDataService</webservice-serviceuri>
    </service-endpoint-address>
    </port-component>
    </webservice-description>
    We apreciate any help
    Thanks in advance!
    Edited by: 960518 on 21/09/2012 02:42
    Sorry for the copy; a browser error. Please delete this thread

    We have found a solution removing the eclipse webservice project and adding the EJB inside the EJB project module.
    greetings.

  • Workshop WebService - Source file .jws not found

    Hi,
    I have developed WebService using BEA Weblogic Workshop 8.1. On my developement machine everything works perfectly. But when we build application (It is portal application with portal project - our corporate internet presentation and Webservice project with my WebService) using ant script exported from Workshop into ear and deploy it onto our testing servers WebService Doesn't work. When I try to call it I get this error message "Source file WebService.jws not found." When I add requested JWS file into its place, WebService starts to work as expected.
    Application is deployed from exploded directory which is created by unpacking EAR, this is to simplify patching of application and server is running in production mode.
    Any idea what is wrong?

    Hi,
    thank you very much. We have changed name of directory with exploded enterprise application to appname.ear and added -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dweblogic.jws.ProductionMode=true to java commandline and it works for now, don't know which change helped, but It works so I don't care.
    I tried these parameters before and it didn't work but I might have done some mistake so I was clueless.
    Thanks,
    Petr

  • File Not Found Error with FlashHelp

    When I deploy and launch my FlashHelp project I get a "Not
    Found The requested resource was not found." error in the topic
    pane. I'm also not able to reference any of the topics from the TOC
    and get the same error.
    I just upgraded to RoboHelp v6 and all of this worked fine
    when the project was generated using the previous version of
    RoboHelp (5).
    Does anyone know what changed that might be causing the
    problem?

    Hello,
    I am having a similar problem. Did you find a solution?
    Thank you,
    Melissa
    "arunak" <[email protected]> wrote:
    >
    Hi Pratim,
    I am also facing the same problem. can u please let me know whenever
    u get the
    solution for this.
    Regards,
    Arunak
    Pratim <[email protected]> wrote:
    Hi,
    I'm writing a web service on weblogic 8.1 with weblogic workshop.Ihave
    to use log4j-1.2.7 supplied by client with my application.I cannot write
    ant script manually.Also I cannot change server start script or cannot
    put any command line argument when the server starts.
    Now I require this logger in my EJB.I have kept log4j.properties inthe
    same path where my EJB's are.But the final ear produced does not contain
    this log4j.properties and subsequently I get the error "log4j:ERROR
    Could not read configuration file [log4j.properties]."
    Please help me to resolve this problem so that log4j.properties goes
    with the final .ear file and the ejb code finds the logger.
    thanks,
    pratim

  • File Not Found bug with long audio file names?

    Hello -
    Crazy problem. I'll probably post way too much information, but I want to make sure I cover everything. Help!
    We run Logic Studio/Logic 8 on multiple 10.4.10/11 computers - G5 Power PC, new intel iMac, intel mini, G4 laptops. We are working on an audio post job using very messy OMFs that were prepared in Final Cut. We had problems opening them in Logic, so we opened the OMFs in Soundtrack Pro, exported to AAFs, and opened those in Logic.
    The sessions look fine in Logic now (all files relinked), and the session is consolidated - ie, all files are local/in the project folder's Audio Files folder. I see this in the Audio Bin and can confirm in the finder.
    Here's the problem. With the sessions closed:
    (A) I renamed the project folder by adding an asterix to the front of the folder name, and changed the color label of the folder in the finder in order to mark it as the original folder.
    (B) I made a copy of the whole folder (session files & audio files) in order to have something to work from and not mess up the original. When I opened up the session in the new folder, it immediately said audio file not found, do you want to search, locate, or skip. It couldn't find the file in a search, and obviously when you skip, then skip, then skip all, it opens the session with the data (regions are there but grayed) - so all the audio files are orphaned.
    So when I try to locate the file, here's what happens. . . The audio file names are really horrendously long (must be some artifact of working in Final Cut). We're talking: "1087-001A SERG AIRPORT WAITING * 1-1channel_00044D02AA9- 363A-4CC5-A86B-0741023DB062.aif" - one bazillion characters.
    So the audio file locate dialog box truncates the name of the file that's missing by using the first 20 characters or so, and then a "#" character, and then some random string of 3-6 characters that is not at all related to the file name. So who knows which of the 4-30 SERG AIRPORT files is supposed to go there!
    Obviously if this were a 2 minute session file of 10 files or something, we could figure it out and relink everything, but we're talking about a feature-length session with a bazillion files.
    (C) Okay, so I tried to open the original session, in the folder that I had renamed by prefacing the original name with an * and changing the color of the folder. But I started to get the file not found errors. OH GEEZ. So I didn't save. I re-renamed the folder by taking out the * and changing the color label back. Then I tried to open the session again, but I still kept getting the file not found problem.
    I have to stress that I didn't move any of the audio files, or change ANYTHING in the session.
    So I thought - is all of this because I tried to open a new instance of the session, in a new instance of the folder? Is it because I renamed the folders? Normally you can rename folders, even session names, no problems, and Logic corrects the paths to the audio files!
    (D) So, crap. I reopened the original AAF file in logic and saved it in a new place. I closed the file, reopened it, closed, reopened, just to make sure everything was working! I checked the location of the files in the audio bin, and everything was great.
    (E) So now I copied the folders to an external hard drive to be able to work on another computer. But when I tried to open the sessions on a new computer. . . You guessed it, nada.
    So. . . the questions are:
    (1) Those original sessions that now will not work - is there anything I can do to recover their functionality? We had work in there that I would prefer not to lose. . .
    (2) Is this a known bug having to do with the length of the Audio File names?
    (3) How do we get over this? My only idea so far is we could select all in a working logic session and say "Audio Tracks names to regions" or something and will that change the actual file names on teh computer? Then hopefully things would work on mulitple systems. . .
    Okay. HELP! Thanks!
    Polly

    OK I got it.
    It is necessary to use prefix "file:///" before file name.
    Thanx everyway.

  • User not found error with Outlook Connector

    Hi all
    I am having some issues with the Outlook Connector (Version 7.1.222.4 JES2005Q4 running on Microsoft Outlook 2003) when trying to subscribe to a users calendar.
    Details:
    (SJES2005Q4)
    Server 1 - Access Manager
    Server 1 - Delegated Administrator
    Server 2 - Directory Server 5.2
    Server 3 - Messenger Server
    Server 3 - Calendar Server
    Server 3 - Access Manager SDK
    Server 3 - Communications Express
    Server 3 - Messenger Express
    My setup works fine, I can subscribe to users calendars in Communications Express and modify/delete etc; however, when I try to subscribe to this same users calendar in Outlook I get the following error:
    "User not found. Either enter the email id of the user OR click on Search and then click on Find to locate the user."
    If I click on search, I get a list of my corporate directory, here I am able to select the user but again clicking ok gives the same result.
    Looking at the logs it seems that the search at the point where I click ok is missing the "organizational unit" element of the user DN, logs below:
    WHEN INITIATING SEARCH (not enterng userid; instead clicking on SEARCH in the ADD CALENDAR BOX)
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=-1 msgId=-1 - fd=175 slot=175 LDAP connection from 172.16.7.132 to 192.168.170.97
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=0 msgId=1 - BIND dn="uid=me,ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk" method=128 version=3
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=me,ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk"
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=1 msgId=2 - SRCH base="ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk" scope=2 filter="(&(mail=*)(cn=*))" attrs="cn mail uid objectClass"
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=1 msgId=2 - SORT cn (5)
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=1 msgId=2 - VLV 1:1:1:0 2:5 (0)
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=1 msgId=2 - RESULT err=0 tag=101 nentries=3 etime=0 notes=U
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=2 msgId=3 - SRCH base="ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk" scope=2 filter="(&(mail=*)(cn=*))" attrs="uid mail cn title company telephoneNumber physicalDeliveryOfficeName objectClass"
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=2 msgId=3 - SORT cn (5)
    [14/Feb/2006:11:23:06 +0000] conn=20255 op=2 msgId=3 - VLV 0:4:0:0 1:5 (0)
    [14/Feb/2006:11:23:07 +0000] conn=20255 op=2 msgId=3 - RESULT err=0 tag=101 nentries=5 etime=1 notes=U
    NOW SELECTING USERID
    [14/Feb/2006:11:23:50 +0000] conn=20255 op=3 msgId=4 - SRCH base="uid=testmail,ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk" scope=0 filter="(&(mail=*)(cn=*))" attrs="cn displayName givenName sn initials uid departmentNumber title homePhone mail manager mobile company pager secretary description facsimileTelephoneNumber l physicalDeliveryOfficeName postalCode st street c telephoneNumber mailAlternateAddress objectClass"
    [14/Feb/2006:11:23:50 +0000] conn=20255 op=3 msgId=4 - RESULT err=0 tag=101 nentries=1 etime=0
    PRESSING OK (WITH USER ID SELECTED)
    [14/Feb/2006:11:24:20 +0000] conn=20256 op=-1 msgId=-1 - fd=225 slot=225 LDAP connection from 192.168.170.99 to 192.168.170.97
    [14/Feb/2006:11:24:20 +0000] conn=20256 op=0 msgId=1 - BIND dn="" method=128 version=2
    [14/Feb/2006:11:24:20 +0000] conn=20256 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn=""
    [14/Feb/2006:11:24:20 +0000] conn=20256 op=1 msgId=2 - SRCH base="o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk" scope=2 filter="(uid=testmail)" attrs="cn uid mail givenName sn icsCalendar"
    [14/Feb/2006:11:24:20 +0000] conn=20256 op=1 msgId=2 - RESULT err=0 tag=101 nentries=0 etime=0
    [14/Feb/2006:11:24:20 +0000] conn=20256 op=2 msgId=3 - UNBIND
    [14/Feb/2006:11:24:20 +0000] conn=20256 op=2 msgId=-1 - closing - U1
    [14/Feb/2006:11:24:21 +0000] conn=20256 op=-1 msgId=-1 - closed.
    NOW WHEN ENTERING USER ID DIRECTLY (that is NOT clicking on SEARCH in the ADD CALENDAR BOX)
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=-1 msgId=-1 - fd=225 slot=225 LDAP connection from 192.168.170.99 to 192.168.170.97
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=0 msgId=1 - BIND dn="" method=128 version=2
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn=""
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=1 msgId=2 - SRCH base="o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk" scope=2 filter="(uid=testmail)" attrs="cn uid mail givenName sn icsCalendar"
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=1 msgId=2 - RESULT err=0 tag=101 nentries=0 etime=0
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=2 msgId=3 - UNBIND
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=2 msgId=-1 - closing - U1
    [14/Feb/2006:11:25:16 +0000] conn=20257 op=-1 msgId=-1 - closed.
    OUTLOOK CONNECTOR LOGS
    02/14/2006 11:25:16.223 (0x0e34) {Addin } [Error  ]: wc /get_userprefs.wcap?userid=testmail&id=bo3bn0u68x8sb5rb&fmt-out=text%2Fcalendar
    02/14/2006 11:25:16.223 (0x0e34) {Addin } [Error  ]: wcap returned errno: 61
    02/14/2006 11:25:16.223 (0x0e34) {Addin } [Warning]: LookUpUser getUserPropertiesByEmailID failed : Denied Access
    Initially I thought that it maybe something to do with ACI but then the search parameters are not correct at the point of clicking ok.
    My Outlook Connector deployment configuration for the "LDAP" tab is as follows:
    Search base (root of LDAP directory): ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk
    VLV Search filter: (&(mail=*)(cn=*))
    Advanced search filter: (cn=%s*),(givenName=%s*),(sn=%s*),(title=%s*),(uid=%s*),(company=%s*),(departmentNumber=%s*),(physicalDeliveryOfficeName=%s*),(l=*%s*)
    Name resolution filter: (&(mail=*)(|(mail=%s*)(|(cn=%s*)(|(sn=%s*)(givenName=%s*)))))
    VLV sort attribute: cn
    Search timeout after: 1minute
    Maximum number of search results returned: 10
    Require authentification (See Help for LDAP syntax examples): (User DN pattern) uid=%S,ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk
    Retrieve user settings from LDAP (User DN pattern): uid=%S,ou=people,o=domain-dev.co.uk,dc=domain-dev,dc=co,dc=uk
    Does anyone have any ideas?
    Thanks
    PS: This is also posted in the IMS mailing list, so apologises for duplication to people who visit both forums.

    The error was fixed by setting the "Authenticated proxy binding: service.wcap.userprefs.ldapproxyauth" to "yes", this is in the release notes as pointed out by Arnaud Quillaud.
    Link: http://docs.sun.com/app/docs/doc/819-5200/6n7a49o0b?a=view

  • Desktops get "Server Not Found" errors with WRT160N

    I'm sharing my WRT160N with 2 laptops and 3 desktops. My laptops connect to the internet ok... drops now and then tho... but my desktops frequently get a "Server Not Found" error. After repeated "try again" clicks, it eventually connects again. Any ideas??

    Try this ;
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    Under the Setup Tab...reduce the MTU value to 1300 and save settings.
    Also reduce the card speed of the dekstop... (assuming it is window XP)..Click on the Start button >>> Control Panel >> Network Connections >> Right click on the ""Local Area Connection"" icon and select properties-Here click on the "Configure" button- Click on the "Advanced" tab- In the "Property" box highlight Link speed and duplex/Connection type/Network or Media type- And in the "Value" box select 10 Mbps half duplex/ 10 base T/10 base half mode and click on OK..  Now restart the computer.

  • Internet Explorer returns "Page not found error" with new laptop set up

    I have a recently acquired Dell Latitude D600 with TrueMobile 1300 Wireless adapter running XP Pro Service Pack 2 and a BEFW11S4 Version 3 Wireless router.  I can get the router and laptop to communicate to the point of retrieving an IP address and show that there is Excellent Signal.  How ever when I launch IE i get the Page Not Found screen.  Once or twice i've been able to connect to the Google Home Page, but it seems random. 
    I have used the ping command in a DOS window to ping yahoo.com and google.com.  Most of the time I get a 50% or less successful ping.  I have directly connected the laptop to the router and it works without problem and I have another computer running Home XP via a WPC11 adapter that I have been using for many years.
    Anyone have any experience with this symptom or problem?

    hi , here is what u do , hardwire the PC to the router first....access the router using http://192.168.1.1 "admin" is the default passowrd.....go to the wireless section and ensure u have selected channel 11....save settings....then go to the advanced wireless settings and reduce the RTS and fragmentation threshold by 40 each....save settings....

  • Why i get servlet exception/login servlet not found exception  with .ear ?

    I am able to deploy my war and after that generating the ear from that. both works fine in local system.
    But when i run (Jboss as service[Java Service Wrapper]) it takes war without any problem.But with ear file i am getting servlet not found exception.I can't understand where this problem is coming from.
    Even if i take my JSPWIki ear which is running well in production server, this also gives same error.
    One more thing, the files, what i am running well in local system i.e. war and ear working fine. (can't test in production server so testing in same kind of testing server) there also getting login servlet not found exception. Even in same location other files which are deployed are working fine.out of 4 at least one is working fine.
    I don't undersatnd where this whole problem is .
    Please guiide me where sholud i concentrate to solve this problem.
    thnaks
    Vijendra

    I took the source code including the dll files already added to the project from here:
    spazzarama/Direct3DHook
    The solution include two projects the one name Capture is class library type and the dll that make the exception is in this project.
    I tried now to use the program Dependency Walker on this dll file and it found error/s:
    This is the log:
    Error: At least one required implicit or forwarded dependency was not found.
    Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
    Error: Modules with different CPU types were found.
    Warning: At least one delay-load dependency module was not found.
    Screenshot:
    It happen only when using/detecting Direct3D 11 . So far only in Direct3D 11, When i use it with a game that run Direct3D 9 it's working fine.
    The question is how can i solve this dll problem ? Any site/place to download this dll from ?

  • Load: class not found error with sdk 1.4.1 demos

    I have read through a ton of messages regarding this problem with Internet Explorer 6. The only one I saw that had a work around was to compile with javac -target 1.1 <filename>
    This kind of makes having 1.4 moot doesn't it? Has anyone else figured out anything about this error? I get it just from running the demos or a hello world applet with IE6. No problems with Netscape or the appletviewer.
    Thanks in advance...
    happy developing.
    g

    Have you configure IE6 to use the plug-in?
    What is the HTML code like? What is the exact error message (i.e. what is the name of the class it says it did not found)?

  • Gwdca.exe - Entry Point Not Found Error With Hot Patch 4

    We've upgraded a few of our GroupWise 8 clients from 8.0.3 Hot Patch 3 to 8.0.3 Hot Patch 4 to address the critical security vulnerability in HP3. We receive the following error message (attached) every few minutes which seems to be related to the archving process.
    Receiving gwdca.exe - entry point not found
    The procedure entry point DAGetLinkedObjectParent could not be located in the dnyamic link library sccda.dll
    When the error appears, it seems to correlate to the "Updating Archive Quickfinder Indexes" appearing in the bottom left corner of the GW client. Backreving the client to 8.0.3 HP 3 resolves the problem. We have tried running GW Check on the mailbox as well as forcing a reindex of the archive without any success. Any insight would be appreciated.
    Thanks
    Josh

    Originally Posted by joshbilsky
    We've upgraded a few of our GroupWise 8 clients from 8.0.3 Hot Patch 3 to 8.0.3 Hot Patch 4 to address the critical security vulnerability in HP3. We receive the following error message (attached) every few minutes which seems to be related to the archving process.
    Receiving gwdca.exe - entry point not found
    The procedure entry point DAGetLinkedObjectParent could not be located in the dnyamic link library sccda.dll
    When the error appears, it seems to correlate to the "Updating Archive Quickfinder Indexes" appearing in the bottom left corner of the GW client. Backreving the client to 8.0.3 HP 3 resolves the problem. We have tried running GW Check on the mailbox as well as forcing a reindex of the archive without any success. Any insight would be appreciated.
    Thanks
    Josh
    Duplicated and reported as defect #902940.

  • File not found exception with Xalan and JRE 1.4.x

    Hi everybody.
    I'm trying to apply an XSL transformation to a XML file within a Java application.
    No problem if I use JRE 1.3, but if I use JRE 1.4.x I've the following exception:
    javax.xml.transform.TransformerException: File "C:\testweb.xml" not found.
    I can ensure to you guys that the file exists.
    Any Idea????? Thanx
    Here attached is the code I use:
    8<----------------------------------------
    TransformerFactory tFactory = TransformerFactory.newInstance();
    Transformer transformer = tFactory.newTransformer(new StreamSource(xslFile));
    transformer.transform(
    new StreamSource(Constants.getMenuPath()),
    new StreamResult(
    new FileOutputStream(
    Settings.getMenusRelativeDirectory() + outputFile)
    ---------------------------------------->8

    OK I got it.
    It is necessary to use prefix "file:///" before file name.
    Thanx everyway.

  • "Image not Found" error with Show Thumbnails

    Using Dreamweaver's ADDT "Show Thumbnail" server behavior, I get an "image not found" error. The thumbnail has been created because I can see in on the remote server. I am new at this, please help!

    >>
    And If I change the "File List Recordset" to get images subfolders related to a rename rule, {dogs_images_recordset.id_dog) I get an image displayed, but its always the same image and corresponds only to one record (the first of the display list)
    >>
    I´m now trying to understand your scenario -- so if I get it right, the file list recordset retrieves the correct image folder
    (assuming you´re passing the dynamic folder name from e.g. an URL variable "id_dog"), but just displays one image rather than looping through all images in that directory ? However, can you please post the code of the page containing the file list recordset ?
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Boot drive not found (folder with blinking ?, etc)

    Ok, I'll give some background. I may be misquoting some of the error messages, but I'll try to be as close as possible...
    This is on a Early 2011 15" MBP running 10.9.1. Harddrive has been replaced with an SSD.
    I was running low on space so I deleted a bunch of stuff - all form my home folder. Noticed that the free space wasn't there and I figured, hey, Filevault, so I rebooted to give it a chance. No problem,rebooted and there was a lot more disk space. For some reason I then decided it'd be a good idea to run Disk Utility and do a Verify on the disk. That's when the problems started.
    Verify told me I should run a repair, so I did. Repair told me it can't repair the disk right now, but that I should reboot, hold down CMD+R and use the Disk Utility from THERE to do the repair.
    So I did. Rebooted, CMD+R, Recovery, Disk Utility, Repair.
    The Repair in there told me "Live File System Repair is not supported" or something to that effect.
    So I figured I'd reboot and google that.
    Only after that, I get the flashing question-mark folder.
    So I figure it just forgot where the startup disk is. I power off and power back on while holding Option.
    And the only option it gives me is "Internet Recovery".
    I tried a whole bunch of times. Nothing. Eventually I went into Internet Recovery, ran THAT Disk Utility. That sees my drive just fine. I can double-click and enter the password tolet it access it, and I was even able to run the repair then! (it found a couple of very minor things). I ran repair permissions, too, just for good measure.
    When I quit recovery it told me I might want ot choose a startup disk. Perfect! And the only one offered is my drive (even has it custom icon). I choose that and recovery tells me it's "About to boot 10.9.1 from Mr. Harddrive".
    ...and then I get the flashing questionmark again, and Option-boot does not show that drive. Oh, I tried resetting the PROM at some point, too.
    Right now I've got that machine booted from an external drive which happens to have OS X on it. I can fully access the system drive, all the data is intact, no problems at all. But I'd still like to, you know, be able to boot from it.
    Anyone have any ideas?

    Here you go; the drive that I can't get too boot is /dev/disk3 (Mr SSD) but it looks like it's showing up as /dev/disk0 too?... I have no other 256GB drives in the system. I'm not sure why it's showing up like that and with slightly different sizes (maybe filevault?)
    jethro1138@wyvern:/Users/jethro1138% diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *256.1 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:          Apple_CoreStorage                         255.2 GB   disk0s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI                         209.7 MB   disk1s1
       2:                  Apple_HFS Terry                   999.2 GB   disk1s2
       3:                 Apple_Boot Recovery HD             784.2 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk2
       1:                        EFI                         209.7 MB   disk2s1
       2:                  Apple_HFS iMovies                 499.8 GB   disk2s2
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Mr SSD                 *254.9 GB   disk3
    jethro1138@wyvern:/Users/jethro1138% diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 827A34E0-BE5D-4678-9B5A-B3DAAEA6985E
        =========================================================
        Name:         Mr SSD
        Status:       Online
        Size:         255200755712 B (255.2 GB)
        Free Space:   16777216 B (16.8 MB)
        |
        +-< Physical Volume EFB59769-CF0A-4EC5-800A-22D7F2CB88C0
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     255200755712 B (255.2 GB)
        |
        +-> Logical Volume Family 6C64D757-9450-4FFF-A0E3-B46BFBCA367B
            Encryption Status:       Unlocked
            Encryption Type:         AES-XTS
            Conversion Status:       Complete
            Conversion Direction:    -none-
            Has Encrypted Extents:   Yes
            Fully Secure:            Yes
            Passphrase Required:     Yes
            |
            +-> Logical Volume 02280DA6-34C2-4205-A4C6-28D2B8669060
                Disk:               disk3
                Status:             Online
                Size (Total):       254865207296 B (254.9 GB)
                Size (Converted):   -none-
                Revertible:         Yes (unlock and decryption required)
                LV Name:            Mr SSD
                Volume Name:        Mr SSD
                Content Hint:       Apple_HFS
    jethro1138@wyvern:/Users/jethro1138% mount
    /dev/disk1s2 on / (hfs, local, journaled)
    devfs on /dev (devfs, local, nobrowse)
    map -hosts on /net (autofs, nosuid, automounted, nobrowse)
    map auto_home on /home (autofs, automounted, nobrowse)
    localhost:/tQ3kz_0exBlmC1ciTfhsr0 on /Volumes/MobileBackups (mtmfs, nosuid, read-only, nobrowse)
    /dev/disk2s2 on /Volumes/iMovies (hfs, local, nodev, nosuid, journaled, noowners)
    /dev/disk3 on /Volumes/Mr SSD (hfs, local, journaled)

Maybe you are looking for

  • Error in Adhoc Query

    Hi Experts In an  info set , I have added two additional fields  to IT0001 ,Dotted position and Dotted Position text  and I have added field code for  both the fields . When I select these fields independently as output fields I am getting values exp

  • Cannot Drag and Drop

    Hello I cannot drag and drop anything on my iMac, i can move windows and etc.. but cant move files, dock icons, or desktop icons such as Macintosh HD or my external hard drive Lacie, also cannot copy and paste, i copied a song from itunes to paste in

  • Best way to set up Shared iPhoto Library for Family - individual user IDs

    We have a iMAc shared by the family on which we want to establish an iPhoto library that we can all access and utlize. I have not found any good guidance on how best to set this up. Any suggestions or good references ? Thank you, John

  • Working with AE CS4 and Final Cut Pro

    Hi all, I've been doing a lot of projects recently working between AE CS4 and FCP. All the work I've been doing has been animation based and all projects have been HD. I've been rendering out clips of up to a minute from AE as .mov with H.264 codec a

  • Two DropDownByKey, DDk1 selected action refresh DDK2 problem

    Hi Forum: I have two DropDownkey. the selected value of DDK1 goes and fill the second DDK2, accordgin to the selected value of DDK1. My Context in the Component Controller, is: Context    -  List (node)          - valueDDK1 (attribute)          - val