IQSS logo

IRC log for #dataverse, 2015-12-14

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
05:01 dunn joined #dataverse
05:02 dunn hello, i have made some different changes to devinstall and install scripts files. But that does not help resolving this error: Installer could not find POSTGRES JDBC driver for your version of PostgresQL! (9.4) at ./install line 866. Installing the Glassfish PostgresQL driver...
05:04 dunn i am using new postgres 9.4, i have also downloaded jdbc 9.4 driver to pgdriver directory of the installer.
05:05 dunn what version of PostgreSQL should i use? Thanks for any pointer!
06:33 dunn joined #dataverse
06:34 dunn hello, i have made some different changes to devinstall and install scripts files. But that does not help resolving this error: Installer could not find POSTGRES JDBC driver for your version of PostgresQL! (9.4) at ./install line 866. Installing the Glassfish PostgresQL driver...
06:35 dunn hello again, i finally fix this issue by downgrading my PostgresQL to 9.1 :) to be the same as it is seen in the installation script.
06:35 dunn thanks, good nite.
06:51 jan_wu joined #dataverse
08:09 jri joined #dataverse
08:59 bencomp joined #dataverse
13:35 donsizemore joined #dataverse
13:51 pdurbin donsizemore: mornin'
13:55 pdurbin I'm trying `vagrant up` on your ansible scripts. What's funny is that I used to work with this guy: Successfully added box 'sjoeboo/centos-7-1-x86-ansible' :)
13:56 pdurbin hmm. non-zero exit status from this: ARPCHECK=no /sbin/ifup eth1 2> /dev/null
14:09 donsizemore pdurbin: he was the first / best centos7 box i found with ansible preinstalled =)
14:10 donsizemore pdurbin: are you not getting DHCP on the ifup?
14:14 pdurbin not sure. I destroyed the box and closed the window. want me to pastebin what I'm seeing?
14:14 donsizemore pdurbin: sure thing, i'll take a look.
14:16 pdurbin donsizemore: https://paste.fedoraproject.org/300603/
14:18 donsizemore pdurbin: is your version of VirtualBox 4.3 or 5.0.10? my Ubuntu test machine had the latter... that may be the problem
14:19 pdurbin my version is old. 4.3
14:21 pdurbin upgraded. now I need to upgrade vagrant apparently :)
14:25 pdurbin donsizemore: well, I'm getting a different error at least: https://paste.fedoraproject.org/300605/
14:25 pdurbin "Recv failure: Connection reset by peer"
14:25 donsizemore pdurbin: that's supposed to be open... gime a sec
14:25 donsizemore *gimme
14:27 donsizemore pdurbin: try it now?
14:31 pdurbin donsizemore: it seems to be getting farther. what did you change? I did a `git pull` and nothing changed in https://github.com/IQSS/dataverse-ansible
14:32 donsizemore pdurbin: for now i'm calling a setup script (included in the repo) via http in case someone hadn't cloned the repo. we can absolutely move that.
14:33 pdurbin yeah, no curl bash, please :)
14:34 pdurbin I'm against it: https://plus.google.com/+KentonVarda/posts/ZDc4zLk5eZF :)
14:45 pdurbin donsizemore: PLAY RECAP: default: dataverse                  : ok=56   changed=52   unreachable=0    failed=0
14:45 donsizemore =)
14:46 donsizemore so, it's got apache/shib in there, and if the default ports (80/443) aren't available locally, a test user would want to tweak those to match
14:46 donsizemore otherwise http://localhost from the browser should work
14:47 pdurbin hmm. it's not. I'm getting this: curl: (7) Failed to connect to localhost port 80: Connection refused
14:47 donsizemore do a 'vagrant ssh' and see what's listening?
14:49 pdurbin if I ssh into the box this looks good: curl --insecure https://localhost/loginpage.xhtml
15:02 donsizemore port 80 just listens for this: RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
15:10 pdurbin hmm
16:08 axfelix joined #dataverse
16:29 pdurbin https://sjobs.brassring.com/tgwebhost/jobdetails.aspx?jobId=1181005&PartnerId=25240&SiteId=5341 Lead Senior Research Data Management System Developer - salary grade 59 http://hr.harvard.edu/salary-ranges
16:30 pdurbin get paid to work on Dataverse! :)
16:54 shauna joined #dataverse
17:32 bencomp pdurbin: interesting job ad...
17:33 bencomp that's quite a commute though :(
17:33 bencomp :P
18:23 donsizemore joined #dataverse
18:40 axfelix joined #dataverse
18:56 jri joined #dataverse
19:03 donsizemore joined #dataverse
19:08 mjturk joined #dataverse
19:15 jri joined #dataverse
19:29 dunn joined #dataverse
19:36 dunn hi, i have successfully loaded and built the project within netbeans but when running the project within netbeans with GlassFish server, I can not see or view the application loaded. Is there a configuration that i need, thank you. The war file somehow does not get deployed/copy to ClassFish application container from what i can see and understand.
19:37 dunn i followed this instruction http://guides.dataverse.org/en/latest/developers/dev-environment.html
19:41 pdurbin dunn: great! what do you see at http://localhost:8080 ?
19:43 dunn hi i use different port for my classfish 56040
19:44 dunn and i do see it default page of glassfish
19:44 dunn such as: Your server is now running  To replace this page, overwrite the file index.html in the document root folder of this server. The document root folder for this server is the docroot subdirectory of this server's domain directory.
19:45 dunn may be i need to set my glassfish to 8080, let me change it now
19:45 pdurbin ok
19:53 pdurbin dunn: if you're seeing the default glassfish page, however, it sounds like the war file hasn't been deployed.
19:53 dunn should the deployment done already in the project with Maven
19:54 jri joined #dataverse
19:56 pdurbin if you "run" the project from Netbeans the war file should be deployed
19:57 dunn i run from netbeans. Do i need to configure GlassFish server in target field?
19:57 dunn Do i need to configure Netbeans to deploy war to GlassFish?
19:58 pdurbin hmm. you might
19:58 pdurbin when I click "Properties" on the project I can see my Glassfish server under "Run"
20:00 dunn pdurbin: what is your target?
20:00 dunn empty?
20:02 dunn ok changing to port 8080 seems to do some good
20:02 dunn i see error in glassfish log, i am restarting my glassfish. Thanks for your help.
20:03 dunn so changing default port 8080 on glassfish seems to cause problem
20:06 pdurbin dunn: good to know. thanks
20:06 pdurbin dunn: can you see the homepage? does it look like https://demo.dataverse.org ?
20:07 dunn i am restarting my netbeans, and i really hope it works so i can start coding at least the xhtml :)
20:08 pdurbin :)
20:08 dunn they want it to look like the UofC theme
20:09 pdurbin dunn: have you looked at "theme and widgets" at http://guides.dataverse.org/en/4.2.2/user/dataverse-management.html already?
20:09 dunn i have coded in too many languages, so i am a jack of all trades.
20:09 dunn no i did not, very nice, i will read all of it.
20:10 dunn i like to do things to proper way too.
20:12 pdurbin dunn: this issue seems related to what you want: https://github.com/IQSS/dataverse/issues/2003
20:13 dunn the library page look and feel like this http://library.ucalgary.ca/ by Drupal. what should we use for UI? the dataverse way?
20:13 dunn thanks
20:15 pdurbin I'm not sure what you're asking.
20:16 donsizemore joined #dataverse
20:19 dunn sorry, i mean what do you use in the project for theming like bootstrap in a php programing?
20:20 dunn like freemarker for java?
20:25 pdurbin dunn: we use bootstrap
20:45 pdurbin hmm, hearing about http://www.commonaccord.org when discussing http://datatags.org
22:00 bencomp joined #dataverse
22:41 pameyer joined #dataverse
23:13 dunn joined #dataverse
23:14 dunn hello should i use dataverse 4.2.1 or 4.3 on a Java jdk 7, thanks!
23:14 pdurbin dunn: as of 4.2.3 we require java 8
23:15 pdurbin https://github.com/IQSS/dataverse/issues/2151
23:17 dunn thanks
23:28 pdurbin bencomp: maybe you (or someone you know) could work remotely!
23:28 pdurbin shauna: the job got re-posted

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.