Author Topic: Problems with dashboard (??)  (Read 2233 times)

burro

  • Newbie
  • *
  • Posts: 3
Problems with dashboard (??)
« on: March 13, 2008, 08:28:31 am »
I have installed Calem and it displays the login dialog alright, but it wont get past the "loading" page that appears right after login

Apache error log:

[Thu Mar 13 08:12:59 2008] [warn] pid file C:/Archivos de programa/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Mar 13 08:13:07 2008] [notice] Apache/2.2.6 (Win32) PHP/5.2.3 configured -- resuming normal operations
[Thu Mar 13 08:13:07 2008] [notice] Server built: Sep  5 2007 08:58:56
[Thu Mar 13 08:13:07 2008] [notice] Parent: Created child process 1940
[Thu Mar 13 08:13:08 2008] [notice] Child 1940: Child process is running
[Thu Mar 13 08:13:08 2008] [notice] Child 1940: Acquired the start mutex.
[Thu Mar 13 08:13:08 2008] [notice] Child 1940: Starting 250 worker threads.
[Thu Mar 13 08:13:08 2008] [notice] Child 1940: Starting thread to listen on port 8080.


Calem log:

2008-03-13 14:14:54,858 DEBUG main - sid=; aid=, Post data:
2008-03-13 14:14:54,858 INFO  main - Received request to launch: client/launchpad/CalemLoginLite.php, aid=
2008-03-13 14:15:20,938 DEBUG main - sid=; aid=, Post data: username=admin&password=admin_password&lang=&loadmode=gzip&theme=calem&debug=&calemAction=LoginAction
2008-03-13 14:15:22,938 INFO  MysqlHandler - calem db connection: user=calemeam, password=***, , connection=mysql:host=localhost;dbname=calemeam, persistent connection=Array
2008-03-13 14:15:23,938 DEBUG CalemUserDbo - fetchBySqlParam: select * from users where username=?, param='admin'
2008-03-13 14:15:23,938 DEBUG CalemPDOStatement - Query time:0.2739, the query=select * from users where username=?, params=array (
  1 => 'admin',
)
2008-03-13 14:15:23,938 INFO  main - Found the correct session: CalemSession: {sessionId=3db4d553-2151-3044-65ef-163b4b36a488, data=array (
  'sid' => '3db4d553-2151-3044-65ef-163b4b36a488',
  'setting' =>
  array (
    'lang' => '',
    'theme' => 'calem',
    'loadmode' => 'gzip',
    'login_time' => 1205417723,
  ),
  'user' =>
  array (
    'id' => '1000000',
    'username' => 'admin',
    'status_id' => NULL,
    'password' => 'dc3565645d8002becb5fd7977aeef3e1',
    'user_type_id' => NULL,
    'emp_no' => NULL,
    'contractor_id' => NULL,
    'job_role_id' => NULL,
    'login_allowed' => '1',
    'full_name' => 'Administrator',
    'job_title' => NULL,
    'note' => NULL,
    'acl_group_id' => 'CUSTOM_SYSTEM',
    'admin_type_id' => 'search_admin_none',
    'team_id' => NULL,
    'supervisor_id' => NULL,
    'dept_id' => NULL,
    'costcode_id' => NULL,
    'req_approval_id' => NULL,
    'po_approval_id' => NULL,
    'craft_id' => NULL,
    'phone_work' => NULL,
    'phone_home' => NULL,
    'phone_mobile' => NULL,
    'email_work' => NULL,
    'email_other' => NULL,
    'im1_type_id' => NULL,
    'im1_id' => NULL,
    'im2_type_id' => NULL,
    'im2_id' => NULL,
    'fax' => NULL,
    'company' => NULL,
    'street1' => NULL,
    'street2' => NULL,
    'city' => NULL,
    'state' => NULL,
    'zip' => NULL,
    'country' => NULL,
    'modified_time' => '2008-03-07 20:38:18',
    'modified_id' => '1000000',
    'created_time' => '2008-03-07 20:38:18',
    'created_id' => '1000000',
  ),
)}
2008-03-13 14:15:23,938 DEBUG main - Cookie set to: {sid: '3db4d553-2151-3044-65ef-163b4b36a488', gid: 'CUSTOM_SYSTEM', uid: '1000000', uname: 'admin', full_name: 'Administrator', admin_type_id: 'search_admin_none', locale: 'en', team_id: ''}
2008-03-13 14:15:23,938 INFO  main - Received request to launch: client/launchpad/CalemStart.php, aid=
2008-03-13 14:15:23,938 DEBUG main - theme=calem, loadMode=gzip, lang=
2008-03-13 14:15:23,938 DEBUG main - localeList=[{id: "en", desc: "English (US)"},{id: "en_AU", desc: "English (Australia)"},{id: "en_CA", desc: "English (Canada)"},{id: "en_GB", desc: "English (UK)"}]
2008-03-13 14:15:24,733 DEBUG CalemIncludeJsPkg - adding file for download: C:\webs_php\CalemEAM/client/launchpad/resource/Metadata.js.gz
2008-03-13 14:15:24,733 DEBUG CalemIncludeJsPkg - Downloading JS by query: zip=1, mode=.gz, fileCount=1
2008-03-13 14:15:24,857 DEBUG CalemIncludeJsPkg - adding file for download: C:\webs_php\CalemEAM/client/launchpad/resource/CalemMsg.js.gz
2008-03-13 14:15:24,857 DEBUG CalemIncludeJsPkg - Downloading JS by query: zip=1, mode=.gz, fileCount=1
2008-03-13 14:15:25,044 DEBUG CalemIncludeJsPkg - adding file for download: C:\webs_php\CalemEAM/client/launchpad/resource/Ajax.js.gz
2008-03-13 14:15:25,044 DEBUG CalemIncludeJsPkg - Downloading JS by query: zip=1, mode=.gz, fileCount=1
2008-03-13 14:15:25,178 DEBUG CalemIncludeJsPkg - adding file for download: C:\webs_php\CalemEAM/client/launchpad/resource/Calem.js.gz
2008-03-13 14:15:25,178 DEBUG CalemIncludeJsPkg - Downloading JS by query: zip=1, mode=.gz, fileCount=1
2008-03-13 14:15:25,306 INFO  JsPkgCustom - Found the correct session: CalemSession: {sessionId=3db4d553-2151-3044-65ef-163b4b36a488, data=array (
  'sid' => '3db4d553-2151-3044-65ef-163b4b36a488',
  'setting' =>
  array (
    'lang' => '',
    'theme' => 'calem',
    'loadmode' => 'gzip',
    'login_time' => 1205417723,
  ),
  'user' =>
  array (
    'id' => '1000000',
    'username' => 'admin',
    'status_id' => NULL,
    'password' => 'dc3565645d8002becb5fd7977aeef3e1',
    'user_type_id' => NULL,
    'emp_no' => NULL,
    'contractor_id' => NULL,
    'job_role_id' => NULL,
    'login_allowed' => '1',
    'full_name' => 'Administrator',
    'job_title' => NULL,
    'note' => NULL,
    'acl_group_id' => 'CUSTOM_SYSTEM',
    'admin_type_id' => 'search_admin_none',
    'team_id' => NULL,
    'supervisor_id' => NULL,
    'dept_id' => NULL,
    'costcode_id' => NULL,
    'req_approval_id' => NULL,
    'po_approval_id' => NULL,
    'craft_id' => NULL,
    'phone_work' => NULL,
    'phone_home' => NULL,
    'phone_mobile' => NULL,
    'email_work' => NULL,
    'email_other' => NULL,
    'im1_type_id' => NULL,
    'im1_id' => NULL,
    'im2_type_id' => NULL,
    'im2_id' => NULL,
    'fax' => NULL,
    'company' => NULL,
    'street1' => NULL,
    'street2' => NULL,
    'city' => NULL,
    'state' => NULL,
    'zip' => NULL,
    'country' => NULL,
    'modified_time' => '2008-03-07 20:38:18',
    'modified_id' => '1000000',
    'created_time' => '2008-03-07 20:38:18',
    'created_id' => '1000000',
  ),
)}
2008-03-13 14:15:25,306 DEBUG CalemIncludeJsPkg - adding file for download: C:\webs_php\CalemEAM/custom/group/CALEM_OOB.view.js.min
2008-03-13 14:15:25,306 DEBUG CalemIncludeJsPkg - adding file for download: C:\webs_php\CalemEAM/custom/group/CALEM_OOB.form.js.min
2008-03-13 14:15:25,306 DEBUG CalemIncludeJsPkg - adding jsDef for download: CalemData['acl_group']={"data":[["CUSTOM_SYSTEM","Custom system",null,"Customization\/configuration shared by all other groups","2008-03-07 20:38:17","1000000","2008-03-07 20:38:17","1000000"],["10000","ADMIN","CUSTOM_SYSTEM","Root group to use for all admin groups","2008-03-07 20:38:21","1000000","2008-03-07 20:38:21","1000000"],["10001","USERS","CUSTOM_SYSTEM","Root group to use for all non-admin users","2008-03-07 20:38:21","1000000","2008-03-07 20:38:21","1000000"]],"parentMap":{"CUSTOM_SYSTEM":["CALEM_OOB"],"10000":["CUSTOM_SYSTEM","CALEM_OOB"],"10001":["CUSTOM_SYSTEM","CALEM_OOB"]}}

2008-03-13 14:15:25,306 DEBUG CalemIncludeJsPkg - Downloading JS by query: zip=1, mode=.min, fileCount=18


Thanks

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Problems with dashboard (??)
« Reply #1 on: March 17, 2008, 09:09:11 am »
It looked like server didn't receive requests from dashboard, which happened next.
Calem Community Forum Admin

burro

  • Newbie
  • *
  • Posts: 3
Problems with dashboard (??)
« Reply #2 on: March 24, 2008, 09:07:26 am »
Got it working now. Thanks a lot