2015年1月6一8日拍卖玉米500强企业名单2015

CDbException
CDbException
CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1040] Too many connections
/var/www/yii/framework/db/CDbConnection.php(381)
throw new CDbException('CDbConnection.connectionString cannot be empty.');
Yii::trace('Opening DB connection','system.db.CDbConnection');
$this-&_pdo=$this-&createPdoInstance();
$this-&initConnection($this-&_pdo);
$this-&_active=
catch(PDOException $e)
if(YII_DEBUG)
throw new CDbException('CDbConnection failed to open the DB connection: '.
$e-&getMessage(),(int)$e-&getCode(),$e-&errorInfo);
Yii::log($e-&getMessage(),CLogger::LEVEL_ERROR,'exception.CDbException');
throw new CDbException('CDbConnection failed to open the DB connection.',(int)$e-&getCode(),$e-&errorInfo);
Stack Trace
&/var/www/yii/framework/db/CDbConnection.php(330): CDbConnection->open()
public function setActive($value)
if($value!=$this-&_active)
if($value)
$this-&open();
$this-&close();
&/var/www/yii/framework/db/CDbConnection.php(308): CDbConnection->setActive(true)
public function init()
parent::init();
if($this-&autoConnect)
$this-&setActive(true);
* Returns whether the DB connection is established.
* @return boolean whether the DB connection is established
&/var/www/yii/framework/base/CModule.php(387): CDbConnection->init()
if(!isset($config['enabled']) || $config['enabled'])
Yii::trace(&Loading \&$id\& application component&,'system.CModule');
unset($config['enabled']);
$component=Yii::createComponent($config);
$component-&init();
return $this-&_components[$id]=$
&/var/www/yii/framework/base/CApplication.php(438): CModule->getComponent(&db&)
* Returns the database connection component.
* @return CDbConnection the database connection
public function getDb()
return $this-&getComponent('db');
* Returns the error handler component.
* @return CErrorHandler the error handler application component.
&/var/www/yii/framework/db/ar/CActiveRecord.php(623): CApplication->getDb()
if(self::$db!==null)
return self::$
self::$db=Yii::app()-&getDb();
if(self::$db instanceof CDbConnection)
return self::$
throw new CDbException(Yii::t('yii','Active Record requires a &db& CDbConnection application component.'));
&/var/www/yii/framework/db/ar/CActiveRecord.php(2309): CActiveRecord->getDbConnection()
public function __construct($model)
$this-&_model=$
$tableName=$model-&tableName();
if(($table=$model-&getDbConnection()-&getSchema()-&getTable($tableName))===null)
throw new CDbException(Yii::t('yii','The table &{table}& for active record class &{class}& cannot be found in the database.',
array('{class}'=&get_class($model),'{table}'=&$tableName)));
if($table-&primaryKey===null)
$table-&primaryKey=$model-&primaryKey();
&/var/www/yii/framework/db/ar/CActiveRecord.php(387): CActiveRecordMetaData->__construct(MainContent)
if(isset(self::$_models[$className]))
return self::$_models[$className];
$model=self::$_models[$className]=new $className(null);
$model-&_md=new CActiveRecordMetaData($model);
$model-&attachBehaviors($model-&behaviors());
&/var/www/.cn/protected/models/MainContent.php(70): CActiveRecord::model(&MainContent&)
* @param string $className active record class name.
* @return MainContent the static model class
public static function model($className=__CLASS__)
return parent::model($className);
* @return string the associated database table name
&/var/www/.cn/protected/extensions/WuguBaseUrlRule.php(46): MainContent::model()
if (count ( $pathArray ) == 3) {
$article_id_path = $pathArray [2];
$tempArray = explode ( '.', $article_id_path );
if (count ( $tempArray ) == 2) {
$articleID = $tempArray [0];
$article = MainContent::model ()-&findByPk ( $articleID );
if ($article != null) {
$domain = $article-&attributes ['url_domain'];
if ($domain == '.cn'){
if ('http://' . $domain != strtolower ( $request-&hostInfo )) {
&/var/www/.cn/protected/extensions/NewsUrlRule.php(13): WuguBaseUrlRule->parseUrl(CUrlManager, CHttpRequest, &article/565.html&, &article/565.html&)
* 解析Url规则
public function parseUrl($manager, $request, $pathInfo, $rawPathInfo) {
$pathInfo = strtolower ( $pathInfo );
$p = parent::parseUrl($manager, $request, $pathInfo, $rawPathInfo);
//exit($p);
return $p;
if ($pathInfo == '')
return 'news/main/index';
&/var/www/yii/framework/web/CUrlManager.php(367): NewsUrlRule->parseUrl(CUrlManager, CHttpRequest, &article/565.html&, &article/565.html&)
$pathInfo=$this-&removeUrlSuffix($rawPathInfo,$this-&urlSuffix);
foreach($this-&_rules as $i=&$rule)
if(is_array($rule))
$this-&_rules[$i]=$rule=Yii::createComponent($rule);
if(($r=$rule-&parseUrl($this,$request,$pathInfo,$rawPathInfo))!==false)
return isset($_GET[$this-&routeVar]) ? $_GET[$this-&routeVar] : $r;
if($this-&useStrictParsing)
throw new CHttpException(404,Yii::t('yii','Unable to resolve the request &{route}&.',
array('{route}'=&$pathInfo)));
&/var/www/yii/framework/web/CWebApplication.php(140): CUrlManager->parseUrl(CHttpRequest)
$route=$this-&catchAllRequest[0];
foreach(array_splice($this-&catchAllRequest,1) as $name=&$value)
$_GET[$name]=$
$route=$this-&getUrlManager()-&parseUrl($this-&getRequest());
$this-&runController($route);
* Registers the core application components.
&/var/www/yii/framework/base/CApplication.php(169): CWebApplication->processRequest()
public function run()
if($this-&hasEventHandler('onBeginRequest'))
$this-&onBeginRequest(new CEvent($this));
register_shutdown_function(array($this,'end'),0,false);
$this-&processRequest();
if($this-&hasEventHandler('onEndRequest'))
$this-&onEndRequest(new CEvent($this));
&/var/www/.cn/index-news-product.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
12 require_once($yii);
13 Yii::createWebApplication($config)-&run();
10:03:59 Apache/2.2.21 (Unix) DAV/2 /1.1.13中国谷物网
最新动态:
=分市场网站=
赣州分市场
上饶分市场
吉安分市场
南昌分市场
新余分市场
丰城分市场
景德镇分市场
抚州分市场
您当前的位置:
南方销区:玉米继续承压弱行 关注6-8日拍卖
发布时间: 15:25:47&&|来源:&&|作者:
2015146-815%2350/2500/2510/14.5%2520/15%3%2430/&
采编人:凌风
&&本周大家关注:
版权所有:南昌国家粮食交易中心
南方粮食交易市场&&备案序号:赣ICP备号
联系电话:9
监督电话:77658
&&Copyright & 中国谷物网, All Rights Reserved&用户账号:
←点击获取验证码&&
您所在的位置:
日国家临储玉米首轮拍卖结果
16:31:04   来源:中国饲料工业信息网   【
  日,截止下午14:16,国家临储拍卖第一轮结束。
  累积投放拍卖玉米502.33万吨。成交156.32万吨。成交率31.12%。
  1、其中内蒙古玉米拍卖总量2.91万吨,起拍价2310元/吨,全部流拍。
  2、辽宁玉米拍卖总量20.23万吨,起拍价2360元/吨,成交19.75万吨,成交率98%;最高成交价2490元/吨,成交均价2437元/吨。
  3、黑龙江玉米拍卖总量298.26万吨,起拍价2230元/吨,成交43.64万吨,成交率14.63%;最高成交价2350元/吨,成交均价2299.81元/吨。
  4、吉林玉米拍卖总量180.93万吨,起拍价2290元/吨,成交92.93万吨,成交率51.36%;最高成交价2540元/吨,成交均价2408.48元/吨。
  而按照国家有关要求,拍卖结束后,对流拍标的继续安排循环拍卖。
(中国饲料工业信息网)
· ( 16:31:03)· ( 16:21:44)· ( 15:00:28)· ( 14:36:37)· ( 14:26:04)· ( 13:46:46)· ( 10:28:56)· ( 9:59:09)· ( 9:57:36)· ( 9:57:10)
版权与免责声明
1,凡本网注明“来源:中国畜牧网”的所有作品,版权均属于中国畜牧网,未经本网授权不得转载、摘编或利用其它方式使用上述作品。已经本网授权使用作品的,应在授权范围内使用,并注明“来源:中国畜牧网”。违反上述条款,本网将追究其相关法律责任。
2,凡本网注明“来源:XXX(非本网站)”的作品,均转载自其它媒体,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。
3,本网所展示的信息由买卖双方自行提供,其真实性、准确性和合法性由信息发布人负责。本网站不提供任何保证,并不承担任何法律责任。
4,友情提醒:网上交易有风险,请买卖双方谨慎交易,本地最好是见面交易,异地交易请多学、多看、多问、多了解,网上骗术多种多样,谨防上当受骗!
5,本网刊载之所有信息,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。
6,如因作品内容、版权、地址不清稿酬未付和其它问题需要同本网联系的,请在30日内进行。联系方式:编辑部电话:8 电子信箱:(请把#换成@)

我要回帖

更多关于 2015ipo排队企业名单 的文章

 

随机推荐