I am getting the following error message:
"Objspawn was unable to launch the server SASApp - Workspace Server due to the server launch exceeding the specified wait time.
Failed to start the server"
This is a grid environment, and the new application servers created - (for example SASAppVS, created for the Visual Statistics use) - work fine. I am new to the grid environment. So, any help regarding this would be appreciated.
more on SAS
Related
I have an image, which has been sysprep'd with no unattend.xml file.
When I try to deploy it to a VMSS, it fails with:
New-AzVmss : Long running operation failed with status 'Failed'.
Additional Info:'OS provisioning for VM 'Lancelot-vmss_0' failed.
Error details: This installation of Windows is undeployable. Make
sure the image has been properly prepared (generalized).
It was generalized, if i get the boot diagnostics screen of the failed VM or VMSS: VM instance, it shows:
I have tried this several times and each time get the same result.
The Image has been recreated several times, I take the current Image and deploy it to a VM, update the software within the VM, and create a new Image.
This process used to work but no longer works even though it has now changed.
I thought it might have something to do with Rearm value, but i have checked it before creating this latest image and it said it has 987 remaining.
Serial Console in Azure Portal looks to connect but just shows a flashing courser (even if I press Enter)
I can see a failed event which is:
Additional error information is available for this virtual machine:
GENERAL Provisioning state Provisioning failed. OS provisioning for VM
'LancelotBase' failed. Error details: This installation of Windows is
undeployable. Make sure the image has been properly prepared
(generalized). Instructions for Windows:
https://azure.microsoft.com/documentation/articles/virtual-machines-windows-upload-image/.
OSProvisioningClientError Provisioning state error code
ProvisioningState/failed/OSProvisioningClientError Guest agent Not
Ready. VM status blob is found but not yet populated.
Does anyone know what is causing this or how I can investigate it considering I can not find a way to access its logs inside the VM?
When I click on publish, it says initializing and the process goes on. It happens with both publish item or publish site (Smart publish).
Using Sitecore 8.2. The instance is in the local PC and the DB is the remote server. There is no issue when creating a new item.
I checked the logs. There are two files with the name "log". Is this normal.
The first log file has the below error:
ManagedPoolThread #16 14:12:45 ERROR Unable to connect to server
localhost:27017: No connection could be made because the target
machine actively refused it 127.0.0.1:27017.
The second one has this:
12488 14:13:18 ERROR Exception when executing agent
aggregation/automationRangeManager Exception:
System.NullReferenceException Message: Object reference not set to an
instance of an object. Source: Sitecore.Analytics.MongoDB at
Sitecore.Analytics.RangeScheduler.MongoDbRangeMap2.GetRightKey() at
Sitecore.Analytics.Automation.Aggregation.Data.Processing.RangeManagerAgent.Execute()
at Sitecore.Analytics.Core.BackgroundService.Run()
I do not have MongoDB installed in the local PC or in the remote DB server, because, this is not needed for this project.
This worked for me:
Go to Website\App_Config\Include
Open Sitecore.Xdb.config
Set Xdb.Enabled to false and Xdb.Tracking.Enabled to false.
CF 2016 on windows10 with IIS
I've checked other threads on similar issues and they don't appear to apply.
My laptop has needed to be crash-started on a number of occasions recently due to the laptop not waking up from sleep mode. A couple of times ColdFusion 2016 didn't start automatically and needed to be manually started. Now, ColdFusion appears to be starting automatically, but now I'm getting an error:
HTTP Error 500.0 - The Security service is not available.
I'm afraid I have no idea where to start on this or even what additional information to provide. So, I would really appreciate any hints.
The remainder of the error has the following information:
Detailed Error Information:
Module: IsapiModule Notification: ExecuteRequestHandler
Handler: ISAPI-dll
Error Code: 0x00000000
Requested URL: http://zbay_sys:80/jakarta/isapi_redirect.dll
Physical Path : C:\ColdFusion2016\config\wsconfig\1\isapi_redirect.dll
Logon Method: Anonymous
Logon User : Anonymous
I really hope I don't have to re-install CF
Glad, that you are sorted.
The error message says, "The Security service is not available." Thus IIS is showing http based error 500. If the service is not starting, there could likely be a problem at ColdFusion end.
Please try the following, if you face the similar issue in future:–
Stop ColdFusion service (if not already)
Launch Command prompt as Administrator
Browse to cf_root\cfusion\bin and run the following
command coldfusion.exe -start console
Try to access the CF Admin, once the services are started.
In case it gives an error message, please share the same.
I try to validate the SASApp - Stored Process Server through SAS Management console. But the error is occured here:
[20.01.14 16:49] INFO: Starting extended validation for Stored Process server (level 1) - Making a connection
[20.01.14 16:49] SEVERE: Connection refused: connect
[20.01.14 16:49] SEVERE: The application could not log on to the server "server:8601". No server is available at that port on that machine.
I've checked in the properties the port for this server is 8601.
The official SAS Institute patch from http://support.sas.com/kb/46/844.html didn't solve the problem.
Has anybody had the same problem?
Four years late, but I ran into the same issue during a deployment workshop twice this week- both times it was because of a password mismatch with the service account responsible for accessing the servers. I re-updated the password in SAS Management Console and updated the password using deployment manager and then reattempted the validation and was successful. Hope this helps anyone else having the same issue!
More on updating passwords through Deployment Manager can be found here: https://communities.sas.com/t5/SAS-Communities-Library/Updating-Managed-Passwords/ta-p/361613
I have download WSO2 MB 2.1.0 and run it with the built-in Cassandra server in Windows 7 64bit.
But the start-up procedure failed with the following error message.
[2013-12-14 11:27:03,371] ERROR {org.apache.cassandra.service.AbstractCassandraD
aemon} -
Exception in thread Thread[Thread-21,5,main]
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:713)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1371)
at org.apache.cassandra.thrift.CustomTThreadPoolServer.serve(CustomTThre
adPoolServer.java:103)
at org.apache.cassandra.thrift.CassandraDaemon$ThriftServer.run(Cassandr
aDaemon.java:213)
[2013-12-14 11:27:03,396] INFO {me.prettyprint.cassandra.service.JmxMonitor} -
Registering JMX me.prettyprint.cassandra.service_ClusterOne:ServiceType=hector,
MonitorType=hector
I found a related bug issue: https://wso2.org/jira/browse/MB-210
Does anyone know if the next release will really fix this bug?
Or I have to use standalone deployment with external Cassandra server as this suggestion?
http://udarakr.blogspot.tw/2013/09/how-to-overcome-wso2-message-broker.html
This issue is something to do with Cassandra,In Linux i faced the same issue and once i increased the max user processes Everything went fine, Please refer the article written on this topic Unable to create new native thread and max user processes. Since this issue is occurring in Windows, Better to Run Cassandra externally and fine tune the Cassandra on it!