Error: no `server' JVM at `D:\jdk1.3\jre\bin\server\jvm.dll'

I am running WLCS 3.2 with WLS 5.1 & SP6 on an NT 4.0 system and the
java -version gives this output:
D:\WebLogicCommerceServer3.2>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
When I initiate WLCS using the startCommerce.bat file it complains this way:
Error: no `server' JVM at `D:\jdk1.3\jre\bin\server\jvm.dll'
So my question is what did I forget to do when I moved from JDK1.2.2 to JDK1.3?
This is probably an easy fix but it's late in the day and my brain
turned off a few hours ago so I'm gratefully asking here in the newsgroup.
Thanks in advance!
Hugo Penafiel
marchFIRST

I think the script starts JVM with -server option and you do not
have HotSpot server installed. Change -server to -hotspot or remove
it altogether.
Hugo <[email protected]> wrote:
I am running WLCS 3.2 with WLS 5.1 & SP6 on an NT 4.0 system and the
java -version gives this output:
D:\WebLogicCommerceServer3.2>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
When I initiate WLCS using the startCommerce.bat file it complains this way:
Error: no `server' JVM at `D:\jdk1.3\jre\bin\server\jvm.dll'
So my question is what did I forget to do when I moved from JDK1.2.2 to JDK1.3?
This is probably an easy fix but it's late in the day and my brain
turned off a few hours ago so I'm gratefully asking here in the newsgroup.
Thanks in advance!
Hugo Penafiel
marchFIRSTDimitri

Similar Messages

  • [javac] Error loading: C:\bea\jdk1.6.0_24\jre\bin\client\jvm.dll

    Hi,
    I was curious about the following error:
    [javac] Error loading: C:\bea\jdk1.6.0_24\jre\bin\client\jvm.dll
    Could someone let me know why this randomly occurs?
    Thanks

    >
    Thanks. Thats all the information I have on the error... Inquiring if anyone seen this before or know what could cause this.
    >
    If all you are inquiring about is whether anyone has seen that before then the answer is yes.
    If instead you want help finding out what is causing it in your case then you have to provide information about what it is you are doing when it shows up. Does it show up everytime you cold boot your computer? Only when you check you email?
    Give us the specifics.

  • VM container  error   \jkit\jre\bin\cvm\jvm.dll   on CRM 2007 IDES

    Hello All
    While activating the VM container  on CRM 2007 IDES by setting following parameter
    on instance profile
    vmcj/option/ps = 512M
    vmcj/enable = on
    mcj/option/maxJavaHeap = 200M
    vmcj/max_vm_heap_MB = 3672M
    the dispatcher gets shutdown with following error.
    <ES> 127 blocks reserved for free list.
    ES initialized.
    ERROR => DlLoadLib: LoadLibrary(F:\usr\sap\C26\DVEBMGS02\exe\jkit\jre\bin\cvm\jvm.dll) Error 126 [dlnt.c       237]
            Error 126 = "The specified module could not be found."
    LOCATION    SAP-Dispatcher wicomp05_C26_02 on host wicomp05
    ERROR       Java not available
    TIME        Mon Mar 10 20:54:27 2008
    RELEASE     700
    COMPONENT   Java VM Container
    VERSION     1
    RC          11
    MODULE      vmcjxx.c
    LINE        859
    DETAIL      cannot load library
                 F:\usr\sap\C26\DVEBMGS02\exe\jkit\jre\bin\cvm\jvm.dll (rc=-2)
    COUNTER     6
    ERROR => DpVmcInit: cannot load vm [dpxxvmc.c    196]
    DP_FATAL_ERROR => DpSapEnvInit: DpVmcInit
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    When analyzing the error
    LoadLibrary(F:\usr\sap\C26\DVEBMGS02\exe\jkit\jre\bin\cvm\jvm.dll) Error 126 [dlnt.c       237]
            Error 126 = "The specified module could not be found."
    It seems like the jvm.dll in the jkit directory is not valid.
    LoadLibrary(F:\usr\sap\C26\DVEBMGS02\exe\jkit\jre\bin\cvm\jvm.dll) Error 126 [dlnt.c       237]
            Error 126 = "The specified module could not be found."
    As per the  Note 901294 it is specified
    The jvm.dll library in the $(DIR_EXECUTABLE)\jkit\jre\bin\cvm\ directory was not delivered with kernel patch levels 31 and 32,.
    The same problem can also occur generally if you forget to implement the VMC components (cfw and jkit directories) for any kernel patch.
    So do you think we need to update the VMC components in jkit directory?. But my kernel patch number  is   52  and Support package level 12, so the above note is not applicable for us. Can you guys let me know how we can update the jkit directory or any other steps to fix this jvm.dll issue.
    I will reward full points for responses

    Guys
    Solved the issue. As I said cfw and jkit directories were missing on crm2007ides kernel directory. I  downloaded the kernel 7.00 133 and verified that jkit and cfw directories are present and then upgraded the kernel.
    Now the instance is starting and VM container is also working
    Edited by: Sahad K on Mar 20, 2008 7:05 AM

  • Java.lang.unsatisfiedlinkerror:c:\jbuilder9\jdk1.4\jre\bin\fontmanager.dll

    Hi there, could some of you help me here please, because I am really desperate. As you might have noticed by my topic I am using JNI, but I get an error when I want to make a simple form in java.
    I compiled my java program setp by step, I have an application with a simple frame in it, but when it wants to compile the frame constructor, I encounter this error:
    java.lang.unsatisfiedlinkerror :c:\java\jbuilder9\jdk1.4\jre\bin\fontmanager.dll
    The specified procedure could not be found.
    at java.lang.ClassLoader$NativeLibrary.load (Native Method)
    In fact I'm trying to get the HWND of a java frame via a native method in C++.
    Kind Regards
    Sirwah

    Try
    1. putting c:\java\jbuilder9\jdk1.4\jre\bin in your Windows path
    2. Setting JAVA_HOME environment variable to c:\java\jbuilder9\jdk1.4\jre
    OR
    3. Dirty shamefull workaround, last resort... copy fontmanager.dll to the directory you start your application from !
    regards,
    Owne

  • Error: Cannot run program "C:\Oracle\Middleware\jdk160_21\jre\bin\javaw.exe

    Hi
    I have created a sample Fusion Web Application(ADF) and created a test.jsp in viewcontroller with few components. I have started the integrated weblogic server and started successfully, but when I run test.jsp it is giving me the below error
    Error: Cannot run program "C:\Oracle\Middleware\jdk160_21\jre\bin\javaw.exe" (in directory "C:\Documents and Settings\chowdamr\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.jdeveloper\DefaultWorkspace"): CreateProcess error=267, The directory name is invalid.
    Initially this page is working successfuly.
    Please tell me whats the problem.
    Edited by: 858782 on May 13, 2011 5:28 AM

    There are some problems when JDev's system directory (e.g. the \system11.1.1.4.37.59.23 directory) is in a path that contains spaces (as it is in your case - C:\Documents and Settings\...). Move the system directory to a path without spaces and try again. The simplest way to move it is to start JDeveloper in a "single user" mode (use <tt>jdeveloper.exe -singleuser</tt>) which will create the system directory within JDev's home directory. Of course, if your JDeveloper is installed in a path containing spaces, it will not work either (for example, if JDev is in C:\Program Files\...).
    Have a look here for a more sophisticated approach for moving the system directory to another location:
    http://technology.amis.nl/blog/8387/change-the-jdeveloper-system-directory
    Dimitar

  • Runtime Error new Font(...) JDK1.4 Bug ?

    my code is ...
    JLabel la = new JLabel("str");
    la.setFont(new Font("Dialog",Font.PLAIN,13)); <======= error
    error message
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D1B1AA5
    Function=Java_sun_awt_font_GlyphList_discardData+0x6525
    Library=C:\j2sdk1.4.0\jre\bin\fontmanager.dll
    Current Java thread:
         at sun.awt.font.NativeFontWrapper.registerFonts(Native Method)
         - locked <06BEF150> (a java.lang.Class)
         at sun.java2d.SunGraphicsEnvironment.addPathFonts(SunGraphicsEnvironment.java:709)
         at sun.java2d.SunGraphicsEnvironment.registerFonts(SunGraphicsEnvironment.java:560)
         at sun.java2d.SunGraphicsEnvironment.access$000(SunGraphicsEnvironment.java:57)
         at sun.java2d.SunGraphicsEnvironment$2.run(SunGraphicsEnvironment.java:210)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.java2d.SunGraphicsEnvironment.loadFonts(SunGraphicsEnvironment.java:204)
         - locked <02F1D9E0> (a sun.awt.Win32GraphicsEnvironment)
         at sun.java2d.SunGraphicsEnvironment.mapFamilyName(SunGraphicsEnvironment.java:402)
         at java.awt.Font.initializeFont(Font.java:314)
         at java.awt.Font.<init>(Font.java:346)
         at PageMain3.getJLabel3(PageMain3.java:138)
         at PageMain3.getJPanel2(PageMain3.java:195)
         at PageMain3.initialize(PageMain3.java:232)
         at PageMain3.<init>(PageMain3.java:39)
         at PageMain3.main(PageMain3.java:249)
    Dynamic libraries:
    0x00400000 - 0x00406000      C:\j2sdk1.4.0\bin\java.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\System32\ntdll.dll
    0x77D80000 - 0x77DDB000      C:\WINNT\system32\ADVAPI32.dll
    0x77E50000 - 0x77F33000      C:\WINNT\system32\KERNEL32.DLL
    0x77D10000 - 0x77D80000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
    0x6D330000 - 0x6D442000      C:\j2sdk1.4.0\jre\bin\client\jvm.dll
    0x77DE0000 - 0x77E44000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.DLL
    0x77520000 - 0x77550000      C:\WINNT\System32\WINMM.dll
    0x75DF0000 - 0x75E0A000      C:\WINNT\System32\IMM32.DLL
    0x6D1D0000 - 0x6D1D7000      C:\j2sdk1.4.0\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      C:\j2sdk1.4.0\jre\bin\verify.dll
    0x6D210000 - 0x6D228000      C:\j2sdk1.4.0\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      C:\j2sdk1.4.0\jre\bin\zip.dll
    0x6D000000 - 0x6D0F6000      C:\j2sdk1.4.0\jre\bin\awt.dll
    0x777B0000 - 0x777CD000      C:\WINNT\System32\WINSPOOL.DRV
    0x77A20000 - 0x77B16000      C:\WINNT\system32\ole32.dll
    0x6D180000 - 0x6D1D0000      C:\j2sdk1.4.0\jre\bin\fontmanager.dll
    0x6C650000 - 0x6C656000      C:\WINNT\System32\MCD32.DLL
    0x6E280000 - 0x6E286000      C:\WINNT\System32\INDICDLL.dll
    0x73400000 - 0x73418000      C:\WINNT\System32\imekr98u.ime
    0x785C0000 - 0x78802000      C:\WINNT\system32\SHELL32.DLL
    0x70BD0000 - 0x70C1C000      C:\WINNT\system32\SHLWAPI.DLL
    0x716F0000 - 0x7177A000      C:\WINNT\system32\COMCTL32.DLL
    0x778F0000 - 0x77913000      C:\WINNT\system32\imagehlp.dll
    0x72920000 - 0x7294D000      C:\WINNT\system32\DBGHELP.dll
    0x68BD0000 - 0x68BDB000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Fri May 24 19:49:10 2002
    Elapsed Time = 2
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)
    I'm beginner ~ HELP ME!!!!!
    have a nice day~

    i find problem
    problem occur by con.disconnect()
    why?

  • Diiferences between bin/client/jvm.dll and bin/server/jvm.dll

    Hello,
    A basic question about the jvm.dll library :
    I can't find any document explaining the difference between bin/client/jvm.dll and bin/server/jvm.dll both locatedin the j2sdk directory.
    Therefore, I don't really know which one I should use with tomcat run as a service.
    Thanks for your help .
    -- gregory

    I found the answer here:
    http://java.sun.com/javase/6/webnotes/install/jre/README
    under-> Redistributable JDK(TM) Files
    it states:
    jre\bin\server\
    On Microsoft Windows platforms, the JDK includes both
    the Java HotSpot(TM) Server VM and Java HotSpot Client VM.
    However, the Java SE Runtime Environment for Microsoft Windows
    platforms includes only the Java HotSpot Client VM. Those wishing
    to use the Java HotSpot Server VM with the Java SE Runtime
    Environment may copy the JDK's jre\bin\server folder to a
    bin\server directory in the Java SE Runtime Environment. Software
    vendors may redistribute the Java HotSpot Server VM with their
    redistributions of the Java SE Runtime Environment.

  • Error: no `server' JVM at `C:\Program Files\Java\jre1.5.0_10\bin\server\jvm

    I'm getting this error while running under windows XP pro version 2002 SP2. I got the same error running either jdk 1.6 or JDK 1.5.0_10. It seems like the JVM that I installed does not support the -server option.
    Is there anything that I should do during the installation?
    Thanks for any help.

    I've read that copying jvm.dll into the a newly created server directory, would resolve the problem. My impression is that copying the dll into the server directory would just be aliasing the client. I would expect that there be a different server dll not just a copy of the client.
    I was wondering why we have to jump through hoops @ the commandline to enable the "-server" option. I've installed the JDK w/ Netbeans- no server installation option or directory when installed, installed JRE - no server installation option or directory when installed.
    The prev post is rather old. Has anythig changed? Am I to copy the jvm.dll into a newly created server directory?? Has "-server" functionalliy been folded into "-client"?? Can anybody tell me how to get "-server" to obtain server performance????
    Regards,
    Monty
    Edited by: CuriousJorj on Feb 24, 2008 10:15 AM

  • Error: "No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'" when local build

    Hello SDN!
    I want to build CRM ISA 5.0 application locally thru NWDS. This application uses Development Component technology. In the NWDI server track for this application has a build variant "default" with key "com.sap.jdk.home_path_key" and value for this key "JDK1.4.2_HOME".
    When I try to build it locally I've got an error:
    Error: com.sap.tc.buildplugin.util.BuildPluginException: No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'
         at com.sap.tc.buildplugin.JavaMacroContextProvider.setupJavaCompiler(JavaMacroContextProvider.java:235)
         at com.sap.tc.buildplugin.JavaMacroContextProvider.setupJavaEnvironment(JavaMacroContextProvider.java:180)
         at com.sap.tc.buildplugin.JavaMacroContextProvider.execute(JavaMacroContextProvider.java:35)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.prepareTechnologySpecificData(PrepareContextBuildStep.java:187)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.setupBuildFileCreatorContext(PrepareContextBuildStep.java:95)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.execute(PrepareContextBuildStep.java:56)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         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:324)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:6004)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Error: Build stopped due to an error: No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'
    I've created system environment variables JDK_HOME_PATH, JAVA_HOME and JDK1.4.2_HOME pointed to C:\j2sdk1.4.2_17. In NWDS parameter "Installed JREs" pointed to C:\j2sdk1.4.2_17. Nothing effect.
    How to build this application locally?
    Regards, Lev

    Hi All,
    the JDK_1.4.2_HOME must be set not as an environment variable or a VM parameter, but it must be set for the CBS service.
    See the guide which -- among others -- also covers this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f
    - On 640/700 you can reach the CBS service settings from the Visual Admin.
    (http://help.sap.com/saphelp_nw70/helpdata/EN/53/75b3407e73c57fe10000000a1550b0/frameset.htm)
    - as of 710 you find it here:
    http://<host>:<port>/nwa u2013 Configuration Management u2013 Infrastructure u2013 Java System Properties u2013 Component Build Service
    (notice the SAP note: #1451364 - Modification of CBS service properties disabled in NWA
    http://service.sap.com/sap/support/notes/1451364)
    Some further hints:
    - BUILD_TOOL_JDK_HOME = <path to highest JDK>
    - JDK_HOME_PATHS = JDK1.3.1_HOME=<path of jdk131>;JDK1.4.2_HOME=<path of jdk142>;JDK1.5.0_HOME=<path of jdk150>JDK1.6.0_HOME=<path of jdk160>;default=<path of the JDK as default>
    Some simple rules with examples:
    - for BUILD_TOOL_JDK_HOME you simply enter the path to your JDK, e.g.: /opt/IBMJava2-amd64-142
    - for JDK_HOME_PATHS you have to follow the scheme "key=value" e.g.: JDK_1.4.2_HOME=/opt/IBMJava2-amd64-142
    - for BUILD_TOOL_JDK_HOME you always specify the highest JDK,
    - for JDK_HOME_PATHS you list the available JDKs.
    - JRE is not allowed, specify always JDK!
    Best Regards,
    Ervin

  • I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.

    I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.  Thanks

    sandyzotz wrote:
    Other wise, I probably best return for a refund and get a Samsung.
    Unlikely.  Based on the complete lack of detail of the issue provided it is entirely possible the same issue would occur.
    Unless and until the user provides some actual details of the problem, there is nothing the indicate that the issue is with the iPhone.

  • I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded"

    I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded".  Any advice on what I can do in order to watch this movie that I rented a couple of weeks ago?

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • Upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy

    Hi All,
    upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy button.
    This is the issue which I am facing while working with SharePoint 2010. In a sharePoint 2010 document library I am having an excel file and I am trying to open it from Windows 7 and is office 2010.
    I cam e across few suggestion as mentined below but unable to find the location where to do
    Go to Resource Policies > Web >
    Rewriting > Custom Headers > (if 'Custom Headers' is not visible, click
    Customize on the right top to enable the view).
    Create a new policy with the Resource as <fully qualified domain name of the SharePoint server:*/*> (for example https://sharepoint.juniper.net:*/* ).
    Create the action as Allow Custom Headers.
    Apply the settings to the required roles.
    Please suggest.

    Hi rkarteek
    All things you have to do is as follows:
    1. Open regedit.exe
    2. Naviagate to following key:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Common\Internet]
    3. Click Edit Menu -> New -> DWORD with name of "FSSHTTPOff"
    (without quotes)
    4. Click on "FSSHTTPOff" and enter value of 1
    5.
    Close any Office Applications and browser sessions
    6. Try to reopen your document (no more read only or failure to upload)
    have a nice day!

  • Out of Office error: 'Your automatic reply settings cannot be displayed because the server is currently unavailable. Try again later.'

    Hi,
    This is my first post in the forums. Please forgive me if it's in the wrong category or if it's not posted correctly in any way.
    I'll try and give you below as much information about the problem we have here as I can.
    What we have:
    - an on-premises Windows 2012 Standard server that is the PDC, DNS and DHCP server;
    - a second Windows 2012 Standard server with the sole purpose of hosting our Exchange 2013 CU7 server;
    - Windows 7 PCs with Office Home and Business 2010 v.14.0.7143.5000 (32-bit);
    - Outlook 2010 connects through Outlook Anywhere (mail.ourdomain.com).
    The problem:
    If trying to set up Out of Office through Outlook on the client PCs, we'd get an error message: 'Your automatic reply settings cannot be displayed because the server is currently unavailable. Try again later.' Interestingly, it does work normally for some users.
    It works fine for all users if done through OWA.
    Tests performed:
    User 1 on PC1 has the problem. User 2 on PC2 doesn't have the problem. Both users are members of the same security groups.
    - setting up User 2 on PC 1: the problem exists;
    - setting up User 1 on PC 2: the problem exists;
    - setting up a second Outlook profile on PC2 within User 2's domain account (the one that works), for the same User 2: the problem still exists!
    I haven't been able to set up an Outlook account that works since this issue was discovered, although there are existing Outlook accounts that do not have the issue.
    Let me also point out we have another issue we are working on and which may or may not be related: the Autodiscover function in Outlook doesn't work. Test E-mail AutoConfiguration results in 'Autoconfiguration was unable to determine your settings!'.
    I can see postings in the Internet of other people having the same problem with OoO, but couldn't see a solution that fits my case: some existing accounts in Outlook are fine, other are not and newly created profiles of aforementioned working accounts do not
    work. The majority of the articles/threads I read suggest recreating the Virtual Directories in Exchange, but we did that just a month ago (when troubleshooting the Autodiscover problem) and besides if the problem is in the Virtual Directories, I would expect
    it to affect all accounts.
    Any help in resolving this problem would be greatly appreciated. Please let me know if you need other details.
    Apologies if the posting is not in the right place or not done properly - I'm still learning.

    The IIS log files on the CAS might tell you something. Depending on how your proxy server handles NAT the IP address of your connection might be from the proxy server instead of your client.
    In any case, a tool like Fiddler (http://www.telerik.com/fiddler) can be extremely helpful in working on problems like this because it can decode the SSL traffic on the client and you can see what's being sent
    and what's being received.
    Another thing to check (although it's unlikely to be your case) is whether or not your browser (when you try connecting to the autodiscover URL) thinks it's in the "Internet" zone. the "Local intranet", or at a "Trusted" site.
    The domain names you use on machines on your LAN should be excluded from being proxyed. Anything with "." in the name will be set, unless excluded, to the proxy server.
    Is the time correct on the client machine? Is it more than 5 minutes different to the Exchange machines and domain controllers? That'd be something that would cause Kerberos to fail.
    A certificate can be a problem if its expired or if it doesn't have the correct names. But I wouldn't worry about the uglog.com domain just yet. Until you get the Autodiscover working with the SCP you have bigger problems.
    If you've never used a WPAD file then don't worry about it. It's very useful if you have a complex network and you want to manage how browsers connect to servers. For example, if you have multiple proxy servers the each manage a different set of names, an/or
    if some names should bypass proxy servers entirely and just connect directly. If run a strictly Microsoft network with only Microsoft product that you can manage with GPOs (and you can enforce those GPOs on every machine -- even the BYOD ones) you probably
    don't need a WPAD.
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Error calling report FRM-41213 unable to connect to Report Server

    Hi,
    I have installed Oracle Database 10g R2 and Oracle Developer 10gR2.
    I installed it in both Windows 2000 SP4 and Windows XP SP2.
    I would like to call a Report using a button inside Oracle Form.
    I create my own Report Server, using : rwserver server=repsrv
    A Java-based window appear OracleAS Reports Sevice, and showed that repsrv is ready.
    In Form (inside a button -> WHEN-BUTTON-PRESSED) :
    1. Using RUN_REPORT_OBJECT()
       rep_id := find_report_object('REPORT10');
         if not id_null(rep_id) then
           v_rep := run_report_object(rep_id);
         else
              message('Null');
       end if;
       a. If I did not specify the name of the Report Server in Reports node of Form's property object
    (I leave it blank)
    The following error appear :
    FRM-41211: Integration error, SSL failure running another product
    b. If I specify the name of the Report Server : repsrv
    The following error appear :
    FRM-41213: Unable to connect to Reports Server repsrv
    2. Using WEB.SHOW_DOCUMENT()
    a. If did not I specify the server name in the parameter
    WEB.SHOW_DOCUMENT('http://localhost:8889/reports/rwservlet/getjobid'|| SUBSTR(v_rep,INSTR(v_rep,'_',-1)+1)||'?'||,'_blank');Another web browser appear and the following error appear :
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    b. If I specify the server name in the parameter --> server='repsrv'
    WEB.SHOW_DOCUMENT('http://localhost:8889/reports/rwservlet/getjobid'|| SUBSTR(v_rep,INSTR(v_rep,'_',-1)+1)||'?'||'server=repsrv','_blank');Another web browser appear and the following error appear :
    REP-51002: Bind to Reports Server repsrv failed
    In Report :
    If I try to navigate manually to :
    1. http://localhost:8889/reports/rwservlet using web browser.
    It showed OracleAS Report Services - Servlet Command Help page.
    2. http://localhost:8889/reports/rwservlet?userid=scott/tiger@orcl&report=D:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html
    The following error occured
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    3. Finally,
    http://localhost:8889/reports/rwservlet?server=REPSRV&userid=scott/tiger@orcl&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html
    The following error occured
    REP-51002: Bind to Reports Server repsrv failed
    4. Any attempt to different command (i.e showenv, showjobs, etc) seems failed
    If I did not specify the server then REP-51002: Bind to Reports Server rep_<computer_name> failed
    If I specify the server - 'repsrv' then REP-51002: Bind to Reports Server repsrv failed
    5. I have tried to use rwrun in command line.
    rwrun report="D:\My Documents\form\module1.jsp" userid=scott/tiger@orcl destype=file desformat=pdf desname="D:\My Documents\form\module2.pdf"
    The PDF file created and it looks exactly as the web layout as in Oracle Report Builder (Run Web Layout CTRL-R)
    Question :
    1. What supposed to be done?
    The Report server is ready, but the web browser seems unable to connect to Report Server.
    2. Can we used or call or executed an executable command line from Form (using PL/SQL inside button)?
    Any help would be grateful.
    Many thanks,
    Buntoro

    Hi,
    Problem solved.
    I got the solution from another post.
    Re: REP-51002: Bind to Reports Server rep failed
    Here are the step I did.
    Note : Please make backup for the following file : rwnetwork.conf
    - In file rwnetwork.conf, remove or commented the following
    <multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/>
    - And then uncommented
    <namingService name="Cos" host="%NAMING_HOST%" port="%NAMING_PORT%"/>
    - replace the
    %NAMING_HOST% with your computer name or specify an IP address
    %NAMING_PORT% with 14021
    It should look like this :
    <namingService name="Cos" host="blahblah" port="14021"/>
    - I did not change the : name="Cos", since I do not understand what does it for
    - Save you changes.
    - Start the OC4J.
    - Find the location of : namingservice.bat (on Windows platform)
    - execute in the command line : namingservice.bat 14021
    - finally start the report in the web browser
    Note:
    To shutdown the namingservice, use : namingservice.bat 14021 shutdown
    Regards.
    Buntoro

  • Can't save BISM file pointing to excel sheet (data source). ErrMsg: "There were errors found while validating the page: Cannot connect to the server or database."

    Hi,
    Me and a collegue is administrering our new enterprise BI portal in SharePoint 2013 (On Premise) and have a problem with using a specific Excel file including general ledger data as data source through a BISM file.
    This particular BISM file can't be saved without getting the error message "There were errors found while validating the page: Cannot connect to the server or database."
    BISM files against other Excel sheets and sources (for example SSAS tabular databases) works well.
    Can anyone help us pinpointing whats wrong here, this is a really important stakeholder in our organization requesting this reporting?
    Cheers!

    Hi E.SWARD ,
    My self created a Power pivot excel then i want to use this excel to create BI file . Still i am getting the same error . Pls help me to resolve this issue
    Cannot connect to the server or database.
    I am getting the similar error , if i use Tabular analysis server instance .
    Subhash

Maybe you are looking for