Failure to launch problem trying to run any .jnlp

Hello everyone,
I have been trying to run a program to help me study for my medical board exams and it uses java web start. I have tried to run the demo program off of the java website as well and I keep getting the same error.
Unable to Launch download error
An error occurred while launching/running the application.
Title: Draw 4 App
Vendor: Sun Microsystems, Inc.
Category: Download Error
Unable to load resource: http://java.sun.com/products/javawebstart/apps/draw.jnlp
Launch File
?xml version="1.0" encoding="utf-8"?>
<!--
# @(#)draw.jnlp     1.6 02/09/11
# JNLP File for Draw Demo Application
-->
<jnlp spec="0.2 1.0"
codebase="http://java.sun.com/products/javawebstart/apps"
href="draw.jnlp">
<information>
<title>Draw 4 App</title>
<vendor>Sun Microsystems, Inc.</vendor>
<homepage href="http://java.sun.com/products/javawebstart/demos.html"/>
<description>A minimalist drawing application along the lines of Illustrator</description>
<description kind="short">Draw Demo Short Description</description>
<icon href="images/draw.jpg"/>
<offline-allowed/>
</information>
<resources>
<j2se version="1.3+" href="http://java.sun.com/products/autodl/j2se"/>
<j2se version="1.3+"/>
<jar href="draw.jar" main="true" download="eager"/>
</resources>
<application-desc main-class="Draw"/>
</jnlp>
Exception
JNLPException[category: Download Error : Exception: java.net.ConnectException: Connection refused: connect : LaunchDesc: null ]
     at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
     at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
     at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
     at com.sun.javaws.Launcher.downloadResources(Unknown Source)
     at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
     at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
     at com.sun.javaws.Launcher.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Wrapped Exception
java.net.ConnectException: Connection refused: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(Unknown Source)
     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
     at java.net.PlainSocketImpl.connect(Unknown Source)
     at java.net.Socket.connect(Unknown Source)
     at java.net.Socket.connect(Unknown Source)
     at sun.net.NetworkClient.doConnect(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.<init>(Unknown Source)
     at sun.net.www.http.HttpClient.New(Unknown Source)
     at sun.net.www.http.HttpClient.New(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
     at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
     at com.sun.javaws.net.BasicNetworkLayer.doHeadRequest(Unknown Source)
     at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
     at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
     at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
     at com.sun.javaws.Launcher.downloadResources(Unknown Source)
     at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
     at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
     at com.sun.javaws.Launcher.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Sorry I didn't know exactly what info was needed to help with my problem so I just included everything it gave me. I have tried disabling my symantec antivirus, windows firewall and defender, but have had no success. Any help would be tremendously appreciated.
Thanks,
Cory Maughan

sounds like it is not getting the proxyie information correctly.
open the java console network settings tab and check what proxies are being used.
/Andy

Similar Messages

  • When trying to run any page on jdev 9.0.3.5 the jdev close

    when trying to run any page on jdev 9.0.3.5 the jdev close immidiatly and an empty log file is created i am using ie 8

    Hi,
    Check whether all the relevant services are up. If the problem still persist then there might be some issue with your JDeveloper.
    Regards,
    Gyan

  • When I am trying to run any OA page from jdev OA extension getting error

    when I am trying to run any OA page from jdev OA extension getting error
    When I am trying to run any OA page from jdeveloper, I am getting the following error.
    Failed to load "file:/D:/jdevhome/jdev/myprojects/oracle/apps/per/assistant/webui/SetupAssistantPG.xml" file.
    I felt the path of the file is wrong instead of D:/jdevhome, the path in above shows :/D:/jdevhome/jdev.
    I looked at the preferences and settings...but I could not get any clue to resolve this issue.
    Your help on thi issue is really appreciated.
    Thanks...

    Hi
    I am getting the same error.
    everything was running perfectly ..suddenly it started showing this error..i have checked JDEV_USER_HOME pointing to correct directory.
    but still it gives error as
    "file:/D:/development/jdevhome/jdev/myprojects/oracle/apps/pa/xxpa/assignment/webui/XXPAAssignResourcePG.xml" file.
    pls help

  • Problems trying to run JDeveloper 9.0.2 on Linux

    Dear All,
    I am facing problems while trying to run JDeveloper 9.0.2 (release 2) on my Linux machine.
    When I invoke jdev/bin/jdev file, the well-known JDeveloper window starts up, but in my console I keep on getting the following error:
    JDeveloper Error:
    java.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.bm.commonIde.ModelersServices.initialize(ModelersServices.java:423)
    at oracle.ide.AddinManager._registerAddin(AddinManager.java:550)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:715)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:694)
    at oracle.ide.AddinManager.initProductAndUserAddins(AddinManager.java:287)
    at oracle.ide.Ide.initProductAndUserAddins(Ide.java:1147)
    at oracle.ide.Ide.startupImpl(Ide.java:1839)
    at oracle.ide.Ide.startup(Ide.java:1544)
    at oracle.ideimpl.IdeMain.main(IdeMain.java:33)
    The situation becomes even more irritating when I realise that almost all actions that I try to perform (like when I try to add a new Project) are not executed (while I keep on getting the SAME error in my console as above with only the number of the final line that indicates where the first call occured changed).
    Does anybody have any idea of what kind of dependency I may have forgotten and where ? The error seems to be related with some kind of xml (parser maybe ?) incompatibility ... Any clues ?
    To further assist you, I have a list of extra information that might prove to be helpful on my attempt to shed more light onto this very problem:
    My Java Version is:
    java -version:
    java version "1.3.1_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
    Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)
    and any possible environment variable related stuff (all links have been double checked and are valid):
    SDK_HOME=/usr/lib/java
    J2EE_HOME=/opt/development/programming/java/sun/j2ee
    J2EE_BIN_HOME=/opt/development/programming/java/sun/j2ee/bin
    FORTE_JDK_HOME=/opt/development/programming/java/sun/forte/forte/j2sdk1.4.0
    CLASSPATH=/usr/lib/jre/lib/rt.jar:/opt/development/programming/java/apache/jakarta/tomcat/common/lib/servlet.jar:/opt/development/programming/java/sun/j2ee/lib/j2ee.jar:/usr/lib/java/lib/jsse.jar:/opt/Servers/JBoss/JBoss/client:.:/opt/development/programming/java/apache/jakarta/ant/lib:.
    JAVA_BINDIR=/usr/lib/java/bin
    ANT_HOME=/opt/development/programming/java/apache/jakarta/ant
    ANT_LIB_HOME=/opt/development/programming/java/apache/jakarta/ant/lib
    JSEE_HOME=/usr/lib/java
    JAVA_BIN_HOME=/usr/lib/java/bin
    TOMCAT_HOME=/opt/development/programming/java/apache/jakarta/tomcat
    JAVA_HOME=/usr/lib/java
    JAVA_PATH=/usr/lib/java:/opt/development/programming/java/sun/j2ee
    JDK_HOME=/opt/development/programming/java/sun/forte/forte/j2sdk1.4.0
    PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/kde2/bin:/usr/openwin/bin:/usr/lib/java/bin:/opt/gnome/bin:/usr/lib/java/bin:/opt/development/programming/java/sun/j2ee/bin:.:/opt/development/programming/java/apache/ant/bin:.:/opt/projects/cvs/tk_cvs/installation/bin:.:/usr/lib/java/bin:/opt/development/programming/java/sun/j2ee/bin:.:/opt/development/programming/java/apache/jakarta/ant/bin:.:/opt/projects/cvs/tk_cvs/installation/bin:.
    ANT_BIN_HOME=/opt/development/programming/java/apache/jakarta/ant/bin
    I would really like to thank you in advance for your concern,
    Best regards,
    Nassos Koyrendas

    JDeveloper is only supported with JDK 1.3.1_02 as we are aware of some issues with 1.3.1_04. Can you try with JDK 1.3.1_02 and see whether the problem still reproduces.
    Thanks,
    Lisa
    JDev QA Dear Lisa,
    As I have stated within my previous reply to your immediate answer/response, today I reverted my production PC at work to operate with a single processor Linux kernel (2.4.18-4GB) and also installed JDK 1.3.1_02 but still get the same irritating error that apparently does not allow me perform almost any action at all:
    ava.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.bm.commonIde.ModelersServices.initialize(ModelersServices.java:423)
    at oracle.ide.AddinManager._registerAddin(AddinManager.java:550)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:715)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:694)
    at oracle.ide.AddinManager.initProductAndUserAddins(AddinManager.java:287)
    at oracle.ide.Ide.initProductAndUserAddins(Ide.java:1147)
    at oracle.ide.Ide.startupImpl(Ide.java:1839)
    at oracle.ide.Ide.startup(Ide.java:1544)
    at oracle.ideimpl.IdeMain.main(IdeMain.java:33)
    java.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.jdeveloper.model.JProject.getActiveConfiguration(JProject.java:925)
    at oracle.jdeveloper.model.JProject.getEncoding(JProject.java:750)
    at oracle.ide.Ide.getDefaultEncoding(Ide.java:1036)
    at oracle.ide.model.TextNode.loadURLContentIntoBuffer(TextNode.java:423)
    at oracle.ide.model.TextNode.reopen(TextNode.java:205)
    at oracle.ide.model.TextNode.open(TextNode.java:143)
    at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:343)
    at oracle.ide.model.TextNode.getInputStream(TextNode.java:316)
    at oracle.jdevimpl.webapp.html.HtmlEditorConnection.getInputStream(HtmlEditorConnection.java:65)
    at ice.pilots.html4.DOMBuilder.loadData(Unknown Source)
    at ice.pilots.html4.DOMBuilder.linkStyleSheet(Unknown Source)
    at ice.pilots.html4.DOMBuilder.startElement(Unknown Source)
    at ice.pilots.html4.Lex2.doElementCallback(Unknown Source)
    at ice.pilots.html4.Lex2.parseElement(Unknown Source)
    at ice.pilots.html4.Lex2.parseMarkup(Unknown Source)
    at ice.pilots.html4.Lex2.do_parse(Unknown Source)
    at ice.pilots.html4.Lex2.parse(Unknown Source)
    at ice.pilots.html4.Lex2.parse(Unknown Source)
    at ice.pilots.html4.ThePilot.parse(Unknown Source)
    at ice.storm.StormBase.do_render_content(Unknown Source)
    at ice.storm.DefaultPilotContext.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:484)
    No matter what the action that is to be performed is, the JDeveloper application insists on reporting the above mentioned problem and almost always refuses to perform the desired activity!
    Based on your more advanced knowledge of the underlying architecture of JDeveloper, do you happen to have a more clear idea about it and especially the "oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)" case ?
    Is there anything that I have forgotten to properly configure during the installation of jdeveloper ?
    Any other clues that could further assist me ? I am afraid I am still desperate for any king of useful derictives ?
    I would once again like to thank you for your concern,
    Best regards,
    Nassos Koyrendas

  • I having problems trying to download any files...

    hey im having problems trying to download all files, plz help, i get this message saying system.component.model.Win32Exception The system cannot find the file specified.... plz help me

    Check your Java install and use a different browser. Update both.
    Mylenium

  • Problem trying to run sql loader

    hi ,
    i'm trying to run sql loader but i'm getting an error message. it was working a few days ago but not now. i am on oracle version 8.0.6.2.0
    from a unix prompt line i type....
    sqlldr system/manager id3com.ctl
    the error message i get is......
    ORA-01017: invalid username/password; logon denied
    SQL*Loader-704: internal error: ulconnect: OCISessionBegin [-1]
    does anyone know what this is for? i've always used system/manager in the past but just recently i've been getting error messages.

    I'd say someone changed the password. Try running sql*plus as system.

  • Problem trying to run photoshop roundtrip with aperture/automator

    i have been trying to install photoshop round-trip to use with aperture but it is not working.
    first, i created a folder called automator in the main library and drag the "start photoshop roundtrip.action" file.
    second, i copied the photoshop action pack to my photoshop cs2, inside my application folder
    third, i restarted the computer (aperture loves quit and restart).
    now, i am trying to run photoshop round-trip from my aperture menu from automator, but i dont see the option for photoshop round-trip.
    what i am doing wrong?
    thanks for your help.
    eric

    Can you please provide the code for a sample procedure and the string you are passing it for me to try out?

  • JDeveloper 10.1.3 erorrs when trying to run any page i.e. JSP,HTML,Servlet

    Hi,
    I downloaded JDeveloper v10.1.3.0.4(SU3). When I try to run a simple jsp page I get the following error. Any ideas JDev 10.1.2 is far better than 10.1.3 I am lots of problems with new version. I tried doenlaoding 3 times but everytime this error don't know from where. Any help is appreciated:
    [waiting for the server to complete its initialization...]
    2006-10-20 00:10:04.198 NOTIFICATION Auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war...
    2006-10-20 00:10:04.218 NOTIFICATION Unjar C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war in C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms
    2006-10-20 00:10:04.228 NOTIFICATION Finished auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war
    2006-10-20 00:10:04.278 NOTIFICATION Auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar...
    2006-10-20 00:10:04.368 NOTIFICATION Unjar C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar in C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources
    2006-10-20 00:10:04.378 NOTIFICATION Finished auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar
    2006-10-20 00:10:04.408 NOTIFICATION Auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear...
    2006-10-20 00:10:04.408 NOTIFICATION Unjar C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear in C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j
    2006-10-20 00:10:04.509 NOTIFICATION Finished auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear
    2006-10-20 00:10:05.510 NOTIFICATION Auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war...
    2006-10-20 00:10:05.510 NOTIFICATION Unjar C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war in C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp
    2006-10-20 00:10:19.009 NOTIFICATION Finished auto-unpacking C:\Oracle_Software\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war
    2006-10-20 00:10:26.640 WARNING J2EE OJR0107 Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
    06/10/20 00:10:26 SEVERE: ApplicationStateRunning.initConnector Error occurred initializing connectors.  Exception is: Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
    Oct 20, 2006 12:10:26 AM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Error occurred initializing connectors.  Exception is: Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
    06/10/20 00:10:26 SEVERE: ApplicationStateRunning.initConnector Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
         at com.evermind.server.Application.setConfig(Application.java:391)
         at com.evermind.server.Application.setConfig(Application.java:309)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1532)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:939)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:247)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
           Missing class: net.sourceforge.jtds.jdbc.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
                  Loader: oc4j:10.1.3
             Code-Source: /C:/Oracle_Software/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar
           Configuration: <code-source> in META-INF/boot.xml in C:\Oracle_Software\jdevstudio1013\j2ee\home\oc4j.jar
    This load was initiated at current-workspace-app.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
         ... 15 more
    Oct 20, 2006 12:10:26 AM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
         at com.evermind.server.Application.setConfig(Application.java:391)
         at com.evermind.server.Application.setConfig(Application.java:309)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1532)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:939)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:247)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
           Missing class: net.sourceforge.jtds.jdbc.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
                  Loader: oc4j:10.1.3
             Code-Source: /C:/Oracle_Software/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar
           Configuration: <code-source> in META-INF/boot.xml in C:\Oracle_Software\jdevstudio1013\j2ee\home\oc4j.jar
    This load was initiated at current-workspace-app.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
         ... 15 more
    06/10/20 00:10:26 WARNING: Application.setConfig Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors.  Exception is: Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
    Oct 20, 2006 12:10:26 AM com.evermind.server.Application setConfig
    WARNING: Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors.  Exception is: Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
    2006-10-20 00:10:26.690 WARNING J2EE 0JR0013 Exception initializing deployed application: current-workspace-app. Error occurred initializing connectors.  Exception is: Exception creating connection pool.  Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : net.sourceforge.jtds.jdbc.Driver
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 29552 ms.

    In 10.1.2 under available libraries I have a JTDS jar file but it is not in the selected libraries column.
    I don't have the library in 10.1.3.1. But I think it's not the issue as both 10.1.2 and 10.1.3 are in separate folders. Any ways I just added the same library in 10.1.3 also but no luck. So wondering if 10.1.3 does read something from class paths or is there anything in the registery that's messing-up but it's really weired what 10.1.3 is doing. Any more ideas

  • Major problems trying to run computer

    I am having a huge problem right now. When I try to boot my Mac the screen is a fuzzy mess and will just freeze up after a few seconds. If I try to reboot a few times, eventually the computer clears itself up and looks like it is booting normally, but when the desktop should show up, it does not, or does for a second and freezes up. I cannot get into any files to save anything. I tried booting to the install disk and running disk first aid. That worked fine, but the computer still will not load without becoming a snowy/fuzsy mess and locking up. Any ideas?

    Are you able to run the Apple Hardware Test from the CD or DVD? I had the same problem, was not able to run Apple Hardware Test, and AppleCare even took me through OpenFirmware, but with no luck. It ended up being a bad logic board, which luckily for me, was covered under warranty. Hopefully yours is something simple (cheap), or even better, I hope you're still under warranty.

  • Permission issues when trying to run any adobe app, tech support guy quit after trying to fix it for 2 hours

    I don't know what to do. Any of my adobe apps give the same error:
    Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
    The aforementioned tech support person was a test account he made, and spent a long time doing stuff with all the permissions for the adobe files. Eventually he got it so illustrator at least would launch, then immediately crash. He just quit without a work not too long after that.
    I'm running windows 7, 64bit. On my own personal computer. Please help
    note: I was also having issues with creative cloud, which managed to get fixed

    Caps folder contains database file like Cache.db , Media,db , pdb.db which holds the information regarding Apps installation on system and other essential data, in some cases if the files are corrupted , it is essential to remove Caps folder .
    Once you delete Caps folder , CC app will list Apps with Install button as it does not have information regarding installation of CC apps as the Media.db file will be deleted along with it.
    In this case , it is better that you uninstall the Apps which is not listed as Up to Date ,and being listed with Install button even though it is already installed.

  • Problem trying to run program

    I get the following error when i try run my program, which is a simple printing hello world. I am trying to get the compiler on my laptop working.
    C:\Users\Taurus>javac test.java
    C:\Users\Taurus>java test
    Exception in thread "main" java.lang.NoClassDefFoundError: test
    Caused by: java.lang.ClassNotFoundException: test
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClassInternal(Unknown Source)This is the program:
    import java.io.*;
    public class test
         public static void main (String[] args)
              System.out.println("hello world!");
         Edited by: The_One on Sep 6, 2008 9:59 AM

    Check your environment variables. It looks like you have a CLASSPATH that doesn't include the current working directory ( . )
    db

  • Having problems trying to run a sql script using the command prompt.

    I place my script at the root c:
    open run SQL Command Line.
    I connected to the database using connet userid/password
    Then I tried to execute the script by doing
    @test_add_comments
    I am getting the error message.
    SQL> @test_add_comments
    SP2-0310: unable to open file "test_add_comments.sql"
    Am I suppose to place this sql somewhere else?
    test_add_comments.sql is
    COMMENT ON COLUMN myTable.ID IS 'Primary Key' ;
    COMMENT ON COLUMN myTable.REVIEWLOG_ID IS 'REFERENCE TO SAFE REVIEW LOG TABLE' ;
    COMMENT ON COLUMN myTable.FAC_ID IS 'REFERENCE TO ALL FACILITIES' ;
    COMMENT ON COLUMN myTable.HALLBUILD_ID IS 'REFERENCE TO HALL BUILDING' ;

    I figure it out.
    open a sql worksheet and enter the falling commands in the run script.
    @c:\your_script.sql
    Execute it by clicking run script.

  • XML error when trying to run any report with add/remove programs - worked briefly after SP1 upgrade - no longer works

    I applied SP1 in hopes of fixing the reporting bug as discussed
    here and it did work - for a day or so. Now, I am getting the error again. Not sure what to do. Please advise.
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    There is an error in XML document (1, 301094).
    '', hexadecimal value 0x1E, is an invalid character. Line 1, position 301094. 
    I also get the "report builder click-once application does not exist on the server" - to which I had applied the registry key
    [HKLM\SOFTWARE\Wow6432Node\Microsoft\ConfigMgr10\AdminUI\Reporting]
    "ReportBuilderApplicationManifestName"="ReportBuilder_3_0_0_0.application"
    SQL
    and SCCM are on the same server - which I can get to report server web but cannot create reports from SCCM console.
    Thanks

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This problem was solved in SP1 if you are still having this problem after applying SP1, then you need to contact CSS directly for support, they will work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Problems trying to run ASD 2.5.8

    I just replaced the logic board on my power mac g5 (dual 2Ghz) and now the fans are running like crazy.
    I got a hold of ASD 2.5.8, so I can run a thermal calibration, but when I boot to the cd the screen is bunched up, like squeezed together and nothing is really legible.
    I tried the 2.5.7 CD and I get the same result.
    Has anyone else had this issue?
    Is there something I'm doing wrong?

    If it's running...
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto *but not including the Serial#*...
    Hardware Overview:
    Machine Name: Power Mac G5 Quad
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 4
    CPU Speed: 2.5 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 10 GB
    Bus Speed: 1.25 GHz
    Boot ROM Version: 5.2.7f1
    If not running, put the Serial# in here...
    http://www.chipmunk.nl/klantenservice/applemodel.html
    And compare here...
    http://www.everymac.com/systems/apple/powermac_g5/index-powermac-g5.html

  • Dreamweaver launches when trying to run ADE update?

    I open ADE and get a notice that there is an update available. Click on it and it takes me to the site. Click on the updater and Dreamweaver CS4 launches.
    Any ideas?

    Are you executing baseline update using Aditya as a user?
    Open command prompt and try executing below command,
    echo %ENDECA_MDEX_ROOT% It should give you output as C:\\Users\\Aditya\\Endeca\\MDEX\\6.2.2
    HTH
    -Pravin

Maybe you are looking for