catalina.out:java.lang.IllegalArgumentException: Illegal pattern character 'X'

169 views
Skip to first unread message

wang...@smarteredu.org

unread,
Apr 1, 2016, 1:57:43 AM4/1/16
to BigBlueButton-Setup
Hi There,

I run into a problem when trying to setup BBB on our AWS server as below:

ubuntu@ip-172-31-15-60:~$ sudo bbb-conf --start


Waiting for FreeSWITCH to start:


Starting nginx: nginx.


 * Starting Red5 Server red5                 [ OK ]


 * Starting Tomcat servlet engine tomcat7    [ OK ]


 * Starting daemon monitor monic             [ OK ]


Note: monit will automatically start bbb-record-core and LibreOffice within 60 seconds.


Waiting for BigBlueButton to finish starting up (this may take a minute): Startup unsuccessful: could not connect to http://172.31.15.60/bigbluebutton/api



then I run check to see what's wrong:

ubuntu@ip-172-31-15-60:~$ sudo bbb-conf --debug
 
-- Exceptions found in /var/lib/tomcat7/logs/ --

 /var/lib/tomcat7/logs/catalina.out:java.lang.IllegalArgumentException: Illegal pattern character 'X'

/var/lib/tomcat7/logs/catalina.out:java.lang.IllegalArgumentException: Illegal pattern character 'X'

/var/lib/tomcat7/logs/catalina.out:java.lang.IllegalArgumentException: Illegal pattern character 'X'

/var/lib/tomcat7/logs/catalina.out:java.lang.IllegalArgumentException: Illegal pattern character 'X'


then I opened this catalina.out and saw this:

vim /var/lib/tomcat7/logs/catalina.out

java.lang.IllegalArgumentException: Illegal pattern character 'X'

       at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:769)

       at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:576)

       at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:501)

       at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:476)

       at org.apache.log4j.helpers.PatternParser.finalizeConverter(PatternParser.java:265)


Any help/suggestions are appreciated in advance!

Thanks,
Kidd

Fred Dixon

unread,
Apr 1, 2016, 8:51:16 AM4/1/16
to bigbluebu...@googlegroups.com
Hi Kidd,

Did you make an editing changes to the .jsp files in

  /var/lib/tomcat7/webapps/demo


Regards,... Fred

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

wang...@smarteredu.org

unread,
Apr 3, 2016, 9:49:20 PM4/3/16
to BigBlueButton-Setup
Dear Fred,

Thank you so much for your reply~

No, I didn't touch any file from the demo folder and here are what I have under it.

ubuntu@ip-172-31-15-60:/var/lib/tomcat7/webapps$ ls -l
total 67096
drwxr-xr-x 8 tomcat7 tomcat7     4096 Mar 20 08:25 bigbluebutton
-rw-r--r-- 1 root    root    38169024 Mar 20 08:25 bigbluebutton.war
drwxr-xr-x 8 tomcat7 tomcat7     4096 Apr  4 01:38 demo
-rw-r--r-- 1 root    root     1949489 Apr  4 01:38 demo.war
drwxr-xr-x 9 tomcat7 tomcat7     4096 Mar 22 08:05 lti
-rw-r--r-- 1 root    root    28568389 Mar 22 08:05 lti.war
drwxr-xr-x 3 root    root        4096 Mar 20 08:24 ROOT
ubuntu@ip-172-31-15-60:/var/lib/tomcat7/webapps$ cd demo/
ubuntu@ip-172-31-15-60:/var/lib/tomcat7/webapps/demo$ ls -l
total 260
-rw-r--r-- 1 tomcat7 tomcat7   259 Apr  4 01:38 bbb_api_conf.jsp
-rw-r--r-- 1 tomcat7 tomcat7 34478 Feb 19  2015 bbb_api.jsp
-rw-r--r-- 1 tomcat7 tomcat7  3105 May 11  2014 bbb_jopenid.jsp
-rw-r--r-- 1 tomcat7 tomcat7 39113 May 11  2014 BigBlueButton.pptx
-rw-r--r-- 1 tomcat7 tomcat7  7556 May 11  2014 create.jsp
drwxr-xr-x 3 tomcat7 tomcat7  4096 Apr  4 01:38 css
-rw-r--r-- 1 tomcat7 tomcat7  1024 Feb 21  2015 demo10_helper.jsp
-rw-r--r-- 1 tomcat7 tomcat7  9229 May 11  2014 demo10.jsp
-rw-r--r-- 1 tomcat7 tomcat7  9039 Oct 24  2014 demo11.html
-rw-r--r-- 1 tomcat7 tomcat7  3159 Aug 22  2014 demo11.jsp
-rw-r--r-- 1 tomcat7 tomcat7  7728 Jan  8  2015 demo12.jsp
-rw-r--r-- 1 tomcat7 tomcat7  2791 May 11  2014 demo1.jsp
-rw-r--r-- 1 tomcat7 tomcat7  3629 May 11  2014 demo2.jsp
-rw-r--r-- 1 tomcat7 tomcat7  8931 Aug 22  2014 demo3.jsp
-rw-r--r-- 1 tomcat7 tomcat7   137 May 11  2014 demo4_helper.jsp
-rw-r--r-- 1 tomcat7 tomcat7  2897 May 11  2014 demo4.jsp
-rw-r--r-- 1 tomcat7 tomcat7  4935 May 11  2014 demo6.jsp
-rw-r--r-- 1 tomcat7 tomcat7  3949 May 11  2014 demo7.jsp
-rw-r--r-- 1 tomcat7 tomcat7  3428 May 11  2014 demo8.jsp
-rw-r--r-- 1 tomcat7 tomcat7  2734 May 11  2014 demo9.jsp
-rw-r--r-- 1 tomcat7 tomcat7   286 May 11  2014 demo_footer.jsp
-rw-r--r-- 1 tomcat7 tomcat7   812 Feb 19  2015 demo_header.jsp
-rw-r--r-- 1 tomcat7 tomcat7  3376 Mar  3  2015 demoHTML5.jsp
-rw-r--r-- 1 tomcat7 tomcat7  4729 May 11  2014 demo_mozilla_persona.jsp
-rw-r--r-- 1 tomcat7 tomcat7  5382 May 11  2014 demo_openid.jsp
-rw-r--r-- 1 tomcat7 tomcat7  2767 May 11  2014 error.jsp
drwxr-xr-x 2 tomcat7 tomcat7  4096 Apr  4 01:38 images
drwxr-xr-x 3 tomcat7 tomcat7  4096 Apr  4 01:38 js
drwxr-xr-x 2 tomcat7 tomcat7  4096 Apr  4 01:38 META-INF
-rw-r--r-- 1 tomcat7 tomcat7  2970 Nov 11  2014 mobile.jsp
drwxr-xr-x 2 tomcat7 tomcat7  4096 Apr  4 01:38 pdfs
-rw-r--r-- 1 tomcat7 tomcat7 17255 May 11  2014 polling.gif
drwxr-xr-x 3 tomcat7 tomcat7  4096 Apr  4 01:38 WEB-INF
ubuntu@ip-172-31-15-60:/var/lib/tomcat7/webapps/demo$ 


wang...@smarteredu.org

unread,
Apr 8, 2016, 12:57:44 AM4/8/16
to BigBlueButton-Setup
Hey Guys,

Any further suggestions?

HostBBB.com

unread,
Apr 8, 2016, 8:50:07 AM4/8/16
to BigBlueButton-Setup
Long Wang

Recheck you ec2 security group, make sure the correct ports are all open.

What does sudo bbb-conf --check return.



On Friday, April 8, 2016 at 12:57:44 AM UTC-4, Long Wang wrote:
Hey Guys,

Any further suggestions?
Reply all
Reply to author
Forward
0 new messages