Jump to content
We've recently updated our Privacy Statement, available here ×

nennikers

Members
  • Posts

    3
  • Joined

  • Last visited

nennikers's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thank you for your response! My apologies...I omitted the host in my original post. I have it set to mail.<website>.com. I'm using the EXACT specifications from cPanel for the e-mail config in js.quartz.properties. I'm at a total loss as to why it refuses to work for me. For username, I've tried: admin admin+<website>.com admin@localhost.com admin+localhost.com admin@<website>.com all to no avail. As for host, I've tried: mail.<website>.com mail.localhost.com SMTP mail is accessible and workable through Outlook and even Hotmail. But I can't get the config to work through JasperServer. Granted, I haven't actually tried to test it through JavaMail itself. When I finally see what I'm missing, I'm sure I'll be smacking myself on the forehead! Any other ideas? Thanks!
  2. Hoping someone can assist. I have big keyboard-shaped bruises on my forehead. ;) Cannot for the life of me get the Report Scheduler to work with Mail. I have added the smtp.mail.auth property to applicationContext-report-scheduling.xml as suggested in this forum. I have adjusted my settings in js.quartz.properties to match my installation as follows: http://www.<website>.com:8080/jasperserver mail.<website>.com report.scheduler.mail.sender.username= admin@<website>.comreport.scheduler.mail.sender.password= <password>report.scheduler.mail.sender.from= admin@<website>.comreport.scheduler.mail.sender.protocol= smtpreport.scheduler.mail.sender.port= 25I can telnet to mail.<website>.com via port 25. But no matter what, after trying to e-mail a scheduled report, I get this error message in the code box below: I'm sure I'm overlooking something small. I would really appreciate a fresh set of eyeballs! My connection SHOULD NOT technically be refused! Thanks for your help! Code: report.scheduler.mail.sender.host= report.scheduler.web.deployment.uri= Post Edited by nennikers at 06/11/2010 03:56
  3. I'm trying to upgrade JasperServer 3.1 to JasperServer 3.5 (and ultimately, JasperServer 3.7). When I run js-export.sh as instructed in the manual, I always receive the error "Error occurred during initialization of VM; Could not reserve enough space for object heap; Could not create the Java virtual machine." I have <TOMCAT>/bin/setenv.sh: set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:PermSize=32m -XX:MaxPermSize=128m -Xss2m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled When I stop Tomcat (<TOMCAT>/bin.shutdown.sh), I get the same Out of Memory Error. Tomcat Server Status shows JVM with: Free memory 1.85 MB (!!!!!!) Total memory: 34.11 MB Max memory: 63.56 MB Server Info: OK - Server infoTomcat Version: Apache Tomcat/5.5.25OS Name: LinuxOS Version: 2.6.18-92.1.1.el5PAEOS Architecture: i386JVM Version: 1.6.0_02-b05JVM Vendor: Sun Microsystems Inc. I'm running JasperServer. I only have 10 reports. Three are scheduled. I have about 20 reports in the Content files directory. Pulling my HAIR out! I'm hoping someone can point me in the right direction. Thanks in advance! Code:js-export.sh --everything --output-zip js-3.1-export.zip
×
×
  • Create New...