|
<pre
hi am="" having="" issue="" when="" starting="" my="" nodemanager="" it="" just="" disappear
am="" in="" window="" 10="" weblogic="" 12c
=""
it="" show="" this="" massage="" and="" disaapear
nodemgr_home="" is="" already="" set="" to="" c:\oracle\middle~1\oracle~1\user_p~1\domains\fr_dom~1\nodema~1
classpath=".;C:\Java\JDK18~1.0_1\lib\tools.jar;C:\oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\net.sf.antcontrib_1.1.0.0_1-0b3\lib\ant-contrib.jar;C:\oracle\MIDDLE~1\ORACLE~1\wlserver\modules\features\oracle.wls.common.nodemanager.jar;;C:\oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.jps\jps-manifest.jar
"
=""
c:\oracle\middle~1\oracle~1\user_p~1\domains\fr_dom~1\nodema~1="">"C:\Java\JDK18~1.0_1\bin\java.exe" -server -Xms32m -Xmx200m -Dcoherence.home=C:\oracle\MIDDLE~1\ORACLE~1\coherence -Dbea.home=C:\oracle\MIDDLE~1\ORACLE~1 -Dohs.product.home=C:\oracle\Middleware\Oracle_Home\ohs -Dreports.tools.product.home=C:\oracle\Middleware\Oracle_Home\ReportsToolsComponent -Dreports.product.home=C:\oracle\Middleware\Oracle_Home\reports -Dreports.bridge.product.home=C:\oracle\Middleware\Oracle_Home\ReportsBridgeComponent -Dreports.server.product.home=C:\oracle\Middleware\Oracle_Home\ReportsServerComponent -Dforms.product.home=C:\oracle\Middleware\Oracle_Home\forms -Doracle.security.jps.config=C:\oracle\Middleware\Oracle_Home\user_projects\domains\Fr_domain\config\fmwconfig\jps-config-jse.xml -Dcommon.components.home=C:\oracle\Middleware\Oracle_Home\oracle_common -Dopss.version=12.2.1.2 -Dweblogic.RootDirectory=C:\oracle\MIDDLE~1\ORACLE~1\USER_P~1\domains\FR_DOM~1 -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader "-Djava.security.policy=C:\oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.policy" "-Dweblogic.nodemanager.JavaHome=C:\Java\JDK18~1.0_1" weblogic.NodeManager -v
|
|
|
|
|
Good day friends!
I have searched the www for this question but what I saw is not what am looking for. I have asp.net website ready for hosting. But before I will published it, I want to test some of the functionalities on my own with various devices e.g mobile to see the performance and speed. How I intend to do the testing is through creation of my own web server using window 7 and IIS. Please help
|
|
|
|
|
With what?
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
|
|
I really appreciate your replies. I will give a try then post my feedback.
|
|
|
|
|
Hi Everyone,
I would like some help on a project please.
If I have 2 servers in different countries, both have SQL server express 2014 installed.
I would like to view a remote server connection between the two servers.
Will the connection be possible if I allow remote connections on both servers, or do I have to use a VPN between the two servers?
Thanks a lot for your help.
Marie
|
|
|
|
|
Member 12789265 wrote: Will the connection be possible if I allow remote connections on both servers, or do I have to use a VPN between the two servers? A VPN would be recommended.
SQL Server is usually only approachable from the local network. If it is approachable over the internet, you are taking a rather big risk.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
i have one site with asp.net coding and Hosting plan (silicon House) Linux Base ...
so it's possible to hosting asp.net site with linux base server ///??
if yes then ... How....??
|
|
|
|
|
If mono is installed on that Linux server, things might work. Read ASP.NET | Mono[^]. (Note: I have never done that, and cannot provide further help.)
|
|
|
|
|
If you've written your site in .NET Core[^], then yes, you can host in on Linux.
If you've written your site in ASP.NET MVC 5 or earlier, then you can probably migrate to .NET Core, so long as you haven't used any features that are no longer supported:
Migrating From ASP.NET MVC to ASP.NET Core MVC — ASP.NET documentation[^]
If you've written your site in WebForms (.aspx ), then you'd have to completely re-write it in .NET Core, or use Mono[^].
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
I want to build a cluster, functions like an ordinary cluster takes in requests and distributes the load among the connected computers. How to I begin a project..How to code it, Basic instinct is to use a lower level language such as C, but that seems a lot of work, Even if I use C I don't know how to handle the networking part or connecting computers. How must I begin and the steps I must take for completion of the project.
Thanks in advance
|
|
|
|
|
The construction of the cluster will depend on the problem domain.
e.g.
If you have a high volumes of small tasks e.g. a giant web server, then you should employ a load balanced cluster with an array of stateless web servers behind it.
If you have small volumes of very large tasks then you should implement an MPI solution which splits the task into pieces, shares the load across the cluster and then assembles the final result from the processed pieces. This is ideal e.g. for video rendering or large amounts of mathematical computation, data mining etc, deep learning etc.
Can you provide some information about your use case, and then I will be able to offer some additional information.
|
|
|
|
|
Dear all,
I have been signed new task of taking care of Symantec backup 2014 administration.I do not any thing.can any help to understand this backup tool. Otherwise i will be fired.
Suggestions are expected.
So provide me your contact number or mail id i will contact you.
My mail id is madkikarharshavardhan@gmail.com and mob no :7204371525
Very very urgent
Thank and Regards
Harsha
|
|
|
|
|
You cannot expect to learn how to use some product by posting such a question here. Go to the Symantec website and study their documentation.
|
|
|
|
|
Is there one entry that will replace these 3 lines with 1 line for whitelisting in the local.cf file for SpamAssassin?
whitelist_from *@craigslist.org
whitelist_from *@reply.craigslist.org
whitelist_from *@sale.craigslist.org
Not sure how to do it, or if it can be done.
modified 8-Jul-16 16:25pm.
|
|
|
|
|
I just found the answer after searching for days. The format is:
whitelist_from *.craigslist.org
This is replace the 3 lines and be more efficient.
|
|
|
|
|
Hello,
I am using PC Helpware and VNC to connect remote desktops of client PC’s. I have set repeaters for that in my Web Server. I have set to ports say ‘X’ and ‘Y’ to Helpware and VNC respectively. Now the repeater ports are closing randomly.
I notice this problem when clients are unable to connect to the server. I don’t know why it is happening.
If I close and open the running repeater exe and then I can connect to clients without any problem.
Can anyone help me to solve this problem ?
|
|
|
|
|
I've setup a server I need to manage to allow RDP over the Internet. I would like to use this server to access and manage some of the other servers on my local network (ESXi 6.0 host). For some reason when I RDP over the Internet to my Win 2012 server I'm unable to putty from that server to other local servers.
Are there security settings that I'm missing?
Thanks,
|
|
|
|
|
I need to move a set of databases from a Windows 2008r2 server to a new Windows 2012 database server. I have looked at several articles but have not found the best one listing all of the complete steps in doing this the in a way that seems to have the complete process. Can someone direct me to a good article for me to follow in doing this?
|
|
|
|
|
holdorf wrote: I have looked at several articles but have not found the best one listing all of the complete steps in doing this the in a way that seems to have the complete process SQL Server 2012 Upgrade Technical Guide[^] from MSDN. Won't be "complete" in the sense that it will provide steps on how to proceed for each possible scenario.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
Backup, copy, restore. What's the issue?
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
I understand what your saying about it being very easy but the main issue is we are creating a 200Rr2 server from scratch and want to ensure everything is done right. This includes server setup, settings, etc.
|
|
|
|
|
holdorf wrote: server from scratch and want to ensure everything is done right. This includes server setup, settings, etc. There is no way to know without doing it. I assume you are also upgrading SQL from 2008 to 2012? If so, it depends on if you are using anything in sql 2008 that is no longer supported in sql 2012.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Thank you for your advise. I will look further into our situation and try to get a better understanding of all of the moving parts before we even start with the database copying.
|
|
|
|