Help with Remote Server Issue

My company recently had an outside company create a homepage
for us and it was turned over to me to create the rest of the
pages. I am new at Dreamweaver and just can't figure out how to fix
this problem. The woman who created the site for us has not been
able to help me, either.
Here is the problem:
When I access the file "index.html" that she created in the
"Files" panel and open it in Dreamweaver, it looks perfect, but
when I hit F12 to view in IE, I lose all of the text in my column
on the left. It seems to be an issue of images or something... we
are not currently live with her hosting yet. Can I just continue to
create pages and hope it will be okay once we go live?
Any help would be appreciated.
Laura

Can't help much without seeing the code.
Can you upload somewhere and post a link?
Or at least post the entire page code.
I am guessing it is an IE only problem having to do with the
widths of your
DIV's not fitting in the container
IE counts differently than let's say Firefox.
"LauraK77" <[email protected]> wrote in
message
news:g7htac$1jp$[email protected]..
> My company recently had an outside company create a
homepage for us and it
> was
> turned over to me to create the rest of the pages. I am
new at
> Dreamweaver and
> just can't figure out how to fix this problem. The woman
who created the
> site
> for us has not been able to help me, either.
>
> Here is the problem:
> When I access the file "index.html" that she created in
the "Files" panel
> and
> open it in Dreamweaver, it looks perfect, but when I hit
F12 to view in
> IE, I
> lose all of the text in my column on the left. It seems
to be an issue of
> images or something... we are not currently live with
her hosting yet.
> Can I
> just continue to create pages and hope it will be okay
once we go live?
>
> Any help would be appreciated.
> Laura
>

Similar Messages

  • Callmanager Conferencing with remote locations Issue

    I am new to using callmanager, and I need a little help.
    I have created a meet me number on my callmanager. Once a session is begun, all local network users are able to join the conference call with no problems..
    If a remote location hosts a meet me call, all my local network users are able to join THAT session with no problems as well.
    But if I host a meet me session on MY local network, remote locations CANNOT reach my session. The line remains silent when they dial in.
    I've been told to check the codecs which seem fine and we are checking for a firewall issue, but all normal calls local and remote work just fine. It's only the conference bridging that causes issues.
    Please help.
    Thanks

    Hello,
    Thank you very much for replying.
    The configurations, I've been told, are correct. G711 for intrasite and G729 for intersite. And region and device pools correct as well.
    I presented the HW conf bridge solution to a coworker who said it makes sense, but at this time, I don't have access to a hardware conference bridge. Is this the only solution? 
    From: prbt
    To: Nichole Ketchum
    Sent: Wednesday, August 3, 2011 1:54 PM
    Subject: - Re: Callmanager Conferencing with remote locations Issue
    Cisco Support Community
    Re: Callmanager Conferencing with remote locations Issue created by Priya B.T in Unified Communications Applications - View the full discussion
    hi,
    please check the following on the call manager,
    -  Check the region configuration on each device pool.
    -  Then check the region configuration between the two regions.
    -  One of the best practices followed by Cisco is, the intrasite region settings should be g711.
    -  And the region settings between inter site should be g729.
    -  G729 is not supported by software conference bridge, it is only supported by hardware conference bridge.
    -  So add the hardware conference bridge to the MRGL of the phone.
    -  And the hardware conference bridge has to be first in the list, that is before the software conference bridge.
    please let me know if this helps or we can do further trouble shooting on this issue.
    Reply to this message by going to Cisco Support Community
    Start a new discussion in Unified Communications Applications at Cisco Support Community

  • Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.

    Before I go into a lengthy explanation of the problem: Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.
    Thanks much.
    Emile

    Choose Force Quit from the Apple menu and close Mail from there.
    (103661)

  • Help with Remote on iPod Touch 2nd Gen.???

    i am in desparate need of help with remote for my iPod Touch 2nd Gen. i have downloaded the app and turned on home sharing in both iTunes on the Mac and on the iPod through Remote. yet when i go to add an iTunes Library within the app, it gives me this freaky passcode and i am REALLY REALLY unsure of how to use it on the Mac.
    Note- on the Mac its says to go in through devices and turn it on, but the only way i know how to do it is through Preferences and it doesn't help much at all
    ??? please demystify the mystified??? anyone?? please!

    have you seen this support article ?

  • Background image seems to be applied twice Can someone help with this CSS issue....

    Can someone help with this CSS issue....
    http://66.162.81.144/cms400min/default.aspx
    If you view the main page you will see that our background is
    2 shades of
    orange.. if you look at the line that divides those colors to
    the right and
    left you wil notice that the line is higher
    if you notice that it seems that there is another background
    on top of the
    first one..its the only thing i can think of..
    the only place where the image is being referenced is in this
    CSS style
    html, body
    min-height:100%;
    margin-bottom:1px;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Is there something wrong with the above CSS that could or
    would cause this?
    is it because im applying the image to both the HTML and
    BODY?
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    You've attached the background to both the html and the body.
    I would do this:
    html, body {
    min-height:100%;
    margin-bottom:1px;
    body{
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Having said that the image doesn't look any higher on the
    right than the
    left to me in Firefox. Is it just an optical illusion?
    Daniel wrote:
    > Can someone help with this CSS issue....
    >
    >
    http://66.162.81.144/cms400min/default.aspx
    >
    > If you view the main page you will see that our
    background is 2 shades of
    > orange.. if you look at the line that divides those
    colors to the right and
    > left you wil notice that the line is higher
    >
    > if you notice that it seems that there is another
    background on top of the
    > first one..its the only thing i can think of..
    >
    > the only place where the image is being referenced is in
    this CSS style
    >
    > html, body
    >
    > {
    >
    > min-height:100%;
    >
    > margin-bottom:1px;
    >
    > text-align:center;
    >
    > background-repeat:no-repeat;
    >
    > background-image:url(images/Background-Color2.jpg);
    >
    > background-color:#F74902;
    >
    > background-position:center;
    >
    > background-attachment:fixed;
    >
    >
    > }
    >
    > Is there something wrong with the above CSS that could
    or would cause this?
    > is it because im applying the image to both the HTML and
    BODY?
    >

  • I need help with Mavericks Server: an error occurred while configuring your server.  I

    I need help with Mavricks Server, I get the following: an error occurred while configuring your server.  I have deleted the Server.app several times along with the associated com.apple and Server folder.  Any more help would be appreciated.

    There are usually some log files around, related to the installation.  See if Console.app (Applications > Utilities) shows anything relevant to the error, when you've done a fresh install of Server.app and tried the configuration.

  • Upgrade to Windows 8.1 Pro from Windows 8 Pro causing issues with Remote Server Administration Tools

    Last night I received the Windows 8.1 update and it has caused Remote Server Administration Tools to stop working. I tried to reinstall the tools using Windows8.1-KB2693643-x64.msu but get the following error:
    Windows Update Standalone Installer
    Installer encountered an error: 0x8007000d
    The data is invalid.
    In the event log I have the following error
    Windows update  could not be installed because of error 2147942413 "The data is invalid." (Command line: ""C:\WINDOWS\system32\wusa.exe" "C:\RSAT\Windows8.1-KB2693643-x64.msu" ")
    System
    Provider
    [ Name]
    Microsoft-Windows-WUSA
    [ Guid]
    {09608C12-C1DA-4104-A6FE-B959CF57560A}
    EventID
    3
    Version
    0
    Level
    2
    Task
    0
    Opcode
    0
    Keywords
    0x8000000000000000
    TimeCreated
    [ SystemTime]
    2014-11-05T12:14:18.035865000Z
    EventRecordID
    1562
    Correlation
    Execution
    [ ProcessID]
    5224
    [ ThreadID]
    5132
    Channel
    Setup
    Computer
    removed
    Security
    [ UserID]
    S-1-5-21-1644491937-764733703-854245398-1794
    EventData
    UpdateTitle
    ErrorCode
    2147942413
    ErrorString
    The data is invalid.
    CommandLine
    "C:\WINDOWS\system32\wusa.exe" "C:\RSAT\Windows8.1-KB2693643-x64.msu" 
    I did have the Remote Server Administration Tools installed previously when I was running windows 8 pro and everything was fine. I've tried to remove the older version but according to the below it isn't even installed and Remote Server Administration
    Tools doesn't appear in Turn Windows features on or off.
    c:\RSAT>dism /online /Get-Packages
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    Packages listing:
    Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384
    State : Installed
    Release Type : Language Pack
    Install Time : 24/09/2014 06:33
    Package Identity : Microsoft-Windows-Embedded-EmbeddedLockdown-Package-TopLevel~31bf3856ad364e35~amd64~~7.3.9600.17116
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.3.9600.16384
    State : Installed
    Release Type : Foundation
    Install Time : 22/08/2013 14:46
    Package Identity : Package_for_KB2891214~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 05/11/2014 01:39
    Package Identity : Package_for_KB2902816~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 05/11/2014 01:39
    Package Identity : Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2920189~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2931358~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2931366~31bf3856ad364e35~amd64~~6.3.1.4
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2932046~31bf3856ad364e35~amd64~~6.3.1.5
    State : Installed
    Release Type : Feature Pack
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2934018~31bf3856ad364e35~amd64~~6.3.1.5
    State : Installed
    Release Type : Feature Pack
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2937220~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2937592~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2938439~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2938772~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2939153~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2939576~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2949621~31bf3856ad364e35~amd64~~6.3.2.0
    State : Installed
    Release Type : Hotfix
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2950153~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2954879~31bf3856ad364e35~amd64~~6.3.2.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2955164~31bf3856ad364e35~amd64~~6.3.1.3
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2956575~31bf3856ad364e35~amd64~~6.3.1.3
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2958262~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2958263~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2959626~31bf3856ad364e35~amd64~~6.3.3.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2959977~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2961072~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2962140~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2962872~31bf3856ad364e35~amd64~~6.3.1.4
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2964718~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2965142~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2965500~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2966407~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2966870~31bf3856ad364e35~amd64~~6.3.1.4
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2967162~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2968296~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2968599~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2969817~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2971203~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2971850~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2972103~31bf3856ad364e35~amd64~~6.3.2.0
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2972280~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2973201~31bf3856ad364e35~amd64~~6.3.1.3
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2973351~31bf3856ad364e35~amd64~~6.3.2.0
    State : Installed
    Release Type : Security Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2974008~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2975061~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 07:11
    Package Identity : Package_for_KB2975719~31bf3856ad364e35~amd64~~6.3.1.8
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2976978~31bf3856ad364e35~amd64~~6.3.2.1
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2977292~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2978041~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2979573~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2979576~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2979582~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2980654~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2987107~31bf3856ad364e35~amd64~~6.3.1.4
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2989542~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB2990532~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2993651~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Update
    Install Time : 24/09/2014 10:03
    Package Identity : Package_for_KB2998174~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB3000061~31bf3856ad364e35~amd64~~6.3.1.2
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB3000869~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 04/11/2014 17:56
    Package Identity : Package_for_KB3000988~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 04/11/2014 17:56
    The operation completed successfully.
    Any help on this issue would be appreciated, if you need any further information please let me know.
    Thanks

    SeniorInternet,
    I’ve seen this issue in the past and it occurred because the file was corrupted. 
    It’s possible that something went wrong when downloading it originally on your newly upgraded machine. 
    Try downloading
    KB2693643 again from another machine and install it.
    Hope this helps!
    Mike
    Windows Outreach Team – IT Pro
    Windows for IT Pros on TechNet

  • Remote Server issue with the application manager

    I am trying to download photoshop from creative cloud but the application manager program gives me this message "the remote server is not responding in a proper manner" why? what do I do now?

    me too - same problem
    Windows 7 64-bit SP1 - no problems on any other connections ...

  • Help with production jvm issues at customer site

    Following is a brief overview of two production issues experienced by an Oracle customer. Customer is currently running 32 bit Java 1.5_20 on Solaris 64 bit OS.
    1)     OOM heap issues – SR #3-2611053901 – Recently we have been seeing OOM errors due to heap space. What we have seen is that some of the instances are not able to free up any memory space even after full GC, which results into a series of full GC’s back to back and eventually leads to OOM. During this time when continuous full GC is going on, we have seen the TCP connections and active JDBC connections shoot up and also lots of stuck threads. This error occurs during peak hours.
    This is the output just before OOM. Just to be clear, this line is printed as last line of Full GC which meant that OOM happened right after Full GC:
    [PSYoungGen: 111616K->82323K(172544K)] [PSOldGen: 1865727K->1865727K(1865728K)] 1977343K->1948051K(2038272K) [PSPermGen: 209111K->209061K(210944K)] GC time is exceeding GCTimeLimit of 98%, 13.3644395 secs]
    2)     OOM swap space- SR: #3-1724941721 – From time to time, we get Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 32756 bytes for ChunkPool::allocate. Out of swap space?’ error in our production. Mostly this error occurs during off hours or off-peak hours. When this happen, there is plenty of heap and perm memory available which indicates that this is a native memory error. We already put two workarounds suggested by Oracle i.e. -XX:CodeCacheMinimumFreeSpace=8m -XX:ReservedCodeCacheSize=128m but still running into this problem.
    What we are looking for:
    1)     Recommendations on tuning our config parameters -
    These are some recommendations we discussed internally. Please validate these recommendations and provide us the recommended values. We would also welcome any new recommendation on updating other parameters if that will help with our issues.
    •     Change Xmx to 2048m and MaxPermSize to 512m
    •     Specify ratio of young generation to old generation (-XX:NewRatio), and possibly survivor spaces.
    •     Use Concurrent old generation collector (-XX:+UseConcMarkSweepGC), with a compatible parallel young generation collector (-XX:+UseParNewGC)
    Our current config settings are:
    JAVA Memory arguments: -Did=chaserels-cm21 -Xms1024m -Xmx2048m -XX:MaxPermSize=1024m -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:CodeCacheMinimumFreeSpace=8m -XX:ReservedCodeCacheSize=128m -verbose:gc -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1641 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.awt.headless=true -Dfile.encoding=ISO646-US
    In a subset of servers, the settings are same as above but for MaxPermSIze, which is set to -XX:MaxPermSize=512m
    2)     Diagnostic help in how to further narrow down to the problem and what tool to use to gather heap dumps
    We have tried to take heap dump using jmap on our production servers when OOM occurs due to heap but most of the time, we run into an exception (attached - which is probably an unresolved jvm bug). While we researched some alternatives to jmap for taking heap dumps, most of these require changing the start-up scripts or installing the tool on production system which may have a performance overhead. What we want is a least intrusive tool which could provide us heap dumps/snapshots without much overhead and could be preferably used remotely. If there are other ways of collecting data than heap dump, we could also use them.
    Let me know if you have any questions or need any data.
    Thanks for your help.
    Error from heap dump :
    Exception in thread "main" sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0xfec080a7 with alignment: 4
    at sun.jvm.hotspot.debugger.DebuggerUtilities.checkAlignment(DebuggerUtilities.java:40)
    at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.readCInteger(ProcDebuggerLocal.java:309)
    at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
    at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.readOopHandle(ProcDebuggerLocal.java:326)
    at sun.jvm.hotspot.debugger.proc.ProcAddress.getOopHandleAt(ProcAddress.java:96)
    at sun.jvm.hotspot.oops.Oop.getKlassForOopHandle(Oop.java:198)
    at sun.jvm.hotspot.oops.ObjectHeap.newOop(ObjectHeap.java:346)
    at sun.jvm.hotspot.runtime.JavaThread.getThreadObj(JavaThread.java:333)
    at sun.jvm.hotspot.utilities.AbstractHeapGraphWriter.writeJavaThreads(AbstractHeapGraphWriter.java:113)
    at sun.jvm.hotspot.utilities.AbstractHeapGraphWriter.write(AbstractHeapGraphWriter.java:98)
    at sun.jvm.hotspot.utilities.HeapHprofBinWriter.write(HeapHprofBinWriter.java:399)
    at sun.jvm.hotspot.tools.JMap.writeHeapHprofBin(JMap.java:133)
    at sun.jvm.hotspot.tools.JMap.writeHeapHprofBin(JMap.java:143)
    at sun.jvm.hotspot.tools.JMap.run(JMap.java:71)
    at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
    at sun.jvm.hotspot.tools.JMap.main(JMap.java:126)

    1)     OOM heap issues – SR #3-2611053901 – Recently we have been seeing OOM errors due to heap space. What we have seen is that some of the instances are not able to free up any memory space even after full GC, which results into a series of full GC’s back to back and eventually leads to OOM. Which would be exactly what would happen if there were many objects which were not eligible for collection.
    Causes would be either a bug (something not releasing something it should) or because the server is overloaded.
    If there were no code changes it could still be a bug that has now only become apparent due to changes in usage patterns.
    If that is the case then such bugs can usually be made more apparent by reducing the maximum heap. Doing that will cause it to occur faster.

  • Please help with database connection issue

    Hi,
    I've created a few connections and pages with a few recodsets on my local computer and am connecting fine with the database. I've uploaded the database via phpmyadmin onto a remote server and uploaded all my pages to the website and have changed the database info, user name and password in the connections folder but when I try to load the file I get a message "no database selected". I've tried various things but no luck. I'm selecting the database name but something is missing. Any help would be appreciated.
    Derek

    A bit more info: Here is the connection script as its defined in Dreamweaver: <?php
    # FileName="Connection_php_mysql.htm"
    # Type="MYSQL"
    # HTTP="true"
    $hostname_karen_product = "localhost";
    $database_karen_product = "karen";
    $username_karen_product = "root";
    $password_karen_product = "root";
    $karen_product = mysql_pconnect($hostname_karen_product, $username_karen_product, $password_karen_product) or trigger_error(mysql_error(),E_USER_ERROR);
    ?>
    Where is says mysql_pconnect, I changed the $hostname_karen_product etc to 'localhost', 'username', 'the password for the database')
    Do i need to do something different at $database_karen_product?
    I'm basically new at this and confused as to how to alter this connection script.
    Thanks
    Derek

  • Can you help with my connection issues

    I cannot connect to my Contribute CS3 even though my server is fine. Does anyone have any suggestions? I spent the last hour on the phone with my server company and they tried but failed to help me connect.

    Please try the following steps.
    Delete the existing connection from Edit -> My connection .
    Create a new connection and when you Click the Advanced button next to the "How do you connect to your web server?" field in the Connection Information dialog box.
    Try toggling the Passive Mode check box (if it is unchecked, check it; if it is checked, uncheck it).
    If you are behind a firewall, check the Use firewall/proxy settings when connecting check box and click the Firewall Settings or Proxy Settings button to enter firewall information. Ask your local network administrator for help with these settings.
    Once done with the new connection you would be able to connect to your website. For more information on connection issues you may use this link http://helpx.adobe.com/contribute/kb/troubleshoot-connection-problems-contribute.html
    Regards,
    Rajeev

  • Wireless Remote Server Issues

    I have a wireless router set up with a home computer and while the desktop recieves the internet, my laptop is giving me the message that it is unable to connect to the remote server. In my network prefrences, it reads that I am connected to the network and am currently online, yet I am still unable to connect to the Internet. What is going on!!??
    Thank You,
    Evan
    iBook G4   Mac OS X (10.3.9)  

    Yes, I had edited that file for the IP address and subnet mask.
    We are installing CF9 on a devlopment machine this week so hopefully I'll have better luck with that.  If it does work, at least that will be more of a push to mangement to get going on CF9 in production as well.
    I have given up on getting CFB to work with my MX7 server.  Very frustrating, but thankss for trying to help SpiderFromMars.  I really appreciate it.

  • Need help with expression builder issue

    Hi all
    I'm hoping someone can help with an issue I'm having. I'm creating a database for a manufacturing joinery. For 1 of my forms, Ive to create a despatch form which includes order details along with customer details. Some customers can have contracts in which
    they get a fixed price on certain item. This is where the problem lies.
    For my customers table, I have a field called "On contract" which is a Yes/No field. I've created a query to attempt to make this form. I'm having trouble with adding a total column at the end of this query. Quantity,Unit Price, Contract Price
    are also in the query. I've been trying to build an expression to say like;
    iif [on contract] = "Yes", [Quantity] * [Contract Price]
    iif [on contract] = "no", [Quantity] * [Unit Price]
    It obviously wont work, what am I doing wrong?
    Thanks in advance

    Hi,
    Assuming you are using the database is SQL Server:
    SELECT [CustomerID]
    ,[Quantity]
    ,[Unit Price]
    ,[Contract Price]
    ,[Total] = CASE WHEN [On Contract] = 'Yes' THEN [Quantity] * [Contract Price]
    WHEN [On Contract] = 'No' THEN [Quantity] * [Unit Price] END
    FROM [Customers]
    Modify the SQL to suit your need.
    Hope this helps.
    ~J.

  • Help with SQL Server 2005 http Endpoint

    I am trying to use mx:webservice to directly connect to a SQL
    Server 2005 HTTP Endpoint. Is this possible. Is there going to be a
    problem with crossdomain issues? If the Endpoint is actively
    listening on port 80 then IIS cannot. So I cannot place
    crossdomain.xml in webserver, how will I overcome this crossdomain
    problem? Am I making this more complicated than it is? If anyone
    has an example it would be appreciated. All I want is a flex2 app
    talking directly to sql server. Seems possible.

    Kent, I see that many others have reported that error (doing
    a google search), but I see no ready answers. I saw something that
    reminded me of a connection string value that I've seen answer some
    problems. May be worth a shot for you: try adding this string to
    the connection string (in "advanced options") for your datasource:
    AuthenticationMethod=Type2
    If it doesn't solve it, remove it. But keep it handy in case
    it ever may help with some other problem.
    Here's one other possible answer for you:
    http://www.webmasterkb.com/Uwe/Forum.aspx/coldfusion-server/3206/SQL-Server-2000-Windows-A uth
    Sorry I can't be more clear for you.

  • Help with a server program

    Hello,
    I don't know much about threading, but I've got this server program (code follows). And where it does this... :
                        // Create a new thread for the connection
                        HandleAClient thread = new HandleAClient(connectToClient);
                        cn = clientNo;
                        // Start the new thread
                        thread.start();I need it to create another instance of the client program that accessing it with the same thread(I think, as i said I don't know much about threads). That way when a remote user accesses the client program, the server will automatically open another client program on the machine the server is running on. Then while their both using the same thread, they'll be able to speak back and forth without anyone else getting their text.
    Does this make sense? Can anyone help?
    Here is the server code, I don't have it perfected yet to send the text, but the clients will regester with the server.
    // MultiThreadServer.java: The server can communicate with
    // multiple clients concurrently using the multiple threads
    import java.io.*;
    import java.net.*;
    import java.util.*;
    // MultiThreadServer should be able to
    //    handle text from multiple users at once
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class MultiThreadServer extends JFrame {
         // Text area for displaying contents
         private JTextArea jta = new JTextArea();
         public static void main(String[] args) {
              new MultiThreadServer();
         public int cn = 0;
         public MultiThreadServer() {
              // Place text area on the frame
              getContentPane().setLayout(new BorderLayout());
              getContentPane().add(new JScrollPane(jta), BorderLayout.CENTER);
              setTitle("MultiThreadServer");
              setSize(500, 300);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              setVisible(true); // It is necessary to show the frame here!
              try {
                   // Create a server socket
                   ServerSocket serverSocket = new ServerSocket(8000);
                   jta.append("MultiThreadServer started at " + new Date() + '\n');
                   // Number a client
                   int clientNo = 1;
                   while (true) {
                        // Listen for a new connection request
                        Socket connectToClient = serverSocket.accept();
                        // Display the client number
                        jta.append("Starting thread for client " + clientNo +
                             " at " + new Date() + '\n');
                        // Find the client's host name, and IP address
                        InetAddress clientInetAddress =
                             connectToClient.getInetAddress();
                        jta.append("Client " + clientNo + "'s host name is "
                             + clientInetAddress.getHostName() + "\n");
                        jta.append("Client " + clientNo + "'s IP Address is "
                             + clientInetAddress.getHostAddress() + "\n");
                        // Create a new thread for the connection
                        HandleAClient thread = new HandleAClient(connectToClient);
                        cn = clientNo;
                        // Start the new thread
                        thread.start();
                        // Increment clientNo
                        clientNo++;
              catch(IOException ex) {
                   System.err.println(ex);
         // Inner class
         // Define the thread class for handling new connection
         class HandleAClient extends Thread {
              private Socket connectToClient; // A connected socket
              // Construct a thread
              public HandleAClient(Socket socket) {
                   connectToClient = socket;
              // Run a thread
              public void run() {
                   try {
                        // Create data input and output streams
                        DataInputStream isFromClient = new DataInputStream(
                             connectToClient.getInputStream());
                        DataOutputStream osToClient = new DataOutputStream(
                             connectToClient.getOutputStream());
                        osToClient.writeDouble(cn);
                        // Continuously serve the client
                        while (true) {
                             // Receive radius from the client
                             double radius = isFromClient.readDouble();
                             // Compute area
                             double area = radius*radius*Math.PI;
                             // Send area back to the client
                             osToClient.writeDouble(area);
                             jta.append("radius received from client: " +
                                  radius + '\n');
                             jta.append("Area found: " + area + '\n');
                   catch(IOException e) {
                        System.err.println(e);
    }And here is the Client Program code, note that the sending of text does not yet work here either.
    // Client.java: The client sends the input to the server and receives
    //           result back from the server
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.applet.*;
    public class Client extends JFrame implements ActionListener {
         // Text field for receiving radius
         private JTextField jtf = new JTextField(40);
         // Text area to display contents
         private JTextArea jta = new JTextArea();
         // IO streams
         DataOutputStream osToServer;
         DataInputStream isFromServer;
         public static void main(String[] args) {
              new Client();
         public Client() {
              // Ask the user for a name
              String s = JOptionPane.showInputDialog
                   (null, "Please Enter Your Name:", "ZedX Web Messenger", JOptionPane.QUESTION_MESSAGE);
              // Panel p to hold the label and text field
              JPanel p = new JPanel();
              p.setLayout(new BorderLayout());
              p.add(new JLabel("Enter Text"), BorderLayout.WEST);
              p.add(jtf, BorderLayout.CENTER);
              p.add(new JButton("Go"), BorderLayout.EAST);
              jtf.setHorizontalAlignment(JTextField.LEFT);
    //          jta.editable(false);
              getContentPane().setLayout(new BorderLayout());
              getContentPane().add(p, BorderLayout.NORTH);
              getContentPane().add(new JScrollPane(jta), BorderLayout.CENTER);
              jtf.addActionListener(this); // Register listener
              String user = "Client";
              setTitle(user);
              setSize(500,500);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              setVisible(true); // It is necessary to show the frame here!
              try {
                   // Create a socket to connect to the server
                   Socket connectToServer = new Socket("10.0.5.39", 8000);
                   // Create an input stream to receive data from the server
                   isFromServer = new DataInputStream(
                        connectToServer.getInputStream());
                   // Create an output stream to send data to the server
                   osToServer = new DataOutputStream(connectToServer.getOutputStream());
                   // Send client Name to server
                   // Get client number and name from server
                   double cn = isFromServer.readDouble();
                   user = user + " " + cn + ":  " + s;
                   setTitle(user);
              catch (IOException ex) {
                   jta.append(ex.toString() + '\n' + "Administrator must be offline, try again later.");
         public void actionPerformed(ActionEvent e) {
              String actionCommand = e.getActionCommand();
              if (e.getSource() instanceof JTextField) {
                   try {
                        // Get the text from the text field
                        String radius = jtf.getText();
                        // Send the text to the server
                        osToServer.println(radius);
                        osToServer.flush();
                        // Get text from the server
                        double area = isFromServer.readDouble();
                        // Display to the text area
                        jta.append("You Sent: " + radius + "\n");
                        jta.append("Server" + area + '\n');
                   catch (IOException ex) {
                        System.err.println(ex);
    }

    bump

Maybe you are looking for

  • How do I convert a pdf to Word.  The India support people are of no help!

    How do I convert a pdf to Word.  The India support people are of no help!

  • Test - Clearing Vendor Item

    Hi, I dont know if this is the correct forum. What are the process steps that I need to take when creating test script for Clearing Vendor Item. Appreciate your help. Regards, ved

  • WRT350N Storage Password Access in Vista

    This might be a known problem 'cause I saw at least one other thread where this was mentioned. I have a USB drive connected to my WRT350N and a share setup on the router. I can mount the drive locally via "Map Network Drive" and \\192.168.1.1\MyDrive

  • Recover /var mount-point into new boot environment

    I installed Solaris 10 u7 with zfs pool containing / mount-point (root) One issue to mention is that - for no compulsory reason - I asked Solaris installer to place /var mount point into different file system (an option of the installer which I did n

  • Re: Broadband speed 0.1 -0.2mb/s

    I don't mean to jump on your thread, but I feel your pain. Our average dl speed is 0.12mbps, it NEVER GOES ABOVE THAT. We had an engineer out and he spent a few hours trying to fix it. His equipement measured 2mbps at our test socket, but the moment