OCS10g + CS beta - Problem with WebDav / ODrive

Hello
I have an OCS 10.1.1.0.2 with and CSBeta 10.1.2.
I have a login problem with webdav using Oracle Drive or MSWebFolders : login does not work, and I get the following lines (see below) in the application.log.
Of course, the user I'm using HAS an ftp password defined (well at least I did define it several times to be sure, on the CS web ui ). Other users work.
Any clue ?
05/10/13 19:34:09 content: [oracle.ifs.ecm.beans.ApplicationToken] [23] INFO: preCreate:
05/10/13 19:34:09 content: [oracle.ifs.protocols.dav.ecm.EcmDavServlet] [21] WARNING: no mapping found for ORACLE.FDK.FtpPasswordNotSet
05/10/13 19:34:09 content: [oracle.ifs.protocols.dav.ecm.EcmDavServlet] [21] WARNING: unmapped exception: oracle.ifs.fdk.FdkException: ErrorCode = ORACLE.FDK.AuthenticationError; DetailedErrorCode = ORACLE.FDK.FtpPasswordNotSet; Cause = IFS-10162: Unable to reauthenticate; ServerStackTraceId = ; Info = null; Entries = null
Main Exception Stack Trace:
ORACLE.FDK.AuthenticationError:ORACLE.FDK.FtpPasswordNotSet
at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:189)
at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:81)
at oracle.ifs.fdk.impl.SessionPool.getSession(SessionPool.java:238)
at oracle.ifs.fdk.impl.FdkUserSessionImpl.pinSession(FdkUserSessionImpl.java:870)
at oracle.ifs.fdk.impl.FdkUserSessionImpl.<init>(FdkUserSessionImpl.java:155)
at oracle.ifs.fdk.impl.LoginManagerImpl.login(LoginManagerImpl.java:134)
at oracle.ifs.fdk.http.HttpAuthManager.loginInternal(HttpAuthManager.java:511)
at oracle.ifs.fdk.http.HttpAuthManager.login(HttpAuthManager.java:315)
at oracle.ifs.protocols.dav.ecm.DavDigestSessionManager.addNewEntry(DavDigestSessionManager.java:475)
at oracle.ifs.protocols.dav.ecm.DavDigestSessionManager.getSessionForDigest(DavDigestSessionManager.java:408)
at oracle.ifs.protocols.dav.ecm.DavDigestSessionManager.getSessionFromDigest(DavDigestSessionManager.java:201)
at oracle.ifs.protocols.dav.ecm.DavSessionManager.acquireSession(DavSessionManager.java:109)
at oracle.ifs.protocols.dav.ecm.EcmDavServlet.processRequest(EcmDavServlet.java:3581)
at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2396)
at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2361)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
Caused by: oracle.ifs.common.IfsException: IFS-10162: Unable to reauthenticate
oracle.ifs.common.IfsException: IFS-10151: Unable to perform authentication
oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.S_LibrarySession.reauthenticate(S_LibrarySession.java:22330)
at oracle.ifs.server.S_LibrarySession.DMReauthenticate(S_LibrarySession.java:22227)
at oracle.ifs.beans.LibrarySession.DMReauthenticate(LibrarySession.java:9568)
at oracle.ifs.beans.LibrarySession.reauthenticate(LibrarySession.java:3762)
at oracle.ifs.fdk.impl.SessionPool.getSession(SessionPool.java:160)
... 24 more
Caused by: oracle.ifs.common.IfsException: IFS-10151: Unable to perform authentication
oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.DirectoryService.authenticate(DirectoryService.java:437)
at oracle.ifs.server.S_LibrarySession.reauthenticate(S_LibrarySession.java:22316)
... 28 more
Caused by: oracle.ifs.common.IfsException: IFS-10151: Unable to perform authentication
oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.OidCredentialManager.authenticate(OidCredentialManager.java:671)
at oracle.ifs.server.DirectoryService.authenticate(DirectoryService.java:428)
... 29 more
Caused by: oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.OidCredentialManagerUtilities.getUserAuthVerifier(OidCredentialManagerUtilities.java:945)
at oracle.ifs.server.OidCredentialManager.checkCredential(OidCredentialManager.java:1671)
at oracle.ifs.server.OidCredentialManager.authenticate(OidCredentialManager.java:638)
... 30 more
Caused by: oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.OidCredentialManagerUtilities.getUserVerifier(OidCredentialManagerUtilities.java:3136)
at oracle.ifs.server.OidCredentialManagerUtilities.getUserAuthVerifier(OidCredentialManagerUtilities.java:939)
... 32 more
FdkException Details: oracle.ifs.fdk.FdkException: ErrorCode = ORACLE.FDK.AuthenticationError; DetailedErrorCode = ORACLE.FDK.FtpPasswordNotSet; Cause = IFS-10162: Unable to reauthenticate; ServerStackTraceId = ; Info = null; Entries = null
05/10/13 19:34:09 content: Servlet error
ORACLE.FDK.AuthenticationError:ORACLE.FDK.FtpPasswordNotSet
at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:189)
at oracle.ifs.fdk.FdkException.getInstance(FdkException.java:81)
at oracle.ifs.fdk.impl.SessionPool.getSession(SessionPool.java:238)
at oracle.ifs.fdk.impl.FdkUserSessionImpl.pinSession(FdkUserSessionImpl.java:870)
at oracle.ifs.fdk.impl.FdkUserSessionImpl.<init>(FdkUserSessionImpl.java:155)
at oracle.ifs.fdk.impl.LoginManagerImpl.login(LoginManagerImpl.java:134)
at oracle.ifs.fdk.http.HttpAuthManager.loginInternal(HttpAuthManager.java:511)
at oracle.ifs.fdk.http.HttpAuthManager.login(HttpAuthManager.java:315)
at oracle.ifs.protocols.dav.ecm.DavDigestSessionManager.addNewEntry(DavDigestSessionManager.java:475)
at oracle.ifs.protocols.dav.ecm.DavDigestSessionManager.getSessionForDigest(DavDigestSessionManager.java:408)
at oracle.ifs.protocols.dav.ecm.DavDigestSessionManager.getSessionFromDigest(DavDigestSessionManager.java:201)
at oracle.ifs.protocols.dav.ecm.DavSessionManager.acquireSession(DavSessionManager.java:109)
at oracle.ifs.protocols.dav.ecm.EcmDavServlet.processRequest(EcmDavServlet.java:3581)
at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2396)
at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2361)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
Caused by: oracle.ifs.common.IfsException: IFS-10162: Unable to reauthenticate
oracle.ifs.common.IfsException: IFS-10151: Unable to perform authentication
oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.S_LibrarySession.reauthenticate(S_LibrarySession.java:22330)
at oracle.ifs.server.S_LibrarySession.DMReauthenticate(S_LibrarySession.java:22227)
at oracle.ifs.beans.LibrarySession.DMReauthenticate(LibrarySession.java:9568)
at oracle.ifs.beans.LibrarySession.reauthenticate(LibrarySession.java:3762)
at oracle.ifs.fdk.impl.SessionPool.getSession(SessionPool.java:160)
... 24 more
Caused by: oracle.ifs.common.IfsException: IFS-10151: Unable to perform authentication
oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.DirectoryService.authenticate(DirectoryService.java:437)
at oracle.ifs.server.S_LibrarySession.reauthenticate(S_LibrarySession.java:22316)
... 28 more
Caused by: oracle.ifs.common.IfsException: IFS-10151: Unable to perform authentication
oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.OidCredentialManager.authenticate(OidCredentialManager.java:671)
at oracle.ifs.server.DirectoryService.authenticate(DirectoryService.java:428)
... 29 more
Caused by: oracle.ifs.common.IfsException: IFS-12911: Unable to get user verifier (authpassword); account may be locked
oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.OidCredentialManagerUtilities.getUserAuthVerifier(OidCredentialManagerUtilities.java:945)
at oracle.ifs.server.OidCredentialManager.checkCredential(OidCredentialManager.java:1671)
at oracle.ifs.server.OidCredentialManager.authenticate(OidCredentialManager.java:638)
... 30 more
Caused by: oracle.ifs.common.IfsException: IFS-12994: Verifier undefined for user
at oracle.ifs.server.OidCredentialManagerUtilities.getUserVerifier(OidCredentialManagerUtilities.java:3136)
at oracle.ifs.server.OidCredentialManagerUtilities.getUserAuthVerifier(OidCredentialManagerUtilities.java:939)
... 32 more
FdkException Details: oracle.ifs.fdk.FdkException: ErrorCode = ORACLE.FDK.AuthenticationError; DetailedErrorCode = ORACLE.FDK.FtpPasswordNotSet; Cause = IFS-10162: Unable to reauthenticate; ServerStackTraceId = ; Info = null; Entries = null

The FdkException detailed error is misleading - it has nothing to do with FTP passwords not being set.
Essentially, what is happening is that we are first trying to lookup the user in OID and get from them the authpassword;orclcommonpwd attribute and in particular the value of X- ORCLIFSMD5. For some reason, this is not set for your user - or at least it is not returning anyway. Then we are reverting over to check for an application specific version of the authpassword attribute - which also does not return any value for X- ORCLIFSMD5.
The only way these verifiers can be set is by authenticating with cleartext as the end-user in question. This could be done by logging in via SSO for example.
I would try doing an ldapsearch against OID from the realm's user search base for your user in question. Check to see if the authpassword verifiers are set. If they are not set, try authenticating via SSO as the user to some application - and then once again run the ldapsearch to see if the verifiers were generated. once the authpassword;orclcommonpwd verifiers are generated for X- ORCLIFSMD5, you should be able to authenticate via Oracle Drive through DAV.
thanks,
Matt.

Similar Messages

  • Problems with webdav

    Hi, we are having problems with webdav, we can not open documents using web-dav and also using oracle drive. The error: FAILED DURING READ_STREAM TO CLIENT [500] mod_dav.c
    the complet message:
    OK
    GET /dav_portal/portal/MPGP_CLH_ES/MPPG_INICIO_ES/MPPG_PUBLICACION/MPPG_PUB_DOCUMENTACION/MPPG_DOCUMENTOS/Prevencion/GENERAL/Programa Anual de Actividades Preventivas/CLHS A - PROGRAMA de Actividades Preventivas 2007.ppt failed during read_stream to client [500, #0] [mod_dav.c line 1319]
    Any suggestion or orientation are welcomed.
    A last question, Oracle drive need license ?
    Thanks in advanced.
    Regards.

    I encountered problems when the path is too long.
    Try limiting the path to less than 200 characters. I also suggest reading up on good naming conventions for files and folders. Avoid spaces and reserved characters. I know Oracle and Microsoft try to be fool-proof in this aspect, but by doing so they also perpetuate poor file/folder naming conventions for those who aren't aware of the concept.

  • CRVS2010 Beta - Problems with printing Crystal Reports for VS 2010

    Good afternoon,
    We have the following problem, we used the version of Crystal Reports that came integrated with visual studio for several years. But we are migrating to the version of Visual Studio 2010, and we are using the version of Crystal Reports for this same version, running on screen is correct, and run all the reports, but in print there is a failure we could not solve. Our customers use printers dot matrix as the "Epson LX300 +", but when you print the report leaves the impression defective in the previous version of Visual Studio 2005 "The impression is quite clear, we have attempted to overcome this problem with the options of PrintMode with activex and pdf in the CrystalReportViewer, and RenderingDPI option with multiple values. Obviously when using other types of printers such as laser or inkjet printing is perfect, but due to cost our customers use the printers mentioned. The server where the application is Windows server 2008 and client computers are windows xp, windows 7, windows vista. As network hardware and printers are working properly, and from other applications and from the other server with versions of Crystal Reports If anyone knows how to solve this problem I would like to receive support and ideas.
    Thanks
    Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Oct 11, 2010 3:42 PM

    I have a question about printing reports. We are using VS2008 and the CR reportviewer with printmode = ActiveX. Many of our users absolutely hate the number of steps they must go through and the time it takes to print a Crystal Report when printmode = PDF. In our environment several times per day, we need to produce hard copies of reports for legal reasons. Making the users first render the report, then had it off to Adobe to print simply takes too much time which is why we are using the ActiveX print control.
    We recently started looking at VS2010 and discovered the issue with the unbundling of Crystal Reports. We have not downloaded CR for VS2010 yet.
    My question is this: for VS2010, what happened to the ActiveX print control? I read somewhere that it was going to become some WPF-type thing but there weren't many details about that. So when a user clicks on the print button in the Crystal Report Viewer intended for VS2010, what can they expect? Can they still print straight to a printer (is there something that gives them this capabitliy like the Active X print control did?), or has that capability been deprecated and they have to go through PDF? Thanks in advance for any information you can give me.

  • Locked file problem with WebDAV

    I am using DreamWeaver CS3 on my Macintosh at home and on a
    PC at work. I am connecting to my website via WebDAV, and for some
    reason Dreamweaver cannot edit the files on the site. When I try to
    check out any file I get an error stating: "file.html is locked and
    can be viewed but not edited" I then have the option to check it
    out or view or cancel. Regardless of what I do, if I continue and
    open the file and make changes the file will not get updated on the
    remote server even though Dreamweaver reports a successful "put" or
    "check in" command in the log file. This happens on both the
    Macintosh and the Windows PC. Both are also updated to the latest
    versions of Dreamweaver.
    The strange thing is, if I mount the WebDAV server as a
    filesystem on my macintosh and authenticate with the same
    login/password that entered in Dreamweaver's WebDAV settings, I can
    edit the html files using a text editor and they save perfectly
    fine. Additionally, while the web server is mounted on the desktop,
    if I change Dreamweaver's site settings to "local/network" and
    enter the locally mounted WebDAV share path instead of using
    Dreamweaver's built-in WebDAV client, then everything works
    properly in Dreamweaver. Reverting back to using WebDAV in
    dreamweaver (as opposed to through the OS) brings about the same
    "locked file" problem as before.
    There appears to be a problem with Dreamweaver's WebDAV
    access to the site, and I'm wondering if there's an easy fix or if
    this has been experienced by others?
    Thanks,
    -Topher

    Have a look at FileUtils::DecomposeUnicode and NormalizeUnComposedUnicodeChars. Use the first to convert before using i.e. FileUtils::PMStringToSysFile() and the later afetr i.e. FileUtils::IDFileToPMString().
    HTH

  • Oracle Portal 3.0 Beta - problem with connection

    After finally getting a clean install of Oracle Portal 3.0 on Oracle 8.1.6 on Windows 2000, I am having problems connecting with the database when I try the PORTAL30 or PORTAL30_SSO URL. I get an error:
    "Proxy Logon Failed - please verify you have specified correct connectivity in the DAD... Error Code 6401 - DATABASE LOGIN FAILED - TNS is unable to connect to destination. Invalid TNS address or destination not listening..."
    The Oracle listener is up, the database is in the TNS names file on both Ora81 and OraPortal30 homes.
    One thing I do know is that when I configure the DADs for a user/pswd and connect string, and enter the actual Oracle password, it returns with a long series of **************** for the password, which is must longer than the actual one.
    I have hit a roadblock and would appreciate any support.

    UPDATE to the PROBLEM:
    I tried everything and then I stumbled upon something. In the Net8 configuration assistant for Oracle 8i, when I went into Naming Methods configuration, it said that I was only using Local. I added Oracle Names and tried again... SAME ERROR. RRRRRGGGHH!!! I had no trouble using SQL*Plus so what was going on!??
    Then I went to check the TNSNAMES.ORA in both the ORA8i and OraPortal30 network/admin directories. They were both exactly the same, with ORCLDEV1 (my sid) defined. Hmmm.... THEN, I looked in the directory and saw SQLNET.ORA. I compared the files in the two directories and they were DIFFERENT!!!
    The one in Ora8i had a NAMES.DIRECTORY_PATH= (TNSNAMES, LDAP, ONAMES, HOSTNAME).
    The one in OraPortal30 had a NAMES.DIRECTORY_PATH= (LDAP, ONAMES).
    On a hunch, I changed the one in OraPortal30 to be the same as Ora8i.
    Then, I went to http://bwood/pls/portal30 and VOILA!!! I got the main page. I then clicked on LOGIN and got the sign-on screen. It has been working so far!!!
    I will continue to post the progress of this as we begin to convert an older OWS 2.1 application to Portal 3.0!!
    Bruce Wood
    Oracle Director - Technium, Inc
    null

  • Workshop 8.1 beta - problem with creating Database control

    I am using Workshop 8.1 beta to create a webservice, which uses a database control
    to query the Db, as simpel as it comes. However, I get the following exception
    when I try to create the new DBControl:
    java.lang.AssertionError
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTables(DbControlWizardUtil.java:268)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTablesAndViews(DbControlWizardUtil.java:223)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.step.PickMethodsStep$4.run(PickMethodsStep.java:299)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:140)
         at java.awt.Dialog.show(Dialog.java:538)
         at com.bea.ide.ui.wizard.WizardDialog.show(WizardDialog.java:117)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizard.runWizard(DbControlWizard.java:96)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.FileNewDbControlWizardAction.doAction(FileNewDbControlWizardAction.java:58)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.launchWizard(DbControlWizardDocHandler.java:87)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.createNewFile(DbControlWizardDocHandler.java:72)
         at workshop.shell.wizards.NewFileWizard.getDisplayURI(NewFileWizard.java:232)
         at workshop.shell.actions.file.FileNewAction$1.run(FileNewAction.java:111)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    What's interesting is that it works well for the default dbcontrols of cgDataSource
    and cgSampleDataSource. The connection pool and the datasources were created successfully
    in the server. Its the workshop that seems to be complaining.
    Anyone face this problem?

    Sanjeev,
    This newsgroup is for Workshop 7.0 issues, till WebLogic Platform 8.1 goes
    GA.
    Meanwhile, please post Workshop 8.1 beta issues on
    weblogic.developer.interest.81beta.workshop newsgroup.
    Regards,
    Anurag
    "Sanjeev Saha" <[email protected]> wrote in message
    news:[email protected]...
    >
    I am using Workshop 8.1 beta to create a webservice, which uses a databasecontrol
    to query the Db, as simpel as it comes. However, I get the followingexception
    when I try to create the new DBControl:
    java.lang.AssertionError
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTab
    les(DbControlWizardUtil.java:268)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTab
    lesAndViews(DbControlWizardUtil.java:223)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.step.PickMethodsStep$4.run(Pick
    MethodsStep.java:299)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
    atjava.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:197)
    atjava.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :150)
    atjava.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :140)
    at java.awt.Dialog.show(Dialog.java:538)
    at com.bea.ide.ui.wizard.WizardDialog.show(WizardDialog.java:117)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizard.runWizard(DbCon
    trolWizard.java:96)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.FileNewDbControlWizardAction.do
    Action(FileNewDbControlWizardAction.java:58)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.launc
    hWizard(DbControlWizardDocHandler.java:87)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.creat
    eNewFile(DbControlWizardDocHandler.java:72)
    atworkshop.shell.wizards.NewFileWizard.getDisplayURI(NewFileWizard.java:232)
    at workshop.shell.actions.file.FileNewAction$1.run(FileNewAction.java:111)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
    atjava.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:197)
    atjava.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    What's interesting is that it works well for the default dbcontrols ofcgDataSource
    and cgSampleDataSource. The connection pool and the datasources werecreated successfully
    in the server. Its the workshop that seems to be complaining.
    Anyone face this problem?

  • WTK2.5 (beta) problems with emulator interaction

    Hi,
    My problem is like this; I have a number of items in a form, and when I'm pressing the arrows on the emulator to switch between the different Items, one click is emulated as two clicks.
    So if I have two elements, Start and Stop, only one of them will ever be able to be selected (the one that was selected by default)..
    Has anyone experienced anything like this? If so, did you find a solution to it?
    The application works fine in WTK2.2 btw.
    Thanks in advance!
    -Frank

    Thanks for the tip, Mihai. I tried a few examples and they all seemed to work fine. After going through the source I was given, I traced the problem back to a method being called twice, with result of "simulating" an extra keypress!
    But after fixing that method, it seems like it's working.
    Thanks for all your help!
    Problem solved, case closed! (for now anyway :-) )

  • Java SDK 1.5.0 beta problems with enough RAM

    Hello,
    The SDK runs on a opteron (64 bit) with 6 GB RAM. I installed j2sdk-1_5_0-beta-linux-amd64.bin for this machine. When I start to run an application then 3 GB RAM (3 GB "-Xmx3g) it works. But when I try to launch the app with more than that, I get the following message
    "Error occurred during initialization of VM
    Incompatible initial and maximum heap sizes specified"
    and when I try to to specify with 3.5 GB ("-Xmx3500m") I get the message:
    "Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 32744 bytes for ChunkPool::allocate. Out of swap space?"
    What is the problemwith that... no idea...

    are you sending the "-d64" option to invoke the 64 bit data model? might help...
    -Spinoza

  • Firefox 13 beta: problems with new-tab page

    I'm using Firefox 13 beta. The new-tab page is an awesome feature, but it does not work well.
    When i'm visiting sites it does not changes. It still like this: http://img195.imageshack.us/img195/2474/56130e74e4b842268628eba.png
    If I restart Firefox, the new-tab page will have some sites, but with no thumbnails, like this: http://img822.imageshack.us/img822/8289/74eadf18095b43a39696159.png
    Sorry for my bad English.

    I deleted the content of the cache folder, and now it seems to work.

  • CRVS2010 Beta - Problems with CR for VS2010

    I just installed Crystal Reports for VS2010 beta2, but I can't create a new crystal report from the VS2010.
    It only displays a .mht file that informed "Crystal Reports for Visual Studio 2010 is a free download and so on..."
    I guess it is a matter of language: my SO and VS2010 versions are both in italian.
    Do you have any suggestion or should I wait november when the final CR version wil be available? (and this final version will have the Italian localization? )
    Thank you for the answer
    Carlos
    Edited by: Don Williams on Sep 24, 2010 6:30 AM

    Second, the solution is it's BETA and is ONLY supported for English only OS's, is what you are going to find. Only option is to wait until it goes GA and supports all languages. Or set your OS to English and then you can use it.
    If you had done a search and read the various posts before posting this same question again you would have got your answer right away.
    Thank you
    Don

  • Problem with some virtual sites and WebDAV

    I have a handful of virtual sites on a snow leopard server that have WebDAV turned on to allows the owners of the site to update them. Things were working fine until this weekend when a site owner informed me he has having problems. I use Dreamweaver CS4 to edit sites and when I set them up, I add my admin account to the WebDAV realm allowed to Read/Write and update the site. I confirmed the problem that the owner was having and had the same problem with WebDAV on that site. I quickly checked several others and found that some work fine while others give me an error. Here is the error message I get from Dreamweaver.
    I checked the log files for the site and received no useful information. I also looked in /var/log for any entries with WebDAV (grep -i webdav *), and again get no useful information. I tried setting up a new site and got the same error. One thing that I did notice is that the site did not have it's ownership changed to _www and the other sites were and get a feeling that might be part of this. Changing the ownership of all files and directories to _www did not fix the problem.
    I'm mystified as to why it works for some sites and not others and am not sure where to go to debug this issue and get it working again.
    DNS seems to be OK on the server.
    minime:~ admin$ sudo changeip -checkhostname
    Password:
    Primary address     = 207.65.119.2
    Current HostName    = minime.theporch.com
    DNS HostName        = minime.theporch.com
    The names match. There is nothing to change.
    dirserv:success = "success"
    Thank you in advance for any help you can offer.

    I'm also having the same issue. I have a feeling its related to a problem with spaces and Java, assuming that the "Top Sites" is generated with some Java application.
    Maybe Septembers OSX update will help.

  • Problem with iOS7 : I have a message on my screen "This phone is not registred as a developper phone..." or something like that, can you help me because I download the iOS7 Beta even if I was not a developper. Thank you very much if you help me.

    Problem with iOS7 : I have a message on my screen "This phone is not registred as a developper phone..." or something like that, can you help me because I download the iOS7 Beta even if I was not a developper. Thank you very much if you help me.

    JaillotJb wrote:
    I download the iOS7 Beta even if I was not a developper.
    if you downloaded it and are not a developer, then we are not allowed to help you here.  sorry.

  • Strange problem with Subviews on 1.0 Beta

    Hi,
    I'm having a strange problem with SubViews on 1.0 Beta. I'm not sure If I'm being stupid and have done something wrong, or if there's a problem here.
    My application is directly based on one of the examples, so the structure etc is almost identical. I've simplified the files below to avoid confusing the issue.
    The default landing page (greeting.jsp) looks like this:
    <%@ taglib declarations for HTML and CORE taglibs %>
    <HTML>
    <HEAD><title>Insulation Layer Demo</title></HEAD>
    <body bgcolor="white">
    <f:view>
    <jsp:include page="sysstatus.jsp" />
    <!-- other strictly HTML content -->
    </f:view>
    </body>
    </HTML>
    sysstatus.jsp looks like this:
    <%@ taglib declarations for HTML and CORE taglibs %>
    <f:subview id="SystemStatusView">
    <h:form id="systemStatusForm">
    <p><h:selectboolean_checkbox id="System1Available" value="#{SystemStatus.system1Available}"/>System 1<br/>
    <h:selectboolean_checkbox id="System2Available" value="#{SystemStatus.system2Available}"/>System 2</p>
    <p><h:command_button id="submit" action="success" value="submit" /></p>
    </h:form>
    </f:subview>When I view this page, the checkboxes all seem to work okay (in that their state is preserved across calls etc), but the formatting is very screwy. The resulting page looks something like:
    <chkbox1> <chkbox2> <Submit>
    System 1
    System 2
    <Other HTML content from greeting.jsp>When I look at the HTML source code being generated, it is genuinly being generated as above, that is, all the form tags first, and then the rest of the content. Interestinly, I tried adding a ${SystemStatus.system2Available} into the body text, and it was rendered as literal text (i.e. not evaluated as EL), which is very curious -- makes me wonder if the included file is included as text, rather than JSP, although the custom taglibs and <f:form> tags etc are not in the generated HTML.
    If I lift all the content between the <h:form> tags (inclusive) out of sysstatus.jsp and put it in greeting.jsp in place of the <jsp:include> tag, all is well.
    Any ideas? All help gratefully recieved!
    Thanks,
    Paul

    Personally, I think it is a bug in the rendering model of JSF itself because if you include any non-JSF tags, they don't get rendered according to my understanding of the what the spec says (in the location the tags are written).
    The only workaround that I could come up with is to use straight JSF tags in all of your layers. Things are then rendered the way that they "should" be rendered.
    You could try wrapping all of your HTML tags in <f:verbatim> tags and see if that helps.
    Good luck!
    David

  • I have a problem with the icon in the menu bar MacBooster Beta 3 I can not delete

    I have a problem with the icon in the menu bar MacBooster Beta 3 I can not delete
    www.advancedmaccare.com
    and installed and uninstalled the program and past cleanApp or ccleaner programs and nothing works
    <Link Edited By Host>

    Beta = buggy software.  You need to contact the vendor. 

  • LR4 Beta...another problem with using Lens Correction

    Not sure if it's me or the beta. I'm trying to do a lens correction on a file that was edited in CS5. The photos were taken in 2009/10. They are importing as Process 2012.
    I'm using the Lens Correction in manual. About 15 seconds after I start using the sliders, my LR stops working and I have to close the program (white outs the screen with the note saying the program has to be closed).
    I do know there can be problems with a beat so I wanted to post this problem in case it is a bug in the system.

    I have the same probem if I try to push the scale slider down below about 87%.  It is quite annoying when it keeps happening on the same photo. It's not something I use a lot but it can be necessary with tall buildings when the correction pushes the top out of the frame.
    JW

Maybe you are looking for

  • PDF printing with embedded HTML

    Hi all.... I am running Apex 4.0.2.00.07 on 10.2.0.4. I have a report that looks beautiful on a web page it's in in an interactive report with a 2 level grouping the data is 4 columns image, html table, image, html table The image is not stored in th

  • Problem  with Input Text Field

    I am trying to use the binding tag for a inputText field... The value of the text Field is a hashmap, in which the key is equal to the binding variable i have used <h:inputText id="ug" binding="#{userBean.ugclassCode}" rendered="true" value="#{userBe

  • Doubt about nls_language

    I don't understand the following situation (I don't undrestand very well how nls_lang parameters work): I have an 8.1.7. release database on a linux platfrom, these are the language parameters of both the db an the only instance: CSR>select * from nl

  • Hard Drive fails every 4 months

    I bought my MacBook in September. My HD had a mechanical failure in December and then again in April. The damage was so severe that I lost all my data both times. Is this a common problem with these drives (FUJITSU MHW2120BH), or could there be a pro

  • SQL Server 2008 R2 Native Client Silent Installation Failure

    Hi all, I'm trying to silently install SQL Server 2008 R2 Native Client using command prompt but I'm running into trouble with the IACCEPTSQLNCLILICENSETERMS=YES parameter. From command prompt, I'm trying to execute the following: msiexec /i "C:\Path