External link fetching error

I was trying to link my package to SUN JAVA API using the following command, the error message is as below. Any idea?
Command:
javadoc -d ~/cvs/pipeline/java/src/doc *.java -link
http://java.sun.com/products/jdk/1.2/docs/api
Error message:
javadoc: Error fetching URL: http://java.sun.com/products/jdk/1.2/docs/api/package-list

It appears your shell cannot access the server java.sun.com.
(Perhaps you are behind a firewall.) Try saving this file to your local drive:
http://java.sun.com/products/jdk/1.2/docs/api/package-list
say to ~/package-list
and use -linkoffline instead:
javadoc -d ~/cvs/pipeline/java/src/doc *.java -linkoffline http://java.sun.com/products/jdk/1.2/docs/api ~/package-list

Similar Messages

  • Why do I get an Error Message when trying to "External link" an SWC?

    hi.
    when I use the "external link" option in the SCW linckage
    dialog box, the running SWF produces an alert box saying :
    "VerifyError: Error #1014: Class mx.core::Application could
    not be found.
    at flash.display::MovieClip/gotoAndStop()
    at
    mx.managers::SystemManager/::preloader_initProgressHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/::timerHandler()
    at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
    at flash.utils::Timer/flash.utils:Timer::tick()
    I did what the documentation said, still I get that error...
    ..quoting the "Using flex builder 2" doc:
    "To set the SWC file as an external library file:
    With a project selected in the Navigator view, select Project
    > Properties > Flex Build Path.
    Select the Library tab, and then select and expand the SWC
    file entry to display the SWC options.
    Double-click the Link Type option. The Library Path Items
    Options dialog box appears.
    Select the External option, and click OK. "
    Anty suggestions?
    thanks,
    Guy.

    error message,
    Is the path/shape closed?
    Selecting it and Ctrl/Cmd+J should close it if not, then you may try again.
    You may also have a look in the Document Infor palette with Objects ticked in the flyout and the path selected.

  • Error during addition of external link to oracle BPM workspace

    Hi All,
    I just want to add an external link to oracle BPM workspace and I've followed this tutorial :
    http://docs.oracle.com/cd/E28280_01/user.1111/e15175/bpmug_ext_apps.htm
    but I am neither able to view the required, nor getting any error.
    During deployment time I'm only getting this message :
    Issues were encountered while parsing this deployment to determine module type. Assuming this is a library deployment.
    I'm using the virtual m/c version : oel5u5-64bit-soabpm-11gr1-ps4-fp-Workshop-Exp_2
    Please help me to resolve the issue.
    Thanks in advance.

    What I meant to say is check the logs at the time you are getting the error since sometimes the logs can be huge in size

  • External Link creates an Error

    Hi,
    I am trying create an Interactive report and one of the column in it is an External link. The interactive report some what looks like this.
    # Name Link
    1 Same www.google.com
    2 Sven www.yahoo.com
    3 Bobs www.gmail.com
    4 Anna www.msn.com
    So i have Three Headers #, Name, Link.
    Using Href i am able to make a link look like URL. But when i click on the link it either opens a new tab with same application page or it asks me to log in again into the application.
    Please advise me if there is a way to handle this.
    Thanks,
    Pan
    Edited by: 950194 on Aug 1, 2012 1:43 AM

    950194 wrote:
    Hi,Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "950194".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I am trying create an Interactive report and one of the column in it is an External link. The interactive report some what looks like this.
    # Name Link
    1 Same www.google.com
    2 Sven www.yahoo.com
    3 Bobs www.gmail.com
    4 Anna www.msn.com
    So i have Three Headers #, Name, Link.
    Using Href i am able to make a link look like URL.What do you mean by "Using Href i am able to make a link look like URL"?
    But when i click on the link it either opens a new tab with same application page or it asks me to log in again into the application.
    Please advise me if there is a way to handle this.Post your report query, the Link column Display Type, and Link Column Column Link properties.

  • Error in news xml form external link

    hi
    when i click on news form external link
    instead of opening page its giving
    Advertisement Blocked
    what could be reason

    hi its quite possible the the proxy server has blocked certain content or certain sites. Kindly post more details.
    P.S: Kindly assign points if your query is resolved, also close the question to assist other users narrow the search and find solutions

  • Internal error in R-tree processing: [Recursive fetch error]

    Hello,
    I seem to be getting an error when using any type of SDO function (SDO_RELATE, SDO_FILTER, SDO_ NN, ... ) on my spatially indexed data. The error I'm getting is this:
    ERROR at line 1:
    ORA-29903: error in executing ODCIIndexFetch() routine
    ORA-13236: internal error in R-tree processing: []
    ORA-13236: internal error in R-tree processing: [Recursive fetch error]
    The interesting part of this is that I only get this error if I insert more than 31 entries into the table. All the relevant code is posted below, what I do is create the table, then create the metadata from the sqlplus interface. After that I run a java program that does Clear() then Insert() then Create_Indices(). All these run just fine (at least run without telling me about any errors). But as soon as that is all done and I do an SDO query on the data, for example:
    SELECT location stop_range_poly_area
    FROM stops
    WHERE SDO_FILTER
    location,
    SDO_GEOMETRY
    2003, null, null,
    SDO_ELEM_INFO_ARRAY(1,1003,1),
    SDO_ORDINATE_ARRAY(300,300, 600,300, 600,600, 300,600, 300,300)
    ) = 'TRUE';
    I get the above mentioned error. But if I change my data so that it doesn't have more than 31 entries (doesn't matter which 31 entries, just so long as it doesn't exceed that number) that query (and all of my other SDO test queries on the stops table) seems to work just fine.
    Thanks for looking at this,
    Brad
    ---- SQLPLUS Code -----------------------------------------------------------------------------------------------------------
    CREATE TABLE stops
    stop_id VARCHAR2(4) PRIMARY KEY,
    address VARCHAR2(256),
    location sdo_geometry
    INSERT INTO user_sdo_geom_metadata VALUES
    'stops',
    'location',
    MDSYS.SDO_DIM_ARRAY
    MDSYS.SDO_DIM_ELEMENT('X', 0, 600, 0.005),
    MDSYS.SDO_DIM_ELEMENT('Y', 0, 800, 0.005)
    null
    ----- Java Code -----------------------------------------------------------------------------------------------------------------
    // Clear
    // Description:
    // This function clears all the data in the stop tables in the database
    // given in the connection.
    public static void Clear (Connection connection)
    Statement statement;
    try
    statement = connection.createStatement();
    statement.executeUpdate("DROP INDEX stops_index");
    statement.executeUpdate("DELETE stops");
    statement.close();
    catch (SQLException e)
    System.err.println("SQLExcpetion (Stop.Clear()): " + e.getMessage());
    // Create_Indices
    // Description:
    // Create indices for stops table
    public static void Create_Indices (Connection connection)
    Statement statement;
    String sql_query;
    sql_query = "CREATE INDEX stops_index ON stops(location) " +
    "INDEXTYPE IS MDSYS.SPATIAL_INDEX";
    try
    statement = connection.createStatement();
    statement.executeUpdate(sql_query);
    statement.close();
    catch (SQLException e)
    System.err.println("SQLExcpetion (Stop.Create_Indices()): " + e.getMessage());
    // Insert
    // Description:
    // This function inserts this object into the stops table in the database
    // given in the connection.
    public void Insert (Connection connection)
    Statement statement;
    String sql_query;
    sql_query = "INSERT INTO stops VALUES ('" +
    stop_id + "', '" +
    address + "', " +
    "sdo_geometry(2001, null, sdo_point_type(" +
    location.x + "," +
    location.y + ",null), null, null)" +
    try
    statement = connection.createStatement();
    statement.executeUpdate(sql_query);
    statement.close();
    catch (SQLException e)
    System.err.println("SQLException (Stop.Insert()):" + e.getMessage());
    Message was edited by: loos to include the changes proposed by the second poster.

    Hi,
    Thanks for trying but changing those items for the specific failing queries didn't seem to help. Though you do seem to be right about the internal/external polygon problem, so I changed it all my other queries to see if they would fail (that way things would at least be consistent), but it doesn't seem to make a difference. All my old failing quries still fail and my working ones still work. I also changed the co-ordinates as you specified and still have no changes (unless of course the results changed, but right now I'm just looking for queries that compile and run, the results don't matter yet).
    Maybe this will help, I'll give you guys both sets of data, one that works and one that doesn't and maybe you can see a problem in the data that I'm just missing or too ignorant to see. The data is simply comma seperated values that I parse into the required fields in the order (id, description, x, y).
    So far, the only reason I've been able to find that the non-working data doesn't work is because there are more than 31 rows. I started taking records out of the stops table in a binary search sort of pattern. If I take out stops 100-115 (resulting 29 records) all the queries work, if I take out stops 100-107 (resulting in 36 records) it doesn't work. If I take out 109-115 (resulting in 35 records) it doesn't work. If I take out 1-11 (resulting in 32 records) it doesn't work. If I take out 1-12 (resulting in 31 records) it does work. Here's a table
    Take out Stops ---- records left -- Works?
    s1-s11 ------------ 32 ------------ No
    s1-s12 ------------ 31 ------------ Yes
    s100-s115 --------- 29 ------------ Yes
    s100-s107 --------- 36 ------------ No
    s109-s115 --------- 35 ------------ No
    Thanks again for checking this out,
    Brad
    ------- Working Data ---------------------------------------------------------------------------------------
    (Student_id, Department, x, y)
    Student_1,Computer Science ,296,131
    Student_2,Social Science,130 ,279
    Student_3,Mechanical Engineering ,392,180
    Student_4,Electrical Engineering ,342,322
    Student_5,Computer Science ,165,490
    Student_6,Scicology ,393,533
    Student_7,Physical Therapy ,590,616
    Student_8,Civil Engineering ,165,640
    Student_9,English ,360,412
    Student_10,Economy ,89,32
    Student_11,Computer Science ,26,117
    Student_12,Social Science,430 ,291
    Student_13,Mechanical Engineering ,382,80
    Student_14,Electrical Engineering ,542,222
    Student_15,Computer Science ,154,290
    Student_16,Scicology ,493,323
    Student_17,Physical Therapy ,290,426
    Student_18,Civil Engineering ,65,230
    Student_19,English ,300,412
    Student_20,Economy ,44,292
    Student_21,Computer Science ,146,431
    Student_22,Social Science,405 ,179
    Student_23,Mechanical Engineering ,192,480
    Student_24,Electrical Engineering ,412,202
    Student_25,Computer Science ,265,49
    Student_26,Scicology ,33,273
    Student_27,Physical Therapy ,186,216
    Student_28,Civil Engineering ,365,600
    Student_29,English ,309,42
    Student_30,Economy ,415,392
    ------- Non Working Data ---------------------------------------------------------------------------------
    (Stop_id, Address, x, y)
    s1, 2341 Portland,377,64
    s2, 24th St. / Hoover St.,308,22
    s3, 2620 Monmouth Ave.,272,138
    s4, 2632 Ellendale Pl.,128,110
    s5, 2726 Menlo Ave.,85,231
    s6, 2758 Menlo Ave.,84,124
    s7, 28th St. / Orchard Ave.,183,236
    s8, 28th St. / University Ave.,414,308
    s9, 30th St. / University Ave.,391,352
    s11, 34th St. / McClintock St.,180,458
    s12, 36th Pl. / Watt Way,176,622
    s13, Adams Blvd. / Magnolia Ave.,218,87
    s14, BG Mills Apts.,23,637
    s15, Cardinal Gardens Apts.,156,389
    s16, Centennial Apts.,373,126
    s17, Chez Ronee Apts.,446,414
    s18, City Park Apts.,70,323
    s19, Dental School,219,478
    s96, Founders Apts.,373,192
    s97, Hillview Apts.,412,214
    s98, House of Public Life,531,303
    s99, JEP,304,523
    s100, Kerchoff Apts.,473,272
    s101, Leavey Library,370,559
    s103, McClintock St. / Childs Way,129,553
    s104, Mt. St. Marys College,565,127
    s105, Pacific Apts.,398,240
    s107, Parking Center,525,652
    s109, Parkside,78,651
    s110, Severance St. / Adams Blvd.,435,202
    s111, Research Annex,492,776
    s112, Sierra Apts.,352,230
    s113, Sunset Apts.,267,278
    s114, Terrace Apts.,156,280
    s115, Troy East Apts.,402,397
    s116, University Regents Apts.,182,181
    s117, Watt Way / 36th Pl.,176,622
    s119, Watt Way / Bloom Walk,158,653
    s120, Windsor Apts.,257,236
    s121, Zemeckis Center,476,474
    s137, Gate #2,321,715
    s138, 24th St. / Toberman St.,377,64

  • IWeb 08 external links correct on podcast entries, however wrong on index

    Hope the title makes sense; Basically the podcast entries we create have an external link to some referenced sites and they work fine when looking at that podcast entry, HOWEVER the auto generated index page (listing all the podcast entries) shows a preview of the text of the Podcast and we've noticed that the SAME external links are altered, forward slashes are replaced with %253 and spaces with %25220 (I can understand spaces being replaced with %20! but NOT this)
    This only happens with EXTERNAL links. You can see it on the Index page BEFORE you even upload the site. So clearly something is odd in iWeb 08 and not specific to using .MAC or an external host.
    Is anyone else seeing this? We recreated the Podcast from scratch to ensure no iWeb 06 bad info was present.
    This just tops it off... The LACK OF NOTIFICATION on sites URL's being moved due to folder name changes and now this. iWeb 08 needs some attention ASAP. Is there a clean way to back rev to iWeb06 (can you keep both installed at the same time?)

    I'm having the exact same issue, not necessarily with podcasts, just that any external link works fine except in the rss feed, where characters are replaced with %xxx and return 404 errors.

  • Incorrect call to external link

    Hello experts,
    Business is requiring and external link in a development, so users will click on it and it should take them to a web page in their intranet site. Even when our developer is assigning the correct link, SRM is changing the URL.
    example:
    The URL we want to access http://www.mycompany.com/sites/intranet.htm
    but when we click on it, the system send us to: http://<SRM server web address>/sites/intranet.htm
    Complete error says:
    Service cannot be reached
    What has happened?
    URL http://<SRM server web address>/sites/intranet.htm call was terminated because the corresponding service is not available.
    Please advice on how to solve this issue. Thanks!
    Regards,
    Gilberto Gallardo.

    Hi Gilberto,
    What is this development where the URL is changed, you mention that SRM changes the URL when it is accessed.
    Is this custom development using standard SRM functions to read the text/URL contents?
    Perhaps you can explain some more about the Development and it's use in your SRM client?
    Regards
    Jason

  • Failed to lookup External Link

    Hi,
    I just upgraded to EP7 SP12 and deployed the ESS BP.  When I try to preview Content Administration -> Portal Content -> Content Provided by SAP -> Employee Self Service -> iViews -> Benefits and Payment -> Benefits Participation, we see the below error.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed to lookup External Link for: portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.benefits_payment/com.sap.pct.erp.ess.benparticipation
    Any one have any ideas?
    Your help is greatly appreciated.
    Regards,
    Rick

    I did some more research. It seems like we are having the same problem on another portal server. So I don't think I caused the problem. This is coming from the standard business planning pages like planning wizard, planning modeler, etc.

  • TF80070 when using external links in Project with TFS

    I have Project Pro 2010 installed and am using TFS 2013. I can import, refresh, and publish TFS items just fine from my project file, until I add an external link to another project file. Then attempting a refresh of TFS data throws the TF80070 error.

    TF80070 error responds to "Refresh Only"
    'TF80070: Team Foundation encountered an error while performing the operation. It is recommended that you save your work and restart the application.'
    Yes, you are correct, having external links to items outside of the existing
    Project, TFS is not able to complete sync. Workaround seems to be to remove external link.

  • Getting exception in log - Invalid external link base url

    Hi,
    I am using BI-Publisher Release 10.1.3.4 and I see that for all the reports I have in it, the below line is coming in my bi-publisher log.
    [092010_053617793][][EXCEPTION] Invalid external link base url: 'http://10.177.219.162:9704/xmlpserver/' -- the ip is my machine ip address.
    This line comes for every executing of the report. This is not causing any unwanted behavior but having an exception in log is always a concern from field.
    Can any one let me know what could be the reason for that exception?

    Hi,
    I come across the issue when I tried to view the BI Publisher report, the pdf report didnt load up and throws "[072811_123101921][][EXCEPTION] Invalid external link base url:" on the server console.
    with some the Acrobat error like "there is no page to display"
    Then I checked if the data was there or not in database table to which i had connected through the jdbc conection. I found that no data was present in the database tables. So i run the ETL process again setting some flags in the source database and then the data came up in the BI Publisher connected database.
    Then when I started Bi Publisher server and viewed the reports, it worked.
    Regards,
    krish

  • Indexing of external links in repositories

    Hello,
      I have a doubt regarding the concept of indexing of external links in FS repositories. When we set indexContentOfExternalLink and showWithoutDatasource
    to true how does this actually work?The help documentation does not provide much information .
    I have a FS rep where I have links to some external pages.
    a)Will search pick up terms in the target of these links(i.e in these pages)
    b)Also if the target is a html page which has further hyperlinks on that , will a search for those hyper links work ?
    This feature is also not returning any results for links now ..
    I dont want to use a web Rep for this .
    Hope someone can clear this up.
    Rgds

    Had seen somewhere that if the target has javascript it is not picked up. But the target of the link is a html page which has only href tags , and None of these are also picked up by search.
    Only the link is picked up by Trex jst like it displays normal files.Also would Trex pick up links to docs on other FS repositories ?
    There are no crawler errors.
    Inviting any comments on this , because I quite lonely on this thread.
    Rgds

  • Importing a MSP 2007 schedule with external links

    When improrting the external links loose their start and finish dates and the start date defaults to the data date. Is this normal (hope not)? What do I need to do e.g. is their a setting ?exrer

    The Eclipse build can start running on the project before the resource tree is fully synchronized in this scenario, leading to errors of the type you encountered (as you discovered, either restarting or just executing a clean build after the import is complete should be sufficient to remedy the issue).
    -Rob

  • External links suddenly open in a new window instead of a tab

    I am using Nightly (20.0a1) on WIndows 8, I use the program Teamspeak 3 and it used to be that whenever I clicked on a link it would just open in a new tab in the Nightly window that was open, but now it opens a completely new Nightly window. I have the box ticked in settings, I've gone through all of the about:config things I've seen online and nothing works, I really have no idea what to do. I just did something with envoirenmental variables which didn't help (meant that it opened a whole new instance of Nightly whenever I clicked on an external link) so I deleted the variable. Anyone got any suggestions? If it is relevant, before this problem started I dragged a tab from one window of Nightly to another (think it might've been the cause of this), and yes, I've tried dragging tabs around from window to window to fix this and it didn't work.

    Thanks, but I already had it set to that, I've heard of many people with this problem and tried literally all fo the about:config fixes that I could find but none worked, I think it is some sort of assosiation problem with hyperlinked text with windows but I really don't know. Anyone who can help me please do, this is getting annoying. Keep in mind that I have Windows 8 when making suggestions also.

  • How to force external links to open in new browser window/tab?

    Greetings. I'm here because searching elsewhere kept coming up with references to javascript. I've created an interactive PDF with both internal and external links. It works just fine when viewed in either Acrobat or Reader. However, it is being downloaded to users' browsers and when they access the external URLs, the new sites replace the existing page in the same window.
    Is there a simple way for me to include an action in the PDF prior to distribution that will force it to open external URLs in a new browser window or tab?
    And for the record, I barely know how to spell Javascript, much less how to write or implement it. So if there is a simple solution, I hope you can also help walk me through the steps to implement it.
    Thanks a ton.

    There are two issues here:
    - How to do it using JS
    - How to do it in a non-Adobe browser plugin
    The first is pretty straight forward. You use a code like this, replacing the dummy URL with your own:
    app.launchURL("http://www.example.com", true);
    The second issue is more problematic, and in fact there isn't really a solution to it. If the plugin used supports this method then it will work, if not, then you're out of luck. Unfortunately, outside of the Adobe software I don't think that any other plugin supports it.

Maybe you are looking for

  • CS5.5 Design Premium: installer failed to initialize

    Ok, I'm having this problem.  This started because I had to perform a system restore.  I ended having to go back so far with the system restore that all of my Adobe Products(among others) no longer appeared to be installed.  So I downloaded Adobe CS5

  • Mac OS Installer 'quit unexpectedly'

    I want to re-install Mac 'OS X 10.4.11 Combo Update (Intel)' but the installer "quits unexpectedly" just as the installer window opens. All (any) installers began crashing after installing S/W for a new printer. I've uninstalled that S/W, fixed/repai

  • Problem codes for GWCheck

    First off, is there any document that has all the gw problem and error codes? Also, is there a list of misc. support options that can be used when running gwcheck to fix certain error's and problems? Not that the problem 98 is a problem below, can't

  • Radio Button GroupBy Key

    I need help using the RadioButtonGroupBykey. I am unable to use it in the application. I have taken a radiobuttongroupbykey and used this code in initmethod,But i get error (500   Internal Server Error Failed to process request. Please contact your s

  • Having trouble installing update CS6_13_0_1

    When tring to install update CS6_13_0_1.upd, the update fails and I receive the Installation error code U44M2P7.  How do I make installation work properly?