JDev 10.1.2 error?

I'm receiving the following error in my UIX 10.1.2 application. Does anybody know what I've done wrong? It happens when my application navigates to a struts data-action.
500 Internal Server Error
java.lang.NoClassDefFoundError: oracle/jdeveloper/html/HTMLElement
     at oracle.adf.controller.struts.util.ErrorReporting.addError(ErrorReporting.java:78)
     at oracle.adf.controller.struts.actions.StrutsPageLifecycle.reportErrors(StrutsPageLifecycle.java:399)
     at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:270)
     at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:463)
     at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:150)
     at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
     at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].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.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)

Steve, I have tried to reproduce the problem, by starting new-from-scratch workspace. Everything worked fine except for one problem that is not related to this post but is in UIX Logout event and login-again problem
However, I did NOT get HTMLElement error even though I do not have BC4J HTML lib included in Model nor in ViewController.
I guess I will remain in dark until future release of JDev. We cannot afford to build our projects from scratch every time an issue like this arises. Even though we use CVS it might be impossible to track-down which code addition triggered an error (which may show-up in 'remote' area of application). So I guess I would have a request for enhancement. Is there a way to add optional but recommended notification in design time, which would notify (and possibly log) user what has been done (in the shadow) after certain (wizard) operation is performed? For example, if one would drag&drop a table on blank UIX form, JDEV would 'tell' user which files (if any) has been created and/or modified. Does this make sense?
Regards.

Similar Messages

  • When I am trying to run any OA page from jdev OA extension getting error

    when I am trying to run any OA page from jdev OA extension getting error
    When I am trying to run any OA page from jdeveloper, I am getting the following error.
    Failed to load "file:/D:/jdevhome/jdev/myprojects/oracle/apps/per/assistant/webui/SetupAssistantPG.xml" file.
    I felt the path of the file is wrong instead of D:/jdevhome, the path in above shows :/D:/jdevhome/jdev.
    I looked at the preferences and settings...but I could not get any clue to resolve this issue.
    Your help on thi issue is really appreciated.
    Thanks...

    Hi
    I am getting the same error.
    everything was running perfectly ..suddenly it started showing this error..i have checked JDEV_USER_HOME pointing to correct directory.
    but still it gives error as
    "file:/D:/development/jdevhome/jdev/myprojects/oracle/apps/pa/xxpa/assignment/webui/XXPAAssignResourcePG.xml" file.
    pls help

  • JDev 10.1.3 : Error running my first ADF application.

    I compiled and runned my first JDev application and I cound the following error during the connection :
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
    I found the same error in 10.1.2.1 and I solved it replacing the new JDBC driver with the old one !
    Should I do the same ?
    Tks
    Tullio

    You where right, the conversion left a "JClient Runtime" library.
    I eliminated it and I went back to the original error.
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:220)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:539)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:329)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
         at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
         at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
         at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:876)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1115)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5845)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:117)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:194)
         at oracle.jbo.server.ClConnectionStrategy.connect(ClConnectionStrategy.java:41)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:440)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:331)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7736)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3870)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2052)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1851)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2655)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:395)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:390)
         at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1533)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1491)
         at axioma.a4j.ap.servizi.client.ServiziClient.creaAmServizi(ServiziClient.java:588)
         at axioma.a4j.ap.servizi.client.ServiziClient.<init>(ServiziClient.java:42)
         at axioma.a4j.ap.servizi.client.ServiziClientInterattivo.<init>(ServiziClientInterattivo.java:16)
         at axioma.a4j.ap.dashboard.DsTavolo.<init>(DsTavolo.java:57)
         at axioma.a4j.ap.dashboard.DsTavolo.creaTavolo(DsTavolo.java:460)
         at axioma.a4j.ap.dashboard.StartUp.<init>(StartUp.java:22)
         at axioma.a4j.ap.dashboard.StartUp.main(StartUp.java:26)
    ## Detail 0 ##
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:648)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:434)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:189)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:539)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:329)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
         at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
         at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
         at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:876)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1115)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5845)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:117)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:194)
         at oracle.jbo.server.ClConnectionStrategy.connect(ClConnectionStrategy.java:41)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:440)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:331)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7736)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3870)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2052)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1851)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2655)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:395)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:390)
         at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1533)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1491)
         at axioma.a4j.ap.servizi.client.ServiziClient.creaAmServizi(ServiziClient.java:588)
         at axioma.a4j.ap.servizi.client.ServiziClient.<init>(ServiziClient.java:42)
         at axioma.a4j.ap.servizi.client.ServiziClientInterattivo.<init>(ServiziClientInterattivo.java:16)
         at axioma.a4j.ap.dashboard.DsTavolo.<init>(DsTavolo.java:57)
         at axioma.a4j.ap.dashboard.DsTavolo.creaTavolo(DsTavolo.java:460)
         at axioma.a4j.ap.dashboard.StartUp.<init>(StartUp.java:22)
         at axioma.a4j.ap.dashboard.StartUp.main(StartUp.java:26)
    This error seems to be related to the EnvInfoProvider and I found it in 10.1.2.1 .
    Using tester (wich uses a different infoprovider) it works with the same AM.
    I suspect something changed in jdbc driver (may be symply a default) wich TesterInfoProvider resets correctly but my code don't.
    Tks
    Tullio

  • Jdev 10.1.2 errors in making a project file/ repackaging into an ear file

    Hi Guys
    I am new to jdeveloper. I am using jdev 10g (10.1.2) for an old application modification and need help in running it.
    I used ear files to create a workspace which was consisted of two projects. One was myfiles.jpr and the other-one myfiles-ear.jpr. I went into the htdocs of myfiles.jpr and modified some of the jsp files in one of them. Can you please tell how to repackage it into an ear file.
    I tried to deploy it into an ear but I do not get the option for Deployment to an ear (right click on project, New, Deploy to an ear). I also tried to make the file and received a whole bunch of errors.
    please help.
    thanks!

    As far as I know repackaging always means recompile the Java classes. If you only have changed jsps, you can try to just change the original ear file and deploy this.
    Don't you have access to the original project or workspace?
    Timo

  • JDEV 9.0.3 error

    Hi there? Does anyone knows why I'm getting the error bellow in Jdev 9.0.3, each time I start a wizard???
    I've tried different objects with the same result for all them.
    Thanks
    Here:
    java.lang.NullPointerException
         void oracle.ideimpl.palette.PaletteImpl.populate()
              PaletteImpl.java:240
         void oracle.ideimpl.palette.PaletteWindowImpl.checkIfPopulated()
              PaletteWindowImpl.java:323
         void oracle.ideimpl.palette.PaletteWindowImpl.show()
              PaletteWindowImpl.java:364
         void oracle.jdevimpl.uieditor.UIEditor.onPreferredLayoutActivate()
              UIEditor.java:883
         void oracle.ide.editor.AbstractEditor.initializeActiveLayout()
              AbstractEditor.java:286
         void oracle.ide.layout.Layouts.activatePreferredLayout(oracle.ide.layout.LayoutSelector)
              Layouts.java:211
         void oracle.ideimpl.editor.EditorManagerImpl.fireEditorActivated(oracle.ide.editor.Editor)
              EditorManagerImpl.java:1650
         boolean oracle.ideimpl.editor.EditorFrameImpl.editorChanged()
              EditorFrameImpl.java:1360
         void oracle.ideimpl.editor.EditorFrameImpl.setEditor(oracle.ide.editor.Editor)
              EditorFrameImpl.java:612
         oracle.ide.editor.Editor oracle.ideimpl.editor.EditorManagerImpl.openEditorInFrame(java.lang.Class, oracle.ide.ad[i]Long postings are being truncated to ~1 kB at this time.

    Kinda looks familiar.. Maybe you have upgraded from a previous version of JDev to this one? If so, you should try and find some other threads regarding this matter, using the search. (I'm not entirely sure what steps were involved in solving the issue)

  • JDev CVS integration Compare error

    I have successfully integrated JDev 10g 9.0.5.0.0.1375 with a CVS server. When I attempt to compare two different versions in the history of an XML file using the "Compare...." option, the following class cast exception is thrown and the compare fails.
    Comparing 2 versions of any other type of file eg .java, .jsp works without errors.
    Any ideas?
    Many thanks
    Steve
    java.lang.ClassCastException: oracle.scm.diffmerge.result.impl.CompareResultElementImpl
         at oracle.scm.client.ui.components.compare.tree.CompareTreeComponent.install(CompareTreeComponent.java:211)
         at oracle.scm.client.ui.components.compare.tree.CompareTreeControl.install(CompareTreeControl.java:72)
         at oracle.jdeveloper.compare.CompareEditor.compare(CompareEditor.java:385)
         at oracle.jdeveloper.compare.CompareEditor.open(CompareEditor.java:318)
         at oracle.ideimpl.flateditor.EditorState.openEditor(EditorState.java:237)
         at oracle.ideimpl.flateditor.EditorState.createEditor(EditorState.java:141)
         at oracle.ideimpl.flateditor.EditorState.getOrCreateEditor(EditorState.java:87)
         at oracle.ideimpl.flateditor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java)
         at oracle.ideimpl.flateditor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:206)
         at oracle.ideimpl.flateditor.TabGroupState.createSplitPaneState(TabGroupState.java:113)
         at oracle.ideimpl.flateditor.TabGroup.addTabGroupState(TabGroup.java:230)
         at oracle.ideimpl.flateditor.FlatEditorManager.createEditor(FlatEditorManager.java:1174)
         at oracle.ideimpl.flateditor.FlatEditorManager.createEditorInFrame(FlatEditorManager.java:1147)
         at oracle.ideimpl.flateditor.FlatEditorManager.openEditorInFrame(FlatEditorManager.java:1078)
         at oracle.jdeveloper.compare.CompareAddin.showCompare(CompareAddin.java:157)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiff.compareRevisionsIntegrated(CVSOperationDiff.java:153)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiff.compareRevisions(CVSOperationDiff.java:137)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.doHistoryCompare(CVSOperationDiffAgainst.java:132)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.doitImpl(CVSOperationDiffAgainst.java:140)
         at oracle.jdeveloper.vcs.util.ClientAbstractCommand.doit3(ClientAbstractCommand.java:262)
         at oracle.jdeveloper.vcs.util.ClientAbstractCommand.access$2000071(ClientAbstractCommand.java:37)
         at oracle.jdeveloper.vcs.util.ClientAbstractCommand$1.run(ClientAbstractCommand.java:233)

    Hi Stephen,
    This is a known bug in the preview. You can either wait a few days for the production release, or download the following unofficial patch for preview:
    http://www.dubh.org/jdevpatches/905preview/patch3115078.zip
    (just extract the jar file contained in the above zip into your ${jdev.home}/jdev/lib/patches directory.
    Cheers,
    Brian
    JDev Team

  • Jdev setup test_fwklabsolutions page error

    Dowloaded p5455514_11i_GENERIC.zip. (correct patch for our current e-business configuration)
    Followed setup instructions by the letter. Trying to connect to test instance - copied dbc file from test instance apps server, put it into correct location on laptop for jdev.
    When attempting to test setup using test_fwklabsolutions.jsp get page error where the URL has an invalid port number and text on the error page which reads
    10061 - Connection refused
    Internet Security and Acceleration Server
    Technical Information (for support personnel)
    Background:
    The server you are attempting to access has refused the connection with the gateway. This usually results from trying to connect to a service that is inactive on the server.
    I am connected via broadband to a vpn, where the server instance I am trying to connect to normally would have a port no of 8013 - but when I substitute that manually into the URL I get file cannot be found page error
    Be grateful for any help at all!
    Jane :-)

    Dowloaded p5455514_11i_GENERIC.zip. (correct patch for our current e-business configuration)
    Followed setup instructions by the letter. Trying to connect to test instance - copied dbc file from test instance apps server, put it into correct location on laptop for jdev.
    When attempting to test setup using test_fwklabsolutions.jsp get page error where the URL has an invalid port number and text on the error page which reads
    10061 - Connection refused
    Internet Security and Acceleration Server
    Technical Information (for support personnel)
    Background:
    The server you are attempting to access has refused the connection with the gateway. This usually results from trying to connect to a service that is inactive on the server.
    I am connected via broadband to a vpn, where the server instance I am trying to connect to normally would have a port no of 8013 - but when I substitute that manually into the URL I get file cannot be found page error
    Be grateful for any help at all!
    Jane :-)

  • Deploying jdev appln to weblogic-Errors !Help Resolve

    while creating a new connection and deploying to it am gettin th following error
    Java Virtual Machine Launcher :Could not find the main class
    java.lang.NoClassDefFoundError: weblogic/Deployer
    Exception in thread "main" **** weblogic.deploy returned with non-zero exit status: 1
    **** weblogic.deploy returned with non-zero exit status: 1

    The weblogic.Deployer class is in the weblogic.jar file.
    Is the weblogic.jar in the Classpath. Also, add <J2SDK>/lib/tools.jar to the classpath which has the main class.
    thanks,
    Deepak

  • JDev 10.1.3 Errors BME-01605 and BME-99033 in Struts Page Flow

    Hi All,
    I get the following error when I choose the Data Page icon in Struts Page Flow and try to drag into the diagram. Any ideas???
    Thanks!!!
    java.lang.NullPointerException     at oracle.bm.diagrammer.registry.RBaseShape.setDefaultCore(RBaseShape.java:539)     
    at oracle.bm.diagrammer.shape.BaseDiagramShape.initProperties(BaseDiagramShape.java:450)     
    at oracle.bm.diagrammer.shape.BaseDiagramShape.initShape(BaseDiagramShape.java:322)     
    at oracle.bm.diagrammer.shape.BaseDiagramNode.initShape(BaseDiagramNode.java:291)     
    at oracle.adfdt.controller.struts.diagram.shape.StrutsActionNode.initShape(StrutsActionNode.java:68)     
    at oracle.bm.diagrammer.BaseDiagram.addShape(BaseDiagram.java:6913)
    at oracle.adfdt.controller.diagram.PageFlowDiagram.addShape(PageFlowDiagram.java:197)     
    at oracle.bm.diagrammer.BaseDiagram.addShape(BaseDiagram.java:6838)
    at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.doCreateNode(CreateRegisteredShapeTracker.java:715)     
    at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker$6.performAction(CreateRegisteredShapeTracker.java:297)
    at oracle.bm.diagrammer.LockMonitor.performLockedAction(LockMonitor.java:64)     
    at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(BaseDiagram.java:2429)     
    at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.processEvent(CreateRegisteredShapeTracker.java:279)     
    at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:403)
    at oracle.bm.diagrammer.track.TrackerStack.pop(TrackerStack.java:198)
    at oracle.bm.diagrammer.track.RectangularTracker.mouseReleased(RectangularTracker.java:441)
    at oracle.bm.diagrammer.track.ModularTracker.processEvent(ModularTracker.java:196)
    at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:389)
    at oracle.bm.diagrammer.BaseDiagramView$53.processEvent(BaseDiagramView.java:719)
    at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(PageView.java:2904)
    at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(PageView.java:3097)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    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)

    Never mind!!! I restarted Jdeveloper and now works!!!
    Sorry

  • JDev Ant 1.7 error

    JDeveloper 10.1.3.1 errors out while using ant 1.7 to build.
    Go to Project Properties->Ant->Options->Specify Ant Version
    and specify Ant 1.7 home as Ant Home. The build errors out with the following error.
    Would appriciate help on this. (I need to use Ant 1.7 to avail magic ant.build.javac.source property in javac task).
    BUILD FAILED
    java.lang.IllegalArgumentException
         at java.net.URI.create(URI.java:842)
         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:585)
         at org.apache.tools.ant.launch.Locator.fromURI(Locator.java:162)
         at org.apache.tools.ant.launch.Locator.getResourceSource(Locator.java:119)
         at org.apache.tools.ant.launch.Locator.getClassSource(Locator.java:90)
         at org.apache.tools.ant.Project.setAntLib(Project.java:313)
         at org.apache.tools.ant.Project.initProperties(Project.java:309)
         at org.apache.tools.ant.Project.init(Project.java:295)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:212)
         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:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Caused by: java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/Ant/apache-ant-1.7.0/lib/ant.jar
         at java.net.URI$Parser.fail(URI.java:2809)
         at java.net.URI$Parser.checkChars(URI.java:2982)
         at java.net.URI$Parser.parseHierarchical(URI.java:3066)
         at java.net.URI$Parser.parse(URI.java:3014)
         at java.net.URI.<init>(URI.java:578)
         at java.net.URI.create(URI.java:840)
         ... 18 more

    This looks like a bug in Ant itself when Ant or Java is installed in a path that contains spaces. See:
    http://issues.apache.org/bugzilla/show_bug.cgi?id=39295
    The bug is marked as fixed, but it's not terribly clear where (i.e. in which version) it's fixed. Can you make sure you have the latest Ant 1.7 release (there have been several betas / rcs) and see if it still reproduces? If not, you might want to update this bug with your findings.
    Thanks,
    Brian

  • Jdev human task addition error

    Hi All,
    I am trying to add a human task in a default project created in OIM. While I have defined a new task definition and all required task parameters, a null pointer exception is encountered when the task is attempted to be saved. I looked for similar issue on the forum and found few others have faced same problem but no solution has been recommended so far. Apologies I if overlooked any solution given already.
    Uncaught exception
    java.lang.NullPointerException
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.GeneralTaskIOHandler.modifySwitchNode(GeneralTaskIOHandler.java:1090)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.GeneralTaskIOHandler.saveChanges(GeneralTaskIOHandler.java:400)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.NewWorkflowComponent.saveChanges(NewWorkflowComponent.java:369)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.editors.workflow.GeneralTaskEditPage.saveChanges(GeneralTaskEditPage.java:98)
    o.tip.tools.ide.bpel.v1.designer.graph.nodeeditors.framework.AbstractActivityNodeEditor$PanelManager.saveChanges(AbstractActivityNodeEditor.java:203)
    o.tip.tools.ide.bpel.v1.plugins.plugins.oracleext.graph.nodeeditors.workflow.UserTaskPanelManager.saveChanges(UserTaskPanelManager.java:66)
    o.tip.tools.ide.bpel.v1.designer.graph.nodeeditors.framework.ApplyCancelPanel.handleOK(ApplyCancelPanel.java:164)
    o.tip.tools.ide.bpel.v1.designer.graph.nodeeditors.framework.ApplyCancelPanel.actionPerformed(ApplyCancelPanel.java:204)
    jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    j.a.Component.processMouseEvent(Component.java:6289)
    jx.s.JComponent.processMouseEvent(JComponent.java:3267)
    j.a.Component.processEvent(Component.java:6054)
    j.a.Container.processEvent(Container.java:2041)
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Appreciate your help!
    Thanks.

    Thanks Ravi for your response.
    I observed something strange today! I was adding the human task, I talked about yesterday, in switch condition on 'Approve' response. But when I added the same human task outside switch condition, it worked just fine. Is placing a human task in switch condition not a supported configuration?
    Use case: There are two levels of approver. Both the approver have different escalation critieria. In case of level 1 approver (beneficiary's manager), the task is required to be escalated to manager's manager. But in case of approver 2, no escalation is required.
    Since escalation is defined at global level in a task, I decided to create two human tasks and insert second one on 'Approve' response of first task.
    The second option that I am considering is - implement IDynamicTaskEscalationFunction interface to write a custom escalation java class and use it within same human task to skip escalations in case of approver 2 (not sure if this is possible, as I haven't implemented it before).

  • Error while opening BC4J objects in Jdev 10G

    I downloaded the jdev 10.1.3.3 version , copied the entire JAVA_TOP files to myclasses on my local machine. In the project content property i gave the path to myprojects.
    In the include section i included only oracle\apps\ego since these are the only files i need to modify.
    Now when I right click on one of the EOs in jdev, i get an error message that there are java errors in the underlying EOImpl.java and the wizard will open read only.
    I did not modify any files. These are all oracle shipped files. This happens with a few other objects. I am able to open some of the BC4J objects but some of them give me this error mesage.
    When I build the project , i do not see any errors, I am even able to run a page.
    What is wrong here. is it some missing library or do i need to include additional files/folders .. Please help
    thanks,

    I deleted the class files from myprojects and tried opening the EO but that din't help. I created a new project after deleting all the class files, even now i get the same error.
    I wonder if reinstalling jdev will solve the issue? I have only xml files in the myprojects folder but i keep getting the same message that there exist errors in the .java file under the myprojects folder.
    I'm not sure what's going on. Is there some cache that jdev is looking at.

  • Error when I startup JDev with Webcenter extension

    I'm using JDev Studio Edition Version 11.1.1.5.0 and when I start JDEV I get this error. I ignore the error and select to continue but I don't know if it could have an impact on my development.
    Aug 24, 2011 8:06:32 AM oracle.webcenter.portal.dt.config.PortalConfigUtil getPageTemplateFromConfig
    SEVERE:
    java.lang.NullPointerException
         at oracle.webcenter.portal.dt.config.PortalConfigUtil.getPageTemplateFromConfig(PortalConfigUtil.java:69)
         at oracle.webcenter.portal.dt.config.PortalConfigUtil.getDefaultPageTemplate(PortalConfigUtil.java:55)
         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:597)
         at oracle.webcenter.portalframework.sitestructure.preference.PortalPreferences.getDefaultPageTemplate(PortalPreferences.java:482)
         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:597)
         at oracle.adfdt.view.rich.util.ExpressionEvaluationUtils.evaluate(ExpressionEvaluationUtils.java:106)
         at oracle.adfdt.view.rich.util.ExpressionEvaluationUtils.evaluate(ExpressionEvaluationUtils.java:38)
         at oracle.adfdtinternal.view.rich.pagelayout.dynamic.DynamicPageTemplateUtils._getViewIdFromString(DynamicPageTemplateUtils.java:94)
         at oracle.adfdtinternal.view.rich.pagelayout.dynamic.DynamicPageTemplateUtils.getViewIdFromPageTemplate(DynamicPageTemplateUtils.java:50)
         at oracle.adfdtinternal.view.rich.pagelayout.grammar.PageLayoutElementDefProvider.getFixedAttributeElementDef(PageLayoutElementDefProvider.java:71)
         at oracle.bali.xml.grammar.resolver.GrammarResolver.getFixedAttributeElementDef(GrammarResolver.java:163)
         at oracle.bali.xml.metadata.DerivedXmlKey.createElementKey(DerivedXmlKey.java:125)
         at oracle.bali.xml.model.ModelValidationContext.performAdditionalValidation(ModelValidationContext.java:84)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:378)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:349)
         at oracle.bali.xml.validator.Validator.validateDocument(Validator.java:141)
         at oracle.bali.xml.validator.Validator.validateSubtree(Validator.java:85)
         at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3173)
         at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3104)
         at oracle.bali.xml.model.XmlModel.__initializationComplete(XmlModel.java:2479)
         at oracle.bali.xml.model.XmlContext._initializeModel(XmlContext.java:307)
         at oracle.bali.xml.model.XmlContext._setSourceModel(XmlContext.java:2127)
         at oracle.bali.xml.model.XmlContext.setModel(XmlContext.java:325)
         at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1533)
         at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1487)
         at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:172)
         at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:207)
         at oracle.bali.xml.addin.XMLEditorAddin._getXmlContext(XMLEditorAddin.java:1023)
         at oracle.bali.xml.addin.XMLEditorAddin.createPlugins(XMLEditorAddin.java:865)
         at oracle.ide.ceditor.CodeEditor.installPluginsRegistered(CodeEditor.java:2196)
         at oracle.ide.ceditor.CodeEditor.initializeEditor(CodeEditor.java:2099)
         at oracle.ide.ceditor.CodeEditor.setContext(CodeEditor.java:1420)
         at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:161)
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:95)
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
         at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:409)
         at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:969)
         at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1959)
         at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:406)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:430)
         at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:2022)
         at oracle.ide.layout.Layouts.activate(Layouts.java:814)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:195)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:728)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    To my best knowledge the message reads that you are missing a page template. So, unless you use this page template in your application/spaces, you should be OK. However, it also indicates that something went wrong WebCenter extension installation (it is probably one of standard page templates), so I'd be a bit worried what else could be wrong (concerning WebCenter Framework).
    Have you tried to reinstall the extension?

  • JDev "Connection error"

    Hi all,
    I am trying to use connection manager in Jdev to connect to oracle8i database on my pc but its giving me this error message:
    io exception connection refused(DESCRIPTION=(TMP=)(VSNUM =
    135290880)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=(12505)(EMFI=4))))
    Please help. I am new to Oracle and Jdev.

    Hi Charles
    See error description....
    &gt; oerr ora 12505
    12505, 00000, "TNS:listener could not resolve SID given in connect descriptor"
    // *Cause:  The SID in the CONNECT_DATA was not found in the listener's tables.
    // *Action: Check to make sure that the SID specified is correct.
    // The SIDs that are currently registered with the listener can be obtained by
    // typing "LSNRCTL SERVICES &lt;listener name&gt;". These SIDs correspond to SID_NAMEs
    // in TNSNAMES.ORA, or db_names in INIT.ORA.
    // *Comment: This error will be returned if the database instance has not
    // registered with the listener; the instance may need to be started.
    Chris
    PS: there's a JDev forum for JDev issues...

  • Jdev version problems .. please help!

    Hi ,
    I had devleoped a project using jdev 10g .. now need to open that project in Jdev 9i .. cant use jdev 10g anymore due to some issues..
    But when i try to open the project in JDev 9i , it gives a warning .. that the projects will be migrated and cant be opened with a lower version of JDEV ..
    Can anyone please help on this ! Its very urgent ..
    Regards,
    Preeti

    Preeti,
    As sumit suggested you try to fix the R12 error, else raise a SR with support and get fixed.
    Btw, Re: Regd JDEV set up .. error running default toolbox.jsp page
    is the thread you discussed about the R12 issue?
    Check the following, it may add some value for fixing your issue.
    1) Can you run the following URL in your R12 instance,
    http://<hostname>:<port>/OA_HTML/jsp/fnd/aoljtest.jsp
    and do the testings and see any error you are getting related to Guest user.
    2) Check the password for the Guest user,
    and use the same in the following query
    select fnd_web_sec.validate_login('GUEST','<PASSWORD FROM DBC FILE>') from dual;
    This should return "Y', If it returns "N', you need to change the password for GUESTin the database
    (More details check the metalink note - 458064.1)
    3) Are you able to login in your instance and access the pages without any error?
    Thanks.
    With Regards,
    Kali.
    OSSI.

Maybe you are looking for