latest CPBM SDK connector libraries, templates and detailed construct
hi there
can someone pls point me to a link or send me the latest CPBM SDK connector libraries, templates and detailed construct
thanks
Derrick Loi
hi there
can someone pls point me to a link or send me the latest CPBM SDK connector libraries, templates and detailed construct
thanks
Derrick Loi
Hi All,
I have a strange issue whereby I am unable to logon to the CPBM portal after integrating Cloud Platform. I have attached a screen shot of the error. I have also had a look at the cpbm-server.log file, but I cant seem to see where the problem is originating
This is in a Lab environment, and I am trying to get to grips with CCP & CPBM.
Anyone else have this issue?
Regards,
Tim
cpbm-server.log 11.87K
0 downloads
Web Page Error.JPG 52.87K
0 downloads
Hello ,
My setup has ccp and cpbm.
I have setup tenants in cpbm and created subscriptions , but when i try to start a Vm as a tenant it fails.
I get the following error:
====================
2013-08-21 10:11:07,792 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-1:job-360) VM state transitted from :Stopped to Error with event: OperationFailedToErrorvm's original host id: null new host id: null host id before state transition: null
2013-08-21 10:11:07,971 INFO [api.commands.DeployVMCmd] (Job-Executor-1:job-360) com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[User|win7testforvmdeployment]Scope=interface com.cloud.dc.DataCenter; id=1
2013-08-21 10:11:07,972 WARN [cloud.api.ApiDispatcher] (Job-Executor-1:job-360) class com.cloud.api.ServerApiException : Unable to create a deployment for VM[User|win7testforvmdeployment]
2013-08-21 10:11:07,973 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-1:job-360) Complete async job-360, jobStatus: 2, resultCode: 530, result: Error Code: 533 Error text: Unable to create a deployment for VM[User|win7testforvmdeployment]
========================
The same works when i create a vm using the cloudplatform interface.
Please help.
Regards
Vincent S
Hi,
I currently have my CloudPortal Business Manager portal installed and running on a CentOS 6.3 OS with Apache server also configured and running on it. I also have a running Cloud Platform environment on RHeL on a separate VM. I have installed the integration component on the Cloud Platform server so that it should now be accessible via the Cloud Portal Business Manager server, however, I am unable to access the http://<CPBM>:8080/portal URL at all. When I run the netstat -plan | grep 8080 command I can see my port 8080 in Listening state. I also used the below proxy settings for the /etc/httpd/conf.d/cloud.conf file:
ProxyPreserveHost on
ProxyPass /portal ajp://cs02-centos.converdemo.com:20410/portal
ProxyPass /client ajp://cs04-rhel6.converdemo.com:20400/client
I used this setting because all my servers - Apache, CPBM and CloudPlatform are not running of the same server, however, I still am not able to get to the logon page. Any assistance will be appreciated.
cpbm-server.log 2.52MB
5 downloads
Hi all,
I set up a cloud portal 2.0 and I have already integrated it with cloud Stack.
Now, I am trying to create a new channel, but this option in unavailable and it is showing this message:
Channel creation is not allowed. Ensure that the reference price book is activated and at least one product is created.
i have already created one product.
Where can I see if reference price book is activated?
Can anyone help me?
thanks
Lucas
channel.png 142.12K
0 downloads
Hi,
I would like to try to customize some interface for user.(when logged in as user)
e.g removing some links so that users cannot use them.
I unjar the file at /usr/share/vts3/repository/usr/vmops.portal-2.0.0.jar in CPBM server.
And found jsp files only for root user(I think) in vmops.portal-2.0.0\WEB-INF\jsp\tiles
Could anyone tell me what jsp files to edit for customizing some features for user account?
Thanks,
Thura.
Hi,
We have a development environment running CPBM 2.0 + CCP 3.0.5 (officially supported version in docs for CPBM 2.0) in Advanced networking.
One of the development tasks I've been given to look into is exposing of NetScaler based networks for Load Balancing to CPBM and then look towards enabling autoscaling
I have created a Network Offering, but in CPBM, when creating a new network, I still only see 'DefaultIsolatedNetworkOfferingWithSourceNat'.
How do I present alternate network offerings as available in CPBM? I am guessing I need to create a product or something since alternate network offerings will need to attract a different utility charge, but I can't see anything obvious for how to do this.
Regards,
Phil
Hi there,
Just sharing some info.
If any of you guys are having problems with the email activation not working here is the solution.
When you see a log entry like this:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Use the follwing solution to fix this problem:
Steps:
1. Download security certificate from the smtp server you are sending your email to (in my case a Windows Exchange 2010 server):
Open the URL from IE
You will get a certificate related warning message. Click on view certificate and then Install certificate. Ignore warning messages if gets displayed.
Now go to Tools->’Internet Options’ ->Content->Certificates.
Locate the installed certificate from the list of certificates.
Click “export” button and save it as “DER encoded binary” in somewhere in your PC. And upload it to the /tmp directory of your cloud-portal server.
2. Add certificate to JRE
Open a shell.
Go to “bin” directory of your JRE.
3. Use keytool command as follows to import the certificate to JRE.
keytool -import -alias mycertificate -keystore ../lib/security/cacerts -file /tmp/mycert.cer
It will ask for a password. By default the password is “changeit“.
Here I assume that your certificate is saved as “mycert.cer” in “/tmp/” directory.
4. restart the cloud-portal service.
Greetings,
Egon van Dongen
Datacenter Services
Hello,
I have just installed CentOS 6.4 64bit on a Xenserver, this is a clean new install,
i just copied the portal tar file unpacked it and installed it.
this went fine, i can login and click in all the fields..
Now to test i just want to create a new catalog, this i am not able to do!!
I have attached the screen. - LOL
I do not know what to do, when i installed this new VM i deleted the databases and recreated them so they were
clean.
I am using the java distribution that the program sugested and installed it self.
What are everybody else running on, and are they using this version ?
Kind regards
Gert
catalog.JPG 35.16K
0 downloads
Hello
The edocs at http://support.citrix.com/proddocs/topic/ccpb-20-map/ccpb-install.html say that you need to have a MySQL administrator optimize the MySQL installation to improve the performance of the system.
Does anyone have any generic settings that can be used on a typical XenServer/VMware VM with the recommended 4 cores and 8 GB RAM?
Thanks
Ken Z
Hello everyone (again)
I seem to be going round in circles with Business Manager 2.0
I've finally got the portal to display, but cannot log onto it. Reading this
http://support.citrix.com/proddocs/topic/ccpb-20-map/ccpb-configure-ldap.html
It implies I need to log onto the portal as user 'root' (although there is no 'ROOT USER' in the top right of the portal login page).
When I try logging in as root with the root password of the CentOS system, it prompts me for a reCAPTA validation, and then says invalid user name or password.
I've also tried the MySQL database user account and password, and that also doesn't work.
:-(
Ken Z
Hi Everyone,
cannot seem to get this working.
I've installed CentOS using a downloaded CentOS-6.3-x86_64-minimal.iso onto XenServer 6.1
Configured static IP address
Installed XenTools
Rebooted
Downloaded Business Manager 2.0.1
Installed as per http://support.citrix.com/proddocs/topic/ccpb-20-map/ccpb-install.html
Did not enable Encryption Key for CloudPortal so it should start automatically on reboot
(NOTE: The installation instructions don't fully match up to the prompts presented by the installation script)
After reboot, the /var/run/S80cloud-portal.pid contains a PID that isn't running
the /var/log/cloud/portal directory is empty
I've tried deleting the pid file and restarting with "/etc/rc.d/rc3.d/S80cloud-portal restart" but this doesn't actually work.
Where can I look for errors?
Do I need to install Apache or other web server first? there's nothing in the edocs about this as a prerequisite.
Hello,
I have just reinstalled the server for the 11th time, i have made VERY sure that i have set the parameters correct.
I have Not event set up CloutPlatform Serverices yet.
I have only changed the root password, then i thought i would change smtp address.
so now the system askes me to validate my new mail address..........!!!!!!
i get..... Were sorry, but the page you have requested is not available.
Please tell me somthing good, do i have to wait for somthing scheduled to be done ?
I am using CentOS 6.4 64Bit, is it the operating system there is something wrong with, Which should i use ?
I would like to hear from Citrix, or somebody that have a working installation, because i am clearly not getting CPBM 2.0.0-1 to work. 11 times installed none working.
Please help, is it possible to increase the logging level so it is not only programmers who can read the logs,
can i get more logs, more detail logs, all i see in my log files is error in somthing jave line 22.
Kind regards
Gert
Hello,
I know it is by design that you can only change prices and add products/bundles every 24 hours.
but are there a command that i can use to do it immediatly.
The problem is when now when i tests it takes 3 days to create 3 different bundles, i am just sitting and
waiting on midnight, så i can see the changes then when i have done somthing wrong, the 24 hours wait...
And i know you are thinking.... but in tests you do do something wrong... - LOL
Kind regards
Gert
I have reinstalled my cloudPortal business manager 2.0
Now i can not create a Service to Cloudplatform 3.0.6.
it gives me the error in the attaced file.
if you need more please tell me.
I do have the SSo, APIkey, secret key and the adminip (8096) normal (8080), and the UUID.
but i can not find head or tail in the error message... ????????
Please help, i have used more than 8 hours now...
Kind regards
Gert
citrix.txt 8.33K
0 downloads
Hello,
Does anyone know where to find manuals, howtos etc. on hos to use CPBM.
i.e. setting up bundles, configurering prices etc....
I am going through the different options, but i am only allowed to change the prises once a day,
so it is pretty slow work.
when setting prices is the for an hourly reate all the time, then you can set when the billing period is.
say if i have a vm it costs 100 USD, should i put 0.1389 in price at set the billing period to once a month.
If I do not want the system to send a bill to the customer but to a person in finance, how do i do that, or in oher words, i want out accounting to get the numbers from CPBM and billing from our notmal finance system.
I want to get a mail when new custermers signs up.
it is basic questions, but it is pretty difficult when information i very well hidden.
Kind regards
Gert Jensen
Hello
On the login screen if i click on request new account, the click on either retail or test..
i get this error
Oops! An error has occurred. Please contact technical support at
An unhandled exception occurred on the server
Details of this error below:
Error Reference Number:
_________________________
1371112445399
see the attached file for the rest..
Kind regads
Gert Jensen
error.txt 12.16K
4 downloads
Hey all,
environment - two CPBM 2.0 Hosts, two CCP 3.0.6 Hosts, Active Directory with Domain Level 2008R2.
I tried to setup AD integration with Push Mode. In general, it works now after i configured the LDAP Section of cloud.properties in addition to setting the values under Directory Server (Global configuration).
By the way - why i have to done this twice (Global Settings and cloud.properties)?
iam able to create a channel and the an Organizational Unit will be created under the BASE-DN.
However - the User creation still fails with the following error:
______________
org.springframework.ldap.NoSuchAttributeException: [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1
So basically, LDAP error code 16 is related to Attributes which are not exists on the target directory. However, i disabled all the related attributes expect Firstname and username to make sure that there is no attribute related error. I also tried to official and default attributes... Still no luck...
Any help is appreciate!
What does this mean, i had an error creating a retail company, then i was not able to delete or continue with
that company so i just used an image of the database server to recover from when the company was not
created. now when i start CPBM i get this:
INFO 6/11/13 9:06 PM:liquibase: Waiting for changelog lock....
I woul be really nice i Citrix would be able to write a few lines about what we should do to remove a company
when creation has gone wrong????
are there any select statesments we can use to remove a company.. ?
Kind regards
Gert
Is there a way to have monthly invoice copies emailed to a finance team as soon as they are generated in CPBM ?
Hi,
I am familiar with the CloudPlatform API using this documentation, http://support.citrix.com/article/CTX136928, however we have CPBM integrated with an instance of CloudPlatform 3.0.6. How would I use the CloudPlatform API to create and manage instances via CPBM as an end user, i.e. a CPBM corporate user?
I also noticed from looking at the db, my api keys are different to what my cloudplatform api keys are. I'm a little confused as to what api keys I should be using.
Can I skip the CPBM api endpoint altogether, and point directly to the cloud platform API endpoint to manage my instances?
Can anyone help please?
Thanks,
Oli
Hello,
I have installed CPBM 2.0.1 and it seems to work, allright.
But i have some questions on something i do not understand.
How can i remove/delete/terminate a company that is not activated jey, i have by a mistage created,
a company with the wrong email address.?, and how do i change to primary email, for a company.
When i create a bundle i can activate it for the next day ?, i this by design, and is there a way that
i can activate a bundle faster ?
Are there some manual other than installation, i can read to get a basic knowledge of how CPBM i working..?
Hope somebody can help.
Kind reagrds
Gert
Hello,
How do i activate a user when i can not use the view under workflow.
the user have accepted and created a new password, but he can not do anythink as
i think i need to do a Financial approval.. ?
Kind regards
Gert
Hello
When i try to connect CPBM with CP i get:
failed to add instance..
and in the log file:
java.lang.NullPointerException
at com.vmops.web.controllers.AbstractConnectorController.saveInstance(AbstractConnectorController.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:436)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:424)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:669)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:585)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at com.vmops.web.filters.CaptchaAuthenticationFilter.doFilter(CaptchaAuthenticationFilter.java:77)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.vmops.web.filters.IEForceNonCompatibilityModeFilter.doFilter(IEForceNonCompatibilityModeFilter.java:25)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.vmops.web.filters.FramebusterFilter.doFilter(FramebusterFilter.java:27)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:67)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
Nyt tekstdokument.txt 8.33K
2 downloads
Hi everyone,
I have successfully installed Cloud Platform 3.0.6 and it is working fine. Now, I am trying to get CPBM working, but it behaves weirdly... I have a freshly installed CentOS 6.3 x64, and I am installing CPBM 2.0. I've done everything by this manual (http://support.citrix.com/proddocs/topic/ccpb-20-map/ccpb-install.html) but when I am trying to access it via web browser I am getting just a blank screen. Restarting the service and rebooting the machine doesn't help. Iptables are disabled, selinux is in permissive mode. I've tried it two times with exactly the same result - no errors in logs, no errors during installation, but when I am accessing http://my_CPBM_name:8080/portal/ - absolutely nothing is displayd in mozilla. Weirdly, IE gives me 404 error...
I am new to Cloud Portal, so I am out of ideas how to make it work... Any help?
Hi
I have successfully integrated CPBM 2.0 with Cloud Platform 3.0.6.
Facing 2 problems now :
1.
When i click on Launch Cloud Console from 'root' it asks me to enter the username and pass for logging into Cloud Platform UI, but it should get logged in directly into Cloud Platform. Am i missing any more config?
I have entered correct SSO, API Key, Secret Key and Parent Domain Id while configuring connector.
2.
As a end user after registering when i try to deploy VM i.e. Click on 'Configure & Subscribe' any bundle, the screen hangs with 'Loading...'
PFA portal logs while Click on 'Launch Console' as root and 'Configure & Subscribe' as customer.
Also let me know if any more info is needed.
Regards
Ravi
CPBM2.0_Launch_Cloud_Console 5.25K
0 downloads
EndUser_Configure&Subscribe.txt 9.03K
0 downloads
Hey,
where can I find connectors for service offerings for CPBM (except Carringo and Cloudian)? For example, if I want to offer my customers PaaS or SaaS (Exchange, Sharepoint, Lync,...) how can I achieve this using CPBM?
How does this work and how is the usage metered? Will different customers use one VM where a services is hosted? How can actual CPU, RAM, Storage, traffic usage be metered per customer? Or does every cusomer get an exclusive VM only for himself with his service onboard?! Or can I just apply fix rates?!
Some questions I hope to find an answer to here, because the manual does not provide me with this info and google cant tell me either.
Hello Again,
I have install CPMAN 3.0.6 and installed CPBM.
I can now login to CPBM when i go to all service enable cloudportal, and add a cloud portal server.
I have read alot about the difference parameters, and i am sure that i am usin the correct parameters.
SSO, API etc...
i get:
Failed to add Instance.
in the log file i get -> see the attached file
which does not help me very much.
Thanks in advance.
Kind regards Gert
error.txt 8.34K
0 downloads
Hello when i start cpbm on one of the serveres this are getting logged..
i have not jet run the "integrate with cloud stack yet"
thank you for any help..
---------------------------------------------------------------------------------------------------------------------------
[2013-05-26 15:01:43.409] INFO scheduler_Worker-2 System.out 2013-05-26 15:01:43,409 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - <Finished ticket cleanup.>
[2013-05-26 15:02:16.271] WARN chronousRunner$PoolThread-#1 com.mchange.v2.resourcepool.BasicResourcePool com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@5e0fae9 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:346)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
at sun.reflect.GeneratedConstructorAccessor73.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
Caused by: java.net.UnknownHostException: clodstack-sql-1
at java.net.InetAddress.getAllByName0(InetAddress.java:1229)
at java.net.InetAddress.getAllByName(InetAddress.java:1156)
at java.net.InetAddress.getAllByName(InetAddress.java:1092)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:244)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:295)
... 19 common frames omitted
Ask, Discuss, Answer