Samba timeout when trying to connect to a computer in a workgroup

Hello, seems like the best section to post this in...
Right after I installed my Archlinux setup, I spent a bunch of time trying to get samba running perfectly, mainly, it was just so that other (window$) computers could access mine. Upon getting it working perfectly, both ways, I didn't use it for a while (which is typically the case).
So today, I need to transfer lots and lots of data, but via Dolphin, browsing the workgroup (which I clicked), lists all the computers that are there, including my own (this).
That's good so far, but after I browse to one of those computers (even my own!!), shortly thereafter, I receive a timeout error.
I have tried restarting the samba daemon, netfs, I also tried stopping network manager, and starting the network daemon myself, hoping it was network manager's brokenness that was the problem. Nope.
Still left in this situation...and nothing that I can remember, has changed since the last time, I didn't screw with config files or anything. Although, I do think I changed routers between this time, I also remember seeing some updates for samba-related packages.
All out of ideas, I posted here.
I can post my smb.conf file..or anything else for that matter, if you want. I just want this problem to be solved, and currently am forced to boot into window$ to transfer lots of data. Naturally, I can't do anything during this time, when not in linux....and it kills me a little bit more each time I have to see it
EDIT: Also note that, I tried using the default config, but I still get timeouts(and restarting samba daemon of course). With 'smbtree', it lists all of the shares available on the workgroup also. I also use the gamin program, as opposed to FAM. Originally, I followed the wiki, and that was how I get it working in the first place, but no longer does it work correctly. The logs in /var/log/samba/ do not show anything interesting, and in fact, only show about 1-2 lines, just saying that it started..
I also had it say about a firewall possibly being in use, but on a reload/retry, it returns to a timeout error. I do not have any firewalls that I am aware of, on.
Update: Well I figured out if I run the following command: smbclient '\\NAS\Data' that I will then be taken to a prompt where I can do ls, cd, etc, and browse that share perfectly. What's going on here? Dolphin still times out on it and I would prefer to use a GUI for this..
Last edited by sreich (2009-06-26 17:00:14)

Well I decided to try to use 'smb4k', which I just recently found, it also sees all of the computers on my network, but it also sees their shares after I browse into it. Unfortunately, it fails to mount any of them...
"mount error: could not resolve address for NAS: Name or service not known
No ip address specified and hostname not found"
That is the message I receive after clicking (mounting) on one of the shares of the 'NAS' computer, the one on my network.
Perhaps this error will make things a bit more clear?
I've been even looking at the docs at samba.org, trying to debug this issue...
UPDATE: Seem to have limited the problem down, at least now I can mount a share on a computer but *only* if I specify the IP address manually.
So it appears that it cannot resolve the name of said computer/share, to an IP... what could be causing this, and how can I fix it?
Last edited by sreich (2009-06-26 19:17:12)

Similar Messages

  • WRT54GC setup timeout when trying to connection to internet

    hi there,
    I've just bought the WRT54GC v2.0 and I haven't yet been able to connect to the internet with it.
    I used the Setup CD (well, there's not much choice actually) and after I have finished making all the connections asked there is a progress window that says "Checking Internet Connection" that eventually times-out and I get a popup message saying "Unable to detect internet connection". (During the process the lights on the modem flicker quite a bit, but alas...)
    My internet connection works fine when I connect directly to the modem so I don't know why the WRT54GC can't connect.
    Some Info:
    OS: Windows XP
    Modem: Netopia (Cayman 3300 Series)
    Modem IP: 192.168.1.1
    My Dynamically Assigned IP: 192.168.1.41 (when connected directly to the modem)
    I have tried all sorts of things: (not necessarily in that order)
    - Changing the WRT54GC's IP to 192.168.1.2
    - Playing in the "Advanced" page
    - Reseting the factory settings
    - Turning off everything and turning each device on in order (modem, WRT54GC, computer) with 3 minutes between each turn-on (no pun intended)
    Can anyone help? please?
    newbie

    Change the local IP of your WRT54GC router to 192.168.3.1 or 10.10.10.1 to avoid IP address conflicts from Netopia modem. It will not work if you had only changed the last octet of the router because it will still be within the range of the Netopia modem.

  • Strange message when trying to connect to another computer via SMB

    Hello,
    I sucessfully set up a MAC/VISTA network and used it for the past days. I connected through CMD+K smb//:<my_ip>
    But now I get everytime the following message when doing that:
    _*"Connection failed" - This data server is already active on your computer. Please access the files and volumes locally.*_
    (This is my translation of the german message, so it might not be the correct translation)
    Anyway, I can't find the share in Finder, it is not there anymore. What does this message means, I'm confused??

    open up your terminal (/Applications/Utilities/Terminal.app)
    Type in the following:
    cd /Volumes <enter>
    ls -al <enter>
    Now see if the name of your Vista PC is in the list. If it is, unmount them (there may be multiple instances)
    umount <Name of Volume> <enter>
    You may have to use the "force" flag, like so:
    umount -f <Name of Volume> <enter>
    You'll have to be root to do that.

  • Null connection when trying to connect to SQL Server 2000 in Tomcat4.1.29

    Hi All,
    I am still struggling with null connection when trying to connect to sql server 2000 with tomcat using sun.jdbc.odbc.JdbcOdbcDriver
    Here is my server.xml
    <Server port="8005" shutdown="SHUTDOWN" debug="0">
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
    debug="0"/>
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
    debug="0"/>
    <GlobalNamingResources>
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved">
    </Resource>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    <Resource auth="Container" description="Users and Groups
    Database" name="UserDatabase"
    scope="Shareable"
    type="org.apache.catalina.UserDatabase"/>
    <Resource name="jdbc/DefaultDS" scope="Shareable"
    type="javax.sql.DataSource"/>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.
    MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    <ResourceParams name="jdbc/DefaultDS">
    <parameter>
    <name>validationQuery</name>
    <value></value>
    </parameter>
    <parameter>
    <name>user</name>
    <value>sa</value>
    </parameter>
    <parameter>
    <name>maxWait</name>
    <value>5000</value>
    </parameter>
    <parameter>
    <name>maxActive</name>
    <value>4</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>sa</value>
    </parameter>
    <parameter>
    <name>url</name>
    <value>jdbc:odbc:JBoss-SQL://localhost:1433;databaseName=Development;selectMethod=cursor;</value>
    </parameter>
    <parameter>
    <name>driverClassName</name>
    <value>sun.jdbc.odbc.JdbcOdbcDriver</value>
    </parameter>
    <parameter>
    <name>maxIdle</name>
    <value>2</value>
    </parameter>
    </ResourceParams>
    </GlobalNamingResources>
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Tomcat-Standalone">
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8080" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="100" debug="0" connectionTimeout="20000"
    useURIValidationHack="false" disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to -1 -->
    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8443" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="100" debug="0" scheme="https" secure="true"
    useURIValidationHack="false" disableUploadTimeout="true">
    <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
    clientAuth="false" protocol="TLS" />
    </Connector>
    -->
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8009" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="0"
    useURIValidationHack="false"
    protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    <!-- Define an AJP 1.3 Connector on port 8009 --><Logger className="org.apache.catalina.logger.FileLogger"
    prefix="catalina_log." suffix=".txt"
    timestamp="true"/>
    <!-- Define the default virtual host -->
    <Host name="localhost" debug="0" appBase="webapps"
    unpackWARs="true" autoDeploy="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    directory="logs" prefix="localhost_log." suffix=".txt"
    timestamp="true"/>
    <Environment name="maxExemptions" type="java.lang.Integer"
    value="15"/>
    <Parameter name="context.param.name" value="context.param.value"
    override="false"/>
    <Resource name="jdbc/DefaultDS" auth="container" type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/DefaultDS">
    <!-- Maximum number of dB connections in pool.
    Set to 0 for no limit.
    -->
    <parameter>
    <name>maxActive</name>
    <value>8</value>
    </parameter>
    <!-- Maximum number of idle dB connections to retain in pool.
    Set to 0 for no limit.
    -->
    <parameter>
    <name>maxIdle</name>
    <value>4</value>
    </parameter>
    <!-- Maximum time to wait for a dB connection to become available
    in ms, in this example 10 seconds. An Exception is thrown if
    this timeout is exceeded. Set to -1 to wait indefinitely.
    -->
    <parameter>
    <name>maxWait</name>
    <value>5000</value>
    </parameter>
    <!-- MS Sql Server dB username and password for dB connections
    -->
    <parameter>
    <name>user</name>
    <value>sa</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>sa</value>
    </parameter>
    <!-- Class name for MS Sql Server JDBC driver
    -->
    <parameter>
    <name>driverClassName</name>
    <value>sun.jdbc.odbc.JdbcOdbcDriver</value>
    </parameter>
    <!-- The JDBC connection url for connecting to MS Sql Server dB.
    -->
    <parameter>
    <name>url</name>
    <value>jdbc:odbc:JBoss-SQL://localhost:1433;databaseName=Development;selectMethod=cursor;</value>
    </parameter>
    <!-- This Databae Connection Pool Description.
    -->
    <parameter>
    <name>description</name>
    <value>JDBC Driver: sun.jdbc.odbc.JdbcOdbcDriver</value>
    </parameter>
    </ResourceParams>
    <Resource name="mail/Session" auth="Container"
    type="javax.mail.Session"/>
    <ResourceParams name="mail/Session">
    <parameter>
    <name>mail.smtp.host</name>
    <value>localhost</value>
    </parameter>
    </ResourceParams>
    <ResourceLink name="linkToGlobalResource"
    global="simpleValue"
    type="java.lang.Integer"/>
    </Host>
    </Engine>
    </Service>
    </Server>
    and my web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <!-- Standard Action Servlet Mapping -->
    <web-app>
    <resource-ref>
    <res-ref-name>jdbc/DefaultDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    and JBoss-SQL is data source I created from control panel settings and here is way I am retrieving connetion
    InitialContext initCtx = new InitialContext();
    DataSource ds = (DataSource) initCtx.lookup("java:comp/env/jdbc/DefaultDS");
    Connection con = ds.getConnection();
    return con;
    I tried connecting as mentioned in this website
    http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html#Common%20Problems.But didn't help
    Please help urgent
    Sorry for long file. Can any one please help me in solving this problem.
    Thanks in advnace
    Kurakula

    I'd recommend that you not use the JDBC-ODBC bridge driver to connect to SQL Server. M$ and jTDS are two free type IV JDBC drivers that you should use instead. Put those JARs in the WEB-INF/lib directory.
    The database URL you're using is not correct if you change drivers. Consult the docs to find out what the proper syntax is.
    MOD

  • Connection timeout error trying to connect to wireless network

    Going nuts...
    I have my Time Capsule plugged into an outlet that runs back to my switch (Netgear) which in turn goes into my modem (AT&T uverse).
    (the switch runs out to about 6 ethernet outlets in my house)
    Everything was working grand until I screwed something up, no idea what, of course!
    I have set my Time Capsule set up...
    In the AirPort Utility
    AirPort tab
    Wireless mode:create a wireless network
    Connect using: Ethernet
    Internet tab
    Connect using: Ethernet
    Connection sharing: Off (Bridge mode)
    From these settings I can see the wireless network I have set up, but I can't connect to it (get a 'connection timeout' error when trying to connect to the wireless network using my laptop)
    When I try to change to Conenction Sharing to: 'share a public IP address' or 'distribute a range of IP address', then I get other errors... (DHCP Beginning and DHCP Ending Address Errors).
    Any advice would be great - thanks! 

    Bridge Mode is the correct setting for your Time Capsule.
    To aid in troubleshooting, I suggest that you temporarily move the Time Capsule close to the Uverse router and connect directly to one of the Ethernet ports on that device. Test to see if your wireless is working.
    If yes, then move the Time Capsule again and this time temporarily connect to the Ethernet switch to test that way.
    Keep working your way outward, testing as  you go. If the wireless works on the first test when you connect directly to the Uverse router, at some point, you will find the connection problem. It's almost always something simple, like an Ethernet cable that is not making a good connection with one of the Ethernet ports.

  • Page/JNI: Exception when trying to connect in 1,page/ContentFetcher InterruptedIOExce

    We have upgraded to fro m 3.0.8 portal 3.0.9.8.2 9iAS 1.0.2.2 on database 8.1.7
    the system is very fast and run for sometime but after a while we see the following errors in Jserv.log file.
    this error causes the whole system to hang and we have to restart apache/jserv.
    Any light on this issue will be helpful and very much appreciated.
    thanks,
    Sunil Bontha
    25/07/2001 14:07:51:388 CEST] Viewer/oracle.discoiv.Disco4iv: init
    [25/07/2001 14:07:51:388 CEST] Viewer/oracle.discoiv.Disco4iv: Initializing Discoverer 4i Viewer (4.1.37.82)
    [25/07/2001 14:09:15:219 CEST] page/oracle.webdb.page.ParallelServlet: init
    [25/07/2001 14:09:15:249 CEST] page/JNI: Cache is enabled.
    [25/07/2001 14:09:15:299 CEST] page/Starting a pool of 25 handlers.
    [25/07/2001 14:09:43:820 CEST] page/JNI: Exception when trying to connect in 1.
    [25/07/2001 14:09:43:830 CEST] page/Timeout occurred, label=145 url=http://www.myserver.com/pls/pmsportal30/!PMSPORTAL30.wwpro_app_provider.execute_portlet [25/07/2001 14:09:43:830 CEST] page/ContentFetcher InterruptedIOException Caught, Fetcher Timedout name=content-fetcher23
    [25/07/2001 14:09:43:840 CEST] page/JNI: Exception when trying to connect in 1.
    [25/07/2001 14:09:43:840 CEST] page/Timeout occurred, label=293 url=http://www.myserver.com/pls/pmsportal30/!PMSPORTAL30.wwpro_app_provider.execute_portlet [25/07/2001 14:09:43:840 CEST] page/ContentFetcher InterruptedIOException Caught, Fetcher Timedout name=content-fetcher22
    [25/07/2001 14:09:53:864 CEST] page/JNI: Exception when trying to connect in 1.

    Hi Avi,
    My application is a standalone application trying to access MBeans present in oc4j.
    I tried
    using the code
    props.put(Context.INITIAL_CONTEXT_FACTORY ,"oracle.j2ee.rmi.RMIInitialContextFactory");
    obj = (ManagementHome) ctx.lookup("ejb/mgmt/MEJB");
    but i am getting the following error.
    javax.naming.NameNotFoundException: ejb/mgmt/MEJB not found
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :45)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at TestMBean.doSomething(TestMBean.java:90)
    at TestMBean.main(TestMBean.java:237)
    java.lang.NullPointerException
    at TestMBean.doSomething(TestMBean.java:107)
    at TestMBean.main(TestMBean.java:237)
    Regards
    Siva

  • I get error message 42032 when trying to connect an iPhone to iTunes. Any ideas how to fix it?

    I get error message 42032 when trying to connect an iPhone to iTunes. Any ideas how to fix it?

    Did you already try these suggestions?
    Check USB connections
    Related errors: 13, 14, 1600-1629, 1643-1650, 2000-2009, 4000, 4005, 4013, 4014, 4016, “invalid response,” and being prompted to restore again after a restore completes.
    If there’s an issue with the USB port, cable, dock, or hub, or if the device becomes disconnected during restore, try troubleshooting the USB connection, then troubleshooting your security software.
    To narrow down the issue, you can also change up your hardware:
    Use another USB cable.
    Plug your cable into a different USB port on your computer.
    Try a different dock connector (or no dock).
    Add (or remove) a USB hub between your device and computer.
    Connect your computer directly to your Internet source, with no routers, hubs, or switches.
    If you checked your connections and are still seeing the error message, check for hardware issues.
    copied from Resolve specific iTunes update and restore errors

  • My ipad will no longer connect to the laptop. it comes up with usb not recognized. also when trying to connect to the power the first time i connect, nothing, but when i unplug from ipad and plug in a second time it charges

    my ipad will no longer connect to the laptop. it comes up with usb not recognized. also when trying to connect to the power the first time i connect, nothing, but when i unplug from ipad and plug in a second time it charges

    yeah tried all that. the only thing that i havent tried is to delete itunes completely and restart. its the same with the ipad. i havent done a master reset. i just think it has to be something rather simple as it acknowledges that i have plugged in the ipad as it makes the noise it just come up usb not recognized. it shows up as an unknown device that doestn have  any drivers
    its driving me round the bend at the minute

  • Error message when  trying to connect Classic 120GB to iTunes    An internal error occurred during: "FindSonarTrackJob". java.lang.NullPointerException

    When trying to connect to iTunes I get this message  
    An internal error occurred during: "FindSonarTrackJob".
    java.lang.NullPointerException

    I too am having this problem and have had, for about a week now.
    I've found that by logging off itunes (if I can), closing it down, and then restarting it, sometimes allows it to work for one transaction (say downloading an updated app). After that it's back to the same error.
    Really annoying.

  • Error message WMC604 in VZAM when trying to connect to 4G using Novatel USB551L.

    VZAM recognizes the modem, and attempts to connect to 4G. After about 10 seconds, a message appears,"Error WMC604, Device could not establish a connection". (I have no problem connecting to 3G, just 4G)
    One clue: If I have "Control Panel>Network Connections>Novotel 551L open when I try to connect, I can watch (if I am connecting to 3G) the modem aquire an IP address and connect. If I am connecting to 4G, there is no such activity shown on Control Panel>Network Connections>Novatel 551L modem. It just does nothing until the error message appears in VZAM. It's as if VZAM is not communicating with the modem although during this time VZAM displays a message "connecting".
     I have created a dial-up connection in Windows 7 according to the Verizon knowledge base article ID=29355 just so I could use 4G, and the modem connects and works just fine. I just wish I get it to connect to 4G using VZAM.
     I am using VZAM version v7.6.3.1(2642f) and one of the things that VZ tech support suggested was replace the SIM card, but that didn't make any difference. I am using Dell XPS 8300 desktop running Win 7 Home Premium,SP1 currently, although problem is the same on my Dell 5160 laptop running Win XP, SP3.
    Hoping someone here on this board can help. I have spent hours on the phone with Verizon tech support and they say they have never heard of this error, and have no clue how to make it go away. In checking Google, I see that it is in fact a fairly common error in VZAM, but no one seems to know how to fix it......Verizon reps on the board feel free to come to my rescue?
    HELP!!!!

    AdamE_VZW
    Thank you for your reply. I checked Device Manager for conflicts and see none. I opened VZAM and Device Manager>Novatel Modem side-by-side on the screen and attemped to connect to 4G using VZAM while watching Device Manager for conflicts. There were none indicated when the WMC604 error appeared in VZAM. According to Device Manager, my Novatel modem driver is version 1.1.12.0 ; dated 12/8/10. The "update driver" button is grayed out so I don't know how to check for a newer version. This version is the one that came on the VZAM install CD I belive.
    Some background about this problem: When I first got this modem and installed the software, it worked as it should. It came up in Global mode and connected to a weak 4G signal that was comming from the Portland OR airport. Because the signal was weak and un-reliable, the modem would constantly shift back to 3G, and then every few minutes back to 4G, over and over. I got tired of putting up with the constant hunting, and, using the diagnostic screen, locked it into EVDO mode until 4G went live in Portland OR in the middle of June. During the time it was in EVDO (3G) mode, I had no problem connecting to 3G using VZAM. When Portland went live, I locked it back to LTE mode, and that was when I discovered the error WMC604 message. This was using my previous computer, a Dell Dimension 4500 desktop, Win XP,SP3, and an external Wilson log-periodic tri-band antenna.  Since Portland went live, my current RSSI for 4G runs around -68db, and SINR varies between -9 to -12 db.
    I recently got my present computer, a Dell XPS-8300 desktop, Core i7, Win 7 Home Premium, SP1. I did a fresh install of VZAM on this new computer using the CD that came with the USB551L modem and then checked online (using 3G) for VZAM updates. It says I have the latest version.  The problem is exactly the same on the new computer as it was on my other 2 computers. That tells me that the problem must lie with the modem firmware or hardware, because the problem follows the modem, no matter what computer it is hooked up to. I even took it back to the Verizon store where I got it and they hooked it up to one of their computers and got the same error message when trying to connect to 4G. 3G worked properly
    As I mentioned before, the modem instantly connects to 4G using the Win 7 dial-up connection I created and gives pretty good speeds, about 10MB down and 4-5MB up, according to SpeedCheck.com.
    I can use it the way it is, it is just frustrating that it won't work using VZAM.
    Thank you for your attention and help,
    Inst_Tech

  • Blue screen when trying to connect ipod

    When trying to connect my ipod to my computer it reboots it into a blue screen that looks something like this...
    STOP: 000000007F (0000000008, 0X80154000 etc, etc.)
    minidump something something.
    I looked in my minidump folder but there was nothing in it. Any suggestions?

    Okay.
    Let's see if we can get a minidump generated for the crash.
    1) Open your system control panel (Start->Control Panels->System).
    2) Select the "Advanced" tab.
    3) Click the "Startup and Recover" section's "Settings" button
    4) Verify that under "System Failure" the "Automatically restart" checkbox is not checked.
    With those settings in place, does a minidump file get generated for the crash?

  • Why do I keep getting a connection error when trying to connect to SQL?

    Environment:
    LiveCycle ES2
    Windows Server 2008
    JBOSS
    Oracle Application DB
    When trying to connect to SQL, I get this error message in the log.
    Exception: Could not create connection; - nested throwable: (java.lang.UnsupportedOperationException: Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.lang.UnsupportedOperationException: Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.))
    I have these two files located in \\jboss\server\lc_oracle_cl\lib
    sqljdbc.jar
    sqljdbc4.jar
    I was told all I needed to do was drop these two files in the directory above and restart JBOSS. Is there something I'm missing?
    Jesse

    Hi Jesse,
    The driver you are using is for SQLServer Database. Since you are using Oracle as your database, you need an oracle driver.Please copy ojdbc6.jar from the [installDir]/lib/db/oracle/ directory and try again.
    Thanks,
    Ruchi

  • Getting error 789 when trying to connect with a PC remotely via VPN

    When we set up the VPN we are getting a Error 789 when trying to connect with a PC. Any suggestions would be appreciated.

    The utilities, provided on the CD, are not required for the PC to access the Internet through the 802.11n AirPort Extreme Base Station (AEBSn). They are only necessary for administering the base station.
    If your PC is currently configured as a DHCP client, it shouldn't have any issues connecting by Ethernet. The AEBSn will assign the appropriate IP addresses required for connectivity to the Internet ... just like it does for wireless clients.

  • Keep gettig this error message when trying to connect to Firefox The proxy server is refusing connections.

    Redownloaded Firefox and continue to get this error message when trying to connect: The proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is
    working.

    Go to Options > Advanced > Network > Connection > Settings and choose "No proxy".
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    It is important that you keep IE updated. The information included with your question, indicates that you are using IE7; you should update to IE8 for your own protection. IE9 will not be made available for Windows XP.
    *http://windows.microsoft.com/en-US/internet-explorer/products/ie/home

  • Getting an error message when trying to connect to Telepresence Meeting - "Call Denied"

    I am getting an error when trying to connect to Telepresence units I have been using for quite some time. I tried multiple computers and multiple destinations. The error message "call denied" pops up within seconds after trying to connect.
    Any ideas? Is this a Cisco related issue?

    I can't dial:  (Get 'call denied' message)
    [email protected]
    [email protected]
    [email protected]
    Is there a way to know this is being addressed?  How would one start a support case on this subscription service?
    Although I subscribe for service for my SX20's and Bridge, my jabber video account is a free account.
    Update: At 1pm CT I am able to dial and connect.

Maybe you are looking for

  • Cannot send email user name or password is incorrect

    I have an iPhone 3Gs with 6.1.6 iOS software and gmail. Until last week I could receive and send emails on my phone. Last week I tried to email a photo from my iPhone and received the following message "Cannot send email the user name or password is

  • Adobe Acrobat 8 Professional w/ Windows 8.1

    Previously I had Windows Vista Home Basic and everything ran smoothly with Acrobat.  One thing that I loved was if I ran out of ink or could not print for some other reason, I had Adobe in the list of printers.  Well Adobe is not showing up in the li

  • Problem with released transports

    Hi All, We have made changes to the existing query ( added two free charcteristics ) and collected it in a transport request.The query elements ( the free characteristics which have been added ) have both modified and active version in RSZELTDIR tabl

  • Problem importing library

    Hi, I've just reinstalled windows and I'm trying to re-create my old library. I've got my old itunes folder backed up on an external harddrive, but when I do what it says on this article http://support.apple.com/kb/HT1451 It manages to import all my

  • Batch determination in stock transfer

    Dear All, in my scenario, stock is transfer from one plant to another by shelf life expiration date, for that what setting should i do and where the batch procedure should i maintained? please help me out, points will be rewarded. thanks Pravin