BEA-280101 warning while using Weblogic 10.3.3 on SPARC 64bit sun jvm

Hi all:
I got this warning when start Weblogic 10.3.3 on SPARC 64bit sun jvm
<BEA-280101> <The persistent file store "_WLS_xxxdomain" is forced to use buffered I/O and so may have significantly degraded performance. Either the OS/hardware environment does not support the chosen write policy or the native wlfileio library is missing. See store open log messages for the requested and final write policies. See the documentation on store synchronous write policy configuration for advice.>
I have checked that Native I/O is enabled,but it seems JMS can't find correct .so file
Any idea? Thanks in advance!
Best regards,
James

We are also getting the same error on a Linux 10.3.3 installation with 64bit jrockit
Red Hat Enterprise Linux Server release 5.5
Linux 2.6.18-194.3.1.el5 #1 SMP x86_64 x86_64 x86_64 GNU/Linux
Is that the correct driver? This is a default weblogic installation, what is missing so it uses the correct I/O method?
####<Jun 22, 2010 6:04:12 PM CEST> <Info> <Store> <server> <wlserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <12772226524
27> <BEA-280008> <Opening the persistent file store "_WLS_admdominio1" for recovery: directory=/weblogic103/user_projects/domain/servers/server/data/store/default requestedWritePolicy="Dire
ct-Write" fileLockingEnabled=true driver="NIO".>
####<Jun 22, 2010 6:04:12 PM CEST> <Warning> <Store> <wlserver> <wlserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277222652564> <BEA-280101> <The persistent file store "_WLS_wlserver" is forced to use buffered I/O and so may have significantly degraded performance. Either the OS/hardware environment does not support the chosen write policy or the native wlfileio library is missing. See store open log messages for the requested and final write policies. See the documentation on store synchronous write policy configuration for advice.>
Edited by: ezra-s on 22-jun-2010 18:46

Similar Messages

  • I am getting build error while using weblogic.appc

    Hi All,
    I am using weblogic 10 server and ejb 3.0 code .
    While ejb-complisation i am getting the class not found error.
    Please help me in resolving the below issue.
    ejb-compile:
    [echo] E:\workspace\OMGAdmin\OMGADMIN/omgAdminBuild/omgAdminEAR
    [java] Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/descriptor/BeanUpdateListener
    [java] at java.lang.ClassLoader.defineClass1(Native Method)
    [java] at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    [java] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [java] at java.lang.Class.forName0(Native Method)
    [java] at java.lang.Class.forName(Class.java:164)
    [java] at weblogic.logging.MessageLogger.<clinit>(MessageLogger.java:46)
    [java] at weblogic.logging.WLMessageLogger.log(WLMessageLogger.java:51)
    [java] at weblogic.j2ee.J2EELogger.logAppcFailedWithError(J2EELogger.java:5257)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:179)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:188)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Java Result: 1
    <target name="ejb-compile" depends="ejb-jar">
         <echo message="${project.EAR.dir}"></echo>
         <java classname="weblogic.appc" fork="yes">
    <sysproperty key="weblogic.home" value="${wl.home}"/>
    <arg line="-compiler javac ${project.EJB.dir}/omgAdminEJB.jar"/>
    <classpath>
    <pathelement location="${wl.dir.lib}\weblogic.jar"/>
    <pathelement location="${wl.dir.lib}\api.jar"/>
    <pathelement location="${wl.dir.lib}\wls-api.jar"/>
              <pathelement location="${project.EAR.dir}\utility.jar"/>
              <pathelement location="${project.lib}\log4j-1.2.13.jar"/>
    </classpath>
    </java>
         <copy todir="${project.EAR.dir}" >
    <fileset dir="${project.EJB.dir}" includes="omgAdminEJB.jar" />
    </copy>
         <delete>
    <fileset dir="${project.EJB.dir}" includes="omgAdminEJB.jar"/>
    </delete>
    </target>
    above script is my ant task for ejb compilisation
    Regd's
    Soma.

    Finally i am end up with this exception
    [java] Exception in thread "main" java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    [java] at weblogic.logging.MessageLogger.log(MessageLogger.java:104)
    [java] at weblogic.logging.MessageLogger.log(MessageLogger.java:116)
    [java] at weblogic.logging.WLMessageLogger.log(WLMessageLogger.java:51)
    [java] at weblogic.j2ee.J2EELogger.logAppcFailedWithError(J2EELogger.java:5257)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:179)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:188)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Caused by: java.lang.reflect.InvocationTargetException
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at weblogic.logging.MessageLogger.log(MessageLogger.java:101)
    [java] ... 8 more
    [java] Caused by: java.lang.NoClassDefFoundError: weblogic/management/DistributedManagementException
    [java] at java.lang.Class.getDeclaredMethods0(Native Method)
    [java] at java.lang.Class.privateGetDeclaredMethods(Class.java:2365)
    [java] at java.lang.Class.privateGetPublicMethods(Class.java:2488)
    [java] at java.lang.Class.privateGetPublicMethods(Class.java:2498)
    [java] at java.lang.Class.privateGetPublicMethods(Class.java:2498)
    [java] at java.lang.Class.privateGetPublicMethods(Class.java:2498)
    [java] at java.lang.Class.getMethods(Class.java:1406)
    [java] at weblogic.kernel.MBeanStub.initializeFromSystemProperties(MBeanStub.java:51)
    [java] at weblogic.kernel.LogMBeanStub.<init>(LogMBeanStub.java:41)
    [java] at weblogic.kernel.KernelMBeanStub.<init>(KernelMBeanStub.java:10)
    [java] at weblogic.kernel.KernelLogManager$LoggerMaker.<clinit>(KernelLogManager.java:22)
    [java] at weblogic.kernel.KernelLogManager.getLogger(KernelLogManager.java:28)
    [java] ... 13 more
    [java] Java Result: 1
    My Build file is
    <target name="ejb-compile" depends="ejb-jar">
         <echo message="${project.EAR.dir}"></echo>
         <echo message="${wl.modules.lib}\com.bea.core.descriptor_1.0.1.0.jar" />
         <echo message="${wl.dir.lib}\weblogic.jar" />
         <java classname="weblogic.appc" fork="yes">
    <sysproperty key="weblogic.home" value="${wl.home}"/>
    <arg line="-compiler javac ${project.EJB.dir}/omgAdminEJB.jar"/>
    <classpath>
    <pathelement location="${wl.dir.lib}\weblogic.jar"/>
    <pathelement location="${wl.dir.lib}\api.jar"/>
    <pathelement location="${wl.dir.lib}\wls-api.jar"/>
    <pathelement location="${wl.dir.lib}\wlclient.jar"/>
    <pathelement location="${wl.modules.lib}\com.bea.core.descriptor_1.0.1.0.jar"/>
              <pathelement location="${project.EAR.dir}\utility.jar"/>
              <pathelement location="${project.lib}\log4j-1.2.13.jar"/>
    </classpath>
    </java>
         <copy todir="${project.EAR.dir}" >
    <fileset dir="${project.EJB.dir}" includes="omgAdminEJB.jar" />
    </copy>
         <delete>
    <fileset dir="${project.EJB.dir}" includes="omgAdminEJB.jar"/>
    </delete>
    </target>

  • Environmental Varaiables to be set,while using Weblogic 10.0

    Hi,
    I am Anubhav Gulati from INDIA.I have BEA Weblogic 10.0 on my machine.
    I have made a servlet ,while i am trying to compile the class file it gives me error as:
    My file name is : SomeServlet
    SomeServlet.java:2: package javax.servlet does not exist
    import javax.servlet.*;
    ^
    SomeServlet.java:3: package javax.servlet.http does not ex
    import javax.servlet.http.*;
    ^
    SomeServlet.java:5: cannot resolve symbol
    symbol : class HttpServlet
    location: class SomeServlet
    public class SomeServlet extends HttpServlet {
    ^
    SomeServlet.java:6: cannot resolve symbol
    symbol : class HttpServletRequest
    location: class SomeServlet
    public void doGet(HttpServletRequest request,
    ^
    SomeServlet.java:7: cannot resolve symbol
    symbol : class HttpServletResponse
    location: class SomeServlet
    HttpServletResponse response)
    ^
    SomeServlet.java:8: cannot resolve symbol
    symbol : class ServletException
    location: class SomeServlet
    throws ServletException, IOException {
    ^
    6 errors
    According to me,I have to set the Environmental Variables for that(class path,path..)? So can you help me regarding this.
    BR//
    Anubhav Gulati

    You need to have the J2EE classes in your classpath while compiling. I've never worked with Weblogic so I don't know what the JAR is named. With Tomcat it's either servlet.jar or servlet-api.jar. A quick Google search suggests it's called 'weblogic.jar'. Use this in your classpath.

  • Special consideration for coding clients while using weblogic clustering

              Hi.
              I wanted to know whether there are any special consdirations to
              be taken while coding clients(servlets in our case) for EJBs when
              we are using clustering of App servers.
              In our setup, we are following the recommended 2-tier architecture
              for Weblogic5.1
              thanks and regards,
              Amol
              

    Amol wrote:
              > Hi,
              > adding a couple of points to the previous mail:
              > 1. In case of servlet failure after doXXX() method has been
              > called and before the method returns, if the app server
              > fails, will doXXX() be called again on the servlet in the
              > secondary server?
              > 2. How much time does it take for the servlet session on
              > one machine to be replicated on the second machine when
              > using in-memory replication.
              It depends on the size of the object and complexity.
              -- Prasad
              >
              > Thanks,
              > Amol
              >
              > "Amol" <[email protected]> wrote:
              > >
              > >Hi kumar (and everybody),
              > >
              > >Your opinion resolves the doubt i had in mind, since even
              > >WebLogic
              > >docs do not say anything about clustering affecting the
              > >coding
              > >of bean clients.
              > >
              > >However may I request you to please evaluate the same
              > >query with
              > >respect to the following conditions:
              > >1. The Session bean calls a stored proc on the db. After
              > >the call
              > >to stored proc and before the stored proc returns with
              > >the results,
              > >the app server fails.
              > >Here there could be two cases of interest, a) Stored proc
              > >does
              > >a write on db -OR- b) Stored proc does only a read on
              > >db
              > >2. The Session bean calls an Entity bean which "writes"
              > >to the
              > >db. The db write is successful, but before the entire
              > >call to the
              > >session bean is completed(that is before user gets his
              > >results)
              > >the Server fails. Now permanent changes have been made
              > >to the db,
              > >but client doesnt get the results.
              > >
              > >Please note the fact that we are using recommended 2-tier
              > >architecture
              > >and in this case server failure would imply failure of
              > >Servlet
              > >as well as the beans.
              > >
              > >Regards,
              > >Amol
              > >--------------------------
              > >
              > >Kumar Allamraju <[email protected]> wrote:
              > >>Absolutely not. Make sure the objects you are putting
              > >>in the session are
              > >>serializable.
              > >>
              > >>
              > >>
              > >>Amol wrote:
              > >>
              > >>> Hi.
              > >>> I wanted to know whether there are any special consdirations
              > >>to
              > >>> be taken while coding clients(servlets in our case)
              > >>for EJBs when
              > >>> we are using clustering of App servers.
              > >>>
              > >>> In our setup, we are following the recommended 2-tier
              > >>architecture
              > >>> for Weblogic5.1
              > >>>
              > >>> thanks and regards,
              > >>> Amol
              > >>
              > >
              Cheers
              - Prasad
              

  • Hyperion Workspace error ,while using weblogic as application server.

    Hi Experts !
    I have Hyperion 9.3.0 environment and
    I m using web logic 8.1 and facing problem in starting workspace .
    configuration with weblogic is successful but still error while open workspace :
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Please help me..
    Thank you

    Hello,
    Were you able to find any solutions to this problem. We are experiencing the same issue now.
    Thanks
    Srikanth

  • Warning while using session value

    while i include this section of code in my servlet
    HttpSession session=req.getSession(true);
    session.putValue("login",login);
    i get the following warning
    putValue(java.lang.String,java.lang.Object) in javax.servlet.http.HttpSession has been deprecated
    session.putValue("login",login);
    ^
    can anyone help me and explain why is this warning and how can i get through this
    thank you for ur time

    Use session.setAttribute(name, value) instead of putValue(name, value);
    session.getValue() & putValue() hasve been replaced by getAttribute() and setAttribute(). the parameters are same.
    Regards ,
    Karan

  • Exception in Server Logs : JMSCC0033 While using Weblogic 10.3.X and MQ 7

    Following exception is contuniously occuring in Weblogic Managed Server Logs after migrating to IBM MQ 7.
    com.ibm.msg.client.jms.DetailedIllegalStateException: JMSCC0033: A synchronous method call is not permitted when a session is being used asynchronously: 'acknowledge' The JMS specification does not permit the use of a session for synchronous methods when asynchronous message delivery is running. Create a separate session if you wish to use both synchronous methods and asynchronous delivery simultaneously.
         at sun.reflect.GeneratedConstructorAccessor43.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:516)
         at com.ibm.msg.client.commonservices.j2se.NLSServices.createException(NLSServices.java:313)
         at com.ibm.msg.client.commonservices.nls.NLSServices.createException(NLSServices.java:388)
         at com.ibm.msg.client.jms.internal.JmsErrorUtils.createException(JmsErrorUtils.java:104)
         at com.ibm.msg.client.jms.internal.JmsSessionImpl.checkSynchronousUsage(JmsSessionImpl.java:2375)
         at com.ibm.msg.client.jms.internal.JmsMessageImpl.acknowledge(JmsMessageImpl.java:1559)
         at com.ibm.jms.JMSMessage.acknowledge(JMSMessage.java:351)
         at weblogic.ejb.container.internal.MDListener$MDMessage.acknowledge(MDListener.java:802)
         at weblogic.ejb.container.internal.MDListener$1.run(MDListener.java:237)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.ejb.container.internal.JMSConnectionPoller.doPrivilegedJMSAction(JMSConnectionPoller.java:2473)
         at weblogic.ejb.container.internal.MDListener.putListener(MDListener.java:234)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:687)
         at weblogic.ejb.container.internal.MDListener.run(MDListener.java:744)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    You should check with IBM Support.
    http://www-01.ibm.com/support/docview.wss?uid=swg1IZ73363
    -Akshay

  • Warning while using KToolBar

    The midlet code compiles alright but when i try to run it this is what i get
    WARNING: Resource "Rsrc 58898" may be too large. Hotsync may fail.
    Wrote: c:\J2mewtk\wtklib\devices\PalmOS_Device\testDB.prc
    after printing this message the Palm OS emulator doesnt run the midlet. can anyone help me with this one.
    thank u

    [lcaffrey],
    If you are doing Java application development on a Palm, then you will need to focus your attention on these 2 specifications - the CLDC configuration and the MID profile. The CLDC/MIDP APIs will the 2 API sets that you will use in your development projects.
    The package within the MIDP API that provides a simple way of persistently store data, thus providing a simple record store database is the javax.microedition.rms package.
    There are some basic useful code samples that you can start off with:
    http://wireless.java.sun.com/midp/samples/index.html#db
    For your development environment, I will recommend downloading the J2ME Wireless Toolkit 1.0.3 (current version) as it provides a simple but complete environment to write, compile and package the code for your CLDC/MIDP java application for your Palm. If you install the Palm OS emulator and integrate it with the toolkit, you can test run your MIDlet application using the toolkit before actually deploying on a Palm device.
    The J2ME Wireless toolkit can be found at:
    http://java.sun.com/products/j2mewtoolkit/
    HTH and good luck with your project!
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • Getting "iPhone needs to cool down" warning while using Apple Maps

    I bought the iPhone 6 yesterday and today I used the Apple Maps navigation on it. Not 30 mins into the navigation I got following warning from the phone "iPhone needs to cool down". 30 minutes of GPS usage is not too much. This happened twice. Are other ppl. having the same issue or is it just my phone?
    Thanks,
    Anupam

    Hi, ganupam. 
    Thank you for visiting Apple Support Communities. 
    This alert can present itself because of multiple reasons.  This article provides an explanation of this alert and some common causes. 
    Keeping iPhone, iPad, and iPod touch within acceptable operating temperatures
    http://support.apple.com/kb/HT2101
    If you are still experiencing this issue and feel you need assistance, take a look at the article below. 
    Contact Apple for support and service
    http://support.apple.com/kb/HE57
    Cheers,
    Jason H. 

  • Encountering ClassCastException warning while using RichQuery component.

    I have used a RichQuery component in a JSF page. Whenever I click on the search button, I get following warning in the server log:
    WARNING: The type for "AND" prevents it from being compared to "AND".
    Aug 5, 2009 12:43:29 PM
    org.apache.myfaces.trinidad.component.UIXEditableValue compareValues
    WARNING:
    java.lang.ClassCastException: java.lang.String at java.lang.Enum.compareTo(Enum.java:20)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue.compareValues(UIXEditableValue.java:478)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue.validate(UIXEditableValue.java:180)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue._executeValidate(UIXEditableValue.java:515)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue.processValidators(UIXEditableValue.java:270)
    +...+
    Even though I am getting this warning, the query which I am searching for is giving correct results.
    I tried to debug the issue but unable to find the cause. Can anyone provide some pointers to the issue?

    I have used a RichQuery component in a JSF page. Whenever I click on the search button, I get following warning in the server log:
    WARNING: The type for "AND" prevents it from being compared to "AND".
    Aug 5, 2009 12:43:29 PM
    org.apache.myfaces.trinidad.component.UIXEditableValue compareValues
    WARNING:
    java.lang.ClassCastException: java.lang.String at java.lang.Enum.compareTo(Enum.java:20)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue.compareValues(UIXEditableValue.java:478)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue.validate(UIXEditableValue.java:180)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue._executeValidate(UIXEditableValue.java:515)
    at
    org.apache.myfaces.trinidad.component.UIXEditableValue.processValidators(UIXEditableValue.java:270)
    +...+
    Even though I am getting this warning, the query which I am searching for is giving correct results.
    I tried to debug the issue but unable to find the cause. Can anyone provide some pointers to the issue?

  • Exception while using weblogic datasource in ADF-BC app

    Hi,
    I want to use the weblogic datasource[JNDI name] as the datasource for my ADF BC application.
    I am following the "Configuring Your Application Module Database Connection" in the link
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcservices.htm#CHDJDBJB.
    I have done the following steps.
    1.Started weblogic server and configured a datasource[ex:testbcDS]
    2.In JDeveloper,navigated to 'Configuration' panel,edited the '**ModuleLocal' and changed the connection type to 'JDBC DataSource'.
    and Datasource Name to 'java:comp/env/jdbc/testbcDS'.
    3.In JDeveloper,wrote a stand alone Java client with the following snippet.
    public static void main(String[] args) {
    try {           
    String amDef = "oracle.communications.platform.bcapp.poc.app.AppModule";
    String config = "AppModuleLocal";
    ApplicationModule am = Configuration.createRootApplicationModule(amDef, config);
    ViewObject rscGroupVo = am.findViewObject("IfwRscGroupView1");
    rscGroupVo.executeQuery();
    4.On execution of this the following exception is being displayed in the console
    oracle.jbo.DMLException: JBO-27200: JNDI failure. Unable to lookup Data Source at context jdbc/testbcDS
    at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1418)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
    Please let me know if I have followed correct steps and let me know the missing/wrongs steps I have done.
    The same works fine when the connection type is 'JDBC URL'.
    Please suggest.
    Thanks,
    Praveen

    Hi,
    After your suggestion I created weblogic data source with name as 'jdbc/testbcDS'
    and JNDI Name as 'jdbc/testbcDS'.
    Still I get the same error.
    oracle.jbo.DMLException: JBO-27200: JNDI failure. Unable to lookup Data Source at context jdbc/testbcDS
    at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1418)
    Thanks,
    Praveen

  • Problem while using GDB to debug a binary generated with Sun's CC compiler

    When I compile any .cpp file with CC compiler using -g option:
    CC -g test.cpp
    and use GDB to debug, it works fine. However if I compile in two steps as in:
    CC -g test.cpp -o test.o
    CC -g test.o
    GDB complains and says "Debug Symbol not found"
    THis is definately not correct, however not sure if its a GDB Bug or SunCompiler Bug. I've checked on both forums however could not fin any such bug reported? Is it that I am missing on something ?
    Regards,
    Sumit

    Just in case it is not a misprint: first command for compilation in two steps is weird -- it's missing -c (compile) parameter. If it's not there, test.o would be executable, not object. From the other hand, linker seem to treat that as an error producing no output, so I consider lack of -c as an artifact of forum post.
    Now, to gdb complaints... I just tried to compile a tiny program using CC 5.9 (from Sun Studio 12) and debug it with gdb 6.4 (from Nexenta repository) and 6.6 (built from source). First one (6.4) didn't recognize a.out as an executable, second one (6.6) read a.out fine and I was able to debug it.
    So the point is it's all about versions. I don't know much about [recent] changes in gdb, but Sun Studio C++ compiler has only recently switch it's default debugging information format to DWARF, which gdb should understand. Previous version (5.8 from Sun Studio 11) produced stabs by default and this format was known to be incompatible with what GCC produces for GDB.
    If you have Sun Studio 11 (or earlier) you can try switching to dwarf by adding -xdebugformat=dwarf to C++ compiler command line. But if at all possible, I'd recommend you to upgrade to Sun Studio 12 (and probably latest gdb) and start from there.
    Also, dbx should be able to debug executables produced by Sun Studio compilers in any way and the transition from gdb to dbx might be easier, especially if you're on Solaris where all power of dbx unveils. Check out this table, it should help you to start using dbx:
    http://blogs.sun.com/dbx/entry/gdb_vs_dbx_commands_mapping
    And remember there's 'gdb on' command, which makes dbx accept some gdb native commands.

  • BEA-280101 on WLS 10.3.5 on Solaris 10 (64b) with JDK 1.6_24(32b)

    Hi,
    We get this error on starting the Admin Server instance:
    <25-may-2011 08H49' CEST> <Warning> <Store> <BEA-280101> <The persistent file store "_WLS_Server-Unica" is forced to use buffered I/O and so may have
    significantly degraded performance. Either the OS/hardware environment does not support the chosen write policy or the native wlfileio library is mi
    ssing. See store open log messages for the requested and final write policies. See the documentation on store synchronous write policy configuration
    for advice.>
    We check the Thread "BEA-280101 warning while using Weblogic 10.3.3 on SPARC 64bit sun jvm" and it's not my case, so... I search a good solution, but I don't find it.
    Can anybody helps me?
    Bond2

    Hi,
    Go to <Middleware_Home>\user_projects\domains\<SOA Domain>\bin\SetSOADomainEnv.cmd (or SetSOADomainEnv.sh if Linux) and add the -Djava.library.path to JAVA_OPTIONS as shown below;
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Djava.library.path=<Middleware_Home>\wlserver_10.3\server\native\win\x64 [Depending on whether your OS is Windows or Linux the path might slightly change]
    For additional information please refer to the following: http://sathyam-soa.blogspot.com/2011_04_01_archive.html

  • Weblogic.appc (weblogic 9.1) giving error while using with jdk 1.6

    hi,
    I am trying to build my ear using jdk1.6 with weblogic 9.1.
    I am getting this error while doing weblogic.appc using my ant scripts. Could some one pls let me know the solution for this problem.
    [java] Created working directory: c:\windows\TEMP\appcgen_gdoasis.jar
    [java] <02-Aug-2007 14:54:22 o'clock BST> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile yo
    ur application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    [java] javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be
    instantiated: java.lang.InstantiationException
    [java] at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
    [java] at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1345)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:431)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:292)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:95)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:113)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:55)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:151)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:162)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationExcept
    ion
    Thanks

    hi,
    I am trying to build my ear using jdk1.6 with weblogic 9.1.
    I am getting this error while doing weblogic.appc using my ant scripts. Could some one pls let me know the solution for this problem.
    [java] Created working directory: c:\windows\TEMP\appcgen_gdoasis.jar
    [java] <02-Aug-2007 14:54:22 o'clock BST> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile yo
    ur application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    [java] javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be
    instantiated: java.lang.InstantiationException
    [java] at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
    [java] at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1345)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:431)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:292)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:95)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:113)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:55)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:151)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:162)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationExcept
    ion
    Thanks

  • Problem while using BEA's Oracle Driver

    I am facing some problem while using preparedStatement.setNull while using Bea's Orale XA Driver, the same code works fine with oracle XA driver,
    Can any one plz help on this.
    Here the code
    String insertIntoTestRequestQuery = "Insert into A values(?,?,?)";
    PreparedStatement dbInsertStatement = connection.prepareStatement(insertIntoTestRequestQuery);
    dbInsertStatement.setLong(1, 3L);
    dbInsertStatement.setString(2,"test");
    dbInsertStatement.setNull(3,java.sql.Types.NULL);
    I am using Weblogic 9.2 with Oracle 9i
    here the Spy Log
    spy>> PreparedStatement[163].setNull(int parameterIndex, int sqlType)
    spy>> parameterIndex = 1
    spy>> sqlType = 0
    spy>> java.sql.SQLException: [BEA][Oracle JDBC Driver]The specified SQL type is not supported by this driver. ErrorCode=0 SQLState=HY004
    java.sql.SQLException: [BEA][Oracle JDBC Driver]The specified SQL type is not supported by this driver.
         at weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)
         at weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)
         at weblogic.jdbc.base.BasePreparedStatement.validateSqlType(Unknown Source)
         at weblogic.jdbc.base.BasePreparedStatement.setObjectInternal(Unknown Source)
         at weblogic.jdbc.base.BasePreparedStatement.setNull(Unknown Source)
         at weblogic.jdbcx.base.BasePreparedStatementWrapper.setNull(Unknown Source)
         at weblogic.jdbcspy.SpyPreparedStatement.setNull(Unknown Source)
         at weblogic.jdbc.wrapper.PreparedStatement.setNull(PreparedStatement.java:491)

    s. laxnars wrote:
    I am facing some problem while using preparedStatement.setNull while using Bea's Orale XA Driver, the same code works fine with oracle XA driver,
    Can any one plz help on this.
    Here the code
    String insertIntoTestRequestQuery = "Insert into A values(?,?,?)";
    PreparedStatement dbInsertStatement = connection.prepareStatement(insertIntoTestRequestQuery);
    dbInsertStatement.setLong(1, 3L);
    dbInsertStatement.setString(2,"test");
    dbInsertStatement.setNull(3,java.sql.Types.NULL);
    I am using Weblogic 9.2 with Oracle 9i
    here the Spy Log
    spy>> PreparedStatement[163].setNull(int parameterIndex, int sqlType)
    spy>> parameterIndex = 1
    spy>> sqlType = 0
    spy>> java.sql.SQLException: [BEA][Oracle JDBC Driver]The specified SQL type is not supported by this driver. ErrorCode=0 SQLState=HY004
    java.sql.SQLException: [BEA][Oracle JDBC Driver]The specified SQL type is not supported by this driver.
         at weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)
         at weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)
         at weblogic.jdbc.base.BasePreparedStatement.validateSqlType(Unknown Source)
         at weblogic.jdbc.base.BasePreparedStatement.setObjectInternal(Unknown Source)
         at weblogic.jdbc.base.BasePreparedStatement.setNull(Unknown Source)
         at weblogic.jdbcx.base.BasePreparedStatementWrapper.setNull(Unknown Source)
         at weblogic.jdbcspy.SpyPreparedStatement.setNull(Unknown Source)
         at weblogic.jdbc.wrapper.PreparedStatement.setNull(PreparedStatement.java:491)Hi. This is a known issue. Call official BEA support and open a case
    so you will be notified when a new driver will have the fix. In the
    meantime, if you set the Type to correspond to the DBMS's column type,
    it will work. In fact, I'll bet that if you just set the Type to VARCHAR
    it will work, regardless of the actual column type...
    Joe

Maybe you are looking for

  • OPEN DATA SET .. EXCEL OUTPUT

    Hello frnds, I had requirement to genrate a excel file ... In a given format. How should I ?? Preffered through Open data set .... Is it possible With Regards.

  • In the new Photos app how do you send a photo to the trash?

    The old "move to trash" facility in iPhoto is missing from Photos. How do you trash a photo from the library?

  • Trackpad issues fixed

    Reading with great interest the un working track pad issues in boot camp with Windows 7 64 bit. I was lost without the double tap etc. Found a post on google search that said something about a diamond icon in the task bar right side. It is the bootca

  • Bluetooth adapter for iPod Nano 6G

    Is it possible to stream music FROM an iPod Nano 6G to an iMac using a Bluetooth adapter dongle?  I'd like to wear my iPod nano as a watch, plug a Bluetooth adapter in, and play my music out of my imac's speakers if possible. Thanks!

  • Center page for any display resolution

    i want my page to display in the center of any display with any resolution. for example, when the window is smaller the page gets pushed over to the left. and when it is resized it stays in the center (full screen) here is a page that does what i am