JDBC external oracle invalid URL

Ok after deploying oracle jdbc now I am getting this error:
Error during database connection to the database URL 'jdbc:oracle:thin@torigai:1527:DSORACLE' using the JDBC driver 'oracle.jdbc.driver.OracleDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin@torigai:1527:DSORACLE': SQLException: Invalid Oracle URL specified'
Could this be becauase the external oracle DB is a 9.2 instance and the source is 10g?  Should I deploy classes14.jar along with ojdbc.jar.....?
Thanks
Mikie

Hi,
The reason is that the URL is incorrect. You have missed a ":" after "thin".
This is what it should be,
<b>jdbc:oracle:thin<i>:</i>@torigai:1527:DSORACLE</b>
><i>Should I deploy classes14.jar along with ojdbc.jar.....?</i>
Not needed at all. Infact you should use either ojdbc.jar or classes14.jar and not both.
From the SAP note : 831162
<i>
have deployed the Oracle classes12.zip / classes12.jar JDBC driver as per the instructions in the XI Configuration Guide.
Unfortunately, I frequently notice hanging database connections. A thread dump taken according to the instructions in note 710154 shows one or more blocking JDBC Sender/Reciver threads and optionally that the JVM has detected a deadlock.
A: The Oracle classes12.zip / classes12.jar driver is compatible with JDK 1.2 and 1.3 only, but not with JDK 1.4. Upgrade to a current version of the driver (ojdbc14.jar). For details, refer to note 941317.
Make sure that you remove classes12.zip / classes12.jar from aii_af_jmsproviderlib.sda prior to adding the new driver as per the instructions in the answer to question #1 above as you will get a class name collision otherwise (all JARs from aii_af_jmsproviderlib.sda are loaded into the same class loader and the driver class name of both driver versions is the same).
Before deploying the updated driver, ensure that the new version is still compatible with your Oracle database server release. For details, refer to the release notes provided by Oracle.</i>
Regards,
Bhavesh

Similar Messages

  • Can't connect to external Oracle DB with JDBC connector

    Hello guys,
    I had failed to connect to connect external Oracle  via JDBC connector .
    Could you please help me to resolve the problem ?
    Backgroud:
    We need to connect the external Oracle DB with JDBC connector, because BI need to connect to the target Oracle. If the JDBC connector suceed, BI will create a UD which use the datasource
    we create in Visual admin to connect to the external Oracle DB.
    Environment:
    Our EP version is NW04S SP17 , OS is AIX .
    The target Oracle DB version is 10g(10.1.0.2.0, 64bi).
    Configuration procedure :
    1. Import Oracle driver "ojdbc14.jar" and create new driver which named "Oracle "  under
    JDBC Connector ->Run time ->Driver  in Visual Admin.
    2. Create datasource "Mydatasource" under JDBC Connector ->Run time ->Data Source,
    Name : Mydatasource
    Driver Name : Oracle
    JDBC version: 2.0(with XA support)
    JDBC compliant:
    Object Factory :oracle.jdbc.pool.OracleDataSourceFactory
    DataSource Type: ConnectionPoolDataSource
    *CPDS class name :oracle.jdbc.pool.OracleConnectionPoolDataSource
    Additional:
    Additional Properties:
    DatabaseName:LPAR8TEST
    DriverName:oracle.jdbc.OracleDriver
    Password: *****
    PortNumber:1521
    ServerName: 10.1.16.208
    URL :jdbc:oracel:[email protected]:1521:LPAR8TEST
    User:IMPL
    Connectoin Pool:
    Initial Connectons: 1                                         Expiration:  (check)
    Maximum Connections: 25                                  Connection Lifetime :600
    Maximum time wait of connection : 60                  Cleanup Thread : 200
    Default Connectoin Isolaton :Default
    SQL Engine:
    Open SQL
    3.Create Connector :
       Copy the standard connector :SDK_JDBC to SDK_JDBC_Oracle,
      Resource Adopter:
      Loader References:
      Add "libray:Oracle" .
    Managed Connection Factory:
    Configuration Property:
    DriverName:oracle.jdbc.OracleDriver
    Password: ****
    User:IMPL
    URL: jdbc:oracle:[email protected]:1521:LPAR8TEST
    All fo my configuration had been listed.
    And I had created JCO RFC : JT-BIDEV_PORTAL_BD1 , and created RFC connection with SM59 in BI.
    Please give me some suggesiton.
    Thanks.
    Louis

    When I try to start datasoure "Mydatasource" , it display error, error detail:
    java.rmi.RemoteException: com.sap.engine.services.dbpool.exceptions.BaseRemoteException: Error during start of application "sap.com/Mydatasource". [id = StartupError]
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.startApplication(DataSourceManagerImpl.java:608)
    Caused by: java.rmi.RemoteException: Error occurred while starting application in whole cluster and wait.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 3128050:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Cannot start DataSource "CGNPC".
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSource(ContainerImpl.java:1549)
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at com.sap.engine.services.dbpool.spi.CPManagedConnectionFactoryImpl.createManagedConnection(CPManagedConnectionFactoryImpl.java:198)
    Caused by: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 3128050:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Cannot start DataSource "Mydatasource".
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSource(ContainerImpl.java:1549)
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at com.sap.engine.services.dbpool.spi.CPManagedConnectionFactoryImpl.createManagedConnection(CPManagedConnectionFactoryImpl.java:198)
    Caused by: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
              u2026.
    When I try to test JDBC with URL : http://jt-pldev:50000/TestJDBC_Web/TestJDBCPage.jsp,
    First I choose connection name "SDK_JDBC_Oracle" .
    If I click "Check Connectons", it display :
    500   Internal Server Error
    SAP J2EE Engine/7.00
      Application error occurred during request processing.
      Details:
      java.lang.NoClassDefFoundError: com.sap.ip.bi.sdk.dac.connector.odbo.impl.Connection (initialization failure)
    Exception id: [001A64A86F2C006B000004C40010302A000469C74E86A096]
    If I click "Slecton Connection", it display:
    500   Internal Server Error
    SAP J2EE Engine/7.00
      Application error occurred during request processing.
      Details:
      com.sap.engine.frame.core.load.SAPNoClassDefFoundError: javax.resource.Referenceable
    Exception id: [001A64A86F2C0063000004C00010302A000469C74FA2BB59]

  • 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

  • Invalid URL Exception while opening a file using external window in webdynp

    I am trying open an URL ythru external window on click of button in my webdynpro.
    This is the URl I am trying to open
    File://mww/Documents/Attachments/2008/10/56254/{FD803B0D-157F-47F9-A5A8-C687E1DC6B96}_break.JPG
    if I try to open from a from the browser it works fine but thru webdynpro it is throwing the error.
    mww is another system where the file is residing.
    But I am using the same techniue in other component where I am able to open file from an external window.
    File://mww/Documents/Attachments/2008/10/56254/some.jpg
    The only difference in  the URL is {FD803B0D-157F-47F9-A5A8-C687E1DC6B96}Since this URL is generated by another system I do not have any other aletrnative but I have live with this URL.
    can some body please give some idea how to fix this
    if I use java.net.URLEncoder.encode() then I am not getting any error , buit file is not opening in the browser( external window)
    below is the error stack I am getting.  
    com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=File://mww/Documents/Attachments/2008/10/56254/{FD803B0D-157F-47F9-A5A8-C687E1DC6B96}_break.JPG
    at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.checkURL(AbstractURLGenerator.java:699)
    at com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal.checkURL(URLGeneratorInternal.java:390)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createNonModalExternalWindow(ClientComponent.java:1037)
    at com.gis.dcww.findsrch.AttachmentView.onActionOpen_Attachement(AttachmentView.java:179)
    at com.gis.dcww.findsrch.wdp.InternalAttachmentView.wdInvokeEventHandler(InternalAttachmentView.java:203)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    thanks
    PK

    Hi Armin, Josue
    Thanks for the reply
    Please note I am able to open an external window( browser ) thru my code with "File" protocol.
    I have no issue opening an external window or using File protocol.
    I am able to open an image/doc with a normal URL as follows
    File://mww/documents/image.jpg
    or
    File://mww/document/temp.csv
    But My URL has some system( thru Other applications ) generated charaters in it , I need get the path from DB( which I have done ) and pass this URL to the ExternalNonModalWindow as paramter.
    MY code is opening successfully the external  window for any URL .
    but for URL which has these character { }  is throwing the invalid URL error 
    for the below URL, I am getting the error
    File://mww/Documents/Attachments/2008/10/56254/{FD803B0D-157F-47F9-A5A8-C687E1DC6B96}_break.JPG
    thanks
    PK
    because of the flower bracket it is throwing the error.
    thansk
    PK

  • Cannot load external Oracle JDBC driver in JEE5 server

    Hi experts,
    I installed CE 7.1 SP3 downloaded from SDN.  I developed a EJB using JPA and wanted to connect an external Oracle 10 database.  I firstly tried to create a JDBC driver resource in NetWeaver Adminstrator (nwa).  The nwa page showed that load the ojdbc14.jar successfully.  But when I checked the status on the nwa page, it shows that the status is unknown. 
    Any idea?  Thanks in advance.
    Regards,
    Ken

    Hi Ken,
    > Both drivers doesn't working with 'Open SQL'. I get
    > the message "you must register your tables using
    > JDDI'.
    Open SQL works on a logical database catalog called Java Dictionary. Therefore, Open SQL requires that all database tables are created through the Java Dictionary.
    Please use the table editor contained in the Java Dictionary Perspective of the NWDS. You create the database tables by deploying a Dictionary archive.
    Best Regards,
    Adrian

  • "Invalid URL" download Oracle REST Data Services 2.0.7

    help!
    Invalid URL
    The requested URL "/otn/java/ords/ords.2.0.7.91.15.01.zip", is invalid.
    Reference #9.bc04503f.1398060990.218b703
    Invalid URL
    The requested URL "/otn/java/ords/ords.2.0.6.42.09.36.zip", is invalid.
    Reference #9.a504503f.1398061061.2addad6         also

    http://download.oracle.com/otn/java/ords/ords.2.0.7.91.15.01.zip works for me.

  • MYSQL Invalid URL

    Is it possible that Jdev 10.1.3 Preview does not support MySQL to auto create tables and cmp fields?
    I am able to connect and deploy ejb's using MySQL with JDEV 10g but not JDev 10.1.3 Preview. I am using mysql-connector-java-3.1.10-bin.jar. I placed it in j2ee/home/applib
    I have tried every possible combination I have read in these forums and still cannot get it to work. In the Preview IDE, I successfully connect to the database and browse it, but when I deploy an ejb to the embedded oc4j or standalone, I get the error:
    WARNING: Warning: Exception occurred getting database schema. Exception: oracle.oc4j.rmi.OracleRemoteException: SQL Error opening DataSource: Io exception: The Network Adapter could not establish the connection; nested exception is: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection; nested exception is:
         java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Jul 4, 2005 8:58:03 PM com.evermind.server.Application getDatabaseSchema
    WARNING: Warning: Exception occurred getting database schema. Exception: oracle.oc4j.rmi.OracleRemoteException: SQL Error opening DataSource: Invalid Oracle URL specified; nested exception is: java.sql.SQLException: Invalid Oracle URL specified; nested exception is:
         java.sql.SQLException: Invalid Oracle URL specified
    etc......
    This is what is currently shown in my IDEConnections.xml. Keep in mind that I have tried every url combination I can think of, with port/without port, computer name vs. localhost, params/no params etc...
    <connection>
    <URL>jdbc:mysql://localhost:3306/test?&ultraDevHack=true&capitalizeTypeNames=true&pedantic=true</URL>
    <ConnectionName>MySQL</ConnectionName>
    <user>root</user>
    <ConnectionType>OTHER_JDBC</ConnectionType>
    <password>xxxx</password>
    <DeployPassword>true</DeployPassword>
    <JdbcDriver>com.mysql.jdbc.Driver</JdbcDriver>
    </connection>
    Currently there is nothing in my data-sources.xml which appears to use a different schema than the current 10g production version. I wasn't sure how to set it up or whether to update j2ee/home/config/data-sources.xml or system\oracle.j2ee.10.1.3.3.51\oc4j-config\data-sources.xml or both. I briefly tried to update the j2ee/home/config version as I read in:
    Re: error test datasource for mysql
    but it made no difference. This is what I had:
    <connection-pool name="MySql Connection Pool">
    <connection-factory factory-class="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"
    user="root"
    password="xxxx"
    url="jdbc:mysql://localhost/test">
    </connection-factory>
    </connection-pool>
    <managed-data-source name="MysqlConnectionPoolDataSource"
    connection-pool-name="MySql Connection Pool"
    jndi-name="jdbc/MySqlPooledDS"/>
    The documentation at MySQL shows that data-sources.xml should be coded as the following which does not seem to match the current schema being used of <connection-pool> etc.. I tried it anyways to no avail.
    To use connection pooling with OrionServer, put mysql-connector-java-[version]-bin.jar in $ORION_HOME/lib and add the following to data-sources.xml:
    <data-source
    name="MySqlDS"
    location="jdbc/MySqlPooledDS" class="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"
    max-connections="100"
    min-connections="5"
    inactivity-timeout="200"
    wait-timeout="10"
    username="USERNAME"
    password="PASSWORD"
    url="jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=Cp1251"/>
    I'd appreciate any advice I can get. Thanks.

    Deepak,
    Thank you for your quick response. I have tried this url previously and tried it once again once I got your reply without any success. Below is my system\oracle.j2ee.10.1.3.3.51\IDEConnections.xml.
    I am able to successfully test the connection in the connections window but still get the INVALID URL message when I run my ejb in the embedded oc4j. Should there be anything set up in my data-sources.xml file? I currently have nothing in there but when I earlier tried out a few variations, I would get the message: jdbc/MySQLDS already in use. It seems to conflict with the IDEConnections settings. I have gone into the embedded oc4j server preferences and deleted and refreshed the data sources after each modification I tried. I also restarted jdev after each modification.
    IDEConnections.xml
    <connection>
    <URL>jdbc:mysql://localhost/test</URL>
    <ConnectionName>MySQL</ConnectionName>
    <user>root</user>
    <ConnectionType>OTHER_JDBC</ConnectionType>
    <password>xxxx</password>
    <DeployPassword>true</DeployPassword>
    <JdbcDriver>com.mysql.jdbc.Driver</JdbcDriver>
    </connection>
    Thanks.

  • Invalid URL problem

    Hi,
    After i set the external JDBC driver and datasource. I receive the other
    one error
    "Invalid URL"
    Do I need to register my datasource by using 'iAS deploy tool' ?
    where should I save the '.xml' file in ?
    Thank you!!!

    Hi.
    When you want to use a database with a third party driver, the following
    steps need to be followed:
    a) Make sure the database is up and running.
    b) Register a third party driver - On Windows, use "jdbcsetup.exe" and on
    Unix, use "db_setup.sh". Provide a logival name for the driver, classname of
    the driver and the driver classpath
    c) Register the datasource. This is done by creating a datasource XML file
    and registering it using "iasdeploy regdatasource <XML file> ". Look at one
    of the samples (HelloDb would be a simple one) to see how the datasource
    files are created and registered. The datasource XML files are at
    installdir/ias6/ias/ias-samples/database/hellodb/src/schema
    Thx,
    - deepak
    Kingdom wrote:
    Hi,
    After i set the external JDBC driver and datasource. I receive the other
    one error
    "Invalid URL"
    Do I need to register my datasource by using 'iAS deploy tool' ?
    where should I save the '.xml' file in ?
    Thank you!!!

  • Youtube Facebook Google etc, Invalid URL error

    For many years now I've been putting up with a CONSTANT lingering problem with my Mac OS. These (on a very regular basis) irritating, "Invalid URL" errors.
    The picture that you see below is an example of my problem.  This example of a Youtube video giving me an error is from a recent article on www.macrumors.com.
    Where the youtube video is supposed to be is just an Error.  And as I scrolled down the page, all of the subsequent youtube videos had this same error.
    So I went to youtube.  After typing in the web address, I get the same error except that it fills the entire screen.
    After about 20 minutes (of constant screen refreshes and data dumps within safari) the youtube videos finally loaded as if nothing was wrong (as you can see in the second photo).
    Sometimes this problems lasts for 10 seconds.  But normally it can take between 10 minutes to an hour to begin working again.
    The other two websites that give me this same trouble is Google.com and Facebook.com.  But Facebook being the most notorious.  Not just because my actual facebook page won't load, but because of all of the news sites that load facebook garbage and coding searching for facebook.  When the facebook ip address cannot be resolved, these annoying error pop-ups begin bombarding my screen.  One minute facebook will work, and I'm reading down the newfeed, then all of the sudden nothing new will load.  When I try to refresh the page, I get an error stating that it cannot load the page.  Then I just have to wait.
    As you can see from the picture below, Sometimes facebook just gives me an error that states, "Safari cannot open the page Facebook.com because Safari cannot establish a secure connection to the facebook server."
    This happens EVERY single day.  It's really just a crap-shoot whether or not I will be able to get onto Facebook.
    Youtube is a little less often (usually happening about 3 or 4 times per week).
    Google got so bad that I finally had to change my search provider to Bing, because Google almost never worked.
    Has anyone else experienced these problems on their MAC?
    I ask because I have 3 MAC computers.  2 Laptops and a MacPro tower. 
    And EVERY single one has this same problem.
    This wasn't such a big deal; ie something I learned to live with... Up until I bought my wife (and Windows Vista convert) her new Macbook Air.  And within an hour of booting that thing up for the first time, her Facebook errored out.  And has done it pretty consistantly every day, at least twice, since then.
    If anyone else has this problem, how did you fix it????????

    Here are the results:
    I hope someone can make heads or tails out of this.
    And please keep in mind that in the past I have completely wiped and reinstalled after reformatting and within an hour or 2 I get the same errors on the these websites.
    Start time: 23:05:23 06/15/14
    Model Identifier: MacBookPro5,5
    System Version: OS X 10.9.3 (13D65)
    Kernel Version: Darwin 13.2.0
    Boot Mode: Normal
    Time since boot: 49 minutes
    FileVault: FileVault master keychain appears to be installed
    Diagnostic reports
       2014-05-19 UserEventAgent crash
       2014-05-23 qmasterqd crash
       2014-05-26 qmasterqd crash
       2014-06-02 DivX Player crash
       2014-06-02 PluginProcess crash
       2014-06-02 com.apple.WebKit.WebContent crash
       2014-06-02 com.apple.WebKit.WebContent crash
       2014-06-02 com.apple.WebKit.WebContent crash
    Log
       Jun 13 01:43:18 AFP_VFS afpfs_dead:  called on vfsid 4
       Jun 13 01:43:18 ASP_TCP CancelPendingReqsWithID : Adding the invalid vfsid 4 and counter is 0 to the list
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 15 error 89 reqID 2801 flags 0x29 afpCmd 0x45 so 0xffffff801586fca0
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 16 error 89 reqID 2802 flags 0x29 afpCmd 0x22 so 0xffffff801586fca0
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 17 error 89 reqID 2803 flags 0x29 afpCmd 0x22 so 0xffffff801586fca0
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 18 error 89 reqID 2804 flags 0x29 afpCmd 0x22 so 0xffffff801586fca0
       Jun 13 22:40:53 AFP_VFS afpfs_DoReconnect:  Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/Storagedisk_6_1TB
       Jun 13 22:41:28 AFP_VFS afpfs_dead:  called on vfsid 3
       Jun 13 22:41:28 ASP_TCP CancelPendingReqsWithID : Adding the invalid vfsid 3 and counter is 0 to the list
       Jun 13 22:41:28 ASP_TCP CancelOneRequest: cancelling slot 20 error 89 reqID 10889 flags 0x29 afpCmd 0x22 so 0xffffff802230a058
       Jun 13 22:41:28 ASP_TCP CancelOneRequest: cancelling slot 21 error 89 reqID 10890 flags 0x29 afpCmd 0x22 so 0xffffff802230a058
       Jun 13 23:26:04 process Preview[95635] caught causing excessive wakeups. Observed wakeups rate (per sec): 744; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45020
       Jun 14 00:16:15 process Preview[2207] caught causing excessive wakeups. Observed wakeups rate (per sec): 2593; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45020
       Jun 14 00:17:23 process Preview[2339] caught causing excessive wakeups. Observed wakeups rate (per sec): 1991; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45210
       Jun 14 02:45:19 process QuickLookUIHelpe[4321] caught causing excessive wakeups. Observed wakeups rate (per sec): 189; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45586
       Jun 15 00:44:53 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
       Jun 15 00:46:08 jnl: disk3s1: replay_journal: from: 283136 to: 1024512 (joffset 0x7a000)
       Jun 15 00:46:12 jnl: disk3s1: journal replay done.
       Jun 15 01:37:24 jnl: disk3s1: do_jnl_io: strategy err 0x6
       Jun 15 01:37:24 jnl: disk3s1: write_journal_header: error writing the journal header!
       Jun 15 01:37:24 jnl: disk3s1: close: journal 0xffffff8013ac5c20, is invalid.  aborting outstanding transactions
       Jun 15 01:37:26 jnl: disk3s1: replay_journal: from: 367616 to: 1361408 (joffset 0x3f000)
       Jun 15 01:37:27 jnl: disk3s1: journal replay done.
       Jun 15 10:33:57 process qmastercc[163] caught causing excessive wakeups. Observed wakeups rate (per sec): 1016; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 59722
       Jun 15 22:20:37 process smcFanControl[246] caught causing excessive wakeups. Observed wakeups rate (per sec): 324; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 46105
    kexts
       com.squirrels.airparrot.framebuffer (3)
    Daemons
       org.macosforge.xquartz.privileged_startx
       com.oracle.java.Helper-Tool
       com.microsoft.office.licensing.helper
       com.google.keystone.daemon
       com.adobe.fpsaud
    Agents
       org.macosforge.xquartz.startx
       com.oracle.java.Java-Updater
       com.hp.help.tocgenerator
       com.google.keystone.system.agent
       com.divx.update.agent
       com.divx.dms.agent
       org.w0lf.cDock
       com.adobe.ARM.UUID
    launchd
       /System/Library/LaunchAgents/com.apple.AirPortBaseStationAgent.plist
                 (com.apple.AirPortBaseStationAgent)
       /Library/LaunchAgents/com.divx.dms.agent.plist
                 (com.divx.dms.agent)
       /Library/LaunchAgents/com.divx.update.agent.plist
                 (com.divx.update.agent)
       /Library/LaunchAgents/com.google.keystone.agent.plist
                 (com.google.keystone.system.agent)
       /Library/LaunchAgents/com.hp.help.tocgenerator.plist
                 (com.hp.help.tocgenerator)
       /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
                 (com.oracle.java.Java-Updater)
       /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
                 (org.macosforge.xquartz.startx)
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
                 (com.adobe.fpsaud)
       /Library/LaunchDaemons/com.apple.aelwriter.plist
                 (com.apple.aelwriter)
       /Library/LaunchDaemons/com.google.keystone.daemon.plist
                 (com.google.keystone.daemon)
       /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
                 (com.microsoft.office.licensing.helper)
       /Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist
                 (com.oracle.java.Helper-Tool)
       /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
                 (org.macosforge.xquartz.privileged_startx)
       Library/LaunchAgents/com.adobe.ARM.UUID.plist
                 (com.adobe.ARM.UUID)
       Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID. plist
                 (com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID)
       Library/LaunchAgents/org.w0lf.cDock.plist
                 (org.w0lf.cDock)
    Bundles
       /System/Library/Extensions/APExtFramebuffer.kext
                 (com.squirrels.airparrot.framebuffer)
       /System/Library/Extensions/hpPlugInInit.kext
                 (com.hp.scanner.PlugInInit)
       /System/Library/Extensions/hpPlugInInit.kext/Contents/Resources
                 (com.hp.scanner.PlugInInit)
       /System/Library/Extensions/ssuddrv.kext
                 (com.devguru.driver.SamsungComposite)
       /Library/Audio/Plug-Ins/Components/Ambience.component
                 (com.smartelectronix.magnus.Ambience)
       /Library/Audio/Plug-Ins/Components/ARIA Player AU.component
                 (N/A)
       /Library/Audio/Plug-Ins/Components/SmartMusicSoftSynth.component
                 (com.makemusic.audiounit.smartmusicsoftsynth)
       /Library/Audio/Plug-Ins/VST/ARIA Player VST Multi.vst
                 (N/A)
       /Library/Audio/Plug-Ins/VST/ARIA Player VST.vst
                 (N/A)
       /Library/Internet Plug-Ins/DivX Web Player.plugin
                 (com.divx.DivXWebPlayer)
       /Library/Internet Plug-Ins/Flash Player.plugin
                 (N/A)
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
                 (com.google.googletalkbrowserplugin)
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
                 (com.oracle.java.JavaAppletPlugin)
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
                 (com.google.o1dbrowserplugin)
       /Library/Internet Plug-Ins/OVSHelper.plugin
                 (com.divx.OVSHelper)
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
                 (com.microsoft.sharepoint.browserplugin)
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
                 (com.microsoft.sharepoint.webkitplugin)
       /Library/Internet Plug-Ins/Silverlight.plugin
                 (com.microsoft.SilverlightPlugin)
       /Library/Internet Plug-Ins/SurveillanceClient.plugin
                 (com.boxdeng.xvmsplugin)
       /Library/PreferencePanes/Flash Player.prefPane
                 (com.adobe.flashplayerpreferences)
       /Library/PreferencePanes/HP Scanjet.prefPane
                 (com.hp.scanjet.prefs)
       /Library/PreferencePanes/JavaControlPanel.prefPane
                 (com.oracle.java.JavaControlPanel)
       /Library/QuickTime/CanonMJPEGAVI.component
                 (jp.co.canon.MJPEGAVIExporter)
       /Library/QuickTime/CanonMJPEGAVIDec.component
                 (jp.co.canon.CanonMJPEGAVIDec)
       /Library/QuickTime/CanonText.component
                 (jp.co.canon.Text)
       /Library/Spotlight/Finale.mdimporter
                 (com.makemusic.MDImporter.Finale)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
                 (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
                 (com.skype.skypeabsms)
       Library/Caches/com.apple.Safari/Extensions/AdBlock.safariextension
                 (com.betafish.adblockforsafari)
       Library/Caches/com.apple.Safari/Extensions/ExifExt.safariextension
                 (de.phriedrich.exifext)
       Library/Caches/com.apple.Safari/Extensions/My eBay Manager-2.safariextension
                 (com.ebay.safari.myebaymanager)
       Library/Caches/com.apple.Safari/Extensions/Social Fixer.safariextension
                 (com.socialfixer)
       Library/Caches/com.apple.Safari/Extensions/Turn Off the Lights.safariextension
                 (com.stefanvd.turnoffthelights)
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
                 (com.Google.GoogleEarthPlugin.plugin)
       Library/Internet Plug-Ins/WebEx64.plugin
                 (com.cisco_webex.plugin.gpc64)
       Library/ScriptingAdditions/EasySIMBL.osax
                 (com.github.norio-nomura.EasySIMBL.osax)
    dylibs
       /usr/lib/libdvdcss.2.dylib
    Contents of /etc/ssh_config
        Host *
          SendEnv LANG LC_*
       Host *
           XAuthLocation /opt/X11/bin/xauth
    Font issues: 41
    Listeners
       launchd: afpovertcp
       launchd: microsoft-ds
       launchd: ssh
       kdc: kerberos
       nfsd: 1023
       rpc.statd: exp1
       rpc.lockd: 1017
       rpcbind: sunrpc
       rpc.rquot: garcon
    Wi-Fi
       link auth: wpa-psk
    User login items
       iTunesHelper.app
       smcFanControl
       Auto Mute.app
       SurplusMeterAgent.app
       RightZoom.app
       SpeechSynthesisServer.app
    Hidden apps
       .magicJack/Softphone/magicJack.app
       .magicJack/Softphone/splash.app
    Restricted files: 2584
    Safari extensions
       ExifExt
       Turn Off the Lights
       My eBay Manager
       AdBlock
       Social Fixer
    Elapsed time (s): 387

  • Getting Invalid URL error while creating the app even though it's returning valid content from browser.

    Hi ,
      i am trying add RSS section with URL http://api.foxnews.com/proxy/content/v2?sort=date desc&omitHeader=true&api_key=cc23011f-3ace-40a4-bb63-bfa654af5bc8&format=full-content-rss.xml&rows=20&q=content_type:article AND image_url:*
    AND section_path:fnc/entertainment , and it's giving invalid URL error. like @ Invalid Url, use http or https://[domain]. Please help what's going wrong with this URL content. 

    I've recently deployed an application in Websphere and HTTPServer and have Oracle on the DB back-end. Tim, apparently your login problem happens inside the Websphere. You will have a better chance to ask this question in IBM's forums.

  • Invalid URL Link in Content Area

    Hi,
    When I create a URL item which display directly on the Content Area. If I
    enter a invalid URL addres, the system will show an error when I view the
    folder, which is fine. However, it will disable me to see other item on the
    same folder and there is also no way to delete that invalid URL item at all.
    The only way is to delete the folder which will in turn delete all the items
    under that folder, which, is not acceptable. Is there some form of solution ?

    Alvin,
    Please see thread http://technet.oracle.com:89/ubb/Forum82/HTML/000067.html .
    I encourage everyone to search the forum to see if your question has already been answered.
    Thanks,
    Jerry
    null

  • JDBC connection Oracle for UNIX

    I use Servlet to connect Oracle installed in UNIX.
    When I ran the java program, it happened some exceptions.
    I have spent much time to research this problem, but I still don't know what's the problem.
    Is the syntax wrong (unix syntax is different with nt syntax)???
    Do anyone tell me How I can solve this problem??
    Very thanks.
    The followings are the code I wrote in program :
    //==================================================
    String driver = "oracle.jdbc.driver.OracleDriver";
    String url = "jdbc:oracle:thin:@<HOST>:<PORT>:<SIDNAME>"          
    Class.forName(driver);
    connect = DriverManager.getConnection(url,username,passwords );
    //===================================================
    //HOST: ex. 10.1.1.1
    //PORT: ex. 1521
    //SIDNAME: ex. TEST
    The followings are Exceptions:
    //===================================================
    java.sql.SQLException: IO Exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135291648)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at oracle.jdbc.dbaccess.DBError.throwSqlExceptionDBError.java:169)
    at oracle.jdbc.dbaccess.DBError.throwSqlExceptionDBError.java:211)
    at oracle.jdbc.dbaccess.DBError.throwSqlExceptionDBError.java:324)
    at oracle.jdbc.driver.OracleConnection.<init>OracleConnection.java:266)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
    at Oracle.jdbc.driver.OracleDriver.connectOracleDriver.java:260)
    at java.sql.DriverManager.getConnectionDriverManager.java:512)
    at java.sql.DriverManager.getConnectionDriverManager.java:171)
    at com.ust.spc.servlet.ServletConnectDB.setDatas(ServletConnectDB.java:73)
    //===================================================

    Java and JDBC are platform neutral .. or so I like to imagine.
    In your case there can by possibilities
    the jdbc url, username and or password any one or more could have been mistyped
    OR
    the data base is not running or able to provide more connections
    Try to connect using sqlplus to the database ... it you are able to the problem is with the jdbc url or username/password

  • VC Web Service "Invalid url error", after following all steps in blog.

    I need urgent help.
    I am trying to define External Web Service System http://www.webservicex.net/CurrencyConvertor.asmx?WSDL
    I have completed all steps as given in https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/webServiceInvalid+URL&
    But it still points me to "Invalid url for the webservice".
    I have follwing version installed, SAP NW 04 java Preview, Appl server java 6.4 sp16
    If I go to VC help, it shows versions 700.10.0027.
    I am from Java background, and new to EP, have to get in speed with VC, I have followed all steps properly, as given in above url.
    More information:
    I have installed SAP NW 04 java Preview, Appl server java 6.4 sp16
    later for VC I have installed following through SDM.
    VCBASE10_0-10003602.SCA.zip
    VCFLEX10_0-10003616.SCA.zip
    VCFRAMEWORK10_0-10003624.SCA.zip
    Among few initial exercises I did, all are working fine except, calling external web services.
    I would highly appreciate your help on this.

    Hi,
    I have configured proxy both through vishal administrator as well as through System Administration -> System Configuration -> Service Configuration -> Applications -> com.sap.portal.ivs.httpservice -> Services -> Proxy".
    I have copied the values exactly as it is in my web browser settings. but still getting the same problem.
    Could you please refer me a link of creating WS through Portal. I am not finding any tutorial for the same.
    Aloke Dasgupta

  • External Oracle Databse connection from SAP

    Dear all,
    I know that this question has been asked before, but as i am facing some primitive issues so i am again posting my query.
    My requirement is to connect to an external ORACLE db from SAP and read data from that server. That ORACLE db is located in a different m/c altogether. I was trying to connect by making settings in DBCON -
    CON NAME= ORA_TEST
    DBMS= ORA
    USER NAME= administrator
    PASSWORD= (some pwd)
    CON ENV= ????? (what is to be put here)
    And I know that we have to make some corrections in tnsnames.ora file, but I am unable to find that file in SAP system. Where can I find this file ???
    Do we have to make one RFC connection as the SAP and ORACLE servers are in diff m/c and then do the connection, but this is just my guess??
    And if any RFC is at all required then what should be the parameters for that connection.
    Kindly help me in resolving the issue.
    1. CON ENV ?
    2. tnsnames.ora ?
    3. Any RFC needed ?
    Points will definately be rewarded.
    Thanks,
    Saurabh.

    Hi,
    I have done the required settings everywhere but the connection is failing.
    The tnsname.ora file is located in my Oracle client directory and the settings done there are -
    LEVEL2 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST =  
                                192.167.40.54)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = level2)
    in DBCON i have made the following entry -
    1. DB Connection : NEWORA
    2. DBMS :             ORA
    3. User Name :       User Name external oracle database
    4. DB Password :   Password external oracle database
    5. Conn Info :         level2
    and my ABAP code looks like -
    DATA: BEGIN OF wa,
    ncli(20) TYPE c,
    num(20) TYPE c,
    END OF wa.
    DATA: dbs TYPE dbcon-con_name.
    DATA: con(20) TYPE c.
    DATA : ls_wa LIKE wa.
    dbs = 'NEWORA'. "DB Connection in DBCO
    EXEC SQL.
    connect to :dbs
    ENDEXEC.
    EXEC SQL.
    GET CONNECTION :dbs
    ENDEXEC.
    WRITE : dbs.
    EXEC SQL PERFORMING loop_output.
    select bundle_cnt, job_id from GHCBRMRT.RML_BUNDLE into :ls_wa
    ENDEXEC.
    FORM loop_output.
    WRITE: / ls_wa-ncli,
    ls_wa-num.
    now my dilemma is how SAP will recognize in DBCON what really "level2" means ?? as the settings are there in ORACLE directory and not inside SAP system.
    the dump error msg that I am getting is -
    Runtime Errors         DBIF_DSQL2_CONNECTERR
    Except.                   CX_SY_NATIVE_SQL_ERROR
    Date and Time          13.08.2008 10:20:47
    Short text
         Error setting up a secondary database connection
    What happened?
         Connection to database system not possible with 
          identifier "NEWORA".
    Missing Handling of System Exception
         Program                                 YY_NEW_CONN
    Kindly help in this regard as where I am going wrong.

  • Safari 5.1.7 "Invalid URL" & "certificate not valid"-Google won't even work! HELP

    I have the newest version of Safari and as far as I know everything else on my computer is up-to-date. I checked for a software update and it claims everything is up to date. This has been happening for a little while and started with the invalid site certificates. I never was sure if I should click "continue" or "cancel". I first was clicking cancel and continue trying to see what changed. Cancel would keep me on the same page (I think, if I remember correctly) and continue would usually take me to the desired site. But recently this problem with site certificates has been happening more and more on different sites (I believe it began on facebook; and on sites I use daily). I just tried to google the problem and of course a web page of "Invalid URL" comes up. So I tried to see if it would work on a different browser (Firefox and Chrome), I had the same problem on those two, too, which makes me think a Google problem. However, this happens on other sites, such as facebook, and the site doesn't work for a little while (usually a period of X minutes). Even when I completely quit Safari, this doesnt change.
    I reset Safari tonight, and I've cleared the cookies, and I've emptied the cache, but nothing seems to be working. Im starting to wonder if there is a way to downgrade just one version of Safari to see if maybe this is a bug on this version of Safari, but I have no idea if that's possible or if it'll work.
    Please help!

    I hear ya...irritating as ****.  It's on all the other I've followed th other threads and tried the fixes, so far nothing.  Hit me up if you ever find a workable solution other than going back to a PC.  :s You'd think Apple would've fixed this by now, cause they're supposedly very very very very good.

Maybe you are looking for

  • Email Templates localization

    Hi, Is there any elegant way to have localized Email Templates (in multi national environment)? Language Pack doesn't help in that case even in single languege (different than English). Borys Majewski, Identity Management Solutions Architect (Blog: I

  • Portal data source

    Hi Everybody,    Can someone guide me as to how I can change my user data source from portal UME to the java database. as of now we have the portal UME connected to the abap system as it is a AS ABAP+AS JAVA installation. I beleive we need a xml file

  • Addon Strange behavior lately.

    Hi, I have a code that I never modified since the begining and now it start poping a message in SAP which is "Failed connecting to the company\'s Data Base". this message comes from this : private void ConnectDIAPI()     if (!System.Convert.ToBoolean

  • Canon camera C, C100, C300, C500 sensors?

    What's the diference of the Canon C, C100, C300, C500 sensors?

  • HT1657 i cant transfer a rented movie to my iphone

    i cant transfer a rented movie to my iphone