I am using weblogic 12c when i am going to start server i am getting "unable to get file lock, will retry" is the weblogic - weblogic12c

I am using weblogic 12c
when i am going to start server i am getting "unable to get file lock, will retry" is the weblogic 10.3.5/10.3.6 admin server log while trying to start a weblogic or managed server

AdminServer.lok file using in jvm so first stop java.exe from task manager
Remove the AdminServer.lok or ManagedServer.lok file in the Oracle Middleware home $MW_HOME/user_projects/domains/servers/”Server name you are trying to start”/tmp directory.

Related

Db2 errors post installing through InfoSphere Federation Server

I am planning to do SQL replication through InfoSphere Federation Server and installed the latest version from IBM website, while running the executable iisetup.exe, federation tool create the db2 instances and ask for db2user password and port as well, I have given all the required information and at the end installation and JDBC wrapper was successfully completed. after that I have open the db2 command prompt through administration. I am getting issue in running all the command eg
C:\db2\BIN>db2start
SQL1390C The environment variable DB2INSTANCE is not defined or is invalid.
C:\db2\BIN>db2 GET DATABASE MANAGER CONFIGURATION
DB21018E A system error occurred. The command line processor could not continue processing.

Postgresql and ssl start up error

I am new to freenode and postgresql. I am trying to migrate from mysql to postgresql. Currently trying to set up server for ssl. Have created my server certs and configured the .conf files for ssl according to the manual as far as I can see. Trying to restart postgre sql service fails. Windows event log gives me an event ID of 0 and says
pg_ctrl could not start server examine the log output.
I can't find any log detailing the failure to start in the postgresql folders.
I have tried to register the pgevent.dll as advised by the postgresql manual (18.11 of most recent version), but I get an error message
The module "C:postgreSQL\pg10\lib\postgresql\pgevent.dll" was loaded but the entry-point DllRegisterServer was not found
I believe that means it is either not a registrable dll or it's corrupt.
Can anyone please advise how I can track on Windows the error that is causing Postgre to fail to start?

Unable to install Maximo 7.5.0.7 Fix Pack after install Maximo 7.5 DEMO

I successfully installed Maximo 7.5 on Windows Server 2008 R2 64-bit with the defaults (WebSphere 7, DB2, Tivoli Directory). I'm trying to install the 7.5.0.7 fix pack but get this error after I ran install_win64.bat (Run as Administrator). This error occurs a few steps after "Database is ready for upgrade" checkbox.
CTGIN2076E: Exception Running WASThingClient method for task runConfigurationStep.
The CCMD_install.log said:
FndUpgradePanelActionshandleInstall: Getting a WAS thin client config task object
FndUpgradePanelActionshandleInstall: Running WAS thin client config task
FndUpgradePanelActionshandleInstall: Returned from running WAS thin client config task
FndUpgradePanelActionshandleInstall: Got task result from task return.
Completion message :CTGIN2076E: Exception Running WASThinClient method
for task runConfigurationStep.
FndUpgradePanelActionshandleInstall: verifyInputs method,
rc=-1 cmpMessage=CTGIN2076E: Exception Running WASThinClient
method for task runConfigurationStep. stderr=CTGIN2286E:
An error occurred while configuring the WebSphere Application
Server thin client. The error message is CTGIN2283E: Exception
caught while connecting to the remote server. Exception
com.ibm.tivoli.ccmdb.install.common.util.rxa.RemoteSystemException:
com.ibm.tivoli.ccmdb.install.common.util.rxa.RemoteSystemException:
Remote system cannot be reached using Supported RXA Protocols... stdout=
FndUpgradePanelActionshandleInstall:
Configuration of WAS thin client was not successful
Make sure MXServer on the application server is stopped first.
Extract the fix pack to c:\temp\ to run the installer.
From a command prompt, run:
C:\temp>set skipwasvalidation=yes (this will create a set variable
to skip websphere application server validation)
On the same command prompt window run the install.exe (or
install_win64.exe for x86-64).
When you run install.exe, the Run
Configuration Step panel will offer the some options:
Check on Copy files now, but perform the installation configuration step later
Deploy application files manually later
Defer the Update of the Maximo Database
This will complete the install, deferring all automated actions.
At a command prompt, change to the c:\ibm\smp\scripts folder and run:
taskrunner.bat CONTINUE STOPONERROR
Run updatedb.bat from c:\ibm\smp\maximo\tools\maximo
Build and deploy the maximo.ear (c:\ibm\smp\maximo\deployments\buildmaximoear.cmd)
Source: CTGIN2233E: The WebSphere NodeAgent is not running

Start Java EE Server with JPA even when db server is not running

We have some Glassfish Applications that need a db connection to initialize some values in memory when they start but later on do not need them to do their job.
In the moment we try to start them even when the db connection fails. We have made a backup of the data into a file on the harddrive of the glassfish machine. When the db is off we use the file instead.
The problem is now that the glassfish server want's a db connection when it starts. There is no way that we can catch the exception and go on with plan b ("loading the file"). The exception is a UnknownHostException.
Can I somehow configure the connection pool or the JPA so that the start of the server does not fail.
Thanks a lot for you help.

JasperReports Server not working on Tomcat6 : Cannot create PoolableConnectionFactory

I've been trying to figure this our all day. I'm trying to get JasperReports Server to work on a Tomcat 6 server.
I keep getting this error ERROR JDBCExceptionReporter,http-8080-2:101 - Cannot create PoolableConnectionFactory (FATAL: could not open relation mapping file "global/pg_filenode.map": No such file or directory)
I have postgresql.jdbc installed in /usr/share/tomcat6/lib
My webapp (JR Server) is in /var/lib/tomcat6/webapps
Does anyone have any idea what could be wrong?
Figured it out!
had to run killall postgres
I forgot I had installes postgres before i realized that I needed the .jar.