Bugs in oc4j technology preview 2.0.0

hello,
I'm right now trying the technology preview of the new oc4j
(which can be downloaded from the oracle site).
I've encountered some bugs, should I post them to this forum, or
is there a special place for them?
Is this forum read by oc4j developers?
for a warming up, here is the first bug :)
the "exclusive-write-access" flag is ALWAYS set to "false",
regardless of if you set it to true or ignore it in orion-ejb-
jar.xml. the containers overwrites it after redeloyment
to 'false'. I have a lot of DB-access right now, bad, bad;)
Is there a workaround for this?
is the production release for oc4j 2.x already scheduled ?
Greetings from munich,
.thomas
hybris GmbH | Thomas Hertz
Frankfurter Ring 162 | Software Engineering
D-80807 M|nchen |
|
t +49(0)89 89065-0 | [email protected]
f +49(0)89 89065-555 | www.hybris.com
PGP: D070 5D86 BE2D C3AF E2CC D2D8 C29A 7F68 7407 629E

Hi,
I can reproduce the problem and if there isn't a filed bug
already I will file one. I'll get back with the bug number.
Thanks,
Andy
hello,
I'm right now trying the technology preview of the new oc4j
(which can be downloaded from the oracle site).
I've encountered some bugs, should I post them to this forum, or
is there a special place for them?
Is this forum read by oc4j developers?
for a warming up, here is the first bug :)
the "exclusive-write-access" flag is ALWAYS set to "false",
regardless of if you set it to true or ignore it in orion-ejb-
jar.xml. the containers overwrites it after redeloyment
to 'false'. I have a lot of DB-access right now, bad, bad;)
Is there a workaround for this?
is the production release for oc4j 2.x already scheduled ?
Greetings from munich,
.thomas
hybris GmbH | Thomas Hertz
Frankfurter Ring 162 | Software Engineering
D-80807 M|nchen |
|
t +49(0)89 89065-0 | [email protected]
f +49(0)89 89065-555 | www.hybris.com
PGP: D070 5D86 BE2D C3AF E2CC D2D8 C29A 7F68 7407 629E

Similar Messages

  • Oracle SOA Suite 11g Technology Preview 3 fails to install on OEL5

    I did everything up to this point (See below). Any ideas?
    Regards,
    Richard Catlin
    start-oc4j:
    [echo] ==Starting standalone oc4j. Check server log /home/rcatlin/jdeveloper/system11.1.1.0.22.47.96/o.j2ee/embedded-oc4j/log/startsoa.log.
    [echo] ==Waiting max 420 second(s) for startup of URL http://rcatlin-pc.:8888...
    [exec] Result: 7
    [echo]
    [echo] ***************************************************
    [echo] * Configuring SOA Infrastructure has FAILED. *

    Hi,
    there is a forum for JDeveloper / OC4J 11 related question
    JDeveloper and OC4J 11g Technology Preview
    Frank

  • Deploy war file in oc4j 11110 preview

    hi
    i created a simple project in jdev11.
    with the help of the reply i got from the previous post i created a WAR file of the project.
    Now im trying to deploy it using oc4j 11110 preview stand alone server.
    the steps i followed are.
    1. using the command oc4j -start, i could start the server and i got the Welcome page.
    2. with the help of the link http://www.oracle.com/technology/products/jdev/tips/muench/oc4j11gtp/index.html
    i installed the adf runtime libraries as it is said in the link and also made necessary changes in the server.xml file
    3. Then created a website as said in the in the form <websitename>-web-site.xml (like default-web-site.xml)and said its path in server.xml file
    4. then i deployied the war file in command prompt according to the command said in Read me file in the oc4j 11110 preview.and the message was shown in the command prompt that the application was deployed successfully
    5. i started the application. and the message was shown in the command prompt that the application was started successfully
    6. then restarted the oc4j server
    now the problem is that im not getting the page.its showing 404 page not found error in the browser.
    but there is no error show in the log file or in the command prompt.
    Can anyone help me with this.
    i tried deploying a war created using eclipse in the same way which is uising jdev10 components.and i could it and run it successfully.
    plz help me

    I've one question about this. I do all above things without problems and my application runs in remote machine well. But some compilation errors apears in server log, and I think that perhaps is because I can't found the following libraries:
    copy %JDEVHOME%\bc4j\lib\bc4j-svc-client.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\bc4j\lib\bc4j-svc-share.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\bc4j\lib\bc4j-svc.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\bc4jwizard.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\mod-bc4jimdomains.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\adfrcutils.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\connmbean.jar %OC4JHOME%\BC4J\lib
    And I can't copy this libraries to server. Anyone know where I can found it?
    Thanks
    Westh

  • War deployment in oc4j 11110 preview

    hi
    I tried to deploy and run a simple application i created in jdev11.but i was not successful.
    i installed the oc4j 11110 preview and also i have jdev11 in my system. set the oracle home as said in the Readme.txt file in oc4j 11110 preview installation directory.
    the steps i followed are.
    1. using the command oc4j -start, i started the server and i got the Welcome page in my browser using http://localhost:8888
    2. with the help of the link
    http://www.oracle.com/technology/products/jdev/tips/muench/oc4j11gtp/index.html
    i installed the adf runtime libraries as it is said in the link and also made necessary changes in the server.xml file
    3. Then created a website as said in the in the form <websitename>-web-site.xml (like default-web-site.xml)and said its path in server.xml file.
    4. then i deployed the war file in command prompt according to the command said in Read me file in the oc4j 11110 preview.and the message was shown in the command prompt that the application was deployed successfully
    the last few lines are
    08/1/18 10:34:01 Notification ==>Application Deployer for testing COMPLETES.
    Operation time: 5422 msecs
    5. i started the application using the command . and the message was shown in the command prompt that the application was started successfully
    the last few lines are
    08/1/18 10:34:36 Notification ==>Start completed for state manageable object: o
    c4j:j2eeType=J2EEApplication,name=testing ,J2EEServer=standalone
    6. then restarted the oc4j server
    7.in browser then i typed http://localhost:8888/testing (since i gave the deployment name as testing)
    now the problem is that im not getting the page.its showing 404 page not found error in the browser.
    but there is no error show in the log file or in the command prompt.
    Can anyone help me with this.
    In the application directory in the oc4j 11110 preview a folder is created called testing and my pages are also there.
    plz help me .
    rgds

    I've one question about this. I do all above things without problems and my application runs in remote machine well. But some compilation errors apears in server log, and I think that perhaps is because I can't found the following libraries:
    copy %JDEVHOME%\bc4j\lib\bc4j-svc-client.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\bc4j\lib\bc4j-svc-share.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\bc4j\lib\bc4j-svc.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\bc4jwizard.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\mod-bc4jimdomains.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\adfrcutils.jar %OC4JHOME%\BC4J\lib
    copy %JDEVHOME%\BC4J\lib\connmbean.jar %OC4JHOME%\BC4J\lib
    And I can't copy this libraries to server. Anyone know where I can found it?
    Thanks
    Westh

  • Workshop for WebLogic 10.0 Technology Preview  download url

    Workshop for WebLogic 10.0 Technology Preview
    What's new
    Based on Eclipse 3.2 and WTP 1.5
    Development for WLS 10.0
    Seamless migration of 9.2 projects
    The software is available for download at http://commerce.bea.com/products/weblogicplatform/weblogic_prod_fam.jsp
    cheers
    Raj

    Hi,
    I have recently upgraded from 8.1 version to weblogic 10.0.1 vesion. The new eclipse based IDE is really cool but major problem being the lack of visual editing of the JSP pages.
    I know there is is JSP visualization for workshop studio 10.2. But in my case i can use 10.0.1 version only.
    Is there any plugins for the upgrading my workshop to get these feature?
    Regards
    Vishnu

  • Oracle XSQL Servlet Page Processor 0.9.9.1 (Technology Preview)

    I trying XSQL Servlet in oracle8.1.6,Java Web Server.
    When I access http://localhost:8080/xsql/index.html
    I am getting this error.
    "Oracle XSQL Servlet Page Processor 0.9.9.1 (Technology Preview)
    XSQL-013: XSQL Page URI is null or has an invalid format."
    Any suggestion....
    null

    JWS is not one of the supported Servlet Engines in 1.0.0.0 please see the release notes for supported engines (there are lots of them).
    The XSQL 1.0.1.0 release will support and
    additional set of engines that cause XSQL-013 errors becuase the return null for
    the Servlet API call:
    req.getRealPath(req.getServletPath());

  • JDI on Technology Preview SAP NetWeaver 04 on Linux - how to get?

    Hi,
    I have sucessfully installed the server (SP7). However, I am missing the java development infrastructure (JDI). It does not seem to be part of the Technical Preview SAP NetWeaver 04 - SAP Web Application Server on Linux.
    From the book >Java-Programming with the SAP Web Application Server< I know, that one has to deploy the three software component archives
    (1) SAPDEVINFF.SCA
    (2) SAPDEVINF.SCA
    (3) SAPBUILDT.SCA
    I even have these archives from the DVD accompanying the book (SP9). I could deploy the archives (1) and (3). During deployment of the second archive I got the error message:
    Starting Deployment of tc/SL/CMS/PCS/DBSchema
    Deployment of tc/SL/CMS/PCS/DBSchema finished successfully (Duration 22407 ms)
    Starting Deployment of tc/dtr/dbschema
    Deployment of tc/dtr/dbschema finished successfully (Duration 13286 ms)
    Starting Deployment of tc.CBS.Appl
    Aborted: development component 'tc.CBS.Appl'/'sap.com'/'SAP AG'/'6.4009.00.0000.20041118204447.0000':SDM could not start the J2EE cluster on the host nw4host! The online deployment is terminated. JStartup Framework is not able to deliver an information about the cluster control instances! Please check the status of the J2EE Engine (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment of tc.CBS.Appl finished with Error (Duration 2538 ms)
    I tried the same with SP7 of those three archives (obtained from the service market place), with the same result.
    What am I missing here? Do I need a different version of the archive? If so, where do I get it?
    Or do I need to do some configuration, before I can deploy  this archive successfully? If so, what do I have to do?
    Thanks in advance for any help,
    regards
    Andreas

    Hi,
    thanks for the tip, Daniel. What do you mean by "the server is up"? I started sap with startsap nw4host, then opened the SDM tool RemoteGui.sh to deploy the archive.
    I investigated the problem a litte more. In order to start with a clean environment, I reinstalled the whole Technology Preview on Linux, as it is.
    Then I deployed the two archives
    SAPDEVINFF07_0-20000267.SCA
    SAPDEVINFF07P_1-20000267.SCA
    Then I shut down the server, rebooted the whole system, started the server (startsap nw4host). The software components are now
    sap.com        SAP-JEE        6.30 SP7 (1000.6.30.7.0.20040820035807)        SAP AG        20040826160743
    sap.com      SAP-JEECOR      6.30 SP7 (1000.6.30.7.0.20040820040111)      SAP AG      20040826160721
    sap.com      SAP_JTECHF      6.30 SP7 (1000.6.30.7.0.20040820040010)      SAP AG      20040826160723
    sap.com      SAP_JTECHS      6.30 SP7 (1000.6.30.7.0.20040820035906)      SAP AG      20040826160741
    sap.com      SAPDEVINFF      6.30 SP7 (1000.6.30.7.0.20040825044332)      SAP AG      20060325152504
    Then I tried to deploy the archive
    SAPDEVINF07_0-20000267.SCA
    The error is the same again, here in more detail from the log file:
    Mar 25, 2006 3:40:31 PM                                 SDMLogger [Worker #1] Info: Starting: Initial deployment: Selected development component 'tc.CBS.Appl'/'sap.com'/'SAP AG'/'6.3007.00.0000.20040720205437.0000' will be deployed.
    Mar 25, 2006 3:40:31 PM                                 SDMLogger [Worker #1] Info: SDA to be deployed: /usr/sap/NW4/DVEBMGS00/SDM/root/origin/sap.com/tc.CBS.Appl/SAP AG/6.3007.00.0000.20040720205437.0000/CBSAppl.ear
    Mar 25, 2006 3:40:31 PM                                 SDMLogger [Worker #1] Info: Software type of SDA: J2EE
    Mar 25, 2006 3:40:32 PM                                 SDMLogger [Worker #1] Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 25, 2006 3:40:34 PM                                 SDMLogger [Worker #1] Info: Starting cluster instance processes.
    Mar 25, 2006 3:40:34 PM                                 SDMLogger [Worker #1] Error: An error occured while starting a cluster instance!
    Mar 25, 2006 3:40:34 PM                                 SDMLogger [Worker #1] Error: JStartup Framework is not able to deliver an information about the cluster control instances!
    Please check the status of the J2EE Engine
    Mar 25, 2006 3:40:34 PM                                 SDMLogger [Worker #1] Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 25, 2006 3:40:34 PM                                 SDMLogger [Worker #1] Error: Aborted: development component 'tc.CBS.Appl'/'sap.com'/'SAP AG'/'6.3007.00.0000.20040720205437.0000':
    SDM could not start the J2EE cluster on the host nw4host! The online deployment is terminated.
    JStartup Framework is not able to deliver an information about the cluster control instances!
    Please check the status of the J2EE Engine
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Mar 25, 2006 3:40:35 PM                                 SDMLogger [Worker #1] Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    At the moment I am completely stuck. What is going wrong with the cluster instance process? How do I check the status of the J2EE engine?
    Thanks again for any help,
    regards,
    Andreas.

  • Download for latest Jdeveloper 11g Technology Preview - 3 :link not working

    Hi,
    I tried downloading the latest Jdev 11g Tech Preview - 3 from the link mentioned on the site : "Download Oracle JDeveloper 11g Technology Preview 3 - Java EE, SOA and WebCenter Development". But the page always times out.
    Is there an issue from my side here or someone else also facing the same problem ?
    Regards,
    Arun
    Message was edited by:
    Arun R

    Hi,
    Figured that the problem was because I was using Mozilla Firefox. It works with IE. ( But what about browser neutrality? ;) )

  • Fmt:formatDate from JSTL reveals bug in OC4J

    If you use the tag fmt:formatDate in a loop like this
    <c:forEach var="driver" items="${clientProxy.drivers}">
    <fmt:formatDate value="${driver.vertragsende}" />
    </c:forEach>
    the fmt:formatDate tag will call the method setLocale from ServletResponse for every iteration step. The result is that you have as many Content-Language headers as steps of the iteration.
    As you may have noticed I'm using a german locale and therefore if you have ten drivers you've got 10 response headers "Content-Language" with the value "de".
    For me a serious bug in OC4J. Is this bug known and/or is there a solution?
    I'm using JDeveloper 10g Version 9.0.5.2 build 1618 and JSTL 1.0.6.

    Repost

  • WARNING: workaround for critical clustering bug in OC4J

    I found a workaround for the HTTP clustering bug described in my previous posting of August 16, 2001 "Urgent: serious HTTP clustering bug in OC4J?" (http://technet.oracle.com:89/ubb/Forum99/HTML/000261.html)
    The workaround:
    When adding the <cluster config/> tag in orion-web.xml specify and ID (numeric) with no more than 9 figures. The autogenerated ID is longer (14 figures on my test system)
    and will cause the error.
    Luciano
    null

    burricall wrote:
    ..Did you find a solution?See [this post|http://forums.sun.com/thread.jspa?threadID=5426321&messageID=11001580#11001580].

  • Migrate to JDeveloper 11 Technology Preview 2

    Hi,
    I just downloaded JDeveloper 11 Technology Preview 2 . Now I tried to migrate my project from Jdev 10.1.3 bit that give an error saying only that it could not migrate the project.
    Does migration normally work? And how can I get more information about the error's during the migration?

    If I migrate, will my project have the new richclient look and feel like here?:
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/multiproject/adf-richclient-api/enhanced-tagdoc.html

  • Technology Preview SAP NetWeaver 04 for linux broken?

    Hi,
    I downloaded the "Technology Preview SAP NetWeaver 04 - SAP Web Application Server on Linux" from this site and followed the installation instructions.
    There were no problems during the server installation. Everything I tried so far worked.
    The installation of the SAP NetWeaver Developer Studio did not work however. During the 1st installation I got the message:
    c:\program files\common files\sap shared\sapchart.ocx
    c:\program files\adobe\designer 6.0\filesystembrowser.dll
    could not be installed. To view the log, open
    file://Y:\J2EELX1\IDE\setup\saplogvw.exe.
    Unfortunately I cannot find the the program saplogvw.exe.
    If I start the developer studio, I encounter two problems:
    I can change the perspective once, for instance to development configurations. From there I cannot change the perspective any more. In the console I get the error message:
    An error has occurred restoring the coolbar layout. java.lang.IllegalArgumentException: Argument not valid
    Unhandled exception caught in event loop.
    Reason:
    java.lang.NullPointerException
    Unhandled exception caught in event loop.
    Reason:
    java.lang.NullPointerException
    Unhandled exception caught in event loop.
    Reason:
    java.lang.NullPointerException
    Unhandled exception caught in event loop.
    Reason:
    java.lang.NullPointerException
    Unhandled exception caught in event loop.
    Reason:
    java.lang.NullPointerException
    Unhandled exception caught in event loop.
    Reason:
    java.lang.NullPointerException
    I did the 1st installation on a linux box with SuSE linux 9.0. The server is on the same box.
    Then I tried a 2nd installation of the developer studio on a laptop with windows 2000. The laptop is connected to the linux box though a local network. The installation went through without errors. I also can change the perspectives repeatedly without getting any exception. However, I cannot connect to the server. I set the message server parameters of the SAP J2EE engine to
    host: nw4host
    port: 3601.
    With tcpdump I can see, that the developer studio does not send any IP packets through the network, i.e. it does not try to connect to the server. And I cannot login, e.g. in the development configurations, because the "login" is disabled.
    With a browser, I can connect to the server, however.
    What did I miss?
    Thanks for any help in advance,
    Andreas.

    hi Andreas,
    The problem is with your UNPACKING of YOUR NWDS SAR File. i had similar problems when i unpacked the NWDS SP13 file. i guess the sapcar file was corrupted or the downloaded file was corrupted.
    but i down loaded NWDS SP14 and used <b>SAPCAR -XVF JIDE14_0-10002804.SAR</b> to unpack and install.
    Now i'm able to use the Studio fine.
    Regarding the second problem, you should point your J2EE server to the place where it is installed. And you should have the SDM password to deploy the applications in your server.
    Regards
    Ak.

  • New! Technology Preview SAP NetWeaver 04 - SAP Web Application Server on Lx

    Hi sdn gurus,
    two new SAP NetWeaver versions for Linux were uploaded since 26.01.07:
    New! Technology Preview SAP NetWeaver 04 - SAP Web Application Server on Linux SAP Evaluation  26 Jan 2007
    New! Technology Preview SAP NetWeaver 04S - SAP Web Application Server on Linux SAP Evaluation  26 Jan 2007
    Does anyone here know more about the installed components in that packages, like in the compare component matrix: https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    Can anyone post here which of the following components are pre-installed:
    SAP NetWeaver Development Infrastructure
    SAP NetWeaver Developer Studio
    SAP NetWeaver Portal with PDK
    Web Dynpro
    Visual Composer
    Content Management and Collaboration
    TREX
    SAP NetWeaver Business Intelligence Java SDK
    SAP Interactive Forms by Adobe
    Composite Application Framework
    Thank you....

    Hi Roman Doubrava,
    the Linux Version (Technology Preview SAP NetWeaver 04S)  contains the ABAP and the J2EE stack itself. It is a technical demo for evaluation purposes. There are no additional components shipped with the installation media. Besides, some of the components you mention only run on Windows, the SAP NetWeaver Developer Studio for example.
    Nevertheless you should be able to install SAP J2EE components (e.g. Portal) into you N4S Linux Testdrive. Just download the CD/DVDs from http://service.sap.com/swdc and try it out. I've already seen a Portal on top of the old NW4 (Netweaver 04) Testdrive.
    Best Regards,
    Hannes Kuehnemund

  • Bluetooth technology preview 2.1

    Hi,
    I'm looking to download Bluetooth technology preview 2.1. I have Mac os 10.1.5 and that is the most recent version I can run. Can anybody point to a place I can download it from? It
    looks like apple had pulled that download from their site Thanks.

    As suggested by the software title, that was just a technology preview, not final release software. It was really intended for developers to test before Apple rolled Bluetooth support into the next OS X Update.
    When Mac OS X 10.2 was released way back in August 2002, the Bluetooth technology preview would have been withdrawn, as fully finished, stable, non-beta Bluetooth support was included in 10.2.
    I've had a look all over the internet and cannot find an active link to the software you need.
    So, if you want to use Bluetooth with your Mac, you're going to have to upgrade the OS to at least 10.2.

  • Technology Preview 2 slow

    Technology Preview 2 is very slow to open files, to swintch between file tabs and even close files. This is normal?
    it's no hardware, i have 2GB RAM.
    Running Base Install (in jdk 1.5.0_12) in Windows XP.

    We still have some work to do regarding performance. I'm not sure from your description if what you are experiencing would be considered normal for this TP2 release.
    What do you mean by "very slow"?
    What kind of files are you opening/closing, and what editor is visible?
    Are you using source control or accessing files from a shared network server?
    Anything "unusual" about the files you are working with (for example, are they large files)?
    Sorry for all the follow-up questions, but we want to make sure we find and fix as many performance issues before production as we can. Thanks!
    --- Brian

Maybe you are looking for

  • Adobe Create pdf icon does not appear in Firefox 36.0.1

    I am using Windows 10 TP and have used Adobe Acrobat XI with Firefox for months now and have been able to click on the Adobe Icon on the FIrefox toolbar to convert web pages into an Acrobat file. In the last couple of weeks this icon has disappered b

  • OBIEE and Oracle OLAP Value Based Hierarchies

    Hi there... I have a value based dimension built on Oracle OLAP and want to map it on OBIEE Administration tool. I've been using the above link as reference: http://www.oracle.com/technology/obe/olap_biee/CreateBIEEMetadata.htm There's no option to i

  • Shared server environment

    I am configuring 10G init file...for a DB I saw a parameter dispatchers='(PROTOCOL=TCP) (SERVICE=BIGSPXDB)' I read this parameter should be used only in shared server environment.. Can anybody help me on 'how to find if the database is running in sha

  • Installed Mavericks and now my system partition needs repair

    Hi All, I upgraded to Mavericks yesterday, but after the install my MBP's performance/responsiveness was substantially degraded. Today (after reading posts from users experiencing similar issues on the forum) I ran disk utility. After verifying the d

  • How to Intergrate Report to Portal as a Portlet ?

    Hi, I have followed the document "Oracle Reports 9iAS Rel 2 (on Unix) : Integrating With Oracle Portal As a Portlet" to run our Reports in Portal. As my Portal is installed in a separated server from our database server, where the reports will query