Fatal error occured upon installing weblogic server 11g 10.3.6 (jar) on windows 7 - weblogic11g

Error appears when running jar file
I want to install Oracle form developer 11g, for that i have to install Weblogic server 11g but it gives fatal error upon installing , jdk 1.7.0_80 64 bit installed.Snap is attached for reference...can any one help me finding the solution? Thanks in advance

Solved the issue by deleting oracle and java instances because i have install jdk 1.7 and oracle developer 10g contains jdk 1.4,so there is an issue in java versions..because of that when i run weblogic.jar file,it gives an error

Check your java version. 1.7.0_11
Run cmd as Adminsnitrator
%JAVA_HOME%\bin\java -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m -jar wls1036_generic.jar -mode=GUI -log=wlslog.log

Related

PostgresSQL / pgAdmin4 / dump server version mismatch

I tried to make a backup with Postgres 11.1 in pgAdmin4, but it failed.
pgadmin displayed a window with
Status: Failed (exit code: 1).
pg_dump:server version: 11.1; pg_dump: 10.5
pg_dump: aborting because of server mismatch
I don't really understand it. Does pgadmin4 not know that I am using 11.1 and not 10.5?
PROBLEM SOLVED - IN MY CASE.
Go to
pgadmin < Preferences < Path < Binary Path
The PostgreSQL Binary Path was set automatically to $DIR/../runtime
I changed the Path to my installed PostgreSQL Version C:\Program Files\PostgreSQL\11\bin
Your pgAdmin is using PostgresSQL client v10, but your server is v11.
Since v10 cannot know how to correctly dump a v11 database, it refuses to try.
Use a more recent version of pgAdmin!

Connecting MSSQL to PHP 5.5 on Centos 6

I want to connect mssql in my site and it's on CENTOS 6 and I am using PHP 5.5.
Got many solutions online about installing drivers regarding the PDO and ODBC, always getting error of no package found or failed dependencies, don't know why I am not able to install or proceed further.
Any help will be appreciated.
Thanks
If You want to use mssql_connect, You need to install php-mssql from extras repository:
yum install --enablerepo=extras php-mssql
and restart httpd:
service httpd restart
That's it :-)

Cannot install SQL Server Management Studio 2012

Running Windows 8.1 Pro x64 (upgraded from 8.0) with all updates installed. I'm trying to install SQL Server Management Studio 2012 using SQLManagementStudio_x64_ENU.exe. When the setup is initializing, I get this error:
ScenarioEngine.exe - Configuration parser error
-----------------------------------------------
Error parsing C:\Windows\Microsoft.NET\Framework64\v2.0.50727\config\machine.config
Parser returned error 0xC00CE556
I tried replacing machine.config with machine.config.default but with no success. Google has no more information regarding this, as far as I can see.
Has anybody seen this error before? How do you solve it?
It can be solved by installing dotnet framework 4.0 on your system.
Replacing machine.config with machine.config.default for both the 32-bit and 64-bit versions did the trick.

Unbale to start tomcat 6 after RAM + JVM upgradation

I have upgraded Windows XP - PC RAM from 1GB to 3GB. Since JVM had some problem Eclipse Helios, I had to reinstall it and I did clean installation.
I have installed jdk7( jdk-7-ea-bin-b88-windows-i586-08_apr_2010.exe ).
Now my tomcat( Apache Tomcat Version 6.0.16 ) doesn't start.
Log says
java.lang.UnsupportedClassVersionError:
javax/management/MalformedObjectNameException :
Unsupported major.minor version 51.3
So I installed latest version of Tomcat i.e. Tomcat-6.0.29. Log says
java.lang.ClassFormatError:
Incompatible magic value 1853108037 in class file javax/management/MXBean
Thanks a lot for help.
Yeah it looks like Tomcat isn't compatible with JDK7 This to me says there are bugs

how to install sqlserver2005 evaluation on xp sp2 machine

Duplicate
https://serverfault.com/questions/7541/how-to-install-sqlserver2005-evaluation-on-xp
Hi
I am unable to instal SQLSERVER2005 evaluation version on winXp service pack2 machine. iam getting the error such that error 87: dotnet framework 2.0 installation and parameter incorrect.
Before run the sqlserver 2005 setup i hav installed .NET FRAMEWORK2.0 manually rather than sqlserver2005 suite.
vs2003 is also installed on my machine.
is it problem vs2003 installation before sqlserver2005??
When you run the installer for SQLServer 2005, the first thing it does is to check if the installation prerequisites are present on the system. That portion of the installer should install a suitable version of .NET Framework 2.0 for SQL Server 2005. Please try installing the framework as a prerequisite to installing SQL.

Resources