InterMedia in Jdeveloper?

How can i use interMedia possibilities in Jdeveloper.
I want to get an image, audio, video from a oracle8i database.
null

Go to "project settings" In "profiles" you will see a "Libraries" item, click on that for Deevelopment and other profiles. There will be an "Oracle interMedia" item there. Include it as a "Selected Library".
Larry

Similar Messages

  • JDeveloper with Oracle9i intermedia

    How can i use oracle9i interMedia possibilities (such as retrieving audio/video data properties) and playing them in Jdeveloper.

    ok, thanx for the reply. I've seen that demo.
    The demo was intended for image data, are there any other intermedia JDeveloper for playing audio/video?
    Is there any other reference about intermedia in JDeveloper?

  • Integration with forms6i

    what are the steps required for using oracle intermedia with forms6i

    Unfortunatly, I have no experience with Oracle forms... This question would best be answered in the Oracle Forms forum.
    This looks like a note where interMedia is mentioned in forms...
    Re: How to get image path in a field.
    One of the good things about interMedia is that it allows development tools to recognize a column as a certain type of object (Image, Audio, Video etc...). We supply some tools, and many tools have integrated with interMedia (BC4J, Jdeveloper, UIX ...)
    Larry

  • Intermedia tag library in Jdeveloper

    Has any one had trouble getting the Intermedia tag library to compile in Jdeveloper? I keep getting an exception Java class OrdmediaUsing missing or invalid???

    Go to "project settings" In "profiles" you will see a "Libraries" item, click on that for Deevelopment and other profiles. There will be an "Oracle interMedia" item there. Include it as a "Selected Library".
    Larry

  • Jdeveloper 10.1.2, UIX , Intermedia , unknown error causes image corruption

    Dear Sirs...
    i wrote an application using jdeveloper 10.1.2, and uix. the database version is 10g release 2.
    i created an intermedia field in the db of type ORDVIDEO.
    the problem as follows:
    i have ONE JPG picture that get corrupted when it is uploaded into the system.
    if i use other picture the problem never happens,
    if i open the picture that gets corrupted in MS Paint and save it again as jpg it will be uploaded correctly.
    if i modify the picture a little or change its dimentions it will be saved correctly.
    just to make sure i created a new web application that only uploads this ordvideo field. and i uploaded the original picture and the problem rises again.
    so i am sure 100% that the problem is not in my program at all.
    Is the problem in the ORDVIDEODOMAIN?
    Is it in the database intermedia?
    i never modified anything at all.
    i think the problem might be related to the db intermedia. can i disable data processing of the intermedia field?
    please if any one know anything about this please post it here. if any one has a similar problem please tell me.
    thanks

    hello there... just to make sure, i reinstalled oracle database 10g standard edition 10.1.2.0.1 on a different computer, created a table like this
    create table t(n number primary key, d ordsys.ordvideo);
    insert into t values (1,null);
    commit;
    now created a uix page with inputform without navigation, and the form property uses upload = true. run the page and selet that same image and the image is corrupted. this means there is a bug in the db.
    can any one solve this please? is there a patch for this? is the problem in the ordvideo domain or in the db itself?
    please help me in this
    if any one from oracle wants to check this please send me email at [email protected] and i will gladly send you the image that causes the problem.
    best regards

  • JDeveloper and Oracle8i InterMedia interface

    Can JDeveloper of JAVA interface with Oracle interMidia to develop Not very complecated and GUI image storage and retrival application?

    The previous Context Cartridge is now called interMedia-Text and
    is part of the Oracle interMedia option for 8i. Details are at
    http://www.oracle.com/database/options/intermedia.html.
    The interMedia-Text cartridge will not help you insert XML
    documents into the database, only search them.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    pietro (guest) wrote:
    : Hi,
    : is InterMedia Context package included in oracle 8i ?
    : What is the name of this package ?
    : There is some documentations about (I have just see the URL
    : given same Thread before...)?
    : The problem always insert and search xml documents into the
    dbms.
    : TIA,
    : pietro
    null

  • ADF from JDeveloper 10.1.2 not compatible with iAS 9.0.1

    Hi,
    We developed an ADF Application with JDeveloper 10.1.2 and we use the ADF interMedia domains (e.g. oracle.ord.im.OrdDocDomain). The application runs fine in JDeveloper, but doesn't run on our iAS 9.0.4.1. We get the following exception:
    java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
    at oracle.jbo.common.JBOClass.forName(JBOClass.java:161)
    at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:203)
    at oracle.jbo.server.AttributeDefImpl.initFromXML(AttributeDefImpl.java:2061)
    at oracle.jbo.server.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:2013)
    at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:2815)
    at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:2779)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2362)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2106)
    at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:514)
    [...rest of stacktrace omitted ...]
    The problem is that the JDBC version of the iAS 9.0.4.1 is missing the class DatumWithConnection that is indirectly referenced by the interMedia classes supplied with JDeveloper 10.1.2.
    In detail, oracle.ord.im.OrdDoc uses oracle.sql.STRUCT. The inheritance hierarchy of STRUCT is different in the JDBC versions on iAS 9.0.4.1 (oracle.sql.Datum <- oracle.sql.STRUCT) and JDeveloper 10.1.2 (oracle.sql.Datum <- oracle.sql.DatumWithConnection <- oracle.sql.STRUCT). The class file of oracle.ord.im.OrdDoc (from 10.1.2. JDeveloper) was apparently compiled the new JDBC driver version since it contains a reference to oracle.sql.DatumWithConnection. And that class cannot be found if run on iAS 9.0.4.1 with its old JDBC version.
    I think this is a very serious problem, since it means that ADF from JDeveloper 10.1.2 is not compatible with iAS 9.0.4.1, in contradiction to the support matrix (http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html).
    Upgrading the JDBC Driver on the iAS seems to be the only clean solution for this problem (we also tried using old versions of the ordim.jar etc. but that always leads to other problems). But simply exchanging the JDBC jar-files on the server breaks the Enterprise Manager on our iAS installation.
    I have two questions:
    1) Is there a recommended workaround for the compatibility issue described above?
    2) Is there a documented and supported way to upgrade the JDBC driver of iAS 9.0.4.1? I searched OTN and MetaLink and haven't found anything about this.
    Kind Regards,
    Kay
    P.S. It is surprising that this problem is rarely mentioned in the OTN forums at all. The only relevant thread is on the JHeadstart Forum:
    JHeadstart Deployment Issue
    P.S.2
    More info on what we tested:
    We have thoroughly checked that the 10.1.2. ADF runtime was correctly deployed on our iAS 9.0.4.1. We installed a OC4J 9.0.4.0.0 standalone on the same linux machine as our iAS 9.0.4.1 and deployed our application on it, getting the same error (java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection) as on the iAS. Replacing the JDBC drivers of the OC4J standalone with the version that came with JDeveloper 10.1.2 solved the problem.

    I don't think that mixing classes from different jar file is a good idea. Nevertheless, we tested this approach already. Adding the DatumWithConnection.class from the 10.1.0.3.0 JDBC version to the jar file of the original JDBC version (of the iAS 9.0.4.1.0) caused a java.lang.VerifyError to appear.
    The DatumWithConnection class is not simply added in the newer JDBC version. It is inserted into the inheritance hierarchy of oracle.sql.STRUCT and oracle.sql.Datum. Simply providing the new class next to the old JDBC driver will not work.
    To give more information about what's wrong with updating the complete JDBC driver, I justed tested it again. To update the JDBC driver I stopped the server, changed the contents of jdbc/lib, started the server. I tried it with JDBC Version 9.2.0.5 as well as 10.1.0.3.0.
    In both cases, our own application works, i.e. no more NoClassDefFoundError caused by oracle.sql.DatumWithConnection.
    The Enterprise Manager shows strange behaviour, however. Some features work as usual but, for example, when I click on the "Applications" tab for our OC4J instance, we just get the following error shown in the browser:
    An error was encountered while loading page. Failed to initialize configuration management user session.. See base exception for details.
    Root Cause: TDU
    Resolution: See base exception for details.. TDU
    In one of the server logs I found the following stacktrace:
    java.lang.NoSuchFieldError: TDU
         at oracle.net.resolver.NavDescription.navigate(Unknown Source)
         at oracle.net.resolver.NavServiceAlias.navigate(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAddrTree(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown Source)
         at oracle.net.ns.NSProtocol.establishConnection(Unknown Source)
         at oracle.net.ns.NSProtocol.connect(Unknown Source)
         at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1777)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:215)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:365)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:547)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:347)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.context.isearch.admin.users.InstanceManager.getSchemaConnection(InstanceManager.java:688)
         at test.admin__status._jspService(_admin__status.java:112)
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Kind Regards,
    Kay

  • InterMedia Java Classes for Servlets and JSPs and Netscape

    I am using the interMedia Java Classes for Servlets and JSPs to upload and retrieve multimedia data. I have found that it is much more performant in Internet Explorer (5.5) than in Netscape Communicator (4.7). In fact, I cannot upload images larger than 10K at all using netscape. However, the same image can be uploaded into the same application using IE. Is this a known issue?
    Thanks in advance.

    Hi,
    We have successfully uploaded multimedia data in the giga-byte range (Quicktime and AVI files) at the same speed with both the Netscape (4.7n) and MS IE (4.n and 5.n) browsers. One thing we have noticed is that its very important to set the manual proxy settings correctly if you have an environment with a proxy server. If you don't, then uploads can go via the proxy server and, for some reason, that seems to take considerably longer. For example, suppose you are in the www.xyzco.com domain and are connecting to a host named webserver.www.xyzco.com, then specify webserver and webserver.www.xyzco.com (to cover both cases) in the "Do not use proxy servers for..." box in the manual proxy server configuration screen. Also, if you're using a tool such as JDeveloper that uses the host IP address in the debugger environment, then you also need to add the numeric-based (nnn.nnn.nnn.nnn) IP address to this list.
    Hope this helps.
    In order to better understand the variety of ways in which our customers are using interMedia, we'd be very interested in knowing a little more about your application, the interMedia functionality that you are using, and how you are developing and deploying your application. If you are able to help us, please send a short email message with some information about your application, together with any comments you may have, to the Oracle interMedia Product Manager, Joe Mauro, at [email protected] Thank you!
    Regards,
    Simon
    null

  • How to install oracle 9i jdeveloper

    hi
    i just download 9i jdeveloper from here.
    it is a 135MB jdev9i_902.zip file.
    however i couldn't find the setup file
    to install.
    Is there any instruction that i can follow
    to install oracle 9i jdeveloper and use it
    for Oracle9i interMedia/BC4J Interactive Demonstration
    that is found in
    http://otn.oracle.com/training/products/intermedia/content.html
    or if i have jdeveloper 3.2 is it possible to use?
    how am to go about to use it if it is possible?

    This one appears to be a dup of
    Re: please help me moving devlopment datbase to testing database
    If not, please tell us.
    Thanks.
    Sung

  • InterMedia Web Agent & BC4J

    I've seen the code for Oracle8i interMedia Web Agent to store BLOBs in the DB but i see that it does not fits the OBC4J Framework.
    How do we create a domain in my EO/VO for a BLOB column to be able to stream the bytes?
    (I know already how to put/get the BLOB using JDBC.)
    Thanks.
    null

    We (the interMedia group) will be shipping new JDBC compliant JAVA classes for interMedia on OTN in the near future. With these classes (and JDeveloper 3.1 with its improved object support) you can create bc4j domains for the types you need by extending the interMedia java classes and adding extra methods and overriding existing ones.

  • Future of interMedia

    Hi,
    I have a working application that stores image data in a column of type BLOB. The application is written in Perl. I was searching on Google and found out about Oracle interMedia and the ORDSYS, ORDIMAGE and related data types. However, I can't find much official information from Oracle about these data types, and the advantages or disadvantages of using them.
    Do you know if there is any advantage to converting our column to this format and our code to using this format (for example, improved efficiency), or is there a disadvantage (decreased efficiency? possible deprecation?).
    We're currently on Oracle 9i, and most of the web sites that I found that talk about interMedia refer to Oracle 8. Is this technology already on its way out, or am I just searching on the wrong terms?
    I hope that I have not asked too many questions.
    Thanks,
    Bernie.

    Let me assure you that Oracle interMedia is alive and well and is being enhanced in every release. For example, we added support for several new image processing operators, new media formats, and the SQL/MM Still Image Standard in Oracle 10g.
    There are many advantages to storing your media data in an ORDImage column rather than a column of type BLOB. The interMedia object types are self-describing and are easy for applications and tools to understand. For example, Oracle Tools such as JDeveloper/BC4J and Oracle Application Server Portal are integrated with interMedia and provide for rapid application development.
    In addition, many of the features of interMedia are available to you even if you store your media data in BLOB columns.
    Please take a look at the interMedia area of Oracle Technology Network:
    http://www.oracle.com/technology/products/intermedia/index.html
    In particular, take a look at the 'interMedia Quick Start Guide for the Object Interface':
    http://www.oracle.com/technology/products/intermedia/htdocs/intermedia_quickstart/intermedia_quickstart.html
    You can also look at the 'interMedia Quick Start Guide for the Relational Interface' if you wish to keep your media data in BLOB columns:
    http://www.oracle.com/technology/products/intermedia/htdocs/intermedia_quickstart/intermedia_rel_quickstart.html
    Our product manager, Joseph Mauro, would be very interested in talking with your about your application requirements if you would like to get in touch with him at: [email protected]
    Sue Mavris
    interMedia Development

  • Urgent Pls - Using BC4J Intermedia tags

    Hi,
    I am using BC4J Intermedia tag EmbedImage to display images stored in Databases. When I try to display I get only a blank picture equivalent to the size of the image and not the image itself. The type of the image is JPG. The Image datatype in the database is ORDSYS.ORDIMAGE.
    Is it to do something with the project settings? I am using Oracle 9.0.3 version of JDeveloper.
    Any help is appreciated.
    Thanks
    Priya

    Right, that's because the oracle.ord.html.URLBuilder class builds the URL for the images by using the current JSP directory level.
    For example: if your JSP page that uses <jbo:EmbedImage> is located under http://hostname.com/contextRoot/mydir/. Then the generated URL for the image will be http://hostname.com/contextRoot/mydir/ordDeliverMedia?....
    But in web.xml, the <url-pattern> element defines the url pattern value, which by default is "/ordDeliverMedia". So the media delivery servlet only handles the requests like these: http://hostname.com/contextRoot/ordDeliverMedia?...
    So, in order to make your sample work, you need to modify the web.xml in your project. There are two alternatives:
    1. Change the <url-pattern> element to this:
    <url-pattern>/kerfisumsjon/ordDeliverMedia</url-pattern>
    This will correctly handle the JSPs located under kerfisumsjon.
    Or
    2. Change the <url-pattern> element to this:
    <url-pattern>*ordDeliverMedia</url-pattern>
    This will handle any requests for ordDeliverMedia regardless of their directory location.
    Hope this solves your problem.
    Richard

  • Error WS-32141 while  accessing portal help in 3.0.9.8.4 after  installing intermedia

    Hi All,
    I'm hitting the error, "No page has been created for this Content Area (WWS-32141)" while accessing portal help in 3.0.9.8.4.
    This error is coming after installing intermedia in my 8.1.7.3 database (not the enable intermedia option in GUI). Is this a known issue?
    Thanks in advance.
    With best regards,
    Nevin

    Zdenek,
    I had the same thing happen. What I did was abandon the install, uninstall ALL Oracle from my machine (I had Oracle reports, JDeveloper and other stuff installed). This included uninstalling 8.1.7 (Don't know if I needed to go that far but I did). Once my machine was clean I installed 8.1.7, created a minimal database and installed 9iAS. I didn't get that error again, but the Portal install failed miserably and I'm to the point of starting over again.
    One problem I'm having is a recurring blue screen of death with NTOSKRNL.EXE having an unhandled exception, never had that till I installed 9iAS so I am thinking that the error is somehow related. Have you seen that?

  • JDeveloper 1.3.1 + ADF BC

    Hi,
    May I know how to programmaticly clear AM instances created?. How to clear the Validation error from message stack?
    Thanks,
    -

    Could someone from Oracle tell me if Intermedia is currently supported or will be in Jdeveloper 10.1.3 ? If it is, i really need some documumentation about how to use equivalents of Jdeveloper 10.1.2 <adf:render/> and <adf:inputrender/> tags.
    Thanks,
    Seb.

  • "EmptyBorder" when creating Crosstab presentation in JDeveloper

    Hi,
    I have install oracle 10G as database and connect to the oracle olap using Jdeveloper (come with Oracle Developer Suite 10G), I try to create a crosstab presentation but it fail with the following error,
    java.lang.ClassCastException: javax.swing.border.EmptyBorder
         at oracle.dss.dataView.gui.FontColorTool.<init>(FontColorTool.java:97)
         at oracle.dss.gridView.gui.GridViewToolBar.initialize(GridViewToolBar.java:181)
         at oracle.dss.gridView.gui.GridViewToolBar.<init>(GridViewToolBar.java:104)
         at oracle.dss.addins.editor.presentation.GridViewEditorBar.<init>(GridViewEditorBar.java:14)
         at oracle.dss.addins.editor.presentation.PresentationEditor$PresPanel.init(PresentationEditor.java:631)
         at oracle.dss.addins.editor.presentation.PresentationEditor$PresPanel.<init>(PresentationEditor.java:612)
         at oracle.dss.addins.editor.presentation.PresentationEditor.createPresPanel(PresentationEditor.java:268)
         at oracle.dss.addins.editor.presentation.PresentationEditor.getGUI(PresentationEditor.java:391)
         at oracle.ideimpl.editor.EditorFrameImpl.setEditor(EditorFrameImpl.java:653)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditorInFrame(EditorManagerImpl.java:677)
         at oracle.ideimpl.editor.EditorManagerImpl.openDefaultEditorInFrame(EditorManagerImpl.java:641)
         at oracle.ideimpl.editor.EditorManagerImpl.openDefaultEditorInFrame(EditorManagerImpl.java:618)
         at oracle.dss.addins.designer.BIFolder.addObject(BIFolder.java:228)
         at oracle.dss.addins.designer.BIDesignerImpl.addObject(BIDesignerImpl.java:1560)
         at oracle.dss.addins.wizard.presentation.PresentationWizardDialog$CloseDialog.run(PresentationWizardDialog.java:474)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Below is my database component version,
    Oracle Database Catalog Views 10.1.0.2.0 VALID
    Oracle Database Packages and Types 10.1.0.2.0 VALID
    Oracle Workspace Manager 10.1.0.2.0 VALID
    JServer JAVA Virtual Machine 10.1.0.2.0 VALID
    Oracle XDK 10.1.0.2.0 VALID
    Oracle Database Java Packages 10.1.0.2.0 VALID
    Oracle Expression Filter 10.1.0.2.0 VALID
    Oracle interMedia 10.1.0.2.0 VALID
    Oracle Data Mining 10.1.0.2.0 VALID
    Oracle Text 10.1.0.2.0 VALID
    Oracle XML Database 10.1.0.2.0 VALID
    OLAP Analytic Workspace 10.1.0.2.0 VALID
    Oracle OLAP API 10.1.0.2.0 VALID
    OLAP Catalog 10.1.0.2.0 VALID
    Spatial 10.1.0.2.0 VALID
    Oracle Enterprise Manager 10.1.0.2.0 VALID
    Please adviced.
    Thanks in advance.

    I would recommend applying the 10.1.0.4 database patchset as the database version you are using, 10.1.0.2, is not supported for use with OLAP. You can download the patchset directly from Metalink..
    Business Intelligence Beans Product Management Team
    Oracle Corporation

Maybe you are looking for

  • Upload file to a particular folder in UCM

    I want to upload file to a particular folder location in UCM. When I am uploading it is going to the default location though i programmatically have set the folder path I am using Adf application in Jdev 11.1.1.3 As i am new to UCM i do not have idea

  • IPhoto crashes when I try to print

    I have selected several photos and then hit the print button. I then customize them to print 4x6 photos 2 up on an 8.5x11 sheet. Then hit print and iPhoto crashes. I have tried different sizes of prints and get the same result. The crash box lists th

  • How to pull last record

    hi how to pull last record of a db table. i want to replace this. Pull out last record of the period   SELECT mblnr mjahr cpudt cputm    INTO (gw_act_mkpf-mblnr,gw_act_mkpf-mjahr,          gw_act_mkpf-cpudt,gw_act_mkpf-cputm)    FROM mkpf WHERE budat

  • Image of the HotSpot architecture

    Hi everybody, I'm looking for a good picture of the internal architecture of HotSpot with all steps : - classloader => loading -> linking (verification, preparation, resolution, access control) -> initialisation - compilation => client / server - byt

  • IWeb Starts to Publish, and never finishes

    Hey y'all- Here is the deal. I am running iWeb 09 and have had no problems... until tonight. I publish to my MobileMe regularly through the three sites that I run from my MobileMe account. I made some changes to several pages on each of the sites and