ptverify works ok, but not diagnostic.bat

I am installing Webcenter Interaction with Portal on IIS and SQLExpress 2005 as the database. When I run the diagnostic tool, it gives me the following message


PORTAL_HOME = D:\Program Files\bea\alui\ptportal\10.3.0
Should PORTAL_HOME = D:\Program Files\bea\alui\ptportal\10.3.0
OpenLog: level of verbosity = 2
Initializing the system diagnosis OK.
Portal startup begins: 15 total tasks.
OpenLog: Inscribed the name of the application: ConfigInitialization (local machine only)
OpenLog: Inscribed the name of the application: portal. CHIRES35510.kghosh (local computer o)
EUL)
FATAL: #1 (InitPortalObjects) step 4 has not completed the task.
OpenKernel configuration failed. This usually means INVALID DATABASE SETTIN
DSM run ptconfig to verify your connection to the base. If this fails, check the w
access rights of the user of the application EB server to the file system. Finally, check
the XML settings files are not corrupt.

PortalObjectsFactory (.NET) initialization failed
RECOMMENDATION: Review the exception below for more details.
Since OpenKernel initialized correctly, that means usually only
the portal database isn't scripted or properly configured
or there is an installation problem associated with the .NET assemblies.
This may mean that find it in libraries is not on your path. Try
ptverify running.
com.plumtree.openkernel.exceptions.OKConfigException: error opening data source
URL: Host = CHIRES35510\SQLEXPRESS2005; Port = 2285; User ID = admin; Database = al
IDB; The size of the Pool of min = 2; Max Pool Size = 32; Clone of connection if necessary = true
to com.plumtree.openkernel.impl.db.DatabaseService.DoConnect () in e:\buildroo
t\Release\openmanagement\4.1.x\opendb\build\x86\src\csharp\com\plumtree\openkern
at com.plumtree.openkernel.impl.db.DatabaseService.init (IOKComponent configCo
mposante, IOKLogService ioklsMyLogService, IOKCounterSystem iokcsMyCounterSystem)
in e:\buildroot\Release\openmanagement\4.1.x\opendb\build\x86\src\csharp\com\pl
at System.RuntimeMethodHandle._InvokeMethodFast (Object target, Object [] argument
ENTs, SignatureStruct & sig, MethodAttributes methodAttributes, RuntimeTypeHandle
at System.RuntimeMethodHandle.InvokeMethodFast (Object target, Object [] argume
NTS sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwn
at System.Reflection.RuntimeMethodInfo.Invoke (Object obj, BindingFlags invoke
Attr, Binder binder, Object [] parameters, CultureInfo culture, Boolean skipVisib
at System.Reflection.RuntimeMethodInfo.Invoke (Object obj, BindingFlags invoke
at com.plumtree.openfoundation.reflect.XPReflect.InvokeMethod (Object target,
at com.plumtree.openfoundation.reflect.XPReflect.InvokeMethod (Object target,
to com.plumtree.openkernel.factory.AOKFactory.createAndInitializeInstance (Str
ING sClassName, String sAssemblyName, Object [] arrInitArgs) in e:\buildroot\Rele
ase\openmanagement\4.1.x\common\build\x86\src\csharp\com\plumtree\openkernel\fac
at com.plumtree.openkernel.factory.AOKFactory.createAndInitializeCachedInstan
This (String sClassName, String sAssemblyName, IOKComponent componentConfig, Type c
lsKey, Object [] arrInitArgs) in e:\buildroot\Release\openmanagement\4.1.x\common
at com.plumtree.openkernel.factory.AOKFactory.getInstance (IOKComponent compon
entConfig, Type clKey, String sClassName, String sAssemblyName, Object [] arrInit
Args) in e:\buildroot\Release\openmanagement\4.1.x\common\build\x86\src\csharp\c
at com.plumtree.openkernel.factory.OKDBFactory.getInstance (IOKContext icmCont
Ext) in e:\buildroot\Release\openmanagement\4.1.x\common\build\x86\src\csharp\co
at com.plumtree.server.impl.core.InternalSession.Init (IOKContext context) in
e:\buildroot\Release\portalserver\10.3.0.x\portalobjects\build\x86\src\dotnet\co
at com.plumtree.server.PortalObjectsFactory.Init (IOKContext context) in e:\bu
ildroot\Release\portalserver\10.3.0.x\portalobjects\build\x86\src\dotnet\com\plu
at com.plumtree.uiinfrastructure.application.startup.InitPortalObjects.InitPo
rtalObjectsStep() in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfrastruc
ture\dotnet\prod\src\com\plumtree\uiinfrastructure\application\startup\InitPorta
at com.plumtree.uiinfrastructure.application.startup.InitPortalObjects.execut
eStep (Int32 sequentialStepID) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\
uiinfrastructure\dotnet\prod\src\com\plumtree\uiinfrastructure\application\start
to com.plumtree.uiinfrastructure.application.AppWarmUp.LoopStartupTasks (Strin
g _strApplicationName, Boolean bPreflightForProgress) in e:\buildroot\Release\po
rtalui\10.3.0.x\ptwebui\uiinfrastructure\dotnet\prod\src\com\plumtree\uiinfrastr
at com.plumtree.uiinfrastructure.application.AppWarmUp.RunStartupTasks (String
_strApplicationName) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfras
tructure\dotnet\prod\src\com\plumtree\uiinfrastructure\application\AppWarmUp.cs:
at com.plumtree.uiinfrastructure.application.AppWarmUp.Init (String _strApplic
ationName) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfrastructure\do
at com.plumtree.uiinfrastructure.diagnostic.DiagnosticRunner.executeAllTestsW
ithoutPause() in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfrastructure
\dotnet\prod\src\com\plumtree\uiinfrastructure\diagnostic\DiagnosticRunner.cs:Li
to com.plumtree.uiinfrastructure.diagnostic.DiagnosticRunner.executeAllTests)
) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfrastructure\dotnet\prod
to com.plumtree.diagtool.diagnostic_net. Main(String[]_args).cs:line 123
Caused by: com.plumtree.openkernel.exceptions.OKDBException: SQLServer is unavai
lable or does not exist
to com.plumtree.openkernel.impl.db.DatabaseService.GetConnection () in e:\buil
droot\Release\openmanagement\4.1.x\opendb\build\x86\src\csharp\com\plumtree\open
kernel\impl\db\DatabaseService.cs:line 1374
to com.plumtree.openkernel.impl.db.DatabaseService.DoConnect () in e:\buildroo
t\Release\openmanagement\4.1.x\opendb\build\x86\src\csharp\com\plumtree\openkern
el\impl\db\DatabaseService.cs:line 1181
... 21 more
Caused by: DDTek.SQLServer.SQLServerException: SQL Server is unavailable or doesn't
not exist
to DDTek.SQLServer.SQLServerSession.dbConnect (pers. SQLServerTDSCommunication)

at DDTek.SQLServer.SQLServerSession.Connect)
at DDInt.Common.CommonSession.Open)
at DDInt.Common.CommonSessionPool.Fill)
at DDInt.Common.CommonSessionFactory.GetMatchedPool (CommonConnectionOptions c
onnectionOptions, CommonIdentity identity)
at DDInt.Common.CommonSessionFactory.GetSession (object owningObject, CommonCo
nnectionOptions connectionOptions, Boolean skipLicCheck)
at DDTek.SQLServer.SQLServerConnection.Open)
to com.plumtree.openkernel.impl.db.DatabaseService.GetConnection () in e:\buil
droot\Release\openmanagement\4.1.x\opendb\build\x86\src\csharp\com\plumtree\open
kernel\impl\db\DatabaseService.cs:line 1348

Task 'InitPortalObjects' failed during startup

Step #1 (InitPortalObjects) #4 the task
--------------------------------------------------------------------------------

error: failed to initialize of PortalObjectsFactory (.NET)
platform: Windows (.NET)
failure: FATAL: failed to initialize of PortalObjectsFactory (.NET)
Recommendation: RECOMMENDATION: consider exception below for more information
Details. Since the OpenKernel is initialized correctly, this is usually
means that the portal database isn't scripted or correctly
configured, or there is an installation problem associated with .NET
assemblies. This may mean look for it in libraries is not on your
path. Try to run ptverify.
exception: OKConfigException
OpenKernel configuration failed. This usually means not VALID
DATABASE SETTINGS. Run ptconfig to check your database
connection. If this fails, check the web application server
user access to the file system rights. Finally, check the
The XML settings files are not corrupt.

message: error opening data source URL:
Host = CHIRES35510\SQLEXPRESS2005; Port = 2285; User
ID = administrator; Database = alidb; The size of the Pool of min = 2; Max pool
Size = 32; Clone of connection if necessary = true
secondary exception: to
com.plumtree.openkernel.impl.db.DatabaseService.DoConnect () in
e:\buildroot\Release\openmanagement\4.1.x\opendb\build\x86\src\csharp
\com\plumtree\openkernel\impl\db\DatabaseService.cs:line
130W
--------------------------------------------------------------------------------

FAILED TO INITIALIZE THE SYSTEM. YOU CAN'T PROGRESS BEYOND THIS POINT.
= Diagnostic run full =.
Starting completion percentage: 10% (5 steps to 50 full)
Diagnostic testing complete.
Press on < enter > key to exit.

Although ptverify works ok. Any suggestions? Thanks in advance

Published by: user13387710 on August 3, 2010 15:46

Maybe a problem with the host: CHIRES35510\SQLEXPRESS2005
Is this an instance name after the name of the server? Maybe you need not the name of the instance if you have a fixed port for this instance?

Tags: Fusion Middleware

Similar Questions

  • Embedded YouTube videos work locally, but not after the FTP publishing. Works locally and on the web in all other browsers. Using FF 17.0.1 and Adobe Flash 11.5.502

    Found a Tube-video, which I embarked on one of the pages of my site. Using FF 17.0.1 and Adobe Flash 11.5.502, YouTube-videos work locally, but not after the FTP publishing.

    I work reasonable locally and on the web in all other browsers.

    Stupid FF?

    The HTML code is as follows:

    <table WIDTH="770" CELLPADDING="0" CELLSPACING="0">
      <tr VALIGN="TOP">
        <td VALIGN="top" ALIGN="left" width="463">
    <object WIDTH="340" HEIGHT="193">
          <param name="movie" value="http://www.youtube.com/v/N6GvuO_9tLY?fs=1?amp;hl=de_DE">
          <param name="allowFullScreen" value="true">
          <param name="allowscriptaccess" value="always"><embed SRC="http://www.youtube.com/v/N6GvuO_9tLY?fs=1?amp;hl=de_DE" TYPE="application/x-shockwave-flash" WIDTH="340" HEIGHT="193">
        </object>
    </td>
        <td VALIGN="top" ALIGN="left" width="403"></td>
        </tr>
    </table>

    I've experimented on the use of < iframe > instead of < object >. No change. Cache cleared on each attempt.

    Any thoughts?

    If it works in Firefox Safe mode and then disable all extensions (Tools > Modules > Extensions) and then try to find out who is causing by allowing an extension at a time until the problem reappears.

    Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')

    Alternatively, you can try to disable hardware acceleration in Firefox.

  • My computer says my windows is not authintic but I know that this is what is wrong. I have on my another desktop and it works find but not on my labtop. It was working fine before.

    My computer says my windows is not authintic but I know that this is what is wrong.  I have on my another desktop and it works find but not on my labtop.  It was working fine before.

    A single license is a single Installation.

    See you soon.

    Mick Murphy - Microsoft partner

  • Printer inkjet HP Photosmart 8030 - software won't install - printers work somehow, but not totally

    HI-World, compaq HP does not have software for printer HP 8030, works of printers in some respects, but not totally

    concerning

    johnlewisTT

    Do you mean ' will not accept '? What do you mean "works in some ways, but not totally.

    What support HP should say when you contacted them?

  • E3000 - WoL - works once, but not again

    Greetings,

    I use WoL for one of the PCs connected to an E3000 on my home network.  I can feed successfully on the S3 PC (at rest) or S5 State (power off) one or more times, but after a certain period of time the E3000 is unable to send packets to the destination computer and it fails to wake up.

    Logging shows the packets are received by the router.  They stop just transferred to the destination after a certain period of time.  I haven't measured this time exactly.

    Research indicates that the router can be remove the destination computer IP is the ARP table, which rotates the unreachable PC until it is manually turned on and off the power again (S5) or put it to sleep (S3).

    It works reliable and consistent, then stops in a few hours.  The issue is not on the network card power management.  As I said, the packages on the Wan are received successfully from the outside.  Packets on the local network are also, but not communicated Wake.

    I use various utilities to wake you up.  Everything works fine.

    MC - wol

    Magic packet

    Mocha VNC for iPhone

    Does anyone have ideas, what can be done to wake up the PC?  The only other thing I have not tried manually enters the static IP address on the NIC... the same IP address that is reserved for its MAC address, put in place on the E3000.

    Thanks in advance

    Linksys routers do not support the WOL. They expire the ARP entry after a certain time, and there is no way to add or set a static ARP entry. It is simply not supported.

  • VPN works locally but not remotely

    I our ASA 5510 put in place to create a vpn for our users.  When I test locally it works fine, but when I try to use it remotely, it will not work.  In addition, port 500 is open locally but not remotely.  What Miss me?  I was told that there is no firewall in place that would affect me.

    Dan

    You say port 500 (UDP) is not open remotely.

    How do you as a customer to connect if UDP 500 is not open on the client side?

    Federico.

  • JavaScript works locally but not on server

    Greetings,

    My page should display the tabs, as shown on site: http://i.imgur.com/BJ5Ut7M.jpg

    But it does not work on the server: http://www.cenrut.org/Example/Example.html

    The number of errors that appeared through the validation http://validator.w3.org/

    Would say that it would not work.  But I can't pinpoint the problem.

    Any ideas on how I can fix this so that it works on the server?

    The two example.css and example - print.css is not found. You have downloaded these files to the correct location?

  • Shared Object working locally, but not online

    My game saves your high score using the sharedobject object and the test it locally it works fine, but when the swf file is published and played online, it does not record the score of salvation. Is there some kind of new security problem with the registration of shared objects on the hard drives of the people now?

    you only need a sharedobject, but it will not cause a failure to use two.

    However, your 3rd line of code is problematic and should cause an error when you download (and it is no longer a sharedobject that hiscore associated with this server).

    You must use:

    {if (OwlHiScore.Data.HiScore)}

    hisc.mainScore.text = (OwlHiScore.data.HiScore) m:System.NET.SocketAddress.ToString ();

    }

  • Flash site works locally but not online (uploaded)

    We bought a portfolio flash template and have customized with our images, videos, etc..

    When test us locally on our computer (using different browsers) everything works perfectly. We downloaded the site over to our server and when you go to the address online, it does not (shows a progression of charger, but it stops and nothing happens).

    However, we have transferred the original model we bought and it works perfectly in line.

    The model is made up of and index.html, various .swfand various .xml we changed according to the instructions of the model (it also contains a java scripts folder, we have not touched).

    What is wrong with our modified model - it works locally without problem...!

    Thanks for your help

    Thanks Ned and adninjastrator for your help.

    @ adninjastrator: I'm testing site:

    -first of all, simply by clicking on the index.html file that opens a web browser (I use different to see if it works in all of them)-> this way everything works fine.

    -J' downloaded "Flash Player Debugger" (debugger contained Macintosh Flash Player 11.2 projector) - and opened the main.swf (which opens the main Web site - since the other .swf open what seems only areas of the site in single colours but no content) - I don't want to download the 10.3 version because you tell me and uninstall the newest one for this one. When I opened the site in this way all works fine but the ActionScript error message I posted above appears when I browse the site.

    I will read all of the messages that you sent me and specially the last one and will make account back after trying the various options.

    @ Ned: Ok I'll go through the debug version of the browser to see how it goes - I guess that this will be the rub pointing...

    We bring you back I have try all this stuff - CHEERS!

  • SWF works locally but not on server

    I have a problem with a SWF, xml-powered. It plays very well when I test the site locally, but not when it is uploaded to a server. Here is a link to the page. There are a lot of posts on other forums describing the same problem and this, although I can't find the right solution. The only thing that he convinced me, is that it is probably a path problem. I bought online and instead of a swf file and an xml there is a dozen of each to make it work. In addition, there are about 40 .as files. (customize it to make it "easier").  I intend to use this headdress of banner on several pages, it will be very solutions download all these files for each page I do. I checked with the support for this product and I was told I could make a directory of flash, only the xml for each new page of duplication files and linking the XML to swf files. Otherwise, the support response was very short and useless. I renamed each path in the xmls so it should be good. As I said, the file works locally, so I don't know what I'm doing wrong.

    I posted in the forums before adobe, and I alwas found answers helpful and kind.

    Thank you

    Siri

    Looks like it's pointing to files on your local hard drive, Yes?

    / Users/Siri/Documents/gullstolen/hjemmeside/flash/technology/deploy/a brpreloaderline.swf

    These must point to the file in your site folder.

    http://yoursite.com/Flash/Produkter/deploy/a brpreladerline.swf

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

  • Hyperlink works locally but not on the Intranet

    Hello

    Behavior very strange because most of the other hyperlinks in separate projects works only on the Intranet, but not locally. All the settings for hyerlinks are the same, since they have been pulled from a template.

    All ideas

    Lisa

    Hello

    I found my problem. I was pointing to the address of the server in my button instead of the http address. This is the reason for which he worked a sense but not in the other.

    Thanks for listening.

    Lisa

  • Function to search for xml works locally but not online

    Hello

    I have a function that is triggered by a click of a button which runs through an XML file to an e-mail (entered in a text field) address and returns a match or no match.  When I run the swf file locally it works fine, but once the site is validated it no longer works.  Locally, it connects to the same xml files & php he uses online.

    I would appreciate ideas.

    Thank you

    Chris

    Looks like your XML file is cached. You must either add a random variable to xml request or write no.-cahe headers in PHP.

  • Windows Media Center extender on my XBOX works initially, but not after reboot of my XBOX. Error: Failed to connect to the Xbox 360 could not connect to the windows Media Center computer.

    It's VERY odd and very annoying!

    I set up my laptop next to my Xbox 360 with an Ethernet cable directly connecting the laptop to the XBOX, and the laptop is on our wireless network. The XBOX has access to the internet (shared through the laptop), and when I test the PC connection and the connection XBOX Live sound fine to all.

    So I'll try to set up Windows Media Center, it works great! I "Add Extender", put the code to 8 digits. It passes through the installation, all works, no problems and WMC opens on the XBOX, I can go into my library, watch movies etc... works great!

    However! As soon as I turn my XBOX off and back on, it will fail to connect to the WMC.

    He says his 'find Windows Media Center PC' which seems to work fine, it goes to the ' Windows Media Center loading screen "contact...". ", and after about 10 seconds, I get an error"failed to connect the Xbox 360 could not connect to windows Media Center PC. Make sure that the PC is turned on and connected to the network.

    I tried to configure the Extender repeatedly, whenever it works fine until I restart the XBOX... :/ - and its strange cause I still the internet connection (shared through the laptop) after turning on the XBOX, its really JUST Media Center which is screwing around.

    She continues to keep trying to connect then repeatedly fails.

    If I wanted to, I could re-configuration the WMC Extender EVERY TIME turn off the Xbox, which works the first time without fault, but that's all just stupid.

    I can't really understand what is happening here... any help would be appreciated.

    Hello

    Refer the article that could help you solve this problem.
    http://support.Microsoft.com/kb/932163

  • In the 8530 Simulator, everything works fine, but not installable in Simulator 8520 or physical devices 8520

    Hey guys,.

    I wrote my application and everything worked very well in the Simulator. Then I got to know that the 8520 does not support GPS and I developed all the time to the 8530 because I thought the people here have the 8530, but they are not, but I think that this is not a problem because of the located to get the location of the cell site towers using.

    I checked all my imports if they are compatible with the 4.6.1 OS version and they are.

    http://pastebin.com/3rDjTvgH

    later, I checked if I comment on this two classes I can install the application on the device and also in the Simulator

    If I only comment on one of the two i cannot install

    If I use this code ( http://www.blackberrybase.net/index.php?page=Thread&threadID=4414 [post number 7]) I can install the application... I get a lot of mistakes, but I can install it and it does basically the same as my location class... who told me that the implementation of a location in the 8520 cannot not be the problem

    Why can not install the application on the Simulator, nor in a physical device when I implement this two classes (only in the 8520 with the 8530 everything worked well)

    I searched a lot to find the log files or something that tells me a bit whats wrong, but I've not found anything

    Thanks for the help! :

    I don't know how to close a topic if its possible, but I found a solution.

    I use JRE 4.6.1 instead of use the JRE 6.0 for the case that everyone will have the same problem in only once.

    Here's how to install an old JRE in eclipse:

    http://us.BlackBerry.com/developers/javaappdev/javaupdate.jsp

    welcome them

  • Windows 7 converter for .dvr_ms to .wtv files works sometimes, but not always, on the .wtv MCE with only audio files.

    I use MCE to record radio in wtv format programs.  Then, I want to convert them to the mp3 format for general use on other devices (including another computer running Windows XP).  The first step in this conversion is at stage of wtv to dvr_ms.  For the most part, it works, but sometimes I get an error message.

    Error message indicates that the content is not compatible with the dvr - ms format.  Any ideas what this means?
    Other ideas to get directly in .mp3 format without buying third-party paid software?

    I used MC-TVConverter (MediaCenter TV Converter) to convert video files Windows Media Center successfully in other formats.  I have not tried audio only & I have no examples at hand to try, I'm afraid.

    Its forum has a discussion of the issues of HD

    http://experts.Windows.com/FRMS/windows_entertainment_and_connected_home/f/25/t/95829.aspx

Maybe you are looking for

  • Strange Boot CD problem - Satellite 1805

    I have a Satellite 1805-S207 that cannot start from the CD. I went to press F12, then C, but I noticed that is not yet test drive (I should get an access light?). I sent the order of priority in the BIOS to boot from the CD first, but who hang the ma

  • Measure the power takes too long

    Hi all I use Agilent 8163 b with 2 slots: 81619A (2 heads) and 81618 a. (1 head) for power measurements.  I have set up my measurement with driver Setup for the time of Agilent vi to the average duration of 5 seconds.  However, it took total more tha

  • HP photosmart Plus B210 series - prints blank pages

    Hello, I got the printer above for about 4 years with no problems. He suddenly started printing blank pages. I went through all the cleaning cycles, alignment etc., but without success. I bought a new genuine HP print head and installed new cartridge

  • My kodakESP5 will not print all the object I want to print only a part of it

    My kodak ESP5 will not print all the object I want to print only a part of it

  • yellow triangle on the lan icon

    Hello I need assistance with my LAN connection I have 1 ms with the dhcp server role I get random yellow triangle on my computers and laptops the only way to fix it is to restart my VM to dc need advice Yossi.