Shiny: error 71 [description=Package field not found in...] - shiny

I'm running a ShinyApp on our own RShiny-Server. I have a DESCRIPTION file in order to use the Showcase mode. Until now everything went smooth, but today I saw the following error in the log file.
Can anyone help on the following error in my Shiny log file?
ERROR system error 71 (Protocol error) [description=Package field not found in /home/[…]/DESCRIPTION]
OCCURED AT: read#core/r-util/RPackageInfo.cpp#85
LOGGED FROM: isPackageDirectory#core/r_util/RPackageInfo.cpp#121
Thanks for any hints.

Related

why do i have a MSB3073 error if i don't even have any post build events

I had a MSB3073 error and i can't understand how the solutions online work because it says it is a post event build error or like the solutions are about it yet i literitly have nothing in the post build event box.
the error description:
Severity Code Description Project File Line Suppression State
Error MSB3073 The command ""C:\Users\yanme\OneDrive\桌面\my creations\games i made\sdl2 mining game\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native....\bin"cppwinrt #"x64\Release\sdl2 mining game.vcxproj.cppwinrt_plat.rsp"" exited with code 1. sdl2 mining game C:\Users\yanme\OneDrive\桌面\my creations\games i made\sdl2 mining game\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.targets 656

ColdFusion Administrator: adding data source returns "java.sql.SQLException: General error" error

I am trying to add a data source in ColdFusion Administrator. After I fill out fields and click "Submit" I get this error:
Connection verification failed for data source: <connection name>
java.sql.SQLException: General error
The root cause was that: java.sql.SQLException: General error
Here is screenshot for more clarity:
I am not sure what could be the problem. All data appears to be entered correctly.
I have 2 questions:
Anybody knows what could cause this error?
How can I farther debug this error message? Are there some logs I can look at with more details, like a stack trace or something?
The problem was outdated .jar driver file. My database administrator provided me with new, updated version of .jar driver file and that solved the problem.
Driver in question was InterSystems Caché JDBC driver. I am not sure what versions they were (filename was the same - just CacheDB.jar). However, my "bad" .jar was 704 KB, and my "good" .jar is 2,019 KB.
I am also not sure what version of hotfix I am on, but I doubt it's the latest one at the moment of writing this.

Errors I face when I knit a RMarkdown file

When I knit my RMarkdown file, I face this error:
Sorry, but C:\Users\Narges.BT\AppData\Local\Programs\MiKTeX\miktex\bin\x64\pdflatex.exe did not succeed.
! The log file hopefully contains the information to get MiKTeX going again:
! C:\Users\Narges.BT\AppData\Local\MiKTeX\miktex\log\pdflatex.log
! pdflatex: major issue: So far, you have not checked for MiKTeX updates.
Error: LaTeX failed to compile trial.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See trial.log for more info.
Execution halted
I installed and updated MicTex console properly and have tried all the solutions that have been provided earlier.
Does anyone have any idea of what actions should I take?

Error : ShinyApp cannot open the connection

I tried to publish a shinyapp to both shinyapp.io and rstudioconnect.com but there has connection error, here I raised Unable publish to RStudio Connect : Error in yaml::yaml.load(enc2utf8(string), ...) : Reader error: control characters are not allowed: #81 at 276 #115 and Error in yaml::yaml.load(enc2utf8(string), ...) : Reader error: control characters are not allowed: #81 at 276 #31. It works locally but once publish became error as you can see whole knitting process via below gif.
I've recorded few animated gif to know the error thoroughly. error 01, error 02, error 03. Kindly refer to the gif, here I also refer to some articles who faced similar error.
Shiny app turns grey when deployed, works fine locally
(shinyapps.io) ERROR: cannot open the connection
ERROR: cannot open the connection
cannot open the connection in Shiny
ERROR: cannot open the connection in R Shiny
Finally its work, but take few minutes to open the webpage... test shinyapp
I forgot to attach the data and functions into the shinyapp, I wondered some functions unable found while I just simply add googleVis:: and purrr:: to get the require function from load the package.

Error 1 error LNK1104: cannot open file 'libboost_thread-vc120-mt-gd-1_55.lib'

I'm trying out Ogre3d and following this tutorial
http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Setting+Up+An+Application+-+Visual+Studio#New_Project
I got 1.9.0 Ogre version and followed it, but still getting this error.
If I check $(OGRE_HOME)\boost\lib I see there's a file called 'libboost_thread-vc110-mt-gd-1_55.lib' instead of 120. I tried renaming it, checkin if it was in the C++\General\Aditional libraries and it was.
Thanks a lot!