Cannot run BEA WebLogic 8.1 SP 3 with JDK 1.6

Hi,
Im using BEA Weblogic 8.1 SP3 trying to run a sample where a Robot from Kapow Mashup Server is called from a WebService hosted in the server.
The thing is that I keep getting a EJB Exception: : java.lang.NoClassDefFoundError: java/lang/StringBuilder (I attach the full exception below). I realised that by default the server uses the JDK which comes with the software (version 1.4) and that the class java.lang.StringBuilder is only available from JDK 1.5 onwards.
I have JDK 1.6 in my system, so in WebLogic -> Tools -> Application Properties -> JDK Home, I set that folder but still same exception occurs.
Through the Configuration Wizard I create a new “Basic WebLogic Server Domain” and in the step to configure the Java SDK I set the JDK 1.6 folder. However, when I try to start that server I get this error.
JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m
WLS Start Mode=Development
CLASSPATH=;C:\bea\WEBLOG~1\server\lib\weblogic_knex_patch.jar;C:\bea\WEBLOG~1\common\lib\log4j.jar;C:\bea\WEBLOG~1\server\lib\debugging.jar;C:\bea\WEBLOG~1\server\lib\knex.jar;C:\bea\WEBLOG~1\javelin\lib\javelin.jar;C:\bea\WEBLOG~1\server\lib\wlw-lang.jar;C:\ARCHIV~1\Java\JDK16~1.0_1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\ant\ant.jar;C:\ARCHIV~1\Java\JDK16~1.0_1\jre\lib\rt.jar;;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\WEBLOG~1\server\lib\webserviceclient.jar;C:\bea\WEBLOG~1\server\lib\webserviceclient+ssl.jar;C:\bea\WEBLOG~1\server\lib\xbean.jar;C:\bea\WEBLOG~1\server\lib\wlxbean.jar;C:\bea\WEBLOG~1\server\lib\xqrl.jar;C:\bea\WEBLOG~1\server\lib\netui\netui-compiler.jar;C:\bea\WEBLOG~1\server\lib\wli.jar;C:\bea\WEBLOG~1\server\lib\fop.jar;C:\bea\WEBLOG~1\integration\adapters\sample\lib\sample-eis.jar;
PATH=C:\bea\WEBLOG~1\server\bin;C:\ARCHIV~1\Java\JDK16~1.0_1\jre\bin;C:\ARCHIV~1\Java\JDK16~1.0_1\bin;C:\Archivos de programa\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Intel\DMIX;C:\Archivos de programa\HPQ\IAM\bin;C:\Archivos de programa\Java\jdk1.6.0_10\bin;C:\eclipseJava\plugins\org.apache.ant_1.7.0.v200803061910\bin;C:\Archivos de programa\Archivos comunes\Adobe\AGL;c:\Archivos de programa\Microsoft SQL Server\90\Tools\binn\;c:\matlab6p5\bin\win32;C:\Nokia\Update_Manager\bin;C:\Archivos de programa\QuickTime\QTSystem\;C:\Sun\jwsdp-2.0\jwsdp-shared\bin;C:\Archivos de programa\Kapow Mashup Server 6.3\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Intel\DMIX;C:\Archivos de programa\HPQ\IAM\bin;C:\Archivos de programa\Java\jdk1.6.0_10\bin;C:\eclipseJava\plugins\org.apache.ant_1.7.0.v200803061910\bin;C:\bea\WEBLOG~1\server\bin\oci920_8
* To start WebLogic Server, use a username and *
=== Debugging ===
This window is necessary for debugging code using WebLogic Workshop
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http:\\hostname:port\console *
starting weblogic with Java version:
Listening for transport dt_socket at address: 8453
Starting WLS with line:
C:\ARCHIV~1\Java\JDK16~1.0_1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -Dplatform.home=C:\bea\WEBLOG~1 -Dwls.home=C:\bea\WEBLOG~1\server -Dwli.home=C:\bea\WEBLOG~1\integration -Dlog4j.configuration=file:C:\bea\WEBLOG~1\common\lib\workshopLogCfg.xml -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=myserver -Djava.security.policy=C:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
Listening for transport dt_socket at address: 8453
<27-abr-2009 11H22' CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.0-b15 from Sun Microsystems Inc.>
<27-abr-2009 11H22' CEST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<27-abr-2009 11H22' CEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
WebLogic XMLX Module 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
WebLogic Integration 8.1 SP3 Wed Jun 30 14:05:38 PDT 2004 405464>
Stopping the Weblogic Workshop debugger...
Debugger Stopped.
Stopping Pointbase server...
Pointbase server stopped.
If I modify the settings of this new domain an pick a BEA Supplied SDKs, everything works just fine.
Someone can give a hand on that? It seems like Bea WebLogic 8.1 and JDK 1.6 are not compatible. Completely stacked here.
Regards.
Full Exception
EJB Exception: : java.lang.NoClassDefFoundError: java/lang/StringBuilder
at robosuite.wizard.jws5a1dbbea00000001.ApiKapowIN.toString(ApiKapowIN.java:141)
at java.lang.String.valueOf(String.java:2131)
at java.lang.StringBuffer.append(StringBuffer.java:370)
at com.bea.wlw.runtime.core.context.WlwThreadContext.logInvoke(WlwThreadContext.java:363)
at com.bea.wlw.runtime.core.context.WlwThreadContext.startInvocation(WlwThreadContext.java:608)
at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:414)
at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:248)
at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:198)
at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(SLSBContainerBean.java:103)
at com.bea.wlwgen.StatelessContainer_ly05hg_ELOImpl.invoke(StatelessContainer_ly05hg_ELOImpl.java:153)
at com.bea.wlwgen.GenericStatelessSLSBContAdpt.invokeOnBean(GenericStatelessSLSBContAdpt.java:62)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:160)
at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:100)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Dispatcher.java:49)
at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executePostRequest(HttpServerHelper.java:713)
at com.bea.wlw.runtime.core.dispatcher.HttpServer.doPost(HttpServer.java:49)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6456)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

Even if it is a very naive question but I just cannot get it worked, what do you mean by using jdk 1.5 on client side?
I guess client side is completely out of WLS so the jdk to be used on the client side is not set in the environment.
However, the Exception Im getting is on the server side, when it tries to run the code automatically generated from Kapow Mashup Server 6.3. That code is embedded in a jar file, but it seems it makes a call to the java.lang.StringBuilder class which as said before, it is only available from jdk 1.5 onwards.
Should I contact Kapow Mashup Server support to see how the sample code is generated or I am missing something?
Regards.

Similar Messages

  • ITunes 7.3.1 cannot run as it has detected a problem with your audio..

    Hey
    I installed iTunes 7.3.1 last night, and when I click to open it, a message comes up saying 'iTunes 7.3.1 cannot run as it has detected a problem with your audio configeration'
    Please help
    Thanks

    Hi,
    I got this message on the older version (7.3) of iTunes and then I got an error to do with runtime as highlighted in another thread.
    I used windows add/remove to uninstall iTunes and reinstalled the latest version.
    You could try re-installing the latest version.
    Cheers,
    Cofnchtr.

  • Cannot run because it has detected a problem with your AUDIO CONFIGURATION

    past few days been unable to open iTunes application - instead error message is displayed saying:
    iTunes cannot run because it has detected a problem with you audio configuration
    unsure how to solve this issue

    This error occured to me recently and i just simply restarted my pc and it was cured.
    The usual little volume icon that sits in the tray at the bottom right of my desktop had vanished and i couldnt play any music via itunes, win media player or any media player. But as i say a simple restart cured it.
    HP   Windows XP  

  • ITunes cannot run because it has detected a problem with your audio configu

    I just upgraded through the auto upgrade feature and, whilst iTunes was working perfectly before the upgrade it now refuses to start, displaying a dialog box with
    "iTunes cannot run because it has detected a problem with your audio configuration".
    Now, given iTunes was working perfectly beforehand what has caused this? I've tried restarting the PC, reinstalling the new iTunes from a fresh download, deinstalling and reinstalling the new version to no avail. I have now tried to reinstall the old version and I get the same error message.
    System is a WinXP / AMD64 / 2Gb RAM with an Edirol FA-101 firewire audio interface (still replays sounds via Windows Media player so it's not that!)
    Anyone got any ideas?

    Have a look at this article in the Apple Knowledge Base and let us know if it solves your problem.

  • ITunes cannot run because it has detected a problem with the audio config.

    I didn't make any audio changes, but since I startet up my laptop the last time there occures allways a warning pop up when I'm trying to open iTunes. The pop up contains the following message: "iTunes cannot run because it has detected a problem with your audio configuration".
    And there is just the possibility to click the "close" button on the pop up.
    So now uninstalled and re-installed the newest version of iTunes, but this didn't solve the problem. I allso searched through the audio settings in the control panel area. But I dind't find any false settings, or maybe I just don't know where the problem is.
    Does someone know what the problem could be. Or did someone have similar problems and found a way tosolve it?
    Could it be possible that another audio program such as winamp media player creates a problem for the startup of iTunes?
    Thanxx a lot for any helpfull replies, cheers sal

    typically, that error message is caused by a problem with your QuickTime. (itunes uses QuickTime for audio and video playback.)
    the following document may be of some assistance:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem

  • ITunes cannot run becasue it has detected a problem with your audio config

    Ok, so i've been running iTunes since March and have had no problems with it, until today. I get the message "iTunes cannot run becasue it has detected a problem with your audio configuration" now. There have been no changes that I have done to the PC. Dell has no info on this matter and I'm just hoping that someone out there may have an idea. Any help would be great.
    Dell XP 410   Other OS   Windows Vista

    that is typically caused by a problem with your QuickTime. (iTunes uses QuickTime for audio and video playback.)
    the following document may be of some assistance:
    iTunes 7 for Windows: iTunes had detected an audio configuration problem

  • ITunes cannot run because it has detected a problem with your audio conf

    Yesterday iTunes worked, today it does not. Now every time I try to start iTunes I get the following error:
    "iTunes cannot run because it has detected a problem with your audio configuration"
    I have not made any changes or installed any new applications.
    I reinstalled iTunes and still get the same error.
    Windows media player works fine. I am running XP/
    Help, Please
    powerspec   Windows XP  

    I had that SAME problem and didn't change anything either.
    I have XP sp2. The only change that may have been made was an automatic software update because I added Apple as a trusted source.
    I uninstalled iTunes and reinstalled it and now a large portion of my songs do not work. It is a random selection of them, by various songs and artists.
    What does seem strange is they all have a the same last modified date. I went through my iTunes and deselected every song that doesn't work and then sorted by date.
    See the screen caps here:
    http://justanotherfangirl.com/ituneserror1.jpg
    http://justanotherfangirl.com/ituneserror2.jpg
    http://justanotherfangirl.com/ituneserror3.jpg
    They all have the same date. A system restore to a previous date doesn't solve the problem.
    Does anyone know if this is solvable. I refuse to lose 40 bucks worth of songs.

  • Is weblogic 8.1 not compatible with JDK 1.5?

    Hi ,
    I am trying to run the weblogic 8.1 with JDK 1.5?
    Is it possible?Is it recommonded?
    I am getting the following exception at start up... I had changed the start up files to point to JDK 1.5.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUI
    D = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(Ljava.io.ObjectStreamClass;Ljava.lang.Class;Ljava.lang.ClassNotFoundExceptio
    n;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readArray(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.defaultReadFields(Ljava.lang.Object;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readSerialData(Ljava.lang.Object;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject()Ljava.lang.Object;(Unknown Source)
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:261)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Is weblogic 8.1 not compatible with JDK 1.5?
    Thanks in advance,
    Binu

    Hi,
    I was trying WL 8.1 SP4 and was trying to run some classe within a encyption security jar that requires jre1.6. So for this can I mapped it in server prop the higher version and referred it in sever config files but still I am having the same problem. The exception dump is given below .... any help from the BEA side will be appreciated.
    <Quote>
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    The WebLogic Server did not start up properly.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUI
    D = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1667)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1323)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
    at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:480)
    at javax.management.MBeanInfo.readObject(MBeanInfo.java:669)
    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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:261)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    <Unquote>
    Bye
    Bappa

  • Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Hi.
    This is definitely not supported, and I don't know that any work is scheduled in the future
    to support this JDK on WLS 5.1.
    Having said that, I was able to start WLS 5.1sp12 with JDK 1.4 with no errors. I didn't
    exercise any features, however.
    Regards,
    Michael
    Rakesh Gupta wrote:
    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • BEA WebLogic Commerce Server 3.5 with MS SQL Server 2000 as DB

    Ooops !
    Sorry but in my last mail I forgot to attach the file with the
    stdout log with the described example portal errors. Here is
    the message and the file.
    Davide Pozzi
    Hi to all.
    I have a problem using BEA WebLogic Server 3.5 (with service
    pack 1) with SQL Server 2000 as the database. I followed the
    instructions for SQL Server 7 included in the file readme.txt > in WLCS_35_DDLand the (thin) Web documentation on the
    subject. The I tried to run the example portal and the
    templates examples. All is working well apart from the fact
    that some data seem not to be taken from the database. For
    example the example portal lacks the news titles in the "News > Index" portletand the ads in the "AcmePromotion" portlet. In > the templates examples some logo
    are missing (the E-Business
    Control Center loads, but no campains or discounts, etc. are
    loaded). When I start the example portal, a lot of exceptions > arise. In theattached text file the stdout log of Commerce
    Server is reported.
    Can anyone tell me a hint to solve these problems ? There are > known problemssetting up SQL Server 2000 with Commerce Server > 3.5 ? I've seen that Commerce
    Server 3.5 is not yet certified > for SQL Server 2000, is BEA going to certificate
    it ?
    >
    Thank you in advance for any help.
    Davide Pozzi[errors.txt]

    Ooops !
    Sorry but in my last mail I forgot to attach the file with the
    stdout log with the described example portal errors. Here is
    the message and the file.
    Davide Pozzi
    Hi to all.
    I have a problem using BEA WebLogic Server 3.5 (with service
    pack 1) with SQL Server 2000 as the database. I followed the
    instructions for SQL Server 7 included in the file readme.txt > in WLCS_35_DDLand the (thin) Web documentation on the
    subject. The I tried to run the example portal and the
    templates examples. All is working well apart from the fact
    that some data seem not to be taken from the database. For
    example the example portal lacks the news titles in the "News > Index" portletand the ads in the "AcmePromotion" portlet. In > the templates examples some logo
    are missing (the E-Business
    Control Center loads, but no campains or discounts, etc. are
    loaded). When I start the example portal, a lot of exceptions > arise. In theattached text file the stdout log of Commerce
    Server is reported.
    Can anyone tell me a hint to solve these problems ? There are > known problemssetting up SQL Server 2000 with Commerce Server > 3.5 ? I've seen that Commerce
    Server 3.5 is not yet certified > for SQL Server 2000, is BEA going to certificate
    it ?
    >
    Thank you in advance for any help.
    Davide Pozzi[errors.txt]

  • RUn WLS 7 as Windows 2K service with JDK 1.4.1

    Has anyone able to get WLS 7 to run as Windows 2K service with JDK 1.4.1?

    NO -- the first product to support JDK 1.4 is WLS 8.1. Period.
    Wayne
    cdd wrote:
    Has anyone able to get WLS 7 to run as Windows 2K service with JDK 1.4.1?

  • Cannot run HP QTP 11 in integrated mode with Solution Manager 7.1

    Hi,
    I have setup qtp to work with solution manager 7.1. QTP works in standalone mode with no issues. as soon as I try and use it in integrated, i.e. launch qtp from solution manager, the message "failed to start external test tools quicktest professional" displays. When I click the back button the message "error during method call in OLE API" displays.
    Using qtp in integrated mode worked previously on the solution manager 7.1 system.  Since the solution manager 7.1 system was moved to a new datacenter it stopped working. I am not sure if this could have had an impact.
    I have tested qtp with several different solution manager boxes and it works perfectly in integrated mode. please advise what server side settings i need to consider to solve the issue.
    Sincerely,
    David
    Edited by: David Snyman on Mar 2, 2012 7:38 AM

    Hi Sida,
    Can you check SapLogon.ini file maintaining below location please.
    let me know it resolve the isse, can you forward your details to <email removed by moderator>
    looking forward your response.
    Regards
    Naveen
    File Location
    Use
    C:\Windows\saplogon.ini
    Enable QTP to identify the Solution
      Manager Server
    C:\Users\nav\AppData\Roaming\SAP\Common\saplogon.ini
    Auto log on to SAP Systems for testing
    C:\SAP\FrontEnd\SAPgui\saplogon.ini
    Set Record and Run settings in QTP for
      64 Bit OS
    C:\Program Files
      (x86)\SAP\FrontEnd\SAPgui\saplogon.ini
    Set Record and Run settings in QTP for
      32 Bit OS
    Message was edited by: Manish Kumar

  • Cannot run ms safety scanner or fix it with firefox only save button shown

    when I switched from IE to Firefox none of my ms safety scanner or fix it programs will run
    There is no option to run as with IE and I have tried over and over to locate them in files and run but no work
    I have to keep switching back to IE to get them to work even with anti virus off

    All Microsoft Fix It files are executables. For security reasons, you can't directly run programs. You can only save them and run them manually.
    By default, files are saved to your Downloads folder. If you put them somewhere else, you can locate them in the Library, Downloads section. See the following article for details.
    * [[Find and manage downloaded files]]

  • ITunes cannot run because it has detected a problem with audio configutatio

    I cannot open itunes at all. I keep getting the above message. I have checked my "sound, speech, audio" in the control panel and the only option in the default drop down is "Intel intergrated audio"
    iTunes has worked fine for several years, so I am not sure what happened. The icon is still on the screen so it hasn't totally deleted.
    How do I begin fixing this? Thanks in advance.

    Yes, actually I did try that (sorry I forgot to mention that) about 2 weeks ago. I put my itunes library and folder on my desktop, deleted quicktime and re-installed as per instructions.
    I am still getting the same error message. Did I miss a step or do I need to do something else?

  • Itunes cannot run because it has detected a problem with your audio config

    I have recently install the latest undates and since then I get the above erro message, so Itunes is not even starting now......I have removed it and reinstalled, no joy. I have removed it and install earlier versions, no joy. I have been though a setup instuctions on Apple page, default audio to headphones etc, no joy.......
    I need my music, if anybody has any ideas please let me know?
    Thanks
    Marcos

    Have you tried the instructions in this article?
    http://docs.info.apple.com/article.html?artnum=304424

Maybe you are looking for

  • Cisco WS-2960S-48TS-L does not work after firmware update

    Hello. After purchasing the Cisco WS-2960S-48TS-L decided to do a firmware upgrade using the CISCO NETWORK ASSISTANT. Unfortunately update failed. Currently the switch when you run can not load the system image. Since up to now I had to deal with the

  • BW:  Error during Delete Overalpping requests from a cube

    Hello, I am getting the following error in a process chain for the last few days when trying to do Delete Overlapping requests from a cube.   If I do a "repeat" the chain completes successfully.   The error I am getting is: Error when deleting reques

  • PDF Portfolio Search for keywords

    Hello all, I am trying to find out how you can search a pdf portfolio for keywords that I have added into pdf documents. I have added the keywords through the document properties window. It seems odd to be able to add keywords if you can't search for

  • New to Mac and Time Machine

    Hi Folks: I am one week into my first Mac. I have been a Linux user for decades and the transition to this new environment has not been difficult, in fact, it has been quite pleasant. I bought a MacBook air 13" and have set it up so I can do all my d

  • HT2534 this "none" payment button does not exist even for free software.

    this "none" payment button does not exist even for free software.