Unable to connect  from jar

C:\Documents and Settings\sphoortia\Desktop\project>java -jar try1.jar
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at databaseProject.try1.openConnection(try1.java:418)
at databaseProject.try1.actionPerformed(try1.java:488)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17
86)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1839)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:245)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
No suitable driver
C:\Documents and Settings\sphoortia\Desktop\project>
With this error my pgm exits.
I have made the necessary additions of jar file paths[classes12.zip, ojdbc14.jar ] in the classpath variable. But still it gives the error. Can anyone please help me with this .
Thanks
try
                              //DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
                              String driverName = "oracle.jdbc.driver.OracleDriver";
                              //String driverName = "OracleDriver";
                            try {
                                   Class.forName(driverName);
                              } catch (ClassNotFoundException e) {
                                   e.printStackTrace();
                              }

C:\Documents and
Settings\sphoortia\Desktop\project>java -jar try1.jarExecutable jar.
I have made the necessary additions of jar file
paths in the classpath
variable. You can't use the enviroment class path variable with an executable jar.
Nor can you use the command line path class path option.

Similar Messages

  • Able to connect from SQL-Assistant BUT unable to connect from Sql Developer

    Hello,
    I have been troubling with this issue for the last two weeks...tried so much, but could not able to resolve....
    sqlplus username/password@IPAddress:port/ServiceName
    I am able to connect to DATABASE from SQLAssistant only when I provide string like ABOVE........If I dont mention the SERVICE, m unable to connect to DB...
    Now the biggest issue is with SQL Developer.....m not at all able to connect to DB using SQL Developer....I tried all options...but no use...
    waiting for your reply......
    Thanks Much in Advance.....

    What have you tried, and what error messages are you getting?
    When you create a connection in SQL Developer, you should specify IPAddress,port,ServiceName as in your sqlplus connect string.

  • Exchange management console unable to connect from another domain

    Hi,
    I cannot connect to Exchange using EMC
    i have a root Domain A and the Exchange is in Domain B installed.
    I cannot connect from Domain C
    All Domains are in the same Forest

    Hello,
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Cara Chen
    TechNet Community Support

  • Unable to connect from java application

    Hi,
    I recently converted my application over from 5.1, and everything (servlet +
    EJB) is working great under one VM. Now I'm trying to connect to the server
    with our commadline admin program and its a no-go. Here's the stacktrace on
    the serverside, followed by the trace on the client side:
    ***server dump:
    <Mon Nov 13 12:36:0003 PST 2000> <Notice> <WebLogicServer> <Listening on
    port 10081>
    java.io.EOFException
    at weblogic.utils.io.DataIO.readUnsignedByte(DataIO.java:372)
    at weblogic.utils.io.DataIO.readLength(DataIO.java:702)
    at
    weblogic.utils.io.ChunkedDataInputStream.readLength(ChunkedDataInputStream.j
    ava:103)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readJvmId(MsgAbbrevJVMConnection.java:2
    43)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.j
    ava:280)
    at
    weblogic.rjvm.MsgAbbrevInputStream.readMessageContext(MsgAbbrevInputStream.j
    ava:126)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:594)
    at
    weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:373)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:373)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    ***client dump:
    javax.naming.CommunicationException. Root exception is
    java.net.ConnectException: No server found at T3://localhost:10081
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:161)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at com.kiko.net.jndi.URLClientFactory.getClient(URLClientFactory.jav
    Gene Chuang
    Join Kiko.com!

    Nevermind, fixed the problem! Forgot to add 6.0's weblogic_sp.jar and
    weblogic.jar to the client's classpath... doh!
    Gene Chuang
    Join Kiko.com!
    "Gene Chuang" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I recently converted my application over from 5.1, and everything (servlet+
    EJB) is working great under one VM. Now I'm trying to connect to theserver
    with our commadline admin program and its a no-go. Here's the stacktraceon
    the serverside, followed by the trace on the client side:
    ***server dump:
    <Mon Nov 13 12:36:0003 PST 2000> <Notice> <WebLogicServer> <Listening on
    port 10081>
    java.io.EOFException
    at weblogic.utils.io.DataIO.readUnsignedByte(DataIO.java:372)
    at weblogic.utils.io.DataIO.readLength(DataIO.java:702)
    at
    weblogic.utils.io.ChunkedDataInputStream.readLength(ChunkedDataInputStream.j
    ava:103)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readJvmId(MsgAbbrevJVMConnection.java:2
    43)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.j
    ava:280)
    at
    weblogic.rjvm.MsgAbbrevInputStream.readMessageContext(MsgAbbrevInputStream.j
    ava:126)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:594)
    at
    weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:373)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:373)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    ***client dump:
    javax.naming.CommunicationException. Root exception is
    java.net.ConnectException: No server found at T3://localhost:10081
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:161)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    atcom.kiko.net.jndi.URLClientFactory.getClient(URLClientFactory.jav
    >
    Gene Chuang
    Join Kiko.com!

  • Unable to connect from my landline to a mobile pho...

    Can you PLEASE help me to connect to my son's mobile phone number - I have registered for Skype to Go and have money in my a/c yet when entering the number of his mobile it is not connecting.   I am very disappointed because I would like to call him cheaply rather than use my O2 account.   peter.copp31 

    JoT wrote:
    I do not see that anyone answered your post. 
    We answered the post starter 3 weeks ago (see above).      
    No post duplicates please. Duplicate deleted. Please start your own thread.
    No two issues are identical (too many variables).  
    That problem was not STG related. Please confirm that your's is.
    Thanks.         
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Unable to connect from bundle to temperature graph

    Hi! There is the problem that I am facing now, is the connection that says,
    You have connected two terminals of different types.
    The type of the source is cluster of 2 elements.
    The type of the sink is 1D array of
        double [64-bit real (~15 digit precision)]
    how to figure this out and may I have the solution, please?
    Aloysius Low
    Attachments:
    Temperature 2.vi ‏10 KB

    If you look at the context or detailed help for the graph, it explains the data types that it accepts. The waveform graph is used for displaying a complete set of time-series data with a uniform time between points. (with a t0, dT and Y values). It accepts either a 1D or 2D array of points (where t0 = 0 and dT = 1) or a waveform.
    You are probably looking for an XY graph instead of a waveform graph - that is used to display an arbitrary plot of X & Y values and accepts a cluster containing an array of X and Y values.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Unable to Connect database from Pro*c

    Hi,
    We had installed Pro*c in Oracle 8.1.7.0.0 server
    and in client oracle_home we set as server Oracle home directory. we are using forms5.0 and pro*c
    Now we are in the process of migration to Forms6i.
    We installed in same orant client directory.
    if we set as oracle_home as server oracle home directory. we are unable to connect to database from forms if set oracle_home as client oracle_home we unable to connect from proc.
    Please give us solution

    I have installed forms5.0 and forms 6i in Client machine in DEFAULT_HOME and we are using server oracle_home to compile pro*cs and connect to database.
    where to check tns_admin

  • Unable to connect to SMC Client system from SMC Server System

    hi,
    i have installed SMC 3.6.1. on Solaris 10 OS . The SMC agents are installed are all system but SMC Server is unable to communicate with Client systems. SMC Server System can Ping and Telnet all the SMC Client systems , but unable to connect from SMC .
    Please guide how can resolve this problem
    best regards,
    Adeel Mehmood

    Hi Adeel,
    i have installed SMC 3.6.1. on Solaris 10 OS . The
    SMC agents are installed are all system but SMC
    Server is unable to communicate with Client systems.
    SMC Server System can Ping and Telnet all the SMC
    Client systems , but unable to connect from SMC .
    Please guide how can resolve this problemSo, you can login to SunMC, but you're unable to make an icon for any of your Agents? Or you have icons you made bofre but when you click on them now you get errors?
    If these are new Agents, do they have more than one netowrk interface? If so, they may have security information for the "other" network (the one the SunMC Server's not on). You can try manully specifying the correct network for one Agent and see if it helps:
    http://forums.halcyoninc.com/showthread.php?t=2
    Regards,
    [email protected]
    http://www.HalcyonInc.com
    !! New !! : http://forums.HalcyonInc.com

  • Loading library from jar file

    Hi all,
    My question is can we load library from jar file using System.load() method.
    ex:
    myJar.jar
    |
    |----com.test.common.Util
    which conatins a method to load library from jar file itself, before that i used to load from File
    |---libraries/MozillaParser/......
    Iam able load from Local system,
    File parserLibraryFile = new File("libraries/MozillaParser" + EnviromentController.getSharedLibraryExtension());
    File mozillaDistBinDirectory = new File("libraries/mozilla.dist.bin."+EnviromentController.getOperatingSystemName());
    MozillaParser.init(parserLibraryFile.getAbsolutePath() , mozillaDistBinDirectory.getAbsolutePath());
    but i am unable to load from jar file
    URL url = ClassLoader.getSystemClassLoader().getResource("libraries/MozillaParser" + EnviromentController.getSharedLibraryExtension());
    URL url1 = ClassLoader.getSystemClassLoader().getResource("libraries/mozilla.dist.bin."+EnviromentController.getOperatingSystemName());
    MozillaParser.init(url.toString(), url1.toString());
    Thanks in advance.

    That's a really confusing post.
    The easiest way to make sure you can use the classes in a jar file is to copy the jar file to the "/jre/lib/ext" subfolder of your JDK. These classes will be visible to all applications.

  • Unable to connect r/3 to bw

    Hi eveybody,
    My problem is I want to connect r/3 to bw
    r/3 side : host name :erp, database : oracle, database name : erp, windows 2000 server
    bw side : host name : biw , database : sqlserver, database name : biw , windows 2003 server
    i can connect from r/3 to bw with remote login but unable to connect from bw to r/3 via remote login,
    if u need any clarification from me, then i will pass to you.
    pls help me in this regard,
    With Regards,
    salman

    Salman,
    If you can connect one way and not the other, then you'd need to check how you are attempting to connect from R.3 to the BW box. I am assuming that if you do a connection test from R3 to the BW system, it is successful - this will test the TCP/IP connectivity between the systems, making sure the systems can resolve an IP address and open a port (no firewall issues).
    Are you seeing a specific error? Possibly, it is as simple as making sure that the user ID you're using to logon to the R3 system is not allowed to logon (assign the S_RFC profile to the user ID). Alternativly, it could be an incorrect password, invalid client, etc.
    If none of these suggestions help, please send back the error message you see when this fails, check the R3 side for short dumps and system log messages, check the user ID you're using in the R3 system to make sure it is not locked and that it has proper authorizations. Also, what version(s) of SAP are you using? Is everything here based on WAS640? WAS700? Do you possibly have a mixed release environment? For instance, if the bw system is WAS640 and the R3 system is WAS700, then you could have an issue with capitalization mismatch.
    All kinds of stuff. Let me know how you do!
    -Tim

  • Connecting from outside into VM

    Hello
    I have a server application running that I need to access from external sources.
    I am unable to connect from external clients to the server application. 
    I tried using with public ip and fqdn to no avail
    Any help in the right direction would be greatly appreciated

    Hi,
    So the issue is that you want to connect to your application from outside using the publiuc IP.
    Yes you can do that, but you should know that your application uses one or more ports. And Azure, by default only allow two ports (Rmeote Desktop and Management). You will need to allow the trafic on your application ports. In Azure, we talk about Endpoints.
    So go to your VM>Endpoints
    Click Add
    Create a new Endpoint and choose the public port and the Private port.
    What do Private and Public mean ?
    The Private port mean the port that your application listen to : Example my application listen on port 445, so the traffic need to reach the server on that port
    The Public Port means what port my client will use to send trafic to the application. In a standard configuration, the public port is equal to the private port. But for some reasons (I will detail them if you ask), they can differ. So we create the mapping
    between them. Suppose that i will type port 6789
    What happens then ?
    My client will send the traffic to the Public IP on port 6789, when the traffic reaches Azure, Azure will pass the traffic to the VM but will change the port to 445 (Private Port). My application will work perfectly.
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • Unable to connect to ifolder server?

    Hello all,
    I am trying to connect the ifolder server from the ifolder client, i am getting the below error while connecting, please suggest
    Msg System.ArgumentNullException: null key
    Parameter name: key
    at System.Collections.Hashtable.Find (System.Object key) [0x00000]
    at System.Collections.Hashtable.Contains (System.Object key) [0x00000]
    at System.Collections.Hashtable.ContainsKey (System.Object key) [0x00000]
    at Simias.WebState..ctor (System.String DomainID) [0x00000]
    at Simias.DomainServices.DomainAgent.Login (System.Uri host, System.String domainID, System.Net.NetworkCredential networkCredential, Boolean calledRecursive) [0x00000]
    at Simias.DomainServices.DomainAgent.Attach (System.String host, System.String user, System.String password) [0x00000]
    at Simias.Web.SimiasService.ConnectToDomain (System.String UserName, System.String Password, System.String Host) [0x00000]
    at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
    Stack at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReceiveResponse (System.Net.WebResponse response, System.Web.Services.Protocols.SoapClientMessage message, System.Web.Services.Protocols.SoapExtension[] extensions) [0x00000]
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke (System.String method_name, System.Object[] parameters) [0x00000]
    at SimiasWebService.ConnectToDomain (System.String UserName, System.String Password, System.String Host) [0x00000]
    at (wrapper remoting-invoke-with-check) SimiasWebService:ConnectToDomain (string,string,string)
    at Novell.iFolder.Controller.DomainController.AddDoma in (System.String host, System.String username, System.String password, Boolean bSavePassword, Boolean bSetAsDefault) [0x00000]
    Looking forward for your kind reply.
    Regards
    Rohit Singh

    Could you rename simias folder and start the ifolder client again. On Windows it is in %APDDATA% folder and Linux it is on $HOME/.local/share/. Please note this will need you to provide all ifolder information again.
    Let us know the result.
    >>> rohit100<[email protected]> 7/5/2011 12:06 PM >>>
    Hello,
    details of ifolder are as below:
    OS: OpenSuse
    Ifolder version: 3.8.0
    The Ifolder features such as creating ifolder, sharing docs with co
    members are working on web side, but we are unable to connect from any
    ifolder client remotely, please suggest what to do?
    We will be grateful to you?
    Regards
    Rohit Singh
    rohit100
    rohit100's Profile: http://forums.novell.com/member.php?userid=113027
    View this thread: http://forums.novell.com/showthread.php?t=441408

  • Unable to connect to administration server from essbase console,

    Hi All..
    After successfully completely installation and configuration of essbase 11.1.2.3 iam unable to connect to administration server from essbase console,
    and also while connecting to oracle database it says "oracle not found".
    essbase 11.1.2.3 is installed in windows 2008 server R1.
    kindly help us.

    Hi John 
    and thanks again for the reply
    These log files has following  information
    and rest of files are empty in the specified path.
            HyS9RaFrameworkAgentOut :
    Java App Loader V1.3 (C)2006 by Hyperion Inc.
    $> java -cp . -Dloader.application=xxx.app com.brio.one.common.utils.Loader [arguments]
    > Reading application file 'C:\Oracle\Middleware\EPMSystem11R1\common\raframeworkrt\11.1.2.0\bin\agent.app'...
    > Loading classes...
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/wksagent.jar ...OK
      file:C:/Oracle/Middleware/modules/javax.activation_1.1.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/foundation.jar ..........OK
      file:C:/Oracle/Middleware/oracle_common/lib/java/shared/jsch/0.1.37/jsch-0.1.37.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/iona63.jar ..................OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/comutil1_01.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/eiengine.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/misc/11.1.2.0/servlet-api.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/JakartaCommons/jakarta-commons.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/logJavaUtil.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/javax.zip ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/bqservice.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/bcel-5.1.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/scorecard-search-api.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/waservices.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_j2se.jar ...OK
      file:C:/Oracle/Middleware/modules/com.bea.core.apache.velocity.dep_1.4.jar ...OK
      file:C:/Oracle/Middleware/modules/com.bea.core.apache.velocity_1.4.jar ...OK
      file:C:/Oracle/Middleware/modules/javax.mail_1.4.jar ...OK
    > Creating URLClassLoader...
    > Setting New Context ClassLoader...
    > Loading Main class 'com.oracle.cmc.Agent'...
    > Getting 'main' method...
    > Starting application...
           HyS9EssbaseStudio_epmsystem1-syserr:
    INFO    Server configuration file: C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\server.properties.
    06:38:01 07/05/13 INFO    Logger configuration file: C:\Oracle\Middleware\user_projects\epmsystem1\BPMS\bin\logging.xml.
    06:38:01 07/05/13 INFO    Starting up.
    06:38:01 07/05/13 INFO    Oracle Essbase Studio Server. Version 11.1.2.3.000, Build 4386, March 26 2013. Copyright © 2008 - 2013, Oracle. All rights reserved
    06:38:14 07/05/13 (system) INFO    Root folder for flat datasource files has been created: `C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\.\datafiles`.
    06:38:14 07/05/13 (system) WARNING Failed to load driver for sap.
    06:38:14 07/05/13 (system) WARNING Failed to load driver for teradata.
    06:38:14 07/05/13 (system) WARNING Failed to load driver for netezza.
    06:38:17 07/05/13 (system) SEVERE  Unable to establish connection to MySQL server: Communications link failure
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
    06:38:19 07/05/13 (system) SEVERE  Unable to establish connection to MySQL server: Communications link failure
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
    06:38:19 07/05/13 (system) SEVERE  Catalog.CannotInitializeStorage=Cannot initialize catalog storage. Make sure the server.properties file contains the correct information.
       -------------- Exception --------------
       com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine.
      at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:91)
      at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:104)
      at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:198)
      at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:81)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:169)
      at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:71)
      at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1507)
      at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:233)
      at com.hyperion.cp.server.RequestListener.init(RequestListener.java:174)
      at com.hyperion.cp.server.ServerMain.initServer(ServerMain.java:214)
      at com.hyperion.cp.server.ServerMain.main(ServerMain.java:296)
    Caused by: com.hyperion.cp.driver.util.DriverConnectionException: Cannot establish connection to MySQL server.
      at com.hyperion.cp.driver.adapters.sql.mysql.MySQLConnection.createSQLConnection(MySQLConnection.java:130)
      at com.hyperion.cp.driver.adapters.sql.SQLConnection$ConnectionPool.<init>(SQLConnection.java:1229)
      at com.hyperion.cp.driver.adapters.sql.SQLConnection.construct(SQLConnection.java:450)
      at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:113)
      at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
      at com.hyperion.cp.server.QueueableTask.setMetadataConnection(QueueableTask.java:53)
      at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:73)
      ... 11 more
    Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
      at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
      at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
      at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344)
      at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2333)
      at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2370)
      at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2154)
      at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
      at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
      at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
      at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
      at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
      at java.sql.DriverManager.getConnection(DriverManager.java:582)
      at java.sql.DriverManager.getConnection(DriverManager.java:207)
      at com.hyperion.cp.driver.adapters.sql.mysql.MySQLConnection.createSQLConnection(MySQLConnection.java:123)
      ... 17 more
    Caused by: java.net.ConnectException: Connection refused: connect
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
      at java.net.Socket.connect(Socket.java:529)
      at java.net.Socket.connect(Socket.java:478)
      at java.net.Socket.<init>(Socket.java:375)
      at java.net.Socket.<init>(Socket.java:218)
      at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257)
      at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294)
      ... 32 more

  • Unable to connect to SharePoint list data from PowerPivot in Excel

    Hi,
    I have the PowerPivot excel add-in installed and I can connect successfully to SQL data.  I have two SharePoint farms - Farm 1 and Farm 2.
    I am able to connect PowerPivot to SharePoint lists in multiple web applications in Farm 1 by using the ListData.svc.
    e.g. https://farm1/_vti_bin/ListData.svc/Tasks
    In Farm 2 I am unable to connect to SharePoint data.  I have tried multiple web applications on Farm 2 and can't connect.  I receive the following error.  I am able to browse to the address in Internet Explorer and see a feed.
    Has anyone else had this error?
    Thanks in advance,
    Mark
    Error Message:
    ============================
    Cannot connect to the specified feed. Verify the connection and try again. Reason: The underlying connection was closed: An unexpected error occurred on a receive..
    ============================
    Call Stack:
    ============================
    at Microsoft.AnalysisServices.Modeler.DataImportWizard.DataSourceBasic.UpdateDataFeedParameters(ConnectionStringBuilder connBuilder, IDataSource dataSource, Boolean checkFeedValid)
    at Microsoft.AnalysisServices.Modeler.DataImportWizard.DataSourceBasic.GetCurrentConnectionString(Boolean checkFeedValid)
    at Microsoft.AnalysisServices.Modeler.DataImportWizard.DataSourceBasic.ClickTestConnection(Object progressControl)
    ============================

    Hi Millard1,
    From your descripton, it seems you want to use SharePoint list as a data souce. If so, you should export the SharePoint as data feed in your SharePoint site, and then create a new PowerPivot table that contains the list. Here are some articles for your reference,
    please see:
    Use Data Feeds (PowerPivot for SharePoint):
    http://technet.microsoft.com/en-us/library/ee210625.aspx#sharepointlist
    Using a SharePoint list as a data source:
    http://powerpivotgeek.com/2010/10/28/using-a-sharepoint-list-as-a-data-source/
    Regards,
    Bin Long
    TechNet Community Support

  • Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    You need to ask Apple for assistance with getting back into your old ID. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to resolve this issue through the Account Security team, fill out and submit this form.
    (118441)

Maybe you are looking for

  • Apps won't open and computer is slow to start up

    My mac book is screwed up. About a week ago I noticed that everything on my computer started working extremely slowly. So, I ran a verify disk in disk utility. I got a message that my start up disk had an error. So, I started up from the install disk

  • WRITE IN ACCESS FLE

    HELLO PEOPLE, CAN SOMEONE HELP ME?? i want to write in a data base some data thtat i receive from serial port... but well, can someone help me and show me how to write in a acess file some random numbers... how can i do it?? thanks!! i attached what

  • HP Pavilion dv6000 Series/dv6​700/dv6833​US

    All, I'm no computer expert but I am mechanically inclined.  I purchased my HP Pavilion from Circuit City Apr 2008; out of the box it seemed sluggish but better than the 600MZ compact a friend gave me.  I did a few upgrades and the laptop has came al

  • Diferencia entre costo promedio y ultimo precio determinado

    Estimados Necesito conocer la diferencia entre los siguientes conceptos y cómo  se calculan. Costo promedio (AvgPrice) Ultimo precio determinado (LstEvlPric) Agradecido de antemano. Patricio Godoy

  • What is the technology underpinning creative cloud?

    Can anyone direct me to the best place to understand how Adobe deploys the Creative Cloud application?  Is there a UI shell downloaded to the PC? Are the executables client-side, or server-side?  I'm not a developer, but could probably understand the