You cannot drop components on plain HTML documents, only web form

Hi,
I have created new page, from page navigation->new page. Added output text components, buttons,text fields, dropdowns, etc. Next day, all the components just disappeared from the JSP page but the JSP source file still has the all the outputText, selectOneMenu,inputText,etc.
I tried to add new components again but it wouldn't let me to add, instead displays a message "You cannot drop components on plain HTML documents, only web form".
So I deleted the page, recreated whole page from scratch, after few hours the very same problem.
I deleted the page again and created the new page from scratch, wrote java code which was working absolutely fine. Next day its the same problem again.
I am fed up with creating the same page again and again, wasting lots of time. Can some one please tell me whats going on?
I did search the forum, few people reported the same problem but couldn't the find solution.
Can some pleaseeeee tell me whats going on.
Any help will be greatly appreciated.
cheers
kush

Hi runaK,
thanks for getting back to me.
Unfortunately, the link dint solve my problem.
I have already read this link and the cpu time is not my problem( I mean not highest priority for now, I will have look in to it once I solve the drag and drop problem).
I haven't used getContext() so its not the source of the problem. I din't quite understand the workarround suggested by Eric. Could you please explain in detail about the workarround? and how to do it?
thanks
kush

Similar Messages

  • Cannot drop components on plain HTML documents, only web forms

    How does Creator discern the difference between an HTML documen and a "Web Form"? I have a JSP that I've added to JSC (Via File->Add Existing Item) that shows a valid Visual Design tab but won't actually let me modify the file visually. Instead, I get the error listed in the subject. Is there some meta-data somewhere that I need to update?
    I've also noticed that in Visual mode, the Properties pane shows a blank for the Response Encoding and Language properties. I can't seem get any changes I make to those to stick either.
    Any ideas?

    Hi,
    Please go through the following thread which dicusses the same issue:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=52256
    Also please check this Weblog from Tor:
    http://blogs.sun.com/roller/page/tor/20041223#creator_patch_5_problems
    Hope this helps
    Cheers
    Giri :-)
    Creator Team

  • Cannot drop components on plain html documents..

    Hi,
    I get this error message when trying to add components to a page. I've created the page the same way I always do (Project Navigator ->right click web pages then add new page). I've never had this problem before today - can anyone tell me what I'm missing?

    Hi andy,
    I am able to drop the components after creating a new page from the project navigaror. It seems to be working fine.
    The below link may help you.
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=48100
    Regards.

  • ORA-00604 error occured at recursive level1,ORA-20123 Insufficient privileges: you cannot drop table cls_lrn_tab_unique TABLE,ORA-06512

    Dear All,
         I created one table like
    create table cls_lrn_tab_unique (F_no number unique UK_F_NO );
    after performing some operations I want to delete the same.
    At that time i got following error. Please help me and tell what is the reason for the error.
    ORA-00604 error occured at recursive level1
    ORA-20123 Insufficient privileges: you cannot drop table cls_lrn_tab_unique TABLE,
    ORA-06512 at line no 2
    Thanks and Regards
    Prasad

    26bffcad-f9a2-4dcf-afa0-e1e33d0281bf wrote:
    Dear All,
         I created one table like
    create table cls_lrn_tab_unique (F_no number unique UK_F_NO );
    after performing some operations I want to delete the same.
    At that time i got following error. Please help me and tell what is the reason for the error.
    ORA-00604 error occured at recursive level1
    ORA-20123 Insufficient privileges: you cannot drop table cls_lrn_tab_unique TABLE,
    ORA-06512 at line no 2
    Thanks and Regards
    Prasad
    ORA-20123 is a localized/customized error code & message; therefore any solution depends upon what is unique inside your DB now.
    I suspect that some sort of TRIGGER exists, which throws posted error, but this is just idle speculation on my part.
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • You cannot sign in to the Cisco Unified MeetingPlace Web Server interface using preconfigured system profiles

    Hi
    I recently upgrade tp 7.0.3  from 7.0.2.
    While upgrade i found that i am not able to login to the web server with the admin id "admin" default created in the application server.
    The same id i can login to application server  , but not in wewb server.
    I am getting the mentioned error "You cannot sign in to the Cisco Unified MeetingPlace Web Server interface using preconfigured system profiles".
    However if i create a new user in application server and tried logging with the  same in the web server it is working fine..
    is it a known behaviour wirh the upgrade or i m facing some issue.
    Hope i can find a solution here.
    Regards
    RC

    RC,
    This behavior is stemming from a change in MP 7.0 MR2 to disable the MPWeb login for system profiles.  This was an internal change made by the developers to restrict the log on to the MPWeb page by the default accounts created in MeetingPlace upon installation.  The change now displays this error when the admin account is attempted to be used for MPWeb login, as you experienced-
    Error:[22953] You cannot sign in to the Cisco Unified MeetingPlace Web Server interface using preconfigured system profiles.
    You should be able to log into MPWeb using any other user profile that you have either created manually or pulled in from LDAP/Active Directory.  You just cannot use the admin account.  This is reserved for login to the MP Application Server Administration page only.  I am going to work to get this information added to the MP 7.0 documentation with a note for changed behavior in MR2 and above.  Here is the note from MP 8.0 documentation-
    Note: You cannot use this preconfigured admin profile to access the Cisco Unified MeetingPlace Web Server interface. Instead enter the User ID and password information from one of the other user profiles that have system administrator privileges to sign in to the Web Server.
    Please let me know if you have any further questions.
    Thank You,
    Gerry

  • Opening help html documents from 10g form

    We are converting our 6i forms to 10g. I am trying to open my help html documents from the 10g forms. We have modified the httpd.conf file setting the DocumentRoot "/oracle/apps/aces/help". This is the path where my html documents reside. From the 10g forms I am using web.show_document to open the html documents. I am getting a Page not Found error. Is there somewhere else the help path needs to be set?
    Thanks!!
    Shellie Bricker

    The way i know is, putting some AliasMatch in the conf-file of Apache like
    AliasMatch ^/help/(..*) "C:\help/$1"And then use WEB.SHOW_DOCUMENT with this virtual path
    WEB.SHOW_DOCUMENT('//help/helpfile.html', '_blank');

  • Scan document from web form

    Hi all,
    I have a CFMX7 application where I would like to integrate
    scanning of a local paper document into the client PC, have it
    stored as a PDF or graphic file, and the file automatically
    uploaded with the other data of a form. How can I have a web form
    button kick off the scan in the first place? This would seem like
    the province of an ActiveX control, but does anyone have any idea
    how to do this, or know of any existing tools that enable it?
    Thanks,
    Russ

    rchinoy wrote:
    > This is for a secure internal application, so user's
    won't have any security concerns about the scanning - they're the
    ones asking to be able to do it. The problem is how to do it.
    That is all fine and dandy for your and your users, but if
    the
    CAPABILITY existed in the browser so that you could do this
    for your
    users who want it and except the security risks, it would
    exist for all
    developers and all users of that browser. That means it would
    be very
    simple for unethical developers to use the capability to
    steal
    information for other users who DID NOT except the security
    risk.
    If IE had this functionality for you, then I could use it to
    create a
    website, trick you to visit that site and do nasty things
    with your data.
    NOW, I guess an activeX plugin that had to be installed would
    mitigate
    this somewhat, but it still is really stretching in my mind.

  • Cannot drop component on jsp ?

    What I did:
    1. Created a jsp file
    2. Atempt to drop a component on jsp file
    Creator Warning: You cannot drop component on plain HTML documents, only on web form. Mind you, I have created similar jsp files with success before this.
    What is the problem- jsp files created is NOT plain HTML file.

    Hi,
    Restart the IDE and try to drop the components on page.
    regards
    Manjunath J

  • Can't drop components on new page after upgrading to Update 5

    Please need some help.
    Today I upgraded to Update5. I created a new page in an elder project, created with the prev version.
    When trying to drop a component on the Designer a got following error-message: You cannot drop components on plan HTML documents, only on web forms.
    Dropping a component on a prev created page went well.
    I created a new project, created a new page and dropping a component was OK.
    Then I examined the source in the misbehaving project. The newer template code differs from the elder. But the newer template codes matches in both projects.
    Following the code and my log.
    thx in advance, gerald
    This is the newer template code:
    <?xml version="1.0"?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:f="http://java.sun.com/jsf/core">
    <jsp:directive.page />
    <jsp:text>
    <![CDATA[
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ]]>
    </jsp:text>
    <f:view>
    <html>
    <head>
    <meta content="no-cache" http-equiv="Cache-Control"/>
    <meta content="no-cache" http-equiv="Pragma"/>
    <title>__TITLE__</title>
    <link href="resources/stylesheet.css" rel="stylesheet" type="text/css"/>
    </head>
    <body style="-rave-layout: grid">
    </body>
    </html>
    </f:view>     
    </jsp:root>
    This ist my log:
    Log Session: Donnerstag, 23. Dezember 2004 14:06 Uhr CET
    System Info: Product Version = Java Studio Creator (Build 041221_4)
    Operating System = Windows 2000 version 5.0 running on x86
    Java; VM; Vendor = 1.4.2_06; Java HotSpot(TM) Client VM 1.4.2_06-b03; Sun Microsystems Inc.
    Java Home = C:\Sun\Creator\java\jre
    System Locale; Encod. = de_AT; Cp1252
    Home Dir; Current Dir = C:\Dokumente und Einstellungen\Werany; C:\Sun\Creator\bin
    IDE Install; User Dir = C:\Sun\Creator; C:\Dokumente und Einstellungen\Werany\.Creator\1_0
    CLASSPATH = C:\Sun\Creator\lib\ext\boot.jar;C:\Sun\Creator\lib\ext\ejb20.jar;C:\Sun\Creator\lib\ext\jgraph.jar;C:\Sun\Creator\lib\ext\naming.jar;C:\Sun\Creator\lib\ext\pbclient.jar;C:\Sun\Creator\lib\ext\pbtools.jar;C:\Sun\Creator\lib\ext\rowset.jar;C:\Sun\Creator\lib\ext\smbase.jar;C:\Sun\Creator\lib\ext\smdb2.jar;C:\Sun\Creator\lib\ext\sminformix.jar;C:\Sun\Creator\lib\ext\smoracle.jar;C:\Sun\Creator\lib\ext\smresource.jar;C:\Sun\Creator\lib\ext\smspy.jar;C:\Sun\Creator\lib\ext\smsqlserver.jar;C:\Sun\Creator\lib\ext\smsybase.jar;C:\Sun\Creator\lib\ext\smutil.jar;C:\Sun\Creator\lib\ext\sql.jar;C:\Sun\Creator\lib\ext\sqlx.jar;C:\Sun\Creator\lib\ext\locale\boot_ja.jar;C:\Sun\Creator\lib\ext\locale\boot_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\naming_ja.jar;C:\Sun\Creator\lib\ext\locale\naming_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sqlx_ja.jar;C:\Sun\Creator\lib\ext\locale\sqlx_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sql_ja.jar;C:\Sun\Creator\lib\ext\locale\sql_zh_CN.jar;C:\Sun\Creator\java\lib\dt.jar;C:\Sun\Creator\java\lib\tools.jar
    Boot & ext classpath = C:\Sun\Creator\java\jre\lib\rt.jar;C:\Sun\Creator\java\jre\lib\i18n.jar;C:\Sun\Creator\java\jre\lib\sunrsasign.jar;C:\Sun\Creator\java\jre\lib\jsse.jar;C:\Sun\Creator\java\jre\lib\jce.jar;C:\Sun\Creator\java\jre\lib\charsets.jar;C:\Sun\Creator\java\jre\classes;C:\Sun\Creator\java\jre\lib\ext\dnsns.jar;C:\Sun\Creator\java\jre\lib\ext\ldapsec.jar;C:\Sun\Creator\java\jre\lib\ext\localedata.jar;C:\Sun\Creator\java\jre\lib\ext\sunjce_provider.jar
    Dynamic classpath = C:\Sun\Creator\lib\core.jar;C:\Sun\Creator\lib\openfile-cli.jar;C:\Sun\Creator\lib\openide-loaders.jar;C:\Sun\Creator\lib\openide.jar;C:\Sun\Creator\lib\ravelnf.jar;C:\Sun\Creator\lib\locale\core_ja.jar;C:\Sun\Creator\lib\locale\core_zh_CN.jar;C:\Sun\Creator\lib\locale\openide-loaders_ja.jar;C:\Sun\Creator\lib\locale\openide-loaders_zh_CN.jar;C:\Sun\Creator\lib\locale\openide_ja.jar;C:\Sun\Creator\lib\locale\openide_zh_CN.jar;C:\Sun\Creator\lib\locale\ravelnf_ja.jar;C:\Sun\Creator\lib\locale\ravelnf_zh_CN.jar
    [org.netbeans.core.modules #4] Warning: the extension C:\Sun\Creator\modules\ext\sac.jar may be multiply loaded by modules: [C:\Sun\Creator\modules\css.jar, C:\Sun\Creator\modules\insync.jar]; see: http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#class-path
    Turning on modules:
    org.openide/1 [4.26.3 041221_4]
    org.openide.io [1.1.3 041221_4]
    org.openide.execution [1.1.2 041221_4]
    org.openide.compiler [1.2.2 041221_4]
    org.openide.loaders [4.11.3 041221_4]
    org.netbeans.core/1 [1.21.3 041221_4]
    org.netbeans.lib.terminalemulator [1.1.2 041221_4]
    org.netbeans.core.output/1 [1.1.2 041221_4]
    org.netbeans.core.compiler/1 [1.4.2 041221_4]
    org.netbeans.modules.javahelp/1 [2.1.3 041221_4]
    org.netbeans.api.java/1 [1.3.2 041221_4]
    org.netbeans.core.execution/1 [1.3.2 041221_4]
    org.netbeans.libs.xerces/1 [1.4.2 2.6.0]
    org.apache.tools.ant.module/3 [3.6.2 041221_4]
    org.openide.src [1.1.2 041221_4]
    org.openide.debugger [1.1.3 041221_4]
    org.netbeans.modules.j2eeapis/1 [1.1 041221_4]
    org.netbeans.modules.settings/1 [1.4.2 041221_4]
    org.netbeans.api.xml/1 [1.3.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.schema2beans/1 [1.7.2 041221_4]
    org.netbeans.modules.debugger.core/3 [2.10.3 041221_4]
    org.netbeans.libs.j2eeeditor/1 [1.1.2 041221_4]
    org.netbeans.modules.j2eeserver/3 [1.1.5 041221_4]
    org.netbeans.modules.editor/1 [1.14.6 041221_4]
    org.netbeans.modules.debugger.jpda/1 [1.17.3 041221_4]
    org.netbeans.api.web.dd/1 [1.1.2 1.1 041221_4]
    com.sun.rave.project/1 [1.0.5 041221_4]
    com.sun.rave.errorhandler.server/1 [0.2 041221_4]
    com.sun.rave.layoutmgr/1 [1.2 041221_4]
    com.sun.rave.plaf/1 [1.1 041221_4]
    com.sun.rave.windowmgr/1 [1.2 041221_4]
    com.sun.rave.libs.jsf/1 [1.0.5 041221_4]
    com.sun.rave.jsfsupport/1 [1.0.5 041221_4]
    com.sun.rave.jsfmetadata/1 [1.0.5 041221_4]
    com.sun.rave.licensemgr/1 [1.3 041221_4]
    com.sun.rave.insync/1 [1.0.5 041221_4]
    com.sun.rave.toolbox/1 [1.0.4 041221_4]
    org.netbeans.modules.classfile/1 [1.9 041221_4]
    org.netbeans.modules.java/1 [1.16.4 041221_4]
    org.netbeans.modules.image/1 [1.11.2 041221_4]
    com.sun.rave.jwsdpsupport/1 [1.1 041221_4]
    com.sun.rave.sam/1 [1.0.4 041221_4]
    org.netbeans.modules.servletapi24/1 [2.0.3 2.0.3 041221_4]
    org.netbeans.modules.web.jspparser/2 [2.0.3 041221_4]
    org.netbeans.modules.diff/1 [1.7.2 041221_4]
    com.sun.rave.designer/1 [1.0.5 041221_4]
    com.sun.rave.navigation/1 [1.0.5 041221_4]
    org.netbeans.modules.xml.core/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.xml.catalog/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.openidex.util/2 [2.7.2 041221_4]
    org.netbeans.modules.autoupdate/1 [2.8.4 041221_4]
    com.sun.rave.raveupdate/1 [1.0.2 041221_4]
    com.sun.rave.servernav/1 [1.1 041221_4]
    com.sun.rave.dataconnectivity/1 [1.0.4 041221_4]
    org.netbeans.modules.schema2beansdev/1 [1.1.2 041221_4]
    com.sun.rave.preview.support/1 [1.0 041221_4]
    com.sun.enterprise.webserver.tools/2 [2.0 041221_4]
    com.sun.rave.welcome/1 [1.0.3 041221_4]
    com.sun.tools.appserver/1 [2.0.3 20041221-1453]
    com.sun.rave.ejb/1 [0.1 041221_4]
    org.netbeans.modules.xml.text/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.html/1 [1.12.5 041221_4]
    org.netbeans.modules.web.core.syntax/1 [1.13.3 041221_4]
    com.sun.rave.jspsyntaxint/1 [1.1 041221_4]
    com.sun.rave.ravehelp/1 [1.0.3 041221_4]
    org.netbeans.modules.text/1 [1.12.3 041221_4]
    org.netbeans.modules.css/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.properties/1 [1.11.3 041221_4]
    org.netbeans.modules.properties.syntax/1 [1.12 041221_4]
    com.sun.rave.j2se.windows/1 [1.0 041221_4]
    com.sun.rave.corepackage/1 [1.1 041221_4]
    org.netbeans.modules.extbrowser/1 [1.3.3 041221_4]
    org.netbeans.core.ide/1 [1.3.2 041221_4]
    com.sun.rave.websvc/1 [1.0.5 041221_4]
    org.netbeans.modules.beans/1 [1.11.3 041221_4]
    org.netbeans.modules.utilities/1 [1.15.2 041221_4]
    org.netbeans.modules.clazz/1 [1.13.2 041221_4]
    org.netbeans.core.ui/1 [1.3.3 041221_4]
    Turning off modules:
    com.sun.rave.ejb/1 [0.1 041221_4]
    com.sun.enterprise.webserver.tools/2 [2.0 041221_4]
    Node "Enterprise Java Beans (Preview Feature)" [com.sun.rave.ejb.nodes.EjbRootNode] cannot return null from getIcon(). See Node.getIcon contract.
    INFORMATIONAL *********** Exception occurred ************ at Thu Dec 23 14:11:23 CET 2004
    java.lang.NullPointerException
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:96)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    ==>
    org.openide.filesystems.FileStateInvalidException: sdfg.jsp
    at org.openide.loaders.DataObject.find(DataObject.java:444)
    at com.sun.rave.insync.Util.retrieveDocument(Util.java:99)
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:95)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    INFORMATIONAL *********** Exception occurred ************ at Thu Dec 23 14:11:31 CET 2004
    java.lang.NullPointerException
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:96)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    ==>
    org.openide.filesystems.FileStateInvalidException: lkjgh.jsp
    at org.openide.loaders.DataObject.find(DataObject.java:444)
    at com.sun.rave.insync.Util.retrieveDocument(Util.java:99)
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:95)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    INFORMATIONAL *********** Exception occurred ************ at Thu Dec 23 14:11:39 CET 2004
    java.lang.NullPointerException
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:96)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport

    Hello,
    It's possible there are errors in your project and
    because the previous release wasn't as strict in
    detecting errors.
    Update 5 is more strict.
    One thing you can do is make sure in your Java source
    files that all references are accounted for.
    e.g. If you have any library references (jars mounted, such
    as Web services) make sure all jars are available
    Also, if you're using getContext() method in any of your
    Java source, temporarily change this method to getFacesContext()
    Please see blog for more info
    http://blogs.sun.com/roller/page/tor/20041223#creator_patch_5_problems
    Regards,
    John
    JSC QA

  • Newbie to SJSC : Cannot drop component onto page NoClassDefFoundError

    Hello,
    I recently downloaded and installed Sun Java Studio Creator 2 (SJSC) and was trying the tutorial to get myself familiarized with it.
    I cannot drop any JSF (not even standard or basic) onto the page1 JSP, i get this error:
    ********* Exception occurred ************ at 10:45 AM on Mar 21, 2006
    java.lang.NoClassDefFoundError: com/sun/jsfcl/xhtml/FramesetFrameset
            at com.sun.rave.designer.DndHandler.createBeans(DndHandler.java:1425)
            at com.sun.rave.designer.DndHandler.importBean(DndHandler.java:868)
            at com.sun.rave.designer.DndHandler.importItem(DndHandler.java:702)
            at com.sun.rave.designer.DndHandler.importDataDelayed(DndHandler.java:376)
            at com.sun.rave.designer.DndHandler.access$000(DndHandler.java:114)
            at com.sun.rave.designer.DndHandler$1.run(DndHandler.java:298)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [catch] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)I think that this error is NOT related to the upgrade issues related to "You cannot drop components on plan HTML documents, only on web forms."
    I have read the forum extensively but cannot find any helpful topics so i decided to post.
    I really appreciate your time for reading this far, if you have any ideas, please llet me know.
    Thank you very much!!!!
    Federico Vela

    Sandeep,
    Thank you for your reply.
    Although it did not fix the issue, reinstalling to c:/sun/creator did change the error!
    I get the big ugly red bar in the design view that says there are errors on the page.
    Now the problem is an undefined symbol on the inheritance of the page
    public class Page1 extends AbstractPageBean***cannot find symbol AbstractPageBean******
    If i scroll up to the import statement
    import com.sun.rave.web.ui.appbase.AbstractPageBean;***package com.sun.rave.web.ui.appbase does not exist*****
    furthermore, if i try to compile i get the following error
    C:\Documents and Settings\Federico Vela\My Documents\Creator\Projects\HelloWebTutorial\nbproject\build-impl.xml:371: Warning: Could not find file C:\Program Files\Sun\Creator2\rave2.0\modules\autoload\ext\errorhandler.jar to copy.I will try your suggestion of deleting the user folder. I'll let you know if I make any progress. Thanks a bunch.!!!
    federico

  • Insert pdf into html document

    Hi there,
    I would like to import or insert a pdf file (acrobat) into an
    html document
    and be able to write above and below the document. I have
    copied the document
    into MS paint and saved it as a gif file and inserted it that
    way...Is there any more
    direct way to do this? I have not been able to copy and paste
    directly into DW from
    adobe acrobat....Please advise!!
    Thanks abunch!
    RC

    crash wrote:
    > Adobe Acrobat is a plugin, and as such it requires the
    plug-in to view. You
    > cannot "mix" a pdf and HTML AFAIK. The PDF must be view
    in the PDF
    > application.
    >
    > You can, of course, convert your PDF to any image format
    and place it within
    > your content as you've done.
    >
    > You might try using frames, but I don't know how
    successful that would be
    > (sounds a bit nightmarish to me).
    >
    > HTH,
    >
    > Jon
    >
    > "rcshell" <[email protected]> wrote in
    message
    > news:e48u6r$nmi$[email protected]..
    >> Hi there,
    >> I would like to import or insert a pdf file
    (acrobat) into an html
    >> document
    >> and be able to write above and below the document. I
    have copied the
    >> document
    >> into MS paint and saved it as a gif file and
    inserted it that way...Is
    >> there
    >> any more
    >> direct way to do this? I have not been able to copy
    and paste directly
    >> into
    >> DW from
    >> adobe acrobat....Please advise!!
    >> Thanks abunch!
    >> RC
    >>
    >
    >
    Or you could convert the pdf to FlashPaper, then insert as
    you would an
    image. You choose the size.

  • Insert/remove image HTML document

    Hi,
    I use a JEditorPane to edit an HTML document
    How can I insert an image into the document?
    How can I remove an image into the document?
    thank you
    Greg

    crash wrote:
    > Adobe Acrobat is a plugin, and as such it requires the
    plug-in to view. You
    > cannot "mix" a pdf and HTML AFAIK. The PDF must be view
    in the PDF
    > application.
    >
    > You can, of course, convert your PDF to any image format
    and place it within
    > your content as you've done.
    >
    > You might try using frames, but I don't know how
    successful that would be
    > (sounds a bit nightmarish to me).
    >
    > HTH,
    >
    > Jon
    >
    > "rcshell" <[email protected]> wrote in
    message
    > news:e48u6r$nmi$[email protected]..
    >> Hi there,
    >> I would like to import or insert a pdf file
    (acrobat) into an html
    >> document
    >> and be able to write above and below the document. I
    have copied the
    >> document
    >> into MS paint and saved it as a gif file and
    inserted it that way...Is
    >> there
    >> any more
    >> direct way to do this? I have not been able to copy
    and paste directly
    >> into
    >> DW from
    >> adobe acrobat....Please advise!!
    >> Thanks abunch!
    >> RC
    >>
    >
    >
    Or you could convert the pdf to FlashPaper, then insert as
    you would an
    image. You choose the size.

  • How to display html document returned by utl_http package (POST method)

    I am using oracle forms 10g, data base version is 10g.
    I have written a database procedure that calls utl_http package POST method and request returns an html document. How do display this html document from oracle form?
    Thank you
    Hema

    Here you have...
    A Full Web Browser Java Bean - Oracle Forms PJCs/Java Beans
    http://forms.pjc.bean.over-blog.com/article-26251949.html

  • Error: Cannot drop schema because it is being referenced by object

    My database has a schema with the same name as a user (let's call it 'username'). This schema was not explicitly created. I want to drop the User 'username' but I have to drop the schema 'username' first; However, when I tried to do that I got the message...
    "Cannot drop schema 'username' because it is being referenced by object 'vw_Inventory'
    There is a view named 'vw_Inventory' but I don't see where it's referencing this schema, or any schema for that matter. Why would I get this error and how do I resolve it so I can drop the Schema and User?
    Darrell H Burns

    If a Schema has some objects in it, then you cannot drop that Schema until you remove all the objects out of it. You can change the schema owner
    to another database principal and drop the user like,
    Alter Authorization ON Schema::username TO DBO; Drop User username;
    other option would be
    Transfer the username schema objects to a different schema and drop username schema and user like.
    Alter Schema DBO Transfer Username.[OBEJECTNAME] ;
    --need to repeat this until you transfer all objects under this schema
    Drop Schema username;
    Drop User username;
    Regards,
    Praveen D'sa
    MCITP - Database Administrator - 2008
    sqlerrors

  • You cannot sign in server error seem to have trie all

    you cannot sign in server error seem to have tried all that has been shown where to now thomasg

    RC,
    This behavior is stemming from a change in MP 7.0 MR2 to disable the MPWeb login for system profiles.  This was an internal change made by the developers to restrict the log on to the MPWeb page by the default accounts created in MeetingPlace upon installation.  The change now displays this error when the admin account is attempted to be used for MPWeb login, as you experienced-
    Error:[22953] You cannot sign in to the Cisco Unified MeetingPlace Web Server interface using preconfigured system profiles.
    You should be able to log into MPWeb using any other user profile that you have either created manually or pulled in from LDAP/Active Directory.  You just cannot use the admin account.  This is reserved for login to the MP Application Server Administration page only.  I am going to work to get this information added to the MP 7.0 documentation with a note for changed behavior in MR2 and above.  Here is the note from MP 8.0 documentation-
    Note: You cannot use this preconfigured admin profile to access the Cisco Unified MeetingPlace Web Server interface. Instead enter the User ID and password information from one of the other user profiles that have system administrator privileges to sign in to the Web Server.
    Please let me know if you have any further questions.
    Thank You,
    Gerry

Maybe you are looking for

  • Report on open outbound deliveries

    Hi all, Is there a SAP transaction/report that shows a sales order, Purchase order and outbound delivery number where information is by various users, showing outbounds still open over a time period. Thanks in advance. J

  • How to Schedule Mon-Friday and 6 AM to 10 PM everyday.

    Hi, We have a requirement to schedule an object from Monday to Friday and only from 6 AM to 10 PM.  I know we can use Calendar to define workdays but in that case object would run once a day. I need it to run every hour every working day. Do we have

  • How can I create a border around an image in cs6?

    I would appreciate advice on how to place a border around an image in cs6.  Thanks in advance.

  • Safari 5 ridiculously slow

    I just had a problem where every time I opened Safari 5 it would immediately hang, requiring me to do a force quit. Last night I launched Safari and it hung again. Just for laughs I left it running with the evil beach ball. This morning Safari had la

  • Install problem, not logged on internet or time is not sync to the internet time

    i downloaded a adobe acrobat trial, when i tried to install, it keeped saying not log on internet, or the  time is not sync to the internet, but my computer is logged on internet and also i reseted the time to sync the internet time.