Jump to content
  • 0

Blesta - Solusvm Modules - Type Not Found Problem


Question

9 answers to this question

Recommended Posts

  • 0
Posted

When is that error shown? When viewing the server actions page, or after performing one? It looks like it may be a module error. You can check the Module Logs under [Tools] -> [Logs], and click a table row for a SolusVM entry to check for errors.

  • 0
Posted

Yes, after you encounter the error, go to the logs as shown in your screenshot, and click on the top table row. Then a list of Input/Output API logs will be available.

  • 0
Posted

Actually it's really hard to find which row i have to open because i see a lot of row there after testing a lot of function. When i got error -->i open new thread here then i test other function. I can't stop there and waiting your reply then go back to check the problem. So now after we test a lot of function so what row i have to open ?

  • 0
Posted
  On 3/12/2015 at 3:49 PM, itvietnam said:

Actually it's really hard to find which row i have to open because i see a lot of row there after testing a lot of function. When i got error -->i open new thread here then i test other function. I can't stop there and waiting your reply then go back to check the problem. So now after we test a lot of function so what row i have to open ?

 

Any, or try the top one, after you try to get the error.

  • 0
Posted

I have this same issue.

 

Trying to change a hostname, I get "An internal error occurred, or the server did not respond to the request", and in the log I see that with no response, I also see this:

 

Input

vps.srvon.com|listtemplates
a:1:{s:4:"type";N;}

Output

vps.srvon.com
<status>error</status><statusmsg>Type not found</statusmsg>

In solusvm API log - it does not show hostname call at all.

 

Blesta log DOES show hostname call.

|vserver-hostname
a:2:{s:8:"hostname";s:13:"XXX";s:9:"vserverid";s:2:"48";}
  • 0
Posted

The "Type not found" error looks to be caused by the "listtemplates" call because it does not have a VPS type set. Was the service created from Blesta using the module to provision it? It looks like it is missing some data, particularly a value for the "solusvm_type" service field. That field is only used internally, so it is not available in the UI. You can check all of the service fields with the following query:

SELECT * FROM `service_fields` WHERE `service_id` = '1';

Just replace the service ID (1) with the ID of your service.

 

The "solusvm_type" should have a `value` of "xen", "xen hvm", "kvm", or "openvz". If it is missing, set it to the appropriate value.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...