近日,日本航运集团Nippon Yusen Kabushiki(NYK Line)宣布,Svein Steimler 将卸任NYK Line在欧洲的业务负责人一职,卸任后将继续在公司担任顾问职务。
据上海发布1月8日消息,上海市十五届人大常委会举行第四十八次会议,审议并表决通过有关人事任免事项,决定任命郭芳、张小宏为上海市副市长,免去张为的上海市副市长职务。
12月16日,中远海运能源运输股份有限公司发布公告,根据公司总经理朱迈进先生的提名,并经董事会提名委员会审核,董事会同意聘任陈建荣先生为公司副总经理,任期自董事会批准之日至2025年4月。
马士基集团首席执行官施索仁(Søren Skou )在担任航运业最重要职位七年后,即将在今年底退休(12月31日),而马士基海运与物流业务首席执行官柯文胜(Vincent Clerc)将接替其职位。
土生土长的新加坡人傅盛炎,于2017年5月加入了中国船舶集团这个大家庭,目前就职于中船能源(新加坡)有限公司。
为更密切贴近欧盟决策过程并持续扩大组织的国际覆盖面,BIMCO已设立布鲁塞尔新办事处并聘任Gudrun Janssens女士为政府间事务部门经理。
10月28日,香港干散货船东太平洋航运(Pacific Basin)宣布,现任独立非执行董事Stanley Hutter Ryan先生(“Ryan先生”)获委任为董事会主席(“主席”),并将暂定于2023年4月18日举行的2023年股东周年大会结束后生效。
近日,Jörg Stratmann博士被任命担任Rolls-Royce业务部门罗尔斯罗伊斯动力系统(Rolls-Royce Power Systems)新的首席执行官,并将于今年11月15日正式入职。
据外媒消息,原印度最大私营船企ABG船厂前董事长兼董事总经理 Rishi Agarwal 日前被捕,被指控涉嫌欺诈28家银行组成的财团,涉案金额达到2284亿卢比(约合28.3亿美元)。
康士伯数字(Kongsberg Digital)日前已经任命Shane McArdle担任新的首席执行官。
中国矿产资源集团有限公司董事长、党组书记姚林,总经理、党组副书记郭斌一行到访中远海运集团,与中远海运集团董事长、党组书记万敏等进行了会谈,双方就未来潜在合作进行了交流和探讨。
Denis Bonhomme已经正式加入了道达尔能源(TotalEnergies)公司的船用燃料部门(TotalEnergies Marine Fuels),担任国际销售与业务发展总裁一职,将负责监督道达尔能源公司不断增长的船用燃料解决方案组合产品的所有商用活动与业务运营。
发动机制造商康明斯公司日前宣布,Tom Linebarger将结束其在康明斯的首席执行官任期,公司现任总裁兼首席运营官Jennifer Rumsey将接任总裁兼首席执行官的职务。
7月12日晚,中国船舶工业股份有限公司(下称“中国船舶”)发布董事会决议公告,决定聘请施卫东担任本公司总经理,任期自本次董事会审议通过之日起至第八届董事会届满。
中国船舶7月8日公告,公司于近日收到公司总经理季峻递交的书面辞呈。
2月28日,招商港口公告称,招商局港口集团股份有限公司董事会于近日收到公司董事阎帅先生、监事胡芹女士提交的书面辞呈。阎帅先生因工作变动原因申请辞去公司董事和董事会战略委员会委员职务,辞职后不在公司担任其他职务。胡芹女士因达到法定退休年龄辞去公司监事职务,辞职后不在公司担任其他职务。
1月24日,云顶香港有限公司发布公告,林国泰已辞去公司主席兼行政总裁及执行董事职务,因此,亦不再担任薪酬委员会及提名委员会成员,自2022年1月21日起生效。
FreeMarker template error (DEBUG mode; use RETHROW in production!):
The following has evaluated to null or missing:
==> a.description [in template "WEB-INF/t/cms/www/cnss/channel/news_figure_category.html" at line 61, column 57]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${a.description} [in template "WEB-INF/t/cms/www/cnss/channel/news_figure_category.html" at line 61, column 55]
- Reached through: @cms_content_page channelId="233,265,... [in template "WEB-INF/t/cms/www/cnss/channel/news_figure_category.html" at line 49, column 9]
----
Java stack trace (for programmers):
----
freemarker.core.InvalidReferenceException: [... Exception message was already printed; see it above ...]
at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:134)
at freemarker.core.EvalUtil.coerceModelToTextualCommon(EvalUtil.java:481)
at freemarker.core.EvalUtil.coerceModelToStringOrMarkup(EvalUtil.java:401)
at freemarker.core.EvalUtil.coerceModelToStringOrMarkup(EvalUtil.java:370)
at freemarker.core.DollarVariable.calculateInterpolatedStringOrMarkup(DollarVariable.java:100)
at freemarker.core.DollarVariable.accept(DollarVariable.java:63)
at freemarker.core.Environment.visit(Environment.java:383)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:321)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:244)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:657)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:108)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:94)
at freemarker.core.Environment.visit(Environment.java:383)
at freemarker.core.Environment$NestedElementTemplateDirectiveBody.render(Environment.java:3274)
at com.jeecms.cms.action.directive.ContentPageDirective.execute(ContentPageDirective.java:68)
at com.jeecms.cms.action.directive.ContentPageDirective$$FastClassBySpringCGLIB$$de8ddcd7.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
at com.jeecms.cms.action.directive.ContentPageDirective$$EnhancerBySpringCGLIB$$f75cb210.execute()
at freemarker.core.Environment.visit(Environment.java:464)
at freemarker.core.UnifiedCall.accept(UnifiedCall.java:102)
at freemarker.core.Environment.visit(Environment.java:347)
at freemarker.core.Environment.visit(Environment.java:353)
at freemarker.core.Environment.process(Environment.java:326)
at freemarker.template.Template.process(Template.java:383)
at com.jeecms.cms.staticpage.StaticPageDaoImpl.createChannelPage(StaticPageDaoImpl.java:434)
at com.jeecms.cms.staticpage.StaticPageDaoImpl.channelStatic(StaticPageDaoImpl.java:117)
at com.jeecms.cms.staticpage.StaticPageDaoImpl$$FastClassBySpringCGLIB$$fbf87acb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
at com.jeecms.cms.staticpage.StaticPageDaoImpl$$EnhancerBySpringCGLIB$$14e4e46c.channelStatic()
at com.jeecms.cms.staticpage.StaticPageSvcImpl.channel(StaticPageSvcImpl.java:120)
at com.jeecms.cms.staticpage.StaticPageSvcImpl$$FastClassBySpringCGLIB$$38a29e99.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
at com.jeecms.cms.staticpage.StaticPageSvcImpl$$EnhancerBySpringCGLIB$$b351745e.channel()
at com.jeecms.cms.task.job.ChannelStaticJob.staitcChannel(ChannelStaticJob.java:55)
at com.jeecms.cms.task.job.ChannelStaticJob.executeInternal(ChannelStaticJob.java:49)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)