When i try to start the integrated weblogic server in jdeveloper i am getting error..Creating default domain failed..
When i try to start it from cmd i am able to start after adding the line
os.putenv('ADRS_DOMAIN_PASSWORD', 'welcome1')
in CreateDefaultDomain.py. but from jdeveloper i am not able to start..Because,each time the file CreateDefaultDomain.py is getting created when i try to start from jdev and it doesn't have the line i mentioned above..
Please help me how to solve this issue...I tried all workarounds i know..Its not helping..
Thanks in advance for your help!!
You can delete your SystemXXX folder (e.g. C:\JDeveloper\system11.1.2.4.39.64.36.1) and Jdeveloper will try to reconfigure everything again at next Jdeveloper start.
This is a folder used internally by Jdeveloper instance.
Related
I have integrated Checkmarks plugin in Eclipse. But while I am scanning the project, an authentication error is coming. Can you please help me out to solve this problem?
You need to set up a CxSAST Server and point to it on the Authentication form.
My rabbitmq server is working fine but when I am trying to enable management plugin from command prompt by using
rabbitmq-plugins enable rabbitmq_management
then I am getting a error.
Error: {cannot_write_enabled_plugins_file}
"C:\Users\vikas.mandeliya\AppData\Roaming\RabbitMQ\enabled_plugins"
So can anyone tell me what's going wrong ????
Thanks
I'll reply in case someone else stumbles upon it. You need to call
set RABBITMQ_BASE=C:\RabbitMQ\data
before calling the enable_plugin, point it to your config file dir. RabbitMQ on windows likes to lose its env vars.
Or set those in Computer settings and restart your cmd terminal
When I try to start Worklight server in Worklight 6.2 on mac OS. I keep getting:
Several ports (10080, 10443) required by Worklight Development Server are already in use
When I change the port to a different number in the server config, I just get the same error (with the new port).
How I can resolve this?
Run Activity Monitor and search for "java" process. Kill it.
Try TCPView software and delete the port number as you mentioned in the above.Then clean project and Run the server.
Hope this helps.
Try this out:
Finder -> Go -> Go to folder. Type in the following location /etc
Search for a file named hosts. Copy it to your desktop.
Check for a line containing localhost and remove that line, and add a new line as follows: (If no such line is present, no problem add a new line)
127.0.0.1 localhost
Save the file and replace the file in /etc.
Close eclipse and now start the server.
Note: Try this only if using lsof command or killing the java process didn't solve your problem.
Im new to weblogic Can you please advise how to set the ejb file in weblogic 11g console parameters for manager servers. I have to do the deployment of an EJB application.
Can you please help?
Thanks
Start the WebLogic Server Administration Console.
In the left pane of the Console, click Deployments and then click on Install
Locate the EAR, WAR or JAR file you would like to configure and then next
Select a Target Server from among Available Servers and then next->finish.
Mr. Pal, You could deploy the DS.jar as library it is the radio button. You might be missed that option whil deploying it. Target can be AdminServer or ManagedServers or Cluster that you can mention as per your choice.
I upgraded to worklight 6.0. I added both derby_core_plugin_10_8_2, derby_iu_doc_plugin_1.1.3, into eclipse-->plugins I restarted Eclipse and right click my project to add Apache Derby nature...nothing seems to happened, then I tried to go directly to server/java-->apache derby--> run SQL Script using "ij"...I get (the selected project does not have Apache derby nature please add it and try again)
Your question needs more clarity...It is unclear what you are actually trying to accomplish.
If you're trying to get worklight to run using a Derby database, then you have to modify your worklight.properties file with the following
wl.db.url=jdbc:derby:${worklight.home}/derby/WorklightDB;create=true
wl.db.username=dbusername
wl.db.password=dbpassword
If you're trying to call an SQL adapter to connect to a Derby database, then you'll need to post more information in order for us to see what it is that isn't actually working.