Trouble with Design view

Can anyone tell me why I cant see my table, images and forms
in design view but i can in code view? I cant give you a link to
the page though as I am between hosts at the moment.

Same solution for you as for others. Check your Display
Styles enabling.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"ProfFritz" <[email protected]> wrote in
message
news:[email protected]...
>I am having a similar problem: I cannot see any of the
changes in design
>view
> but when I F12 into a browser window all of the changes
are there. This
> is
> happening to all my documents.
>
> Here is the code from the latest one which I constructed
from the 2 column
> fixed layout with header and footer.
>
> Prof. Fritz
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
> <title>Untitled Document</title>
> <style type="text/css">
> <!--
> body {
> font: 100% Verdana, Arial, Helvetica, sans-serif;
> background: #666666;
> margin: 0; /* it's good practice to zero the margin and
padding of the
> body
> element to account for differing browser defaults */
> padding: 0;
> text-align: center; /* this centers the container in IE
5* browsers. The
> text
> is then set to the left aligned default in the
#container selector */
> color: #000000;
> }
> .twoColFixLtHdr #container {
> width: 780px; /* using 20px less than a full 800px width
allows for
> browser
> chrome and avoids a horizontal scroll bar */
> background: #FFFFFF;
> margin: 0 auto; /* the auto margins (in conjunction with
a width) center
> the
> page */
> border: 1px solid #000000;
> text-align: left; /* this overrides the text-align:
center on the body
> element. */
> }
> .twoColFixLtHdr #header {
> background:#FFCC00;
> padding: 0 10px 0 20px; /* this padding matches the left
alignment of
> the
> elements in the divs that appear beneath it. If an image
is used in the
> #header
> instead of text, you may want to remove the padding. */
> border: double medium #006600;
> }
> .twoColFixLtHdr #header h1 {
> margin: 0; /* zeroing the margin of the last element in
the #header div
> will
> avoid margin collapse - an unexplainable space between
divs. If the div
> has a
> border around it, this is not necessary as that also
avoids the margin
> collapse
> */
> padding: 10px 0; /* using padding instead of margin will
allow you to
> keep
> the element away from the edges of the div */
> }
> .twoColFixLtHdr #sidebar1 {
> float: left; /* since this element is floated, a width
must be given */
> width: 200px; /* the actual width of this div, in
standards-compliant
> browsers, or standards mode in Internet Explorer will
include the padding
> and
> border in addition to the width */
> background: #EBEBEB; /* the background color will be
displayed for the
> length
> of the content in the column, but no further */
> padding: 15px 10px 15px 20px;
> }
> .twoColFixLtHdr #mainContent {
> margin: 0 0 0 250px; /* the left margin on this div
element creates the
> column down the left side of the page - no matter how
much content the
> sidebar1
> div contains, the column space will remain. You can
remove this margin if
> you
> want the #mainContent div's text to fill the #sidebar1
space when the
> content
> in #sidebar1 ends. */
> padding: 0 20px; /* remember that padding is the space
inside the div box
> and
> margin is the space outside the div box */
> }
> .twoColFixLtHdr #footer {
> padding: 0 10px 0 20px; /* this padding matches the left
alignment of the
> elements in the divs that appear above it. */
> background:#DDDDDD;
> }
> .twoColFixLtHdr #footer p {
> margin: 0; /* zeroing the margins of the first element
in the footer will
> avoid the possibility of margin collapse - a space
between divs */
> padding: 10px 0; /* padding on this element will create
space, just as
> the
> the margin would have, without the margin collapse issue
> }
> .fltrt { /* this class can be used to float an element
right in your page.
> The
> floated element must precede the element it should be
next to on the page.
> */
> float: right;
> margin-left: 8px;
> }
> .fltlft { /* this class can be used to float an element
left in your page
> */
> float: left;
> margin-right: 8px;
> }
> .clearfloat { /* this class should be placed on a div or
break element and
> should be the final element before the close of a
container that should
> fully
> contain a float */
> clear:both;
> height:0;
> font-size: 1px;
> line-height: 0px;
> }
> -->
> </style><!--[if IE 5]>
> <style type="text/css">
> /* place css box model fixes for IE 5* in this
conditional comment */
> .twoColFixLtHdr #sidebar1 { width: 230px; }
> </style>
> <![endif]--><!--[if IE]>
> <style type="text/css">
> /* place css fixes for all versions of IE in this
conditional comment */
> .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
> .twoColFixLtHdr #mainContent { zoom: 1; }
> /* the above proprietary zoom property gives IE the
hasLayout it needs to
> avoid several bugs */
> </style>
> <![endif]--></head>
>
> <body class="twoColFixLtHdr">
>
> <div id="container">
> <div id="header">
> <h1>The Lives of the Buddha</h1>
> <!-- end #header --></div>
> <div id="sidebar1">
> <h3>Sidebar1 Content</h3>
> <p>The background color on this div will only show
for the length of
> the
> content. If you'd like a dividing line instead, place a
border on the left
> side
> of the #mainContent div if it will always contain more
content. </p>
> <p>Donec eu mi sed turpis feugiat feugiat. Integer
turpis arcu,
> pellentesque eget, cursus et, fermentum ut, sapien.
Fusce metus mi,
> eleifend
> sollicitudin, molestie id, varius et, nibh. Donec nec
libero.</p>
> <!-- end #sidebar1 --></div>
> <div id="mainContent">
> <h1> Main Content </h1>
> <p>Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Praesent
> aliquam, justo convallis luctus rutrum, erat nulla
fermentum diam, at
> nonummy
> quam ante ac quam. Maecenas urna purus, fermentum id,
molestie in,
> commodo
> porttitor, felis. Nam blandit quam ut lacus. Quisque
ornare risus quis
> ligula.
> Phasellus tristique purus a augue condimentum
adipiscing. Aenean
> sagittis.
> Etiam leo pede, rhoncus venenatis, tristique in,
vulputate at, odio.
> Donec et
> ipsum et sapien vehicula nonummy. Suspendisse potenti.
Fusce varius urna
> id
> quam. Sed neque mi, varius eget, tincidunt nec, suscipit
id, libero. In
> eget
> purus. Vestibulum ut nisl. Donec eu mi sed turpis
feugiat feugiat.
> Integer
> turpis arcu, pellentesque eget, cursus et, fermentum ut,
sapien. Fusce
> metus
> mi, eleifend sollicitudin, molestie id, varius et, nibh.
Donec nec
> libero.</p>
> <h2>Theravada</h2>
> <p>Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Praesent
> aliquam, justo convallis luctus rutrum, erat nulla
fermentum diam, at
> nonummy
> quam ante ac quam. Maecenas urna purus, fermentum id,
molestie in,
> commodo
> porttitor, felis. Nam blandit quam ut lacus. Quisque
ornare risus quis
> ligula.
> Phasellus tristique purus a augue condimentum
adipiscing. Aenean
> sagittis.
> Etiam leo pede, rhoncus venenatis, tristique in,
vulputate at, odio.</p>
> <h2>Mahayana</h2>
> <p>Mahayana Buddhism predominates in East
Asia.</p>
> <!-- end #mainContent --></div>
> <!-- This clearing element should immediately follow
the #mainContent div
> in
> order to force the #container div to contain all child
floats --><br
> class="clearfloat" />
> <div id="footer">
> <p>Footer</p>
> <!-- end #footer --></div>
> <!-- end #container --></div>
> </body>
> </html>
>
>

Similar Messages

  • Problem with Design View in DW5

    I've recently inherited responsibility for my group's website (despite the fact that I'm kind of a noob at all this) and am dealing with an interesting challenge that I hope someone can help me with.
    It seems that our pages are based on a number of templates that for some reason were not saved along with the rest of the site. Short term this is not a huge issue, as the pages have the source code from the templates embedded in them, but this code is not editable and I can't figure out a way to override the fact that I'm "locked out" from making any changes (at least from within Dreamweaver). Up to now I've just been editing the pages individually in Komodo, which is tedious but not horrible, given that our site isn't that big, but it's clearly no way to do business in the long term.
    So I'm trying to re-engineer some templates that I can work with. What I did was use Komodo to strip away all of the template-related language from one of the site pages, and re-imported the code back into Dreamweaver, in the hope that I can then save that as a new template. I'm close, but not quite there. My problem is that DW's Design View isn't rendering the page properly, even though it displays fine in Live View and in browsers. Maybe this isn't a huge deal, but it's really bugging me because: 1) I do rely on Design View, since I'm not an experienced programmer; and 2) I'm kind of anal retentive.
    To see what I'm talking about, here is the page I used as the foundation for creating a new template:
    http://iodp.ldeo.columbia.edu/TOOLS_LABS/TRIPLE/aps.html
    ... and here is my new "template" (although I haven't saved it yet as a DW template):
    http://iodp.ldeo.columbia.edu/TOOLS_LABS/TRIPLE/test3.html
    The second page displays correctly in Live View, Safari and Firefox, but not in DW's Design View, where it looks like this, at least on my computer:
    As you can see, there's an odd "break" between the banner image and the menus on the left, and the body of the page, which should appear to the right of the menus on the left, is instead underneath them. I'm at a loss as to why the same code displays properly for the first page, but not the second.
    I guess my questions are as follows:
    1) Does anyone else get the same messed up display in DW's design view if they import the second page into DW?
    2) And if so, can you pinpoint where the problem is?
    I hope I've explained this clearly and would really be grateful for help. Thanks!

    Validate your code and fix errors.  #1 problem is the lack of a valid Document Type Declaration (DTD) on line 1 of HTML code.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    To add a DTD in DW:
    Go to Modify > Page Properties > Title/Encoding.
    Select document type from drop list.  I recommend HTML 4.0 Transitional.
    Hit Apply & OK. 
    Repeat Steps 1 - 3 on remaining site pages.
    I'm not a huge fan of DW Templates (.dwt).  I don't know how big your site is but it might be simpler to disconnect from Templates, giving you freedom to edit anything you wish.  Then use Server-Side Includes (SSIs) for common site wide elements such as menus, headers & footers.
    The great thing about SSIs is that you only need to edit one file, save it and upload to server.   Site pages are automatically updated by the server. With Templates, you have to upload every child page each time you change your template.  Even on small sites, this is tedious.
    Server-Side Includes
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    More on Server-Side Includes
    http://forums.adobe.com/message/2112460#2112460
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Code view not in synch with Design view (Dreamweaver CS3)

    Hello All,
    On my main work PC, I am running Dreamweaver CS3. When I am
    working in split view (with both Design and Code view visible) when
    I click on an element (say, a button) in Design view, the code view
    automatically shows me the code for the element that I am working
    on. That way, if I need to manually edit the code, I can click on
    the Code view and make the appropriate changes.
    On my laptop I am also running Dreamweaver CS3 However, when
    I am working in split view and I click on a element in Design view,
    my code view does NOT update itself and continues to show the last
    bit of code I was working on in Code view. While this could come in
    handy at times where i want design view and code view to show me
    two different things, I mostly would like code view to update
    automatically. Currently the only way I can get code view to update
    on my laptop is to hit the "refresh design view (F5)" button. Is
    there a way to do this automatically? Is this an option in
    Dreamweaver preferences because I don't see it anywhere.
    Thanks so much for your help.

    Ethereal_Mike wrote:
    > Does the new version of Dreamweaver CS3 print the code
    in color?
    No. If you feel that it's an important enhancement that you
    would like
    to see in future versions, submit a feature request:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    The more people who request a specific feature, the more
    likely it is to
    be implemented.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Trouble with Materialized View

    Hello,
    I'm in need of some help enforcing data integrity using a materialized view. In my example, each system may consist of three types of components and this is modeled using supertype/subtype relationships. I'm trying to enforce that, for a given system, a component cannot reside in more than one component table. For example, given System 1, if Component A exists in the mobile_components table, it cannot be inserted into the desktop_components table for System 1. Rather than using triggers, I'm attempting to use a materialized view with unique constraint to enforce this rule based on the example from Tom Kyte's "The Trouble With Triggers" article http://www.oracle.com/technetwork/issue-archive/2008/08-sep/o58asktom-101055.html. However, I can't seem to get it to work as it gives me ORA-12054: Cannot set the ON COMMIT refresh attribute.  I'm using UNION ALL, and I know that can be tricky, but I can't figure out what rules I'm breaking.  I have the necessary privileges.  Oracle 11g.  Can anyone help?
    Thanks,
    Mark
    create table systems (
    sys_id number,
    sys_name varchar2(100),
    constraint sys_pk primary key (sys_id),
    constraint sys_uk unique (sys_name));
    insert into systems values (1,'System 1');
    insert into systems values (2,'System 2');
    create table mobile_components (
    mo_comp_id number,
    mo_comp_name varchar2(100),
    mo_comp_sys_id number,
    constraint mo_pk primary key (mo_comp_id),
    constraint mo_uk unique (mo_comp_name, mo_comp_sys_id),
    constraint mo_fk foreign key (mo_comp_sys_id) references systems (sys_id));
    insert into mobile_components values (1,'Component A',1);
    insert into mobile_components values (2,'Component A',2);
    create table desktop_components (
    de_comp_id number,
    de_comp_name varchar2(100),
    de_comp_sys_id number,
    constraint de_pk primary key (de_comp_id),
    constraint de_uk unique (de_comp_name, de_comp_sys_id),
    constraint de_fk foreign key (de_comp_sys_id) references systems (sys_id));
    insert into desktop_components values (1,'Component B',1);
    insert into desktop_components values (2,'Component B',2);
    create table internet_components (
    in_comp_id number,
    in_comp_name varchar2(100),
    in_comp_sys_id number,
    constraint in_pk primary key (in_comp_id),
    constraint in_uk unique (in_comp_name, in_comp_sys_id),
    constraint in_fk foreign key (in_comp_sys_id_ references systems (sys_id));
    insert into internet_components values (1,'Component C',1);
    insert into internet_components values (2,'Component C',2);
    create materialized view log on mobile_components with rowid;
    create materialized view log on desktop_components with rowid;
    create materialized view log on internet_components with rowid;
    create materialized view mv_components
    refresh fast on commit with rowid as
    select rowid as row_id, mo_comp_id as comp_id, mo_comp_name as comp_name
    from mobile_components
    union all
    select rowid, de_comp_id, de_comp_name
    from desktop_components
    union all
    select rowid, in_comp_id, in_comp_name
    from internet_components;
    alter table mv_components add constraint mv_comp_uk unique (comp_id, comp_name);

    You need a marker column to distinguish which of your queries you union, that data came from:
    e.g.
    create materialized view mv_components 
    refresh fast on commit with rowid as 
    select 'a' marker,rowid as row_id, mo_comp_id as comp_id, mo_comp_name as comp_name 
    from mobile_components 
    union all 
    select 'b',rowid, de_comp_id, de_comp_name 
    from desktop_components 
    union all 
    select 'c', rowid, in_comp_id, in_comp_name 
    from internet_components;

  • Problem with Design View display

    Hi,
    Working happily in Design view using RH 10, and from one moment to the next the Design View display changed. The font display has changed to a truncated style and the word wrap has disappeared.
    I tried rebooting and then reinstalling and no luck in getting rid of the issue.
    The output is fine and as expected, so I am presuming that it isn't the CSS. Which I haven't edited for eons anyway so it really shouldn't be that anyway.
    This is happening on all my help projects - each with a different CSS - so it can't be the css unless RH did some sort of strange global change behind the scenes without my knowledge.
    Any thoughts on how to get Design View to display normally would be much appreaciated,
    Thanks,
    Tannis

    Hi there
    One possible suspect you may be unaware of is pressing and holding the Ctrl key as you rotate the wheel of a mouse. There may be a keyboard shortcut that would do this too.
    Cheers... Rick

  • Problems with design view after moving to new imac

    Moved CS4 Dreamweaver from my Mac Mini intel duo to a new i5 Imac last night: suddenly design view is not showing various CSS styles, especially certain links.
    For example, instead of this:
    HOME | ABOUT | CONTACT | HELP
    it will show this in design view:
    |||
    Meanwhile, in a browser live on the web, everything is fine.
    I did a fresh install of dreamweaver CS4 last night from original install disks to new i5 Imac.
    Help!

    Culprit is the classic MS Windows font ARIEL. I installed it one at a time from two different sources (a 1999 TT build and a 2001 TT build) and both immediately caused problems, particularly in Dreamweaver with vanishing text in design view for any fonts setting sassigned the "ariel, helvetica sans serif family").
    Since problem only is happening on the 2011 i5 Imac (but not on my old Mac Mini 1.6 or emac G4) I will guess the dilemma resides with fontbook or something peculiar to font management on the iMac.
    Removing font of course solved all problems.

  • Trouble with help viewer

    Hi!
    My help viewer is not any more helpful. First when I opened help viewer for any application it appeared onlye blank window. I tried many different ways to fix it searching in google. Then I tried to solve problem re-installing HV with PACIFIST http://www.charlessoft.com/. And now report says "no help available for..." if I try to get help for any application. Any ideas how could I re-install or solve this problem?
    BTW using pacifist was successful reinstalling Dictionary.

    I've never got sollution with my problem with Help Viewer. I fixed it, but somehow some of information appeared on... chinise or I don't know what language. Recently, I had a trouble with my HD and I just went to Genius bar. They fixed everything fast and very good(hope), but I've never got clear answer what exactly happened with my MacBook...

  • Problem with design view (DW8)

    Page display correctly in IE7 browser but not in design view.
    Right sidebar is appearing in the middle of the page. Page is using
    CSS and the div is using float left.
    Can someone tell me what the possible issues could be?
    Thanks

    jdrhost wrote:
    > Page display correctly in IE7 browser but not in design
    view. Right sidebar is
    > appearing in the middle of the page. Page is using CSS
    and the div is using
    > float left.
    Design view is not WYSYWYG. It's very good, but not perfect.
    Preview in
    browser is the only accurate check of how a design will be
    rendered.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Trouble with Adobe viewing videos on FB?

    For some reason, every time I attempt to view a video on Face Book lately, it will not show and says I need to install a different version of adobe.  Anyone else having this problem?  How have you been able to fix it? I can go on you tube and they play fine.  Just have problems in FB.

    When I tap on facebook mobile, the video will open up in a new webpage. I have to request a desktop site to see the video in the same page, but this is not the issue.
    I understand that there are some issue with this as well. What kind of video is being posted as well as what device are you visiting the mobile facebook from, the hardware is also known to cause issues if it is arm7.

  • Trouble with custom viewer for Android

    Hello, I have created a Custom Content Viewer for Android using Viewer Builder 1.5.1. After building the Content Viewer I sideloaded, v15 Android.apk and tested it on a Samsung Galaxy tab. It shows the empty gray viewer with no content.
    Is there something that I may have not done correctly with the android app? I want to test my viewer locally. I have uploaded folio with the same adobe Id, which I have used to create my content viewer but not able to find my content on tab.
    I have professional account for DPS, how to get "Sign In" button for my Content viewer and test it before uploading it to Android market? Any help would be appreciated.
    Thanx in advance
    Kundan

    Got it. I tried booting with MOD_AUTOLOAD set to yes, and it was working fine. Looks like I needed to specify some more modules in my list.

  • TROUBLE WITH DESIGN CONSOLE

    Hi,
    I have newly installed OIM 9101. When i start the server and try opening design console after entering the credentials its through some exceptions and getting closed automatically. i tried checking the logs but there are no errors in that too. I'm able to login admin console and work. My app server is JBOSS 4.2.3 GA
    2009-06-27 10:20:00,109 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: fwfuscod-5a
    2009-06-27 10:20:00,109 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2009-06-27 10:20:00,109 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078200875, maxLifeAfterPassivation=1200000
    2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=1
    2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078201234, maxLifeAfterPassivation=1200000
    2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078208984, maxLifeAfterPassivation=1200000
    2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078214406, maxLifeAfterPassivation=1200000
    2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done

    Hi I'm getting the following error while starting design console on server machine.
    ERROR,29 Jun 2009 09:53:22,109,[XELLERATE.DATABASE],Class/Method: tcDataBaseClie
    nt/bindToInstance encounter some problems: Cannot instantiate class: org.jnp.int
    erfaces.NamingContextFactory
    javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interf
    aces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: o
    rg/jnp/interfaces/NamingContextFactory]
    at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
    at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
    at javax.naming.InitialContext.init(Unknown Source)
    at javax.naming.InitialContext.<init>(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcDataBaseUtil.lookupHome(Unknown Sour
    ce)
    at com.thortech.xl.ejb.interfaces.tcDataBaseUtil.getHome(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient$1.run(Unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
    at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown So
    urce)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.recoverConnection(Unk
    nown Source)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.getInterface(Unknown
    Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient.close(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.close(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.finalize(Unknown Source)
    at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
    at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
    at java.lang.ref.Finalizer.access$100(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: org/jnp/interfaces/NamingContextFac
    tory
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.sun.naming.internal.VersionHelper12.loadClass(Unknown Source)
    ... 18 more
    ERROR,29 Jun 2009 09:53:22,109,[XELLERATE.JAVACLIENT],Class/Method: tcDataBaseCl
    ient/getInterface encounter some problems: RuntimeException encountered. Reconn
    ecting!
    java.lang.NullPointerException
    at org.jboss.invocation.MarshalledValueInputStream.resolveClass(Marshall
    edValueInputStream.java:101)
    at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readObject(Unknown Source)
    at org.jboss.invocation.MarshalledValue.get(MarshalledValue.java:91)
    at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(Un
    ifiedInvokerProxy.java:196)
    at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerIntercep
    tor.java:365)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
    a:197)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
    java:61)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:7
    0)
    at org.jboss.proxy.ejb.StatefulSessionInterceptor.invoke(StatefulSession
    Interceptor.java:121)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    at $Proxy1.isOpen(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
    at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    at $Proxy1.isOpen(Unknown Source)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.getInterface(Unknown
    Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient.close(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.close(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.finalize(Unknown Source)
    at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
    at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
    at java.lang.ref.Finalizer.access$100(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
    While trying to open design console on local machine its saying
    Error Keyword: DAE.CLIENT_NOT_BOUND
    Description: Database client has not bound to the server-side database object. Either the client database object has never bound to the server-side database object, or the server-side database object is no longer accessible.
    Remedy: Attempt to login again. If this fails, contact your system adminstrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    I used jdk1.6.0_12 for design console installation on local machine.

  • Still having trouble with Adobe Viewer

    I'm still having the issue that when I have multi state objects, (state 1 is off the page, state 2 is on the page) the hidden state (state 2) is showing up on the iPad Adobe Viewer when you click the |||| icon from the menu in the upper left corner. In the overlay creator panel 'tap to play/pause' is not checked.  'Cross Fade' and 'Hide before playing' are checked. 
    Any help would be appreciated!!  thank you!

    What I was able to determine:  In the Oject States where all the states are listed.  The State where there is no object in view needs to be listed first. (doesn't matter what state number it is, just needs to be first in the list)  When I did this for all my MSO's there was no viewing problems!!  Thanks for leading me down the right path. much appreciated!

  • Can't see design view after changing connections file from localhost to a remote host & back again

    I was using localhost to test files before changing the connections document over to a remote host, since I couldn't get dreamweaver to connect to the remote host, I changed back to localhot. My files are all .php files. This is a dynamic site. After I changed my connection back to my local host my design view no longer works. It's competly grey with 3 small icons at the top on the left. I can view in live view and I can view in the browser. But no longer in design view after being able to for 6 months. The 3 icons are a hard drive case, a document, and a link symbol . When I click in code view the design view turns grey when I click in design view it turns white. I am using wamp for the localhost, Windows XP home, Dreamweaver CS5. Can someone please tell me how to go back to design view. This happens with any & all files including non dynamic .html files. Also having a problem connecting to my remote host. using godaddy, and they have tried with me for 2 hours to connect, I just keep getting password is incorrect. Thank you for any help, Stacey

    I would also recommend clearing the Site cache, which may help with the connection failure. To do so, choose Site > Advanced > Recreate Site Cache.
    After doing so, be sure to go back into your Site Setup, and make sure the FTP address, user name, and password are all correct. (Click the Test button in there to verify.)
    If that doesn't help with getting connected to your server, you might try an alternate FTP client (e.g. FileZilla) to just make sure you are entering the right connection information. It could be that GoDaddy is having some issue, or maybe you just mistyped something (I know I do this often when I type too fast).
    As for the issue with Design View, try clearing the Dreamweaver cache. Instructions are here: http://forums.adobe.com/thread/494811
    You might also try toggling the location of Design View. That is, when in Split View, choose View > Design View On Left. Then, choose that menu option again to reset the location back to the right.
    Resetting the workspace might also be recommended. Window > Worksapce Layout > Reset 'name of current workspace'

  • Design view not showing true design

    I'm using Dreamweaver CS3, and have an issue with design
    view.
    I was editing the content of a page in design view, applying
    styles from my main.css, when the page I was working on suddenly
    lost all its styles, including heading & paragraph styles, and
    placement of most div tags.
    My header and the div tags inside that are still visible, as
    is the side navigation, although the background image for the side
    navigation is not. It seems to be all my editable regions that have
    decided not to show correctly.
    I've checked other pages and templates based on the main.css,
    and they all appear to have the same problem.
    The good news:
    1. The CSS Styles inspector on each page shows it is attached
    to the main.css, but lists only three styles under that style
    sheet, all of which are named 'td img'.
    2. The main.css itself looks fine. All my styles are still
    there.
    3. When I preview my site in a browser, it looks as it
    should, so presumably it IS still attached to the style sheet, it's
    just not showing properly when I'm working on it.
    Any clues as to what's going on?
    As I'm sure everyone says, this is kind of urgent, so any
    help anyone can offer will be very gratefully received!
    Thanks in advance for any help you can offer!
    EDIT: I've been playing around with previewing the site in a
    browser again, and have encountered another issue, which may be
    related. I can preview a preliminary page, but all my links take me
    to a 'this page cannot be found' error message. I was pretty sure
    it wasn't doing this when I first encountered the problem with
    design view, but I could be mistaken. Has something happened to the
    internal links on my site, perhaps?

    In the View menu go to Style Rendering. Make sure Display
    Styles is checked.
    Walt
    "Cyrus_Ice" <[email protected]> wrote in
    message
    news:fga649$m61$[email protected]..
    > I'm using Dreamweaver CS3, and have an issue with design
    view.
    >
    > I was editing the content of a page in design view,
    applying styles from
    > my
    > main.css, when the page I was working on suddenly lost
    all its styles,
    > including heading & paragraph styles, and placement
    of most div tags.
    >
    > My header and the div tags inside that are still
    visible, as is the side
    > navigation, although the background image for the side
    navigation is not.
    > It
    > seems to be all my editable regions that have decided
    not to show
    > correctly.
    >
    > I've checked other pages and templates based on the
    main.css, and they all
    > appear to have the same problem.
    >
    > The good news:
    > 1. The CSS Styles inspector on each page shows it is
    attached to the
    > main.css,
    > but lists only three styles under that style sheet, all
    of which are named
    > 'td
    > img'.
    >
    > 2. The main.css itself looks fine. All my styles are
    still there.
    >
    > 3. When I preview my site in a browser, it looks as it
    should, so
    > presumably
    > it IS still attached to the style sheet, it's just not
    showing properly
    > when
    > I'm working on it.
    >
    > Any clues as to what's going on?
    >
    > As ever, this is kind of urgent, so any help anyone can
    offer will be very
    > gratefully received!
    >
    >

  • XSL Transformation Design View

    Hello together,
    we find an issue with design view of xsl transformation. When we use the design view serveral configurations and mappings where edited and deleted. For example <xsl:stylesheet version="2.0" change to version="1.0" and the call of EBMHeader-Template was deleted.
    Has anybody the same problem? Our are everybody a "h a r d c o r e" coder and use the source view ;-)
    Greetings from Karlsruhe
    Marcel
    PS: It's a little bit tricky to show the design view. We must switch between diffent xslt to see the design.

    when you open the imported xsd in the browser, you do get a xsd shown up ?
    and when you download the xsd locally and validate it, it is valid?

Maybe you are looking for

  • Get JDBC Connection location

    What is the best way to connect to a database in Java Class? I have used 3 different ways and would like to know what is the most efficient one. 1- Put the connection as a data member: public class DatabaseHelperClass {     private Connection connect

  • New Ipod and Windows ME

    Hey guys, I just bought the U2 Special Edition 20gb Ipod and I have an old (~5yrs.) HP pavilion that runs on Windows ME edition. Will I be able to transfer my songs to the Ipod without having to upgrade to Windows XP? I'd rather not upgrade because I

  • DVD to iMovie project

    Can I create a "disk image" of a DVD then use it in a iMovie08 project?

  • Entry was not processed because there is no changing parameter available

    Hi, I'm new to SCM area. Started a development to update the SNP Planner Codes to the Product Master with some code. For this purpose, I'm using the standard bapi - BAPI_PRDSRVAPS_SAVEMULTI2. To use this, according to the documentation of the BAPI, I

  • Need driver for Touch Smart 1025DX

    I am trying to install vista X64 and X86 in my touch smart 1025DX (Dont ask me about the recovery cd..  still waiting it on mail) and the funny thing is.. there is no touch screen driver for X86 nor for X64 (which is the default OS came with this lap